lib/dup2.c (rpl_dup2): Improve comment.
[gnulib.git] / ChangeLog
1 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2
3         * lib/dup2.c (rpl_dup2): Improve comment.
4
5 2010-01-08  Eric Blake  <ebb9@byu.net>
6
7         dup2: work around mingw bug
8         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
9         Reported by Simon Josefsson.
10
11 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
12
13         glob: Fix C++ compilation.
14         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
15         C++.
16
17 2010-01-07  Bruno Haible  <bruno@clisp.org>
18
19         Fix indentation of wctype.in.h, broken since 2007-01-06.
20         * lib/wctype.in.h: Fix indentation of preprocessor directives.
21
22 2010-01-07  Bruno Haible  <bruno@clisp.org>
23
24         mbslen: Avoid collision with system function.
25         * lib/string.in.h [MirBSD]: Include <wchar.h>.
26         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
27         * m4/mbslen.m4: New file.
28         * modules/mbslen (Files): Add it.
29         (configure.ac): Invoke gl_MBSLEN.
30         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
31         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
32         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
33         via Ian Beckwith <ianb@erislabs.net>.
34
35 2010-01-07  Bruno Haible  <bruno@clisp.org>
36
37         dirent: Document the last fix.
38         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
39
40 2010-01-07  Bruno Haible  <bruno@clisp.org>
41
42         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
43         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
44         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
45         va_list are defined.
46         * doc/posix-headers/stdio.texi: Document the bug of missing types.
47         Reported by Eric Blake.
48
49 2010-01-07  Bruno Haible  <bruno@clisp.org>
50
51         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
52         * modules/xlist (Depends-on): Add 'list',
53         * modules/xoset (Depends-on): Add 'oset'.
54         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
55
56 2010-01-07  Bruno Haible  <bruno@clisp.org>
57
58         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
59         * doc/posix-functions/strncasecmp.texi: Likewise.
60
61 2010-01-07  Bruno Haible  <bruno@clisp.org>
62
63         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
64
65 2010-01-07  John W. Eaton  <jwe@octave.org>
66
67         wctype: allow C++ use
68         * lib/wctype.in.h: Add extern "C" block for C++.
69
70 2010-01-06  Eric Blake  <ebb9@byu.net>
71
72         maint.mk: detect incorrect GFDL usage
73         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
74
75 2010-01-06  Jim Meyering  <meyering@redhat.com>
76         and Eric Blake  <ebb9@byu.net>
77
78         maint.mk: ignore multi-line copyright in NEWS
79         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
80
81 2010-01-06  Eric Blake  <ebb9@byu.net>
82
83         select: add missing dependency
84         * modules/select-tests (Depends-on): Move sockets dependency...
85         * modules/select (Depends-on): ...here.
86         Reported by Ian Beckwith.
87
88         doc: regenerate INSTALL
89         * doc/INSTALL: Reflect recent autoconf update.
90         * doc/INSTALL.ISO: Likewise.
91         * doc/INSTALL.UTF-8: Likewise.
92
93         pread: fix compilation on glibc
94         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
95         Reported by Ralf Wildenhues.
96
97         dirent: fix test failure
98         * lib/dirent.in.h (includes): Guarantee ino_t.
99         Reported by Ralf Wildenhues.
100
101 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
102
103         linkat, renameat: avoid bad free
104         * lib/at-func2.c (at_func2): Fix typo.
105         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
106
107 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
108
109         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
110         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
111         to avoid failure of symlink test later.
112
113 2010-01-06  Eric Blake  <ebb9@byu.net>
114
115         stdio, unistd: guarantee ssize_t
116         * lib/unistd.in.h (includes): Ensure that types required by POSIX
117         2008 are exposed when needed.
118         * lib/stdio.in.h (includes): Likewise.
119         Reported by Ralf Wildenhues.
120
121 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
122
123         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
124         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
125         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
126
127 2010-01-06  Jim Meyering  <meyering@redhat.com>
128
129         readtokens: this module *does* require xalloc.h
130         It uses only functions that were omitted by the old syntax-check rule.
131         * lib/readtokens.c: Include "xalloc.h" once again.
132         * modules/readtokens (Depends-on): Add xalloc.
133         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
134
135 2010-01-05  Eric Blake  <ebb9@byu.net>
136
137         maint: support 'make announcement' from a VPATH build
138         * top/maint.mk (announcement): Look for correct NEWS file.
139
140 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
141
142         utimens (fdutimens): ignore a negative FD, per contract
143         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
144         when we have a valid file descriptor.  Otherwise, using a brand
145         new glibc (with just-patched futimens that now fails with EBADF)
146         would cause this function to fail with ENOSYS.
147         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
148         See also http://bugzilla.redhat.com/552320.
149
150 2010-01-05  Eric Blake  <ebb9@byu.net>
151
152         strcase: document what it provides
153         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
154         gnulib module.
155         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
156         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
157
158 2010-01-05  Jim Meyering  <meyering@redhat.com>
159
160         maint: remove useless inclusions of "xalloc.h"
161         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
162         * lib/readtokens.c: Likewise.
163         * lib/same.c: Likewise.
164         * modules/getloadavg (Depends-on): Remove xalloc.
165         * modules/readtokens: Likewise.
166         * modules/same: Likewise.
167
168         maint.mk: include 4 more function names in alloca.h-checking regexp
169         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
170         regexp.  Before, we would give a false-positive (saying alloca.h
171         is included unnecessarily) when the only uses involved omitted symbols.
172
173         xalloc.h: use consistent formatting
174         * lib/xalloc.h: Move declarations to start in the first column.
175
176 2010-01-05  Eric Blake  <ebb9@byu.net>
177
178         mkdir: avoid xalloc
179         * lib/mkdir.c (includes): Drop unused header.
180         Reported by John W. Eaton.
181
182 2010-01-04  Jim Meyering  <meyering@redhat.com>
183
184         nl_langinfo: avoid configure-time syntax error
185         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
186         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
187         the empty string.  Don't let that provoke a shell syntax error.
188
189         regcomp, regexec, fnmatch: avoid array bounds read error
190         * lib/regcomp.c (build_equiv_class): From glibc:
191         Use only the low 24 bits of a findidx return value as an index
192         into the weights array.  Patch by Ulrich Drepper:
193         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
194         * lib/regexec.c (check_node_accept_bytes): Likewise.
195         * lib/fnmatch_loop.c (FCT): Likewise.
196
197         regcomp: skip collseq lookup when there are no rules
198         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
199         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
200
201         regcomp: recognize ill-formed { } expressions
202         * lib/regcomp.c (parse_dup_op): From glibc:
203         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
204
205         regcomp: fix typo in comment
206         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
207         s/satisfy/satisfies/.
208
209         regcomp: sync from glibc: remove dead store
210         * lib/regcomp.c (duplicate_node_closure): Remove useless
211         search_duplicated_node call and dead store.
212
213         regcomp: sync from glibc; always use nl_langinfo
214         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
215         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
216         * modules/regex (Depends-on): Add nl_langinfo.
217
218 2010-01-04  Eric Blake  <ebb9@byu.net>
219
220         fdopendir: fix configure test
221         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
222
223 2010-01-01  Bruno Haible  <bruno@clisp.org>
224
225         wchar: Remove unused configure check.
226         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
227
228 2010-01-01  Eric Blake  <ebb9@byu.net>
229
230         headers: make check of system header explicit
231         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
232         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
233         ourselves.
234         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
235         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
236         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
237         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
238         internals.
239         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
240         missing.
241         Suggested by Bruno Haible.
242
243 2010-01-01  Jim Meyering  <meyering@redhat.com>
244
245         ChangeLog: tweak to eliminate unnecessary copyright line
246         * ChangeLog: Remove a copyright line that was mistakenly updated
247         by today's update-copyright run.  Reported by Eric Blake.
248
249         test-update-copyright: don't let envvar setting cause test failure
250         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
251
252 2010-01-01  Bruno Haible  <bruno@clisp.org>
253
254         localename: Avoid gcc warning.
255         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
256         function if it is not used.
257
258 2010-01-01  Jim Meyering  <meyering@redhat.com>
259
260         update nearly all FSF copyright year lists to include 2010
261         Use the same procedure as for 2009, outlined in
262         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
263
264         version-etc: set COPYRIGHT_YEAR to 2010
265         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
266
267 2009-12-31  Eric Blake  <ebb9@byu.net>
268
269         doc: correct availability of cygwin 1.5.x getopt
270         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
271         variables.
272         * doc/posix-functions/opterr.texi (opterr): Likewise.
273         * doc/posix-functions/optind.texi (optind): Likewise.
274         * doc/posix-functions/optopt.texi (optopt): Likewise.
275         * doc/posix-functions/tzname.texi (tzname): Likewise.
276
277         openat: update maintainer
278         * modules/openat (Maintainer): Add myself.
279
280         utimens: avoid shadowing warning
281         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
282         buffers into one, to avoid shadowing, as well as avoiding a
283         redundant stat.
284         Reported by Jim Meyering.
285
286         test-dup2: avoid compiler warning
287         * tests/test-dup2.c (is_inheritable): Only define if used.
288
289 2010-01-01  Bruno Haible  <bruno@clisp.org>
290
291         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
292         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
293         defined, use wctomb instead of wcrtomb.
294
295 2010-01-01  Bruno Haible  <bruno@clisp.org>
296
297         iconv: Reject native Solaris iconv.
298         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
299         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
300
301 2009-12-31  Bruno Haible  <bruno@clisp.org>
302
303         * tests/test-signal.c (main): Remove test of 'SIG'.
304
305 2009-12-31  Bruno Haible  <bruno@clisp.org>
306
307         spawn: Fix incomplete fix.
308         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
309         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
310         warnings for GNULIB_POSIXCHECK again.
311         Reported by Eric Blake.
312
313 2009-12-31  Bruno Haible  <bruno@clisp.org>
314
315         Avoid namespace pollution on glibc systems.
316         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
317         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
318         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
319         glibc systems.
320
321 2009-12-31  Bruno Haible  <bruno@clisp.org>
322
323         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
324         (gl_REPLACE_WCHAR_H): Turn into a no-op.
325         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
326         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
327         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
328         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
329         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
330
331 2009-12-31  Bruno Haible  <bruno@clisp.org>
332
333         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
334         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
335         afterwards.
336
337 2009-12-31  Bruno Haible  <bruno@clisp.org>
338
339         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
340         SYS_UTSNAME_H.
341
342 2009-12-31  Bruno Haible  <bruno@clisp.org>
343
344         spawn: Fix misapplied patch.
345         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
346         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
347         warnings for GNULIB_POSIXCHECK.
348
349 2009-12-31  Bruno Haible  <bruno@clisp.org>
350
351         times: Update after sys_times changed.
352         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
353         * modules/times (Files): Add it.
354         (configure.ac): Invoke gl_FUNC_TIMES.
355
356 2009-12-31  Bruno Haible  <bruno@clisp.org>
357
358         Use AC_C_INLINE where necessary.
359         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
360         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
361         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
362         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
363         * m4/mbfile.m4 (gl_MBFILE): Likewise.
364         * m4/mbiter.m4 (gl_MBITER): Likewise.
365         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
366         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
367         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
368         * modules/u64 (configure.ac): Likewise.
369
370 2009-12-31  Bruno Haible  <bruno@clisp.org>
371
372         Use AC_C_INLINE instead of module 'inline' where possible.
373         * modules/inline (Description): Clarify purpose.
374         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
375         * modules/count-one-bits (Depends-on): Remove inline.
376         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
377         * modules/openat (Depends-on): Remove inline.
378         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
379         instead of depending on module 'inline'.
380         * modules/filevercmp (Depends-on, configure.ac): Likewise.
381         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
382         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
383         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
384         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
385         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
386         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
387         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
388         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
389         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
390         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
391         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
392         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
393         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
394         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
395         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
396         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
397         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
398         Likewise.
399         * modules/unictype/property-ascii-hex-digit (Depends-on,
400         configure.ac): Likewise.
401         * modules/unictype/property-bidi-arabic-digit (Depends-on,
402         configure.ac): Likewise.
403         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
404         configure.ac): Likewise.
405         * modules/unictype/property-bidi-block-separator (Depends-on,
406         configure.ac): Likewise.
407         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
408         configure.ac): Likewise.
409         * modules/unictype/property-bidi-common-separator (Depends-on,
410         configure.ac): Likewise.
411         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
412         Likewise.
413         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
414         configure.ac): Likewise.
415         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
416         configure.ac): Likewise.
417         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
418         configure.ac): Likewise.
419         * modules/unictype/property-bidi-european-digit (Depends-on,
420         configure.ac): Likewise.
421         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
422         configure.ac): Likewise.
423         * modules/unictype/property-bidi-left-to-right (Depends-on,
424         configure.ac): Likewise.
425         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
426         configure.ac): Likewise.
427         * modules/unictype/property-bidi-other-neutral (Depends-on,
428         configure.ac): Likewise.
429         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
430         Likewise.
431         * modules/unictype/property-bidi-segment-separator (Depends-on,
432         configure.ac): Likewise.
433         * modules/unictype/property-bidi-whitespace (Depends-on,
434         configure.ac): Likewise.
435         * modules/unictype/property-combining (Depends-on, configure.ac):
436         Likewise.
437         * modules/unictype/property-composite (Depends-on, configure.ac):
438         Likewise.
439         * modules/unictype/property-currency-symbol (Depends-on,
440         configure.ac): Likewise.
441         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
442         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
443         Likewise.
444         * modules/unictype/property-default-ignorable-code-point (Depends-on,
445         configure.ac): Likewise.
446         * modules/unictype/property-deprecated (Depends-on, configure.ac):
447         Likewise.
448         * modules/unictype/property-diacritic (Depends-on, configure.ac):
449         Likewise.
450         * modules/unictype/property-extender (Depends-on, configure.ac):
451         Likewise.
452         * modules/unictype/property-format-control (Depends-on, configure.ac):
453         Likewise.
454         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
455         Likewise.
456         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
457         Likewise.
458         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
459         Likewise.
460         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
461         Likewise.
462         * modules/unictype/property-hyphen (Depends-on, configure.ac):
463         Likewise.
464         * modules/unictype/property-id-continue (Depends-on, configure.ac):
465         Likewise.
466         * modules/unictype/property-id-start (Depends-on, configure.ac):
467         Likewise.
468         * modules/unictype/property-ideographic (Depends-on, configure.ac):
469         Likewise.
470         * modules/unictype/property-ids-binary-operator (Depends-on,
471         configure.ac): Likewise.
472         * modules/unictype/property-ids-trinary-operator (Depends-on,
473         configure.ac): Likewise.
474         * modules/unictype/property-ignorable-control (Depends-on,
475         configure.ac): Likewise.
476         * modules/unictype/property-iso-control (Depends-on, configure.ac):
477         Likewise.
478         * modules/unictype/property-join-control (Depends-on, configure.ac):
479         Likewise.
480         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
481         Likewise.
482         * modules/unictype/property-line-separator (Depends-on, configure.ac):
483         Likewise.
484         * modules/unictype/property-logical-order-exception (Depends-on,
485         configure.ac): Likewise.
486         * modules/unictype/property-lowercase (Depends-on, configure.ac):
487         Likewise.
488         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
489         * modules/unictype/property-non-break (Depends-on, configure.ac):
490         Likewise.
491         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
492         Likewise.
493         * modules/unictype/property-numeric (Depends-on, configure.ac):
494         Likewise.
495         * modules/unictype/property-other-alphabetic (Depends-on,
496         configure.ac): Likewise.
497         * modules/unictype/property-other-default-ignorable-code-point
498         (Depends-on, configure.ac): Likewise.
499         * modules/unictype/property-other-grapheme-extend (Depends-on,
500         configure.ac): Likewise.
501         * modules/unictype/property-other-id-continue (Depends-on,
502         configure.ac): Likewise.
503         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
504         Likewise.
505         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
506         Likewise.
507         * modules/unictype/property-other-math (Depends-on, configure.ac):
508         Likewise.
509         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
510         Likewise.
511         * modules/unictype/property-paired-punctuation (Depends-on,
512         configure.ac): Likewise.
513         * modules/unictype/property-paragraph-separator (Depends-on,
514         configure.ac): Likewise.
515         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
516         Likewise.
517         * modules/unictype/property-pattern-white-space (Depends-on,
518         configure.ac): Likewise.
519         * modules/unictype/property-private-use (Depends-on, configure.ac):
520         Likewise.
521         * modules/unictype/property-punctuation (Depends-on, configure.ac):
522         Likewise.
523         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
524         Likewise.
525         * modules/unictype/property-radical (Depends-on, configure.ac):
526         Likewise.
527         * modules/unictype/property-sentence-terminal (Depends-on,
528         configure.ac): Likewise.
529         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
530         Likewise.
531         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
532         * modules/unictype/property-terminal-punctuation (Depends-on,
533         configure.ac): Likewise.
534         * modules/unictype/property-titlecase (Depends-on, configure.ac):
535         Likewise.
536         * modules/unictype/property-unassigned-code-value (Depends-on,
537         configure.ac): Likewise.
538         * modules/unictype/property-unified-ideograph (Depends-on,
539         configure.ac): Likewise.
540         * modules/unictype/property-uppercase (Depends-on, configure.ac):
541         Likewise.
542         * modules/unictype/property-variation-selector (Depends-on,
543         configure.ac): Likewise.
544         * modules/unictype/property-white-space (Depends-on, configure.ac):
545         Likewise.
546         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
547         Likewise.
548         * modules/unictype/property-xid-start (Depends-on, configure.ac):
549         Likewise.
550         * modules/unictype/property-zero-width (Depends-on, configure.ac):
551         Likewise.
552         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
553         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
554         Likewise.
555
556 2009-12-31  Bruno Haible  <bruno@clisp.org>
557
558         Remove unnecessary AC_C_INLINE invocation.
559         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
560         since 2009-08-21.
561
562 2009-12-31  Jim Meyering  <meyering@redhat.com>
563
564         maint.mk: don't require explicit gpg_key_ID in cfg.mk
565         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
566         With this change, we can all remove the gpg_key_ID = ... definition
567         from our respective cfg.mk files.
568
569         maint.mk: create announcement template in ~/, not in /tmp
570         * top/maint.mk (emit_upload_commands): Adjust.
571         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
572         Remove temporary file, .ci-msg.
573
574 2009-12-31  Eric Blake  <ebb9@byu.net>
575
576         link-warning: always build headers with link warnings
577         * modules/arpa_inet (Makefile.am): Always build replacement
578         header.
579         * modules/ctype (Makefile.am): Likewise.
580         * modules/dirent (Makefile.am): Likewise.
581         * modules/inttypes (Makefile.am): Likewise.
582         * modules/langinfo (Makefile.am): Likewise.
583         * modules/locale (Makefile.am): Likewise.
584         * modules/spawn (Makefile.am): Likewise.
585         * modules/sys_file (Makefile.am): Likewise.
586         * modules/sys_ioctl (Makefile.am): Likewise.
587         * modules/sys_select (Makefile.am): Likewise.
588         * modules/sys_socket (Makefile.am): Likewise.
589         * modules/sys_times (Makefile.am): Likewise.
590         * modules/sys_utsname (Makefile.am): Likewise.
591         * modules/sys_wait (Makefile.am): Likewise.
592         * modules/wchar (Makefile.am): Likewise.
593         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
594         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
595         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
596         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
597         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
598         Likewise.
599         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
600         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
601         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
602         Likewise.
603         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
604         Likewise.
605         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
606         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
607         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
608         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
609         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
610         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
611         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
612         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
613         (gl_WCHAR_H_DEFAULTS): Likewise.
614
615 2009-12-31  Eric Blake  <ebb9@byu.net>
616
617         signal, spawn: use link warnings
618         * lib/signal.in.h (sigset_t): Make unconditional.
619         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
620         (sigpending, sigprocmask, sigaction): Add link warnings.
621         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
622         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
623         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
624         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
625         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
626         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
627         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
628         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
629         (posix_spawn_file_actions_destroy)
630         (posix_spawn_file_actions_addopen)
631         (posix_spawn_file_actions_addclose)
632         (posix_spawwn_file_actions_adddup2): Likewise.
633         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
634         * tests/test-signal.c (main): Enhance test.
635
636         spawn: improve wrapper support
637         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
638         (gl_SPAWN_H_DEFAULTS): New defaults.
639         * modules/spawn (Makefile.am): Substitute them.
640         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
641         Only declare if missing or broken.
642
643         sys_times, sys_utsname: use include_next
644         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
645         header.
646         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
647         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
648         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
649         * modules/sys_times (Depends-on): Add include_next.
650         (Makefile.am): Substitute additional values.
651         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
652         * lib/sys_times.in.h (includes): Include native header, if
653         available.
654         * lib/sys_utsname.in.h (includes): Likewise.
655         * tests/test-sys_times.c (main): Enhance test.
656
657         fdutimensat: revert prior patch
658         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
659         utimens.h.
660         Reported by Bruno Haible.
661
662 2009-12-30  Eric Blake  <ebb9@byu.net>
663
664         sys_wait: drop link-warning dependency
665         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
666         link-warning efforts.
667         * lib/sys_wait.in.h: Likewise.
668
669         fdutimensat: remove bogus dependency
670         * modules/fdutimensat (Depends-on): Drop inline.
671
672         unistd: fix typo
673         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
674
675 2009-12-30  Bruno Haible  <bruno@clisp.org>
676
677         Fix compilation error with Solaris cc.
678         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
679         * lib/unicase/u16-is-invariant.c: Likewise.
680         * lib/unicase/u32-is-invariant.c: Likewise.
681         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
682
683 2009-12-30  Bruno Haible  <bruno@clisp.org>
684
685         Fix test crash.
686         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
687         locales.
688         Reported by Simon Josefsson <simon@josefsson.org>.
689
690 2009-12-30  Bruno Haible  <bruno@clisp.org>
691
692         Fix compilation error on most platforms.
693         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
694         Reported by Simon Josefsson <simon@josefsson.org>
695         and Nelson H. F. Beebe <beebe@math.utah.edu>.
696
697 2009-12-30  Eric Blake  <ebb9@byu.net>
698
699         futimens, utimensat: work around ntfs-3g bug
700         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
701         a ctime bug is present, and expand workaround to cover ntfs-3g.
702         * lib/utimens.c (fdutimens, lutimens): Likewise.
703         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
704         (validate_timespec): Adjust return value.
705         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
706         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
707         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
708
709 2009-12-29  Eric Blake  <ebb9@byu.net>
710
711         link-warning: make usage consistent
712         * modules/ctype (Depends-on): Add link-warning.
713         (Makefile.am): Update rules accordingly.
714         * modules/langinfo (Depends-on, Makefile.am): Likewise.
715         * modules/locale (Depends-on, Makefile.am): Likewise.
716         * modules/sys_file (Makefile.am): Likewise.
717         * modules/getopt-posix (Makefile.am): Delete unused link warning
718         efforts.
719         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
720         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
721         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
722         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
723
724         stdio: remove unused variables
725         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
726         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
727         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
728
729         tests: test more substitute headers
730         * modules/ctype-tests: New file.
731         * modules/dirent-tests: Likewise.
732         * modules/spawn-tests: Likewise.
733         * modules/sys_file-tests: Likewise.
734         * modules/sys_ioctl-tests: Likewise.
735         * modules/sys_wait-tests: Likewise.
736         * tests/test-ctype.c: Likewise.
737         * tests/test-dirent.c: Likewise.
738         * tests/test-spawn.c: Likewise.
739         * tests/test-sys_file.c: Likewise.
740         * tests/test-sys_ioctl.c: Likewise.
741         * tests/test-sys_wait.c: Likewise.
742         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
743         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
744         whether or not flock is in use.
745
746         tests: remove License section from module
747         * modules/arpa_inet-tests: Remove unneeded section.
748         * modules/byteswap-tests: Likewise.
749         * modules/ceilf-tests: Likewise.
750         * modules/ceill-tests: Likewise.
751         * modules/crypto/des-tests: Likewise.
752         * modules/crypto/gc-arcfour-tests: Likewise.
753         * modules/crypto/gc-arctwo-tests: Likewise.
754         * modules/crypto/gc-des-tests: Likewise.
755         * modules/crypto/gc-hmac-md5-tests: Likewise.
756         * modules/crypto/gc-hmac-sha1-tests: Likewise.
757         * modules/crypto/gc-md2-tests: Likewise.
758         * modules/crypto/gc-md4-tests: Likewise.
759         * modules/crypto/gc-md5-tests: Likewise.
760         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
761         * modules/crypto/gc-rijndael-tests: Likewise.
762         * modules/crypto/gc-sha1-tests: Likewise.
763         * modules/crypto/gc-tests: Likewise.
764         * modules/crypto/md2-tests: Likewise.
765         * modules/crypto/md4-tests: Likewise.
766         * modules/fcntl-h-tests: Likewise.
767         * modules/floorf-tests: Likewise.
768         * modules/floorl-tests: Likewise.
769         * modules/frexp-nolibm-tests: Likewise.
770         * modules/frexp-tests: Likewise.
771         * modules/frexpl-nolibm-tests: Likewise.
772         * modules/frexpl-tests: Likewise.
773         * modules/getaddrinfo-tests: Likewise.
774         * modules/inttypes-tests: Likewise.
775         * modules/isfinite-tests: Likewise.
776         * modules/isinf-tests: Likewise.
777         * modules/ldexpl-tests: Likewise.
778         * modules/locale-tests: Likewise.
779         * modules/math-tests: Likewise.
780         * modules/netdb-tests: Likewise.
781         * modules/netinet_in-tests: Likewise.
782         * modules/printf-frexp-tests: Likewise.
783         * modules/printf-frexpl-tests: Likewise.
784         * modules/priv-set-tests: Likewise.
785         * modules/random_r-tests: Likewise.
786         * modules/round-tests: Likewise.
787         * modules/roundf-tests: Likewise.
788         * modules/roundl-tests: Likewise.
789         * modules/search-tests: Likewise.
790         * modules/select-tests: Likewise.
791         * modules/signal-tests: Likewise.
792         * modules/stdbool-tests: Likewise.
793         * modules/stddef-tests: Likewise.
794         * modules/stdint-tests: Likewise.
795         * modules/stdio-tests: Likewise.
796         * modules/stdlib-tests: Likewise.
797         * modules/string-tests: Likewise.
798         * modules/strings-tests: Likewise.
799         * modules/sys_select-tests: Likewise.
800         * modules/sys_socket-tests: Likewise.
801         * modules/sys_stat-tests: Likewise.
802         * modules/sys_time-tests: Likewise.
803         * modules/sys_utsname-tests: Likewise.
804         * modules/sysexits-tests: Likewise.
805         * modules/time-tests: Likewise.
806         * modules/trunc-tests: Likewise.
807         * modules/truncf-tests: Likewise.
808         * modules/truncl-tests: Likewise.
809         * modules/tsearch-tests: Likewise.
810         * modules/unistd-tests: Likewise.
811         * modules/wchar-tests: Likewise.
812         * modules/wctype-tests: Likewise.
813
814         tests: fix license on several tests
815         * tests/test-des.c: Update to GPLv3+.
816         * tests/test-flock.c: Likewise.
817         * tests/test-fsync.c: Likewise.
818         * tests/test-futimens.h: Likewise.
819         * tests/test-gc-arcfour.c: Likewise.
820         * tests/test-gc-arctwo.c: Likewise.
821         * tests/test-gc-des.c: Likewise.
822         * tests/test-gc-hmac-md5.c: Likewise.
823         * tests/test-gc-hmac-sha1.c: Likewise.
824         * tests/test-gc-md2.c: Likewise.
825         * tests/test-gc-md4.c: Likewise.
826         * tests/test-gc-md5.c: Likewise.
827         * tests/test-gc-pbkdf2-sha1.c: Likewise.
828         * tests/test-gc-rijndael.c: Likewise.
829         * tests/test-gc-sha1.c: Likewise.
830         * tests/test-gc.c: Likewise.
831         * tests/test-getcwd.c: Likewise.
832         * tests/test-link.c: Likewise.
833         * tests/test-link.h: Likewise.
834         * tests/test-lutimens.h: Likewise.
835         * tests/test-md2.c: Likewise.
836         * tests/test-md4.c: Likewise.
837         * tests/test-mkdir.h: Likewise.
838         * tests/test-rename.c: Likewise.
839         * tests/test-rename.h: Likewise.
840         * tests/test-safe-alloc.c: Likewise.
841         * tests/test-utimens-common.h: Likewise.
842         * tests/test-utimens.h: Likewise.
843
844         maint: sync license texts
845         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
846         * doc/gpl-3.0.texi: Revert copyright year update.
847         * doc/lgpl-3.0.texi: Likewise.
848
849 2009-12-29  Jim Meyering  <meyering@redhat.com>
850
851         update nearly all FSF copyright year lists to include 2009
852         The files named by the following are exempted:
853             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
854               test -f "$dst" && { echo "$dst"; continue; }
855               test -d "$dst" || continue
856               echo "$dst"/$(basename "$src")
857             done > exempt
858             git ls-files tests/unictype >> exempt
859         In the remaining files, convert to all-interval notation if
860         - there is already at least one year interval like 2000-2003
861         - the file is maintained by me
862         - the file is in lib/uni*/, where that style already prevails
863         Otherwise, use update-copyright's default.
864
865 2009-12-29  Simon Josefsson  <simon@josefsson.org>
866         and Eric Blake  <ebb9@byu.net>
867
868         tests: don't require debug system() to pass
869         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
870         * tests/test-rmdir.h (test_rmdir_func): Likewise.
871         * tests/test-unlink.h (test_unlink_func): Likewise.
872         * tests/test-fstatat.c (main): ...into callers.
873         * tests/test-lstat.c (main): Likewise.
874         * tests/test-rmdir.c (main): Likewise.
875         * tests/test-unlink.c (main): Likewise.
876         * tests/test-unlinkat.c (main): Likewise.
877         * tests/test-areadlink-with-size.c (main): Don't require a
878         debug-only system call to pass, aiding cross-testing to mingw.
879         * tests/test-areadlink.c (main): Likewise.
880         * tests/test-areadlinkat-with-size.c (main): Likewise.
881         * tests/test-areadlinkat.c (main): Likewise.
882         * tests/test-canonicalize-lgpl.c (main): Likewise.
883         * tests/test-canonicalize.c (main): Likewise.
884         * tests/test-chown.c (main): Likewise.
885         * tests/test-fchownat.c (main): Likewise.
886         * tests/test-lchown.c (main): Likewise.
887         * tests/test-fdutimensat.c (main): Likewise.
888         * tests/test-futimens.c (main): Likewise.
889         * tests/test-link.c (main): Likewise.
890         * tests/test-linkat.c (main): Likewise.
891         * tests/test-mkdir.c (main): Likewise.
892         * tests/test-mkdirat.c (main): Likewise.
893         * tests/test-mkfifo.c (main): Likewise.
894         * tests/test-mkfifoat.c (main): Likewise.
895         * tests/test-mknod.c (main): Likewise.
896         * tests/test-readlink.c (main): Likewise.
897         * tests/test-remove.c (main): Likewise.
898         * tests/test-rename.c (main): Likewise.
899         * tests/test-renameat.c (main): Likewise.
900         * tests/test-symlink.c (main): Likewise.
901         * tests/test-symlinkat.c (main): Likewise.
902         * tests/test-utimens.c (main): Likewise.
903         * tests/test-utimensat.c (main): Likewise.
904
905 2009-12-29  Simon Josefsson  <simon@josefsson.org>
906
907         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
908         on $(UNUSED_PARAMETER_H) to avoid build failure.
909
910 2009-12-28  Jim Meyering  <meyering@redhat.com>
911
912         update-copyright: you may specify a max. line length other than 72
913         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
914
915         maint: use consistent FSF copyright line syntax
916         * lib/posixtm.c: Add missing comma in FSF copyright line.
917         * lib/posixtm.h: Likewise.
918         * lib/getugroups.c: Add missing ", Inc.".
919
920         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
921         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
922         FSF copyright line.  Remove trailing blanks.
923
924 2009-12-28  Eric Blake  <ebb9@byu.net>
925
926         test-dup2: reduce dependencies
927         * modules/cloexec (Configure.ac): Set witness.
928         * modules/dup2-tests (Depends-on): Drop cloexec.
929         * tests/test-dup2.c (main): Skip portion of test if cloexec module
930         not present.
931         Suggested by Bruno Haible.
932
933 2009-12-26  Bruno Haible  <bruno@clisp.org>
934
935         Remove an unneeded dependency.
936         * modules/fseterr (Depends-on): Remove dup2.
937
938 2009-12-26  Eric Blake  <ebb9@byu.net>
939
940         tests: use macros.h in more places
941         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
942         (ASSERT_STREAM): Provide default of stderr.
943         * tests/test-dirent-safer.c: Include macros.h, using alternate
944         stream for assertions.
945         * tests/test-dup-safer.c: Likewise.
946         * tests/test-freopen-safer.c: Likewise.
947         * tests/test-getopt.c: Likewise.
948         * tests/test-openat-safer.c: Likewise.
949         * tests/test-pipe.c: Likewise.
950         * tests/test-popen-safer.c: Likewise.
951         * modules/dirent-safer-tests (Files): Include macros.h.
952         * modules/unistd-safer-tests (Files): Likewise.
953         * modules/freopen-safer-tests (Files): Likewise.
954         * modules/getopt-posix-tests (Files): Likewise.
955         * modules/openat-safer-tests (Files): Likewise.
956         * modules/pipe-tests (Files): Likewise.
957
958 2009-12-26  Bruno Haible  <bruno@clisp.org>
959
960         javacomp: Portability fix.
961         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
962         that it also works on Solaris.
963
964 2009-12-26  Bruno Haible  <bruno@clisp.org>
965
966         localename: Fix storage allocation of gl_locale_name_thread's result.
967         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
968         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
969         all platforms that have 'uselocale'.
970         (gl_locale_name_thread_unsafe): New function, extracted from
971         gl_locale_name_thread.
972         (gl_locale_name_thread): Call struniq on all platforms that have
973         'uselocale'.
974         * tests/test-localename.c (test_locale_name_thread): Check that the
975         resulting strings are permanently allocated.
976         * modules/localename-tests (Depends-on): Add strdup.
977
978 2009-12-26  Bruno Haible  <bruno@clisp.org>
979
980         * tests/test-localename.c (categories): Fill in the strings.
981
982 2009-12-26  Jim Meyering  <meyering@redhat.com>
983
984         isdir: complete the removal of m4/isdir.m4
985         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
986
987         isdir: clean up, since at least grep still uses it
988         * lib/isdir.c: Include "isdir.h".
989         (S_ISDIR): Remove now-unneeded definition.
990         * modules/isdir (Files): Add lib/isdir.h.
991         * lib/isdir.h: New file, with declaration.
992         * m4/isdir.m4: Remove file -- unneeded.
993
994 2009-12-25  Bruno Haible  <bruno@clisp.org>
995
996         selinux-h: Make generated .h files standalone.
997         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
998         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
999         * lib/se-selinux.in.h: Likewise.
1000         * modules/selinux-h (Depends-on): Add unused-parameter.
1001         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
1002         selinux/selinux.h and selinux/context.h.
1003         Suggested by Eric Blake.
1004
1005 2009-12-25  Bruno Haible  <bruno@clisp.org>
1006
1007         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
1008         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
1009         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
1010         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
1011         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
1012
1013 2009-12-24  Bruno Haible  <bruno@clisp.org>
1014
1015         openat: Fix warning.
1016         * lib/openat-proc.c: Include <unistd.h>.
1017
1018 2009-12-24  Bruno Haible  <bruno@clisp.org>
1019
1020         New module 'unused-parameter'.
1021         * build-aux/unused-parameter.h: New file, extracted from earlier
1022         gnulib-common.m4.
1023         * modules/unused-parameter: New file.
1024         * lib/unistr.h: Include unused-parameter.h.
1025         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
1026         _GL_UNUSED.
1027         * modules/unistr/base (Depends-on): Add unused-parameter.
1028
1029 2009-12-24  Bruno Haible  <bruno@clisp.org>
1030
1031         Add missing dependencies to 'extensions' module.
1032         * m4/extensions.m4: Add comment.
1033         * modules/accept4 (Depends-on): Add extensions.
1034         * modules/dup3 (Depends-on): Likewise.
1035         * modules/fcntl (Depends-on): Likewise.
1036         * modules/futimens (Depends-on): Likewise.
1037         * modules/mknod (Depends-on): Likewise.
1038         * modules/pipe2 (Depends-on): Likewise.
1039         * modules/stat-time (Depends-on): Likewise.
1040         * modules/strcasestr-simple (Depends-on): Likewise.
1041         * modules/strsignal (Depends-on): Likewise.
1042         * modules/utimensat (Depends-on): Likewise.
1043         * modules/localcharset (Depends-on): Likewise. Needed because of
1044         gl_FCNTL_O_FLAGS.
1045         * modules/wcrtomb (Depends-on): Likewise. Needed because of
1046         AC_TYPE_MBSTATE_T.
1047         * modules/wcsnrtombs (Depends-on): Likewise.
1048         * modules/wcsrtombs (Depends-on): Likewise.
1049
1050 2009-12-24  Bruno Haible  <bruno@clisp.org>
1051
1052         binary-io: Avoid gcc warning due to SET_BINARY.
1053         * lib/binary-io.h (SET_BINARY): Cast the result to void.
1054         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
1055
1056 2009-12-24  Bruno Haible  <bruno@clisp.org>
1057
1058         Avoid future namespace pollution on glibc systems.
1059         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
1060         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
1061         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
1062         glibc systems.
1063
1064 2009-12-24  Bruno Haible  <bruno@clisp.org>
1065
1066         Refactor common macros used in tests.
1067         * tests/macros.h: New file.
1068         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
1069         and/or <stdlib.h>, if appropriate.
1070         (ASSERT, SIZEOF): Remove macros.
1071         * tests/test-areadlink-with-size.c: Likewise.
1072         * tests/test-areadlinkat.c: Likewise.
1073         * tests/test-areadlinkat-with-size.c: Likewise.
1074         * tests/test-argmatch.c: Likewise.
1075         * tests/test-argv-iter.c: Likewise.
1076         * tests/test-array-mergesort.c: Likewise.
1077         * tests/test-array_list.c: Likewise.
1078         * tests/test-array_oset.c: Likewise.
1079         * tests/test-avltree_list.c: Likewise.
1080         * tests/test-avltree_oset.c: Likewise.
1081         * tests/test-avltreehash_list.c: Likewise.
1082         * tests/test-base64.c: Likewise.
1083         * tests/test-binary-io.c: Likewise.
1084         * tests/test-bitrotate.c: Likewise.
1085         * tests/test-btowc.c: Likewise.
1086         * tests/test-byteswap.c: Likewise.
1087         * tests/test-c-ctype.c: Likewise.
1088         * tests/test-c-stack.c: Likewise.
1089         * tests/test-c-strcasecmp.c: Likewise.
1090         * tests/test-c-strcasestr.c: Likewise.
1091         * tests/test-c-strncasecmp.c: Likewise.
1092         * tests/test-c-strstr.c: Likewise.
1093         * tests/test-canonicalize-lgpl.c: Likewise.
1094         * tests/test-canonicalize.c: Likewise.
1095         * tests/test-carray_list.c: Likewise.
1096         * tests/test-ceilf1.c: Likewise.
1097         * tests/test-ceilf2.c: Likewise.
1098         * tests/test-ceill.c: Likewise.
1099         * tests/test-chown.c: Likewise.
1100         * tests/test-cloexec.c: Likewise.
1101         * tests/test-copy-acl.c: Likewise.
1102         * tests/test-copy-file.c: Likewise.
1103         * tests/test-count-one-bits.c: Likewise.
1104         * tests/test-dprintf-posix.c: Likewise.
1105         * tests/test-dup2.c: Likewise.
1106         * tests/test-dup3.c: Likewise.
1107         * tests/test-duplocale.c: Likewise.
1108         * tests/test-fbufmode.c: Likewise.
1109         * tests/test-fchdir.c: Likewise.
1110         * tests/test-fchownat.c: Likewise.
1111         * tests/test-fcntl-safer.c: Likewise.
1112         * tests/test-fcntl.c: Likewise.
1113         * tests/test-fdopendir.c: Likewise.
1114         * tests/test-fdutimensat.c: Likewise.
1115         * tests/test-fflush2.c: Likewise.
1116         * tests/test-file-has-acl.c: Likewise.
1117         * tests/test-filevercmp.c: Likewise.
1118         * tests/test-flock.c: Likewise.
1119         * tests/test-floorf1.c: Likewise.
1120         * tests/test-floorf2.c: Likewise.
1121         * tests/test-floorl.c: Likewise.
1122         * tests/test-fnmatch.c: Likewise.
1123         * tests/test-fopen.h: Likewise.
1124         * tests/test-fpending.c: Likewise.
1125         * tests/test-fprintf-posix.c: Likewise.
1126         * tests/test-fpurge.c: Likewise.
1127         * tests/test-freadable.c: Likewise.
1128         * tests/test-freadahead.c: Likewise.
1129         * tests/test-freading.c: Likewise.
1130         * tests/test-freadptr.c: Likewise.
1131         * tests/test-freadptr2.c: Likewise.
1132         * tests/test-freadseek.c: Likewise.
1133         * tests/test-freopen.c: Likewise.
1134         * tests/test-frexp.c: Likewise.
1135         * tests/test-frexpl.c: Likewise.
1136         * tests/test-fseek.c: Likewise.
1137         * tests/test-fseeko.c: Likewise.
1138         * tests/test-fstatat.c: Likewise.
1139         * tests/test-fstrcmp.c: Likewise.
1140         * tests/test-fsync.c: Likewise.
1141         * tests/test-ftell.c: Likewise.
1142         * tests/test-ftello.c: Likewise.
1143         * tests/test-func.c: Likewise.
1144         * tests/test-futimens.c: Likewise.
1145         * tests/test-fwritable.c: Likewise.
1146         * tests/test-fwriting.c: Likewise.
1147         * tests/test-getcwd.c: Likewise.
1148         * tests/test-getdate.c: Likewise.
1149         * tests/test-getdelim.c: Likewise.
1150         * tests/test-getdtablesize.c: Likewise.
1151         * tests/test-getgroups.c: Likewise.
1152         * tests/test-getline.c: Likewise.
1153         * tests/test-getndelim2.c: Likewise.
1154         * tests/test-glob.c: Likewise.
1155         * tests/test-hash.c: Likewise.
1156         * tests/test-i-ring.c: Likewise.
1157         * tests/test-iconv-utf.c: Likewise.
1158         * tests/test-iconv.c: Likewise.
1159         * tests/test-idpriv-drop.c: Likewise.
1160         * tests/test-idpriv-droptemp.c: Likewise.
1161         * tests/test-inet_ntop.c: Likewise.
1162         * tests/test-inet_pton.c: Likewise.
1163         * tests/test-isblank.c: Likewise.
1164         * tests/test-isfinite.c: Likewise.
1165         * tests/test-isinf.c: Likewise.
1166         * tests/test-isnan.c: Likewise.
1167         * tests/test-isnand.h: Likewise.
1168         * tests/test-isnanf.h: Likewise.
1169         * tests/test-isnanl.h: Likewise.
1170         * tests/test-lchown.c: Likewise.
1171         * tests/test-ldexpl.c: Likewise.
1172         * tests/test-link.c: Likewise.
1173         * tests/test-linkat.c: Likewise.
1174         * tests/test-linked_list.c: Likewise.
1175         * tests/test-linkedhash_list.c: Likewise.
1176         * tests/test-localename.c: Likewise.
1177         * tests/test-lseek.c: Likewise.
1178         * tests/test-lstat.c: Likewise.
1179         * tests/test-mbmemcasecmp.c: Likewise.
1180         * tests/test-mbmemcasecoll.c: Likewise.
1181         * tests/test-mbrtowc.c: Likewise.
1182         * tests/test-mbscasecmp.c: Likewise.
1183         * tests/test-mbscasestr1.c: Likewise.
1184         * tests/test-mbscasestr2.c: Likewise.
1185         * tests/test-mbscasestr3.c: Likewise.
1186         * tests/test-mbscasestr4.c: Likewise.
1187         * tests/test-mbschr.c: Likewise.
1188         * tests/test-mbscspn.c: Likewise.
1189         * tests/test-mbsinit.c: Likewise.
1190         * tests/test-mbsncasecmp.c: Likewise.
1191         * tests/test-mbsnrtowcs.c: Likewise.
1192         * tests/test-mbspbrk.c: Likewise.
1193         * tests/test-mbspcasecmp.c: Likewise.
1194         * tests/test-mbsrchr.c: Likewise.
1195         * tests/test-mbsrtowcs.c: Likewise.
1196         * tests/test-mbsspn.c: Likewise.
1197         * tests/test-mbsstr1.c: Likewise.
1198         * tests/test-mbsstr2.c: Likewise.
1199         * tests/test-mbsstr3.c: Likewise.
1200         * tests/test-memchr.c: Likewise.
1201         * tests/test-memchr2.c: Likewise.
1202         * tests/test-memcmp.c: Likewise.
1203         * tests/test-memmem.c: Likewise.
1204         * tests/test-memrchr.c: Likewise.
1205         * tests/test-mkdir.c: Likewise.
1206         * tests/test-mkdirat.c: Likewise.
1207         * tests/test-mkfifo.c: Likewise.
1208         * tests/test-mkfifoat.c: Likewise.
1209         * tests/test-mknod.c: Likewise.
1210         * tests/test-nanosleep.c: Likewise.
1211         * tests/test-nl_langinfo.c: Likewise.
1212         * tests/test-obstack-printf.c: Likewise.
1213         * tests/test-open.c: Likewise.
1214         * tests/test-openat.c: Likewise.
1215         * tests/test-pipe-filter-gi1.c: Likewise.
1216         * tests/test-pipe-filter-gi2-main.c: Likewise.
1217         * tests/test-pipe-filter-ii1.c: Likewise.
1218         * tests/test-pipe-filter-ii2-main.c: Likewise.
1219         * tests/test-pipe2.c: Likewise.
1220         * tests/test-popen.h: Likewise.
1221         * tests/test-posixtm.c: Likewise.
1222         * tests/test-pread.c: Likewise.
1223         * tests/test-printf-frexp.c: Likewise.
1224         * tests/test-printf-frexpl.c: Likewise.
1225         * tests/test-printf-posix.c: Likewise.
1226         * tests/test-priv-set.c: Likewise.
1227         * tests/test-quotearg.c: Likewise.
1228         * tests/test-random_r.c: Likewise.
1229         * tests/test-rawmemchr.c: Likewise.
1230         * tests/test-rbtree_list.c: Likewise.
1231         * tests/test-rbtree_oset.c: Likewise.
1232         * tests/test-rbtreehash_list.c: Likewise.
1233         * tests/test-readlink.c: Likewise.
1234         * tests/test-remove.c: Likewise.
1235         * tests/test-rename.c: Likewise.
1236         * tests/test-renameat.c: Likewise.
1237         * tests/test-rmdir.c: Likewise.
1238         * tests/test-round1.c: Likewise.
1239         * tests/test-roundf1.c: Likewise.
1240         * tests/test-roundl.c: Likewise.
1241         * tests/test-safe-alloc.c: Likewise.
1242         * tests/test-sameacls.c: Likewise.
1243         * tests/test-set-mode-acl.c: Likewise.
1244         * tests/test-setenv.c: Likewise.
1245         * tests/test-sigaction.c: Likewise.
1246         * tests/test-signbit.c: Likewise.
1247         * tests/test-sleep.c: Likewise.
1248         * tests/test-snprintf-posix.c: Likewise.
1249         * tests/test-snprintf.c: Likewise.
1250         * tests/test-sprintf-posix.c: Likewise.
1251         * tests/test-stat-time.c: Likewise.
1252         * tests/test-stat.c: Likewise.
1253         * tests/test-strcasestr.c: Likewise.
1254         * tests/test-strchrnul.c: Likewise.
1255         * tests/test-strerror.c: Likewise.
1256         * tests/test-striconv.c: Likewise.
1257         * tests/test-striconveh.c: Likewise.
1258         * tests/test-striconveha.c: Likewise.
1259         * tests/test-strsignal.c: Likewise.
1260         * tests/test-strstr.c: Likewise.
1261         * tests/test-strtod.c: Likewise.
1262         * tests/test-strverscmp.c: Likewise.
1263         * tests/test-symlink.c: Likewise.
1264         * tests/test-symlinkat.c: Likewise.
1265         * tests/test-trunc1.c: Likewise.
1266         * tests/test-trunc2.c: Likewise.
1267         * tests/test-truncf1.c: Likewise.
1268         * tests/test-truncf2.c: Likewise.
1269         * tests/test-truncl.c: Likewise.
1270         * tests/test-uname.c: Likewise.
1271         * tests/test-unlink.c: Likewise.
1272         * tests/test-unlinkat.c: Likewise.
1273         * tests/test-unsetenv.c: Likewise.
1274         * tests/test-usleep.c: Likewise.
1275         * tests/test-utimens.c: Likewise.
1276         * tests/test-utimensat.c: Likewise.
1277         * tests/test-vasnprintf-posix.c: Likewise.
1278         * tests/test-vasnprintf-posix2.c: Likewise.
1279         * tests/test-vasnprintf.c: Likewise.
1280         * tests/test-vasprintf-posix.c: Likewise.
1281         * tests/test-vasprintf.c: Likewise.
1282         * tests/test-vdprintf-posix.c: Likewise.
1283         * tests/test-vfprintf-posix.c: Likewise.
1284         * tests/test-vprintf-posix.c: Likewise.
1285         * tests/test-vsnprintf-posix.c: Likewise.
1286         * tests/test-vsnprintf.c: Likewise.
1287         * tests/test-vsprintf-posix.c: Likewise.
1288         * tests/test-wcrtomb.c: Likewise.
1289         * tests/test-wcsnrtombs.c: Likewise.
1290         * tests/test-wcsrtombs.c: Likewise.
1291         * tests/test-wctype.c: Likewise.
1292         * tests/test-wcwidth.c: Likewise.
1293         * tests/test-xfprintf-posix.c: Likewise.
1294         * tests/test-xmemdup0.c: Likewise.
1295         * tests/test-xprintf-posix.c: Likewise.
1296         * tests/test-xvasprintf.c: Likewise.
1297         * tests/unicase/test-locale-language.c: Likewise.
1298         * tests/unicase/test-mapping-part1.h: Likewise.
1299         * tests/unicase/test-predicate-part1.h: Likewise.
1300         * tests/unicase/test-u8-casecmp.c: Likewise.
1301         * tests/unicase/test-u8-casecoll.c: Likewise.
1302         * tests/unicase/test-u8-casefold.c: Likewise.
1303         * tests/unicase/test-u8-is-cased.c: Likewise.
1304         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1305         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1306         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1307         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1308         * tests/unicase/test-u8-tolower.c: Likewise.
1309         * tests/unicase/test-u8-totitle.c: Likewise.
1310         * tests/unicase/test-u8-toupper.c: Likewise.
1311         * tests/unicase/test-u16-casecmp.c: Likewise.
1312         * tests/unicase/test-u16-casecoll.c: Likewise.
1313         * tests/unicase/test-u16-casefold.c: Likewise.
1314         * tests/unicase/test-u16-is-cased.c: Likewise.
1315         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1316         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1317         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1318         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1319         * tests/unicase/test-u16-tolower.c: Likewise.
1320         * tests/unicase/test-u16-totitle.c: Likewise.
1321         * tests/unicase/test-u16-toupper.c: Likewise.
1322         * tests/unicase/test-u32-casecmp.c: Likewise.
1323         * tests/unicase/test-u32-casecoll.c: Likewise.
1324         * tests/unicase/test-u32-casefold.c: Likewise.
1325         * tests/unicase/test-u32-is-cased.c: Likewise.
1326         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1327         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1328         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1329         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1330         * tests/unicase/test-u32-tolower.c: Likewise.
1331         * tests/unicase/test-u32-totitle.c: Likewise.
1332         * tests/unicase/test-u32-toupper.c: Likewise.
1333         * tests/unicase/test-ulc-casecmp.c: Likewise.
1334         * tests/unicase/test-ulc-casecoll.c: Likewise.
1335         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1336         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1337         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1338         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1339         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1340         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1341         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1342         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1343         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1344         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1345         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1346         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1347         * tests/unictype/test-bidi_byname.c: Likewise.
1348         * tests/unictype/test-bidi_name.c: Likewise.
1349         * tests/unictype/test-bidi_of.c: Likewise.
1350         * tests/unictype/test-bidi_test.c: Likewise.
1351         * tests/unictype/test-block_list.c: Likewise.
1352         * tests/unictype/test-block_of.c: Likewise.
1353         * tests/unictype/test-block_test.c: Likewise.
1354         * tests/unictype/test-categ_and.c: Likewise.
1355         * tests/unictype/test-categ_and_not.c: Likewise.
1356         * tests/unictype/test-categ_byname.c: Likewise.
1357         * tests/unictype/test-categ_name.c: Likewise.
1358         * tests/unictype/test-categ_none.c: Likewise.
1359         * tests/unictype/test-categ_of.c: Likewise.
1360         * tests/unictype/test-categ_or.c: Likewise.
1361         * tests/unictype/test-categ_test_withtable.c: Likewise.
1362         * tests/unictype/test-combining.c: Likewise.
1363         * tests/unictype/test-decdigit.c: Likewise.
1364         * tests/unictype/test-digit.c: Likewise.
1365         * tests/unictype/test-mirror.c: Likewise.
1366         * tests/unictype/test-numeric.c: Likewise.
1367         * tests/unictype/test-pr_byname.c: Likewise.
1368         * tests/unictype/test-pr_test.c: Likewise.
1369         * tests/unictype/test-predicate-part1.h: Likewise.
1370         * tests/unictype/test-scripts.c: Likewise.
1371         * tests/unictype/test-sy_c_ident.c: Likewise.
1372         * tests/unictype/test-sy_java_ident.c: Likewise.
1373         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1374         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1375         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1376         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1377         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1378         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1379         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1380         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1381         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1382         * tests/uninorm/test-compat-decomposition.c: Likewise.
1383         * tests/uninorm/test-composition.c: Likewise.
1384         * tests/uninorm/test-decomposing-form.c: Likewise.
1385         * tests/uninorm/test-decomposition.c: Likewise.
1386         * tests/uninorm/test-u8-nfc.c: Likewise.
1387         * tests/uninorm/test-u8-nfd.c: Likewise.
1388         * tests/uninorm/test-u8-nfkc.c: Likewise.
1389         * tests/uninorm/test-u8-nfkd.c: Likewise.
1390         * tests/uninorm/test-u8-normcmp.c: Likewise.
1391         * tests/uninorm/test-u8-normcoll.c: Likewise.
1392         * tests/uninorm/test-u16-nfc.c: Likewise.
1393         * tests/uninorm/test-u16-nfd.c: Likewise.
1394         * tests/uninorm/test-u16-nfkc.c: Likewise.
1395         * tests/uninorm/test-u16-nfkd.c: Likewise.
1396         * tests/uninorm/test-u16-normcmp.c: Likewise.
1397         * tests/uninorm/test-u16-normcoll.c: Likewise.
1398         * tests/uninorm/test-u32-nfc.c: Likewise.
1399         * tests/uninorm/test-u32-nfd.c: Likewise.
1400         * tests/uninorm/test-u32-nfkc.c: Likewise.
1401         * tests/uninorm/test-u32-nfkd.c: Likewise.
1402         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1403         * tests/uninorm/test-u32-normcmp.c: Likewise.
1404         * tests/uninorm/test-u32-normcoll.c: Likewise.
1405         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1406         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1407         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1408         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1409         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1410         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1411         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1412         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1413         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1414         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1415         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1416         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1417         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1418         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1419         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1420         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1421         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1422         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1423         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1424         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1425         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1426         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1427         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1428         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1429         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1430         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1431         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1432         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1433         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1434         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
1435         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
1436         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
1437         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
1438         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1439         * tests/uniwidth/test-u8-width.c: Likewise.
1440         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1441         * tests/uniwidth/test-u16-width.c: Likewise.
1442         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1443         * tests/uniwidth/test-u32-width.c: Likewise.
1444         * tests/uniwidth/test-uc_width.c: Likewise.
1445         * tests/uniwidth/test-uc_width2.c: Likewise.
1446         * modules/acl-tests (Files): Add tests/macros.h.
1447         * modules/areadlink-tests (Files): Likewise.
1448         * modules/areadlink-with-size-tests (Files): Likewise.
1449         * modules/areadlinkat-tests (Files): Likewise.
1450         * modules/areadlinkat-with-size-tests (Files): Likewise.
1451         * modules/argmatch-tests (Files): Likewise.
1452         * modules/argv-iter-tests (Files): Likewise.
1453         * modules/array-list-tests (Files): Likewise.
1454         * modules/array-mergesort-tests (Files): Likewise.
1455         * modules/array-oset-tests (Files): Likewise.
1456         * modules/avltree-list-tests (Files): Likewise.
1457         * modules/avltree-oset-tests (Files): Likewise.
1458         * modules/avltreehash-list-tests (Files): Likewise.
1459         * modules/base64-tests (Files): Likewise.
1460         * modules/binary-io-tests (Files): Likewise.
1461         * modules/bitrotate-tests (Files): Likewise.
1462         * modules/btowc-tests (Files): Likewise.
1463         * modules/byteswap-tests (Files): Likewise.
1464         * modules/c-ctype-tests (Files): Likewise.
1465         * modules/c-stack-tests (Files): Likewise.
1466         * modules/c-strcase-tests (Files): Likewise.
1467         * modules/c-strcasestr-tests (Files): Likewise.
1468         * modules/c-strstr-tests (Files): Likewise.
1469         * modules/canonicalize-lgpl-tests (Files): Likewise.
1470         * modules/canonicalize-tests (Files): Likewise.
1471         * modules/carray-list-tests (Files): Likewise.
1472         * modules/ceilf-tests (Files): Likewise.
1473         * modules/ceill-tests (Files): Likewise.
1474         * modules/chown-tests (Files): Likewise.
1475         * modules/cloexec-tests (Files): Likewise.
1476         * modules/copy-file-tests (Files): Likewise.
1477         * modules/count-one-bits-tests (Files): Likewise.
1478         * modules/dprintf-posix-tests (Files): Likewise.
1479         * modules/dup2-tests (Files): Likewise.
1480         * modules/dup3-tests (Files): Likewise.
1481         * modules/duplocale-tests (Files): Likewise.
1482         * modules/fbufmode-tests (Files): Likewise.
1483         * modules/fchdir-tests (Files): Likewise.
1484         * modules/fcntl-safer-tests (Files): Likewise.
1485         * modules/fcntl-tests (Files): Likewise.
1486         * modules/fdopendir-tests (Files): Likewise.
1487         * modules/fdutimensat-tests (Files): Likewise.
1488         * modules/fflush-tests (Files): Likewise.
1489         * modules/filevercmp-tests (Files): Likewise.
1490         * modules/flock-tests (Files): Likewise.
1491         * modules/floorf-tests (Files): Likewise.
1492         * modules/floorl-tests (Files): Likewise.
1493         * modules/fnmatch-tests (Files): Likewise.
1494         * modules/fopen-safer-tests (Files): Likewise.
1495         * modules/fopen-tests (Files): Likewise.
1496         * modules/fpending-tests (Files): Likewise.
1497         * modules/fprintf-posix-tests (Files): Likewise.
1498         * modules/fpurge-tests (Files): Likewise.
1499         * modules/freadable-tests (Files): Likewise.
1500         * modules/freadahead-tests (Files): Likewise.
1501         * modules/freading-tests (Files): Likewise.
1502         * modules/freadptr-tests (Files): Likewise.
1503         * modules/freadseek-tests (Files): Likewise.
1504         * modules/freopen-tests (Files): Likewise.
1505         * modules/frexp-nolibm-tests (Files): Likewise.
1506         * modules/frexp-tests (Files): Likewise.
1507         * modules/frexpl-nolibm-tests (Files): Likewise.
1508         * modules/frexpl-tests (Files): Likewise.
1509         * modules/fseek-tests (Files): Likewise.
1510         * modules/fseeko-tests (Files): Likewise.
1511         * modules/fstrcmp-tests (Files): Likewise.
1512         * modules/fsync-tests (Files): Likewise.
1513         * modules/ftell-tests (Files): Likewise.
1514         * modules/ftello-tests (Files): Likewise.
1515         * modules/func-tests (Files): Likewise.
1516         * modules/futimens-tests (Files): Likewise.
1517         * modules/fwritable-tests (Files): Likewise.
1518         * modules/fwriting-tests (Files): Likewise.
1519         * modules/getcwd-tests (Files): Likewise.
1520         * modules/getdate-tests (Files): Likewise.
1521         * modules/getdelim-tests (Files): Likewise.
1522         * modules/getdtablesize-tests (Files): Likewise.
1523         * modules/getgroups-tests (Files): Likewise.
1524         * modules/getline-tests (Files): Likewise.
1525         * modules/getndelim2-tests (Files): Likewise.
1526         * modules/glob-tests (Files): Likewise.
1527         * modules/hash-tests (Files): Likewise.
1528         * modules/i-ring-tests (Files): Likewise.
1529         * modules/iconv-tests (Files): Likewise.
1530         * modules/iconv_open-utf-tests (Files): Likewise.
1531         * modules/idpriv-drop-tests (Files): Likewise.
1532         * modules/idpriv-droptemp-tests (Files): Likewise.
1533         * modules/inet_ntop-tests (Files): Likewise.
1534         * modules/inet_pton-tests (Files): Likewise.
1535         * modules/isblank-tests (Files): Likewise.
1536         * modules/isfinite-tests (Files): Likewise.
1537         * modules/isinf-tests (Files): Likewise.
1538         * modules/isnan-tests (Files): Likewise.
1539         * modules/isnand-nolibm-tests (Files): Likewise.
1540         * modules/isnand-tests (Files): Likewise.
1541         * modules/isnanf-nolibm-tests (Files): Likewise.
1542         * modules/isnanf-tests (Files): Likewise.
1543         * modules/isnanl-nolibm-tests (Files): Likewise.
1544         * modules/isnanl-tests (Files): Likewise.
1545         * modules/lchown-tests (Files): Likewise.
1546         * modules/ldexpl-tests (Files): Likewise.
1547         * modules/link-tests (Files): Likewise.
1548         * modules/linkat-tests (Files): Likewise.
1549         * modules/linked-list-tests (Files): Likewise.
1550         * modules/linkedhash-list-tests (Files): Likewise.
1551         * modules/localename-tests (Files): Likewise.
1552         * modules/lseek-tests (Files): Likewise.
1553         * modules/lstat-tests (Files): Likewise.
1554         * modules/mbmemcasecmp-tests (Files): Likewise.
1555         * modules/mbmemcasecoll-tests (Files): Likewise.
1556         * modules/mbrtowc-tests (Files): Likewise.
1557         * modules/mbscasecmp-tests (Files): Likewise.
1558         * modules/mbscasestr-tests (Files): Likewise.
1559         * modules/mbschr-tests (Files): Likewise.
1560         * modules/mbscspn-tests (Files): Likewise.
1561         * modules/mbsinit-tests (Files): Likewise.
1562         * modules/mbsncasecmp-tests (Files): Likewise.
1563         * modules/mbsnrtowcs-tests (Files): Likewise.
1564         * modules/mbspbrk-tests (Files): Likewise.
1565         * modules/mbspcasecmp-tests (Files): Likewise.
1566         * modules/mbsrchr-tests (Files): Likewise.
1567         * modules/mbsrtowcs-tests (Files): Likewise.
1568         * modules/mbsspn-tests (Files): Likewise.
1569         * modules/mbsstr-tests (Files): Likewise.
1570         * modules/memchr-tests (Files): Likewise.
1571         * modules/memchr2-tests (Files): Likewise.
1572         * modules/memcmp-tests (Files): Likewise.
1573         * modules/memmem-tests (Files): Likewise.
1574         * modules/memrchr-tests (Files): Likewise.
1575         * modules/mkdir-tests (Files): Likewise.
1576         * modules/mkfifo-tests (Files): Likewise.
1577         * modules/mkfifoat-tests (Files): Likewise.
1578         * modules/mknod-tests (Files): Likewise.
1579         * modules/nanosleep-tests (Files): Likewise.
1580         * modules/nl_langinfo-tests (Files): Likewise.
1581         * modules/obstack-printf-tests (Files): Likewise.
1582         * modules/open-tests (Files): Likewise.
1583         * modules/openat-tests (Files): Likewise.
1584         * modules/pipe-filter-gi-tests (Files): Likewise.
1585         * modules/pipe-filter-ii-tests (Files): Likewise.
1586         * modules/pipe2-tests (Files): Likewise.
1587         * modules/popen-safer-tests (Files): Likewise.
1588         * modules/popen-tests (Files): Likewise.
1589         * modules/posixtm-tests (Files): Likewise.
1590         * modules/pread-tests (Files): Likewise.
1591         * modules/printf-frexp-tests (Files): Likewise.
1592         * modules/printf-frexpl-tests (Files): Likewise.
1593         * modules/printf-posix-tests (Files): Likewise.
1594         * modules/priv-set-tests (Files): Likewise.
1595         * modules/quotearg-tests (Files): Likewise.
1596         * modules/random_r-tests (Files): Likewise.
1597         * modules/rawmemchr-tests (Files): Likewise.
1598         * modules/rbtree-list-tests (Files): Likewise.
1599         * modules/rbtree-oset-tests (Files): Likewise.
1600         * modules/rbtreehash-list-tests (Files): Likewise.
1601         * modules/readlink-tests (Files): Likewise.
1602         * modules/remove-tests (Files): Likewise.
1603         * modules/rename-tests (Files): Likewise.
1604         * modules/renameat-tests (Files): Likewise.
1605         * modules/rmdir-tests (Files): Likewise.
1606         * modules/round-tests (Files): Likewise.
1607         * modules/roundf-tests (Files): Likewise.
1608         * modules/roundl-tests (Files): Likewise.
1609         * modules/safe-alloc-tests (Files): Likewise.
1610         * modules/setenv-tests (Files): Likewise.
1611         * modules/sigaction-tests (Files): Likewise.
1612         * modules/signbit-tests (Files): Likewise.
1613         * modules/sleep-tests (Files): Likewise.
1614         * modules/snprintf-posix-tests (Files): Likewise.
1615         * modules/snprintf-tests (Files): Likewise.
1616         * modules/sprintf-posix-tests (Files): Likewise.
1617         * modules/stat-tests (Files): Likewise.
1618         * modules/stat-time-tests (Files): Likewise.
1619         * modules/strcasestr-tests (Files): Likewise.
1620         * modules/strchrnul-tests (Files): Likewise.
1621         * modules/strerror-tests (Files): Likewise.
1622         * modules/striconv-tests (Files): Likewise.
1623         * modules/striconveh-tests (Files): Likewise.
1624         * modules/striconveha-tests (Files): Likewise.
1625         * modules/strsignal-tests (Files): Likewise.
1626         * modules/strstr-tests (Files): Likewise.
1627         * modules/strtod-tests (Files): Likewise.
1628         * modules/strverscmp-tests (Files): Likewise.
1629         * modules/symlink-tests (Files): Likewise.
1630         * modules/symlinkat-tests (Files): Likewise.
1631         * modules/trunc-tests (Files): Likewise.
1632         * modules/truncf-tests (Files): Likewise.
1633         * modules/truncl-tests (Files): Likewise.
1634         * modules/uname-tests (Files): Likewise.
1635         * modules/unicase/cased-tests (Files): Likewise.
1636         * modules/unicase/ignorable-tests (Files): Likewise.
1637         * modules/unicase/locale-language-tests (Files): Likewise.
1638         * modules/unicase/tolower-tests (Files): Likewise.
1639         * modules/unicase/totitle-tests (Files): Likewise.
1640         * modules/unicase/toupper-tests (Files): Likewise.
1641         * modules/unicase/u8-casecmp-tests (Files): Likewise.
1642         * modules/unicase/u8-casecoll-tests (Files): Likewise.
1643         * modules/unicase/u8-casefold-tests (Files): Likewise.
1644         * modules/unicase/u8-is-cased-tests (Files): Likewise.
1645         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
1646         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
1647         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
1648         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
1649         * modules/unicase/u8-tolower-tests (Files): Likewise.
1650         * modules/unicase/u8-totitle-tests (Files): Likewise.
1651         * modules/unicase/u8-toupper-tests (Files): Likewise.
1652         * modules/unicase/u16-casecmp-tests (Files): Likewise.
1653         * modules/unicase/u16-casecoll-tests (Files): Likewise.
1654         * modules/unicase/u16-casefold-tests (Files): Likewise.
1655         * modules/unicase/u16-is-cased-tests (Files): Likewise.
1656         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
1657         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
1658         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
1659         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
1660         * modules/unicase/u16-tolower-tests (Files): Likewise.
1661         * modules/unicase/u16-totitle-tests (Files): Likewise.
1662         * modules/unicase/u16-toupper-tests (Files): Likewise.
1663         * modules/unicase/u32-casecmp-tests (Files): Likewise.
1664         * modules/unicase/u32-casecoll-tests (Files): Likewise.
1665         * modules/unicase/u32-casefold-tests (Files): Likewise.
1666         * modules/unicase/u32-is-cased-tests (Files): Likewise.
1667         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
1668         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
1669         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
1670         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
1671         * modules/unicase/u32-tolower-tests (Files): Likewise.
1672         * modules/unicase/u32-totitle-tests (Files): Likewise.
1673         * modules/unicase/u32-toupper-tests (Files): Likewise.
1674         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
1675         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
1676         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
1677         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
1678         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
1679         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
1680         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
1681         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
1682         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
1683         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
1684         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
1685         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
1686         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
1687         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
1688         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
1689         * modules/unictype/bidicategory-name-tests (Files): Likewise.
1690         * modules/unictype/bidicategory-of-tests (Files): Likewise.
1691         * modules/unictype/bidicategory-test-tests (Files): Likewise.
1692         * modules/unictype/block-list-tests (Files): Likewise.
1693         * modules/unictype/block-of-tests (Files): Likewise.
1694         * modules/unictype/block-test-tests (Files): Likewise.
1695         * modules/unictype/category-C-tests (Files): Likewise.
1696         * modules/unictype/category-Cc-tests (Files): Likewise.
1697         * modules/unictype/category-Cf-tests (Files): Likewise.
1698         * modules/unictype/category-Cn-tests (Files): Likewise.
1699         * modules/unictype/category-Co-tests (Files): Likewise.
1700         * modules/unictype/category-Cs-tests (Files): Likewise.
1701         * modules/unictype/category-L-tests (Files): Likewise.
1702         * modules/unictype/category-Ll-tests (Files): Likewise.
1703         * modules/unictype/category-Lm-tests (Files): Likewise.
1704         * modules/unictype/category-Lo-tests (Files): Likewise.
1705         * modules/unictype/category-Lt-tests (Files): Likewise.
1706         * modules/unictype/category-Lu-tests (Files): Likewise.
1707         * modules/unictype/category-M-tests (Files): Likewise.
1708         * modules/unictype/category-Mc-tests (Files): Likewise.
1709         * modules/unictype/category-Me-tests (Files): Likewise.
1710         * modules/unictype/category-Mn-tests (Files): Likewise.
1711         * modules/unictype/category-N-tests (Files): Likewise.
1712         * modules/unictype/category-Nd-tests (Files): Likewise.
1713         * modules/unictype/category-Nl-tests (Files): Likewise.
1714         * modules/unictype/category-No-tests (Files): Likewise.
1715         * modules/unictype/category-P-tests (Files): Likewise.
1716         * modules/unictype/category-Pc-tests (Files): Likewise.
1717         * modules/unictype/category-Pd-tests (Files): Likewise.
1718         * modules/unictype/category-Pe-tests (Files): Likewise.
1719         * modules/unictype/category-Pf-tests (Files): Likewise.
1720         * modules/unictype/category-Pi-tests (Files): Likewise.
1721         * modules/unictype/category-Po-tests (Files): Likewise.
1722         * modules/unictype/category-Ps-tests (Files): Likewise.
1723         * modules/unictype/category-S-tests (Files): Likewise.
1724         * modules/unictype/category-Sc-tests (Files): Likewise.
1725         * modules/unictype/category-Sk-tests (Files): Likewise.
1726         * modules/unictype/category-Sm-tests (Files): Likewise.
1727         * modules/unictype/category-So-tests (Files): Likewise.
1728         * modules/unictype/category-Z-tests (Files): Likewise.
1729         * modules/unictype/category-Zl-tests (Files): Likewise.
1730         * modules/unictype/category-Zp-tests (Files): Likewise.
1731         * modules/unictype/category-Zs-tests (Files): Likewise.
1732         * modules/unictype/category-and-not-tests (Files): Likewise.
1733         * modules/unictype/category-and-tests (Files): Likewise.
1734         * modules/unictype/category-byname-tests (Files): Likewise.
1735         * modules/unictype/category-name-tests (Files): Likewise.
1736         * modules/unictype/category-none-tests (Files): Likewise.
1737         * modules/unictype/category-of-tests (Files): Likewise.
1738         * modules/unictype/category-or-tests (Files): Likewise.
1739         * modules/unictype/category-test-withtable-tests (Files): Likewise.
1740         * modules/unictype/combining-class-tests (Files): Likewise.
1741         * modules/unictype/ctype-alnum-tests (Files): Likewise.
1742         * modules/unictype/ctype-alpha-tests (Files): Likewise.
1743         * modules/unictype/ctype-blank-tests (Files): Likewise.
1744         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
1745         * modules/unictype/ctype-digit-tests (Files): Likewise.
1746         * modules/unictype/ctype-graph-tests (Files): Likewise.
1747         * modules/unictype/ctype-lower-tests (Files): Likewise.
1748         * modules/unictype/ctype-print-tests (Files): Likewise.
1749         * modules/unictype/ctype-punct-tests (Files): Likewise.
1750         * modules/unictype/ctype-space-tests (Files): Likewise.
1751         * modules/unictype/ctype-upper-tests (Files): Likewise.
1752         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
1753         * modules/unictype/decimal-digit-tests (Files): Likewise.
1754         * modules/unictype/digit-tests (Files): Likewise.
1755         * modules/unictype/mirror-tests (Files): Likewise.
1756         * modules/unictype/numeric-tests (Files): Likewise.
1757         * modules/unictype/property-alphabetic-tests (Files): Likewise.
1758         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
1759         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
1760         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
1761         Likewise.
1762         * modules/unictype/property-bidi-block-separator-tests (Files):
1763         Likewise.
1764         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
1765         Likewise.
1766         * modules/unictype/property-bidi-common-separator-tests (Files):
1767         Likewise.
1768         * modules/unictype/property-bidi-control-tests (Files): Likewise.
1769         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
1770         Likewise.
1771         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
1772         Likewise.
1773         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
1774         Likewise.
1775         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
1776         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
1777         Likewise.
1778         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
1779         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
1780         Likewise.
1781         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
1782         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
1783         * modules/unictype/property-bidi-segment-separator-tests (Files):
1784         Likewise.
1785         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
1786         * modules/unictype/property-byname-tests (Files): Likewise.
1787         * modules/unictype/property-combining-tests (Files): Likewise.
1788         * modules/unictype/property-composite-tests (Files): Likewise.
1789         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
1790         * modules/unictype/property-dash-tests (Files): Likewise.
1791         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
1792         * modules/unictype/property-default-ignorable-code-point-tests (Files):
1793         Likewise.
1794         * modules/unictype/property-deprecated-tests (Files): Likewise.
1795         * modules/unictype/property-diacritic-tests (Files): Likewise.
1796         * modules/unictype/property-extender-tests (Files): Likewise.
1797         * modules/unictype/property-format-control-tests (Files): Likewise.
1798         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
1799         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
1800         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
1801         * modules/unictype/property-hex-digit-tests (Files): Likewise.
1802         * modules/unictype/property-hyphen-tests (Files): Likewise.
1803         * modules/unictype/property-id-continue-tests (Files): Likewise.
1804         * modules/unictype/property-id-start-tests (Files): Likewise.
1805         * modules/unictype/property-ideographic-tests (Files): Likewise.
1806         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
1807         * modules/unictype/property-ids-trinary-operator-tests (Files):
1808         Likewise.
1809         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
1810         * modules/unictype/property-iso-control-tests (Files): Likewise.
1811         * modules/unictype/property-join-control-tests (Files): Likewise.
1812         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
1813         * modules/unictype/property-line-separator-tests (Files): Likewise.
1814         * modules/unictype/property-logical-order-exception-tests (Files):
1815         Likewise.
1816         * modules/unictype/property-lowercase-tests (Files): Likewise.
1817         * modules/unictype/property-math-tests (Files): Likewise.
1818         * modules/unictype/property-non-break-tests (Files): Likewise.
1819         * modules/unictype/property-not-a-character-tests (Files): Likewise.
1820         * modules/unictype/property-numeric-tests (Files): Likewise.
1821         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
1822         * modules/unictype/property-other-default-ignorable-code-point-tests
1823         (Files): Likewise.
1824         * modules/unictype/property-other-grapheme-extend-tests (Files):
1825         Likewise.
1826         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
1827         * modules/unictype/property-other-id-start-tests (Files): Likewise.
1828         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
1829         * modules/unictype/property-other-math-tests (Files): Likewise.
1830         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
1831         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
1832         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
1833         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
1834         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
1835         * modules/unictype/property-private-use-tests (Files): Likewise.
1836         * modules/unictype/property-punctuation-tests (Files): Likewise.
1837         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
1838         * modules/unictype/property-radical-tests (Files): Likewise.
1839         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
1840         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
1841         * modules/unictype/property-space-tests (Files): Likewise.
1842         * modules/unictype/property-terminal-punctuation-tests (Files):
1843         Likewise.
1844         * modules/unictype/property-test-tests (Files): Likewise.
1845         * modules/unictype/property-titlecase-tests (Files): Likewise.
1846         * modules/unictype/property-unassigned-code-value-tests (Files):
1847         Likewise.
1848         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
1849         * modules/unictype/property-uppercase-tests (Files): Likewise.
1850         * modules/unictype/property-variation-selector-tests (Files): Likewise.
1851         * modules/unictype/property-white-space-tests (Files): Likewise.
1852         * modules/unictype/property-xid-continue-tests (Files): Likewise.
1853         * modules/unictype/property-xid-start-tests (Files): Likewise.
1854         * modules/unictype/property-zero-width-tests (Files): Likewise.
1855         * modules/unictype/scripts-tests (Files): Likewise.
1856         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
1857         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
1858         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
1859         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
1860         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
1861         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
1862         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
1863         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
1864         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
1865         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
1866         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
1867         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
1868         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
1869         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
1870         * modules/uninorm/composition-tests (Files): Likewise.
1871         * modules/uninorm/decomposing-form-tests (Files): Likewise.
1872         * modules/uninorm/decomposition-tests (Files): Likewise.
1873         * modules/uninorm/filter-tests (Files): Likewise.
1874         * modules/uninorm/nfc-tests (Files): Likewise.
1875         * modules/uninorm/nfd-tests (Files): Likewise.
1876         * modules/uninorm/nfkc-tests (Files): Likewise.
1877         * modules/uninorm/nfkd-tests (Files): Likewise.
1878         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
1879         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
1880         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
1881         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
1882         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
1883         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
1884         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
1885         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
1886         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
1887         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
1888         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
1889         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
1890         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
1891         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
1892         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
1893         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
1894         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
1895         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
1896         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
1897         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
1898         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
1899         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
1900         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
1901         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
1902         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
1903         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
1904         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
1905         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
1906         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
1907         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
1908         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
1909         * modules/uniwidth/u8-width-tests (Files): Likewise.
1910         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
1911         * modules/uniwidth/u16-width-tests (Files): Likewise.
1912         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
1913         * modules/uniwidth/u32-width-tests (Files): Likewise.
1914         * modules/uniwidth/width-tests (Files): Likewise.
1915         * modules/unlink-tests (Files): Likewise.
1916         * modules/unsetenv-tests (Files): Likewise.
1917         * modules/usleep-tests (Files): Likewise.
1918         * modules/utimens-tests (Files): Likewise.
1919         * modules/utimensat-tests (Files): Likewise.
1920         * modules/vasnprintf-posix-tests (Files): Likewise.
1921         * modules/vasnprintf-tests (Files): Likewise.
1922         * modules/vasprintf-posix-tests (Files): Likewise.
1923         * modules/vasprintf-tests (Files): Likewise.
1924         * modules/vdprintf-posix-tests (Files): Likewise.
1925         * modules/vfprintf-posix-tests (Files): Likewise.
1926         * modules/vprintf-posix-tests (Files): Likewise.
1927         * modules/vsnprintf-posix-tests (Files): Likewise.
1928         * modules/vsnprintf-tests (Files): Likewise.
1929         * modules/vsprintf-posix-tests (Files): Likewise.
1930         * modules/wcrtomb-tests (Files): Likewise.
1931         * modules/wcsnrtombs-tests (Files): Likewise.
1932         * modules/wcsrtombs-tests (Files): Likewise.
1933         * modules/wctype-tests (Files): Likewise.
1934         * modules/wcwidth-tests (Files): Likewise.
1935         * modules/xmemdup0-tests (Files): Likewise.
1936         * modules/xprintf-posix-tests (Files): Likewise.
1937         * modules/xvasprintf-tests (Files): Likewise.
1938
1939 2009-12-24  Eric Blake  <ebb9@byu.net>
1940
1941         test-nanosleep: fix typo
1942         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
1943         patch.
1944         Reported by Bruno Haible.
1945
1946 2009-12-24  Bruno Haible  <bruno@clisp.org>
1947
1948         Reduce namespace pollution on glibc systems.
1949         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
1950         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
1951         systems.
1952         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
1953         <getopt.h> on glibc systems.
1954         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
1955         systems.
1956         * lib/fcntl.c: Include <unistd.h> here instead.
1957
1958 2009-12-24  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/stdlib.in.h (includes): Fix typo in today's commit.
1961
1962 2009-12-24  Eric Blake  <ebb9@byu.net>
1963
1964         tests: add signature checks
1965         * tests/signature.h (SIGNATURE_CHECK): New file.
1966         * modules/atexit-tests (Files): Use it.
1967         * modules/btowc-tests (Files): Likewise.
1968         * modules/canonicalize-lgpl-tests (Files): Likewise.
1969         * modules/ceilf-tests (Files): Likewise.
1970         * modules/ceill-tests (Files): Likewise.
1971         * modules/chown-tests (Files): Likewise.
1972         * modules/dprintf-posix-tests (Files): Likewise.
1973         * modules/dup2-tests (Files): Likewise.
1974         * modules/dup3-tests (Files): Likewise.
1975         * modules/duplocale-tests (Files): Likewise.
1976         * modules/fchdir-tests (Files): Likewise.
1977         * modules/fcntl-tests (Files): Likewise.
1978         * modules/fdopendir-tests (Files): Likewise.
1979         * modules/fflush-tests (Files): Likewise.
1980         * modules/flock-tests (Files): Likewise.
1981         * modules/floorf-tests (Files): Likewise.
1982         * modules/floorl-tests (Files): Likewise.
1983         * modules/fnmatch-tests (Files): Likewise.
1984         * modules/fopen-tests (Files): Likewise.
1985         * modules/fprintf-posix-tests (Files): Likewise.
1986         * modules/freopen-tests (Files): Likewise.
1987         * modules/frexp-nolibm-tests (Files): Likewise.
1988         * modules/frexp-tests (Files): Likewise.
1989         * modules/frexpl-nolibm-tests (Files): Likewise.
1990         * modules/frexpl-tests (Files): Likewise.
1991         * modules/fseek-tests (Files): Likewise.
1992         * modules/fseeko-tests (Files): Likewise.
1993         * modules/fsync-tests (Files): Likewise.
1994         * modules/ftell-tests (Files): Likewise.
1995         * modules/ftello-tests (Files): Likewise.
1996         * modules/futimens-tests (Files): Likewise.
1997         * modules/getaddrinfo-tests (Files): Likewise.
1998         * modules/getcwd-tests (Files): Likewise.
1999         * modules/getdelim-tests (Files): Likewise.
2000         * modules/getdtablesize-tests (Files): Likewise.
2001         * modules/getgroups-tests (Files): Likewise.
2002         * modules/gethostname-tests (Files): Likewise.
2003         * modules/getline-tests (Files): Likewise.
2004         * modules/getopt-posix-tests (Files): Likewise.
2005         * modules/gettimeofday-tests (Files): Likewise.
2006         * modules/glob-tests (Files): Likewise.
2007         * modules/iconv-tests (Files): Likewise.
2008         * modules/inet_ntop-tests (Files): Likewise.
2009         * modules/inet_pton-tests (Files): Likewise.
2010         * modules/isblank-tests (Files): Likewise.
2011         * modules/lchown-tests (Files): Likewise.
2012         * modules/ldexpl-tests (Files): Likewise.
2013         * modules/link-tests (Files): Likewise.
2014         * modules/linkat-tests (Files): Likewise.
2015         * modules/lseek-tests (Files): Likewise.
2016         * modules/lstat-tests (Files): Likewise.
2017         * modules/mbrtowc-tests (Files): Likewise.
2018         * modules/mbsinit-tests (Files): Likewise.
2019         * modules/mbsnrtowcs-tests (Files): Likewise.
2020         * modules/mbsrtowcs-tests (Files): Likewise.
2021         * modules/memchr-tests (Files): Likewise.
2022         * modules/memcmp-tests (Files): Likewise.
2023         * modules/memmem-tests (Files): Likewise.
2024         * modules/memrchr-tests (Files): Likewise.
2025         * modules/mkdir-tests (Files): Likewise.
2026         * modules/mkfifo-tests (Files): Likewise.
2027         * modules/mkfifoat-tests (Files): Likewise.
2028         * modules/mknod-tests (Files): Likewise.
2029         * modules/nanosleep-tests (Files): Likewise.
2030         * modules/nl_langinfo-tests (Files): Likewise.
2031         * modules/obstack-printf-tests (Files): Likewise.
2032         * modules/open-tests (Files): Likewise.
2033         * modules/openat-tests (Files): Likewise.
2034         * modules/perror-tests (Files): Likewise.
2035         * modules/pipe2-tests (Files): Likewise.
2036         * modules/poll-tests (Files): Likewise.
2037         * modules/popen-tests (Files): Likewise.
2038         * modules/posix_spawn-tests (Files): Likewise.
2039         * modules/posix_spawnp-tests (Files): Likewise.
2040         * modules/pread-tests (Files): Likewise.
2041         * modules/printf-posix-tests (Files): Likewise.
2042         * modules/pty-tests (Files): Likewise.
2043         * modules/random_r-tests (Files): Likewise.
2044         * modules/rawmemchr-tests (Files): Likewise.
2045         * modules/readlink-tests (Files): Likewise.
2046         * modules/remove-tests (Files): Likewise.
2047         * modules/rename-tests (Files): Likewise.
2048         * modules/renameat-tests (Files): Likewise.
2049         * modules/rmdir-tests (Files): Likewise.
2050         * modules/round-tests (Files): Likewise.
2051         * modules/roundf-tests (Files): Likewise.
2052         * modules/roundl-tests (Files): Likewise.
2053         * modules/select-tests (Files): Likewise.
2054         * modules/setenv-tests (Files): Likewise.
2055         * modules/sigaction-tests (Files): Likewise.
2056         * modules/sleep-tests (Files): Likewise.
2057         * modules/snprintf-posix-tests (Files): Likewise.
2058         * modules/snprintf-tests (Files): Likewise.
2059         * modules/sprintf-posix-tests (Files): Likewise.
2060         * modules/stat-tests (Files): Likewise.
2061         * modules/strcasestr-tests (Files): Likewise.
2062         * modules/strchrnul-tests (Files): Likewise.
2063         * modules/strerror-tests (Files): Likewise.
2064         * modules/strsignal-tests (Files): Likewise.
2065         * modules/strstr-tests (Files): Likewise.
2066         * modules/strtod-tests (Files): Likewise.
2067         * modules/strverscmp-tests (Files): Likewise.
2068         * modules/symlink-tests (Files): Likewise.
2069         * modules/symlinkat-tests (Files): Likewise.
2070         * modules/times-tests (Files): Likewise.
2071         * modules/trunc-tests (Files): Likewise.
2072         * modules/truncf-tests (Files): Likewise.
2073         * modules/truncl-tests (Files): Likewise.
2074         * modules/tsearch-tests (Files): Likewise.
2075         * modules/uname-tests (Files): Likewise.
2076         * modules/unlink-tests (Files): Likewise.
2077         * modules/unsetenv-tests (Files): Likewise.
2078         * modules/usleep-tests (Files): Likewise.
2079         * modules/utimensat-tests (Files): Likewise.
2080         * modules/vasprintf-tests (Files): Likewise.
2081         * modules/vdprintf-posix-tests (Files): Likewise.
2082         * modules/vfprintf-posix-tests (Files): Likewise.
2083         * modules/vprintf-posix-tests (Files): Likewise.
2084         * modules/vsnprintf-posix-tests (Files): Likewise.
2085         * modules/vsnprintf-tests (Files): Likewise.
2086         * modules/vsprintf-posix-tests (Files): Likewise.
2087         * modules/wcrtomb-tests (Files): Likewise.
2088         * modules/wcsnrtombs-tests (Files): Likewise.
2089         * modules/wcsrtombs-tests (Files): Likewise.
2090         * modules/wcwidth-tests (Files): Likewise.
2091         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
2092         * tests/test-isinf.c (isinf): Likewise.
2093         * tests/test-isnan.c (isnan): Likewise.
2094         * tests/test-signbit.c (signbit): Likewise.
2095         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
2096         declaration, either as macro or with correct signature.
2097         (select): Ensure function under test is declared with correct
2098         signature in correct header.
2099         * tests/test-atexit.c (atexit): Likewise.
2100         * tests/test-btowc.c (btowc): Likewise.
2101         * tests/test-canonicalize-lgpl.c (realpath)
2102         (canonicalize_file_name): Likewise.
2103         * tests/test-ceilf1.c (ceilf): Likewise.
2104         * tests/test-ceill.c (ceill): Likewise.
2105         * tests/test-chown.c (chown): Likewise.
2106         * tests/test-dprintf-posix.c (dprintf): Likewise.
2107         * tests/test-dup2.c (dup2): Likewise.
2108         * tests/test-dup3.c (dup3): Likewise.
2109         * tests/test-duplocale.c (duplocale): Likewise.
2110         * tests/test-fchdir.c (fchdir): Likewise.
2111         * tests/test-fchownat.c (fchownat): Likewise.
2112         * tests/test-fcntl.c (fcntl): Likewise.
2113         * tests/test-fdopendir.c (fdopendir): Likewise.
2114         * tests/test-fflush.c (fflush): Likewise.
2115         * tests/test-flock.c (flock): Likewise.
2116         * tests/test-floorf1.c (floorf): Likewise.
2117         * tests/test-floorl.c (floorl): Likewise.
2118         * tests/test-fnmatch.c (fnmatch): Likewise.
2119         * tests/test-fopen.c (fopen): Likewise.
2120         * tests/test-fprintf-posix.c (fprintf): Likewise.
2121         * tests/test-freopen.c (freopen): Likewise.
2122         * tests/test-frexp.c (frexp): Likewise.
2123         * tests/test-frexpl.c (frexpl): Likewise.
2124         * tests/test-fseek.c (fseek): Likewise.
2125         * tests/test-fseeko.c (fseeko): Likewise.
2126         * tests/test-fstatat.c (fstatat): Likewise.
2127         * tests/test-fsync.c (fsync): Likewise.
2128         * tests/test-ftell.c (ftell): Likewise.
2129         * tests/test-ftello.c (ftello): Likewise.
2130         * tests/test-futimens.c (futimens): Likewise.
2131         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
2132         (gai_strerror): Likewise.
2133         * tests/test-getcwd.c (getcwd): Likewise.
2134         * tests/test-getdelim.c (getdelim): Likewise.
2135         * tests/test-getdtablesize.c (getdtablesize): Likewise.
2136         * tests/test-getgroups.c (getgroups): Likewise.
2137         * tests/test-gethostname.c (gethostname): Likewise.
2138         * tests/test-getline.c (getline): Likewise.
2139         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
2140         Likewise.
2141         * tests/test-gettimeofday.c (gettimeofday): Likewise.
2142         * tests/test-glob.c (glob, globfree): Likewise.
2143         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
2144         * tests/test-inet_ntop.c (inet_ntop): Likewise.
2145         * tests/test-inet_pton.c (inet_pton): Likewise.
2146         * tests/test-isblank.c (isblank): Likewise.
2147         * tests/test-lchown.c (lchown): Likewise.
2148         * tests/test-ldexpl.c (ldexpl): Likewise.
2149         * tests/test-link.c (link): Likewise.
2150         * tests/test-linkat.c (linkat): Likewise.
2151         * tests/test-lseek.c (lseek): Likewise.
2152         * tests/test-lstat.c (lstat): Likewise.
2153         * tests/test-mbrtowc.c (mbrtowc): Likewise.
2154         * tests/test-mbsinit.c (mbsinit): Likewise.
2155         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
2156         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
2157         * tests/test-memchr.c (memchr): Likewise.
2158         * tests/test-memcmp.c (memcmp): Likewise.
2159         * tests/test-memmem.c (memmem): Likewise.
2160         * tests/test-memrchr.c (memrchr): Likewise.
2161         * tests/test-mkdir.c (mkdir): Likewise.
2162         * tests/test-mkdirat.c (mkdirat): Likewise.
2163         * tests/test-mkfifo.c (mkfifo): Likewise.
2164         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
2165         * tests/test-mknod.c (mknod): Likewise.
2166         * tests/test-nanosleep.c (nanosleep): Likewise.
2167         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
2168         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
2169         Likewise.
2170         * tests/test-open.c (open): Likewise.
2171         * tests/test-openat.c (openat): Likewise.
2172         * tests/test-perror.c (perror): Likewise.
2173         * tests/test-pipe2.c (pipe2): Likewise.
2174         * tests/test-poll.c (poll): Likewise.
2175         * tests/test-popen.c (popen, pclose): Likewise.
2176         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
2177         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
2178         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
2179         (posix_spawn_file_actions_destroy)
2180         (posix_spawn_file_actions_addclose)
2181         (posix_spawn_file_actions_addopen)
2182         (posix_spawn_file_actions_adddup2): Likewise.
2183         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
2184         * tests/test-pread.c (pread): Likewise.
2185         * tests/test-printf-posix.c (printf): Likewise.
2186         * tests/test-pty.c (openpty, forkpty): Likewise.
2187         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
2188         (random_r): Likewise.
2189         * tests/test-rawmemchr.c (rawmemchr): Likewise.
2190         * tests/test-readlink.c (readlink): Likewise.
2191         * tests/test-remove.c (remove): Likewise.
2192         * tests/test-rename.c (rename): Likewise.
2193         * tests/test-renameat.c (renameat): Likewise.
2194         * tests/test-rmdir.c (rmdir): Likewise.
2195         * tests/test-round1.c (round): Likewise.
2196         * tests/test-roundf1.c (roundf): Likewise.
2197         * tests/test-roundl.c (roundl): Likewise.
2198         * tests/test-setenv.c (setenv): Likewise.
2199         * tests/test-sigaction.c (sigaction): Likewise.
2200         * tests/test-sleep.c (sleep): Likewise.
2201         * tests/test-snprintf.c (snprintf): Likewise.
2202         * tests/test-sprintf-posix.c (sprintf): Likewise.
2203         * tests/test-stat.c (stat): Likewise.
2204         * tests/test-stpncpy.c (stpncpy): Likewise.
2205         * tests/test-strcasestr.c (strcasestr): Likewise.
2206         * tests/test-strchrnul.c (strchrnul): Likewise.
2207         * tests/test-strerror.c (strerror): Likewise.
2208         * tests/test-strsignal.c (strsignal): Likewise.
2209         * tests/test-strstr.c (strstr): Likewise.
2210         * tests/test-strtod.c (strtod): Likewise.
2211         * tests/test-strverscmp.c (strverscmp): Likewise.
2212         * tests/test-symlink.c (symlink): Likewise.
2213         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
2214         * tests/test-times.c (times): Likewise.
2215         * tests/test-trunc1.c (trunc): Likewise.
2216         * tests/test-truncf1.c (truncf): Likewise.
2217         * tests/test-truncl.c (truncl): Likewise.
2218         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
2219         Likewise.
2220         * tests/test-uname.c (uname): Likewise.
2221         * tests/test-unlink.c (unlink): Likewise.
2222         * tests/test-unlinkat.c (unlinkat): Likewise.
2223         * tests/test-unsetenv.c (unsetenv): Likewise.
2224         * tests/test-usleep.c (usleep): Likewise.
2225         * tests/test-utimensat.c (utimensat): Likewise.
2226         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
2227         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
2228         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
2229         * tests/test-vprintf-posix.c (vprintf): Likewise.
2230         * tests/test-vsnprintf.c (vsnprintf): Likewise.
2231         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
2232         * tests/test-wcrtomb.c (wcrtomb): Likewise.
2233         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
2234         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
2235         * tests/test-wcwidth.c (wcwidth): Likewise.
2236
2237         build: pull in conditional headers during GNULIB_POSIXCHECK
2238         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
2239         definitions from any conditionally-included headers.
2240         * lib/stdlib.in.h (includes): Likewise.
2241         * lib/unistd.in.h (includes): Likewise.
2242
2243 2009-12-24  Bruno Haible  <bruno@clisp.org>
2244
2245         * tests/test-argv-iter.c: Include header file being tested immediately
2246         after config.h.
2247         * tests/test-base64.c: Likewise.
2248         * tests/test-flock.c: Likewise.
2249         * tests/test-fsync.c: Likewise.
2250         * tests/test-getdate.c: Likewise.
2251         * tests/test-getndelim2.c: Likewise.
2252         * tests/test-isfinite.c: Likewise.
2253         * tests/test-isinf.c: Likewise.
2254         * tests/test-strerror.c: Likewise.
2255         * tests/test-strsignal.c: Likewise.
2256
2257 2009-12-23  Eric Blake  <ebb9@byu.net>
2258
2259         unistd: work around cygwin bug
2260         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
2261         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
2262         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2263
2264 2009-12-23  Bruno Haible  <bruno@clisp.org>
2265
2266         localename: More tests.
2267         * tests/test-localename.c (SIZEOF): New macro.
2268         (categories): New variable.
2269         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
2270         test_locale_name_default): Add test w.r.t. thread locale.
2271         (test_locale_name_thread): New function.
2272         (main): Invoke it.
2273
2274         localename: Make aware of thread locale.
2275         * lib/localename.h (gl_locale_name_thread): New declaration.
2276         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2277         behaviour with respect to thread locale.
2278         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2279         <langinfo.h>, glthread/lock.h.
2280         (SIZE_BITS): New macro.
2281         (string_hash): New function.
2282         (struct hash_node): New type.
2283         (HASH_TABLE_SIZE): New macro.
2284         (struniq_hash_table, struniq_lock): New variables.
2285         (struniq): New function.
2286         (gl_locale_name_thread): New function.
2287         (gl_locale_name): Invoke it.
2288         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2289         * modules/localename (Depends-on): Add lock.
2290         Reported by Mike Gran <spk121@yahoo.com>.
2291
2292 2009-12-23  Eric Blake  <ebb9@byu.net>
2293
2294         va-args: new module
2295         * modules/va-args: New file.
2296         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2297         * MODULES.html.sh (Core language properties): Mention it.
2298
2299         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2300         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2301         named alias for __attribute__((__unused__)).
2302         * lib/chown.c: Update client.
2303         * lib/fchmodat.c: Likewise.
2304         * lib/fts.c: Likewise.
2305         * lib/getdate.y: Likewise.
2306         * lib/getgroups.c: Likewise.
2307         * lib/getopt.c: Likewise.
2308         * lib/getugroups.c: Likewise.
2309         * lib/mkdir.c: Likewise.
2310         * lib/mkfifo.c: Likewise.
2311         * lib/mkfifoat.c: Likewise.
2312         * lib/mknod.c: Likewise.
2313         * lib/mknodat.c: Likewise.
2314         * lib/readlink.c: Likewise.
2315         * lib/se-context.in.h: Likewise.
2316         * lib/se-selinux.in.h: Likewise.
2317         * lib/sockets.c: Likewise.
2318         * lib/symlink.c: Likewise.
2319         * lib/symlinkat.c: Likewise.
2320         * lib/unicodeio.c: Likewise.
2321         * lib/unistr.h: Likewise.
2322         * tests/test-areadlink.c: Likewise.
2323         * tests/test-areadlinkat.c: Likewise.
2324         * tests/test-filenamecat.c: Likewise.
2325         * tests/test-fseeko.c: Likewise.
2326         * tests/test-ftello.c: Likewise.
2327         * tests/test-getdate.c: Likewise.
2328         * tests/test-getgroups.c: Likewise.
2329         * tests/test-gethostname.c: Likewise.
2330         * tests/test-quotearg.c: Likewise.
2331         * tests/test-version-etc.c: Likewise.
2332         * tests/test-xalloc-die.c: Likewise.
2333         * tests/test-xfprintf-posix.c: Likewise.
2334         * tests/test-xprintf-posix.c: Likewise.
2335         * tests/test-xvasprintf.c: Likewise.
2336
2337         tests: avoid compiler warnings
2338         * tests/test-fcntl.c (main): Delete unused parameters.
2339         * tests/test-freopen-safer.c (main): Likewise.
2340         * tests/test-xalloc-die.c (main): Mark unused parameters.
2341         * tests/test-fseeko.c (main): Likewise.
2342         * tests/test-ftello.c (main): Likewise.
2343         * tests/test-nanosleep.c (main): Avoid declaration warning.
2344         * tests/test-sleep.c (main): Likewise.
2345         * tests/test-unsetenv.c (main): Silence warning about string
2346         literal.
2347         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2348
2349 2009-12-23  Bruno Haible  <bruno@clisp.org>
2350
2351         * tests/test-localename.c (test_locale_name): New function, extracted
2352         from main. Also test mixed situations.
2353         (test_locale_name_posix, test_locale_name_environ,
2354         test_locale_name_default): New functions.
2355         (main): Invoke them all.
2356         * modules/localename-tests (configure.ac): Test for newlocale.
2357
2358 2009-12-23  Bruno Haible  <bruno@clisp.org>
2359
2360         unistd: Ensure getcwd gets declared before being overridden.
2361         * lib/unistd.in.h: Conditionally include <io.h>.
2362
2363 2009-12-22  Bruno Haible  <bruno@clisp.org>
2364
2365         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2366         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2367         (gl_WCHAR_H): Invoke it.
2368         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2369         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2370         Reported by Karl Berry <karl@freefriends.org>.
2371
2372 2009-12-22  Eric Blake  <ebb9@byu.net>
2373
2374         math, unistd: avoid redundant includes
2375         * lib/math.in.h (isnan): No need to re-include <math.h>.
2376         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2377
2378         getsubopt: work around cygwin bug
2379         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2380         avoid conflicting with system getsubopt.
2381         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2382         bug.
2383
2384         getopt: synchronize from glibc
2385         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2386         parameter order.  Adjust all callers.
2387         (_getopt_internal_r, main): Adjust quoting in error messages.
2388         Drop considerations for outdated POSIX 1003.2 error message.
2389         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2390         callers.
2391         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2392
2393         test-getopt: test stderr behavior
2394         * modules/getopt-posix-tests (Depends-on): Add dup2.
2395         * tests/test-getopt.c (ASSERT): Avoid stderr.
2396         (main): Move stderr to a temporary file.
2397         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2398         Instead, add parameter to inform caller if output occurred.
2399         (test_getopt): Adjust all existing tests to expect silence, and
2400         add new tests of leading ":".
2401         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2402         glibc shortcomings with leading "-:" or "+:" in optstring.
2403         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2404         Likewise.
2405         * doc/posix-functions/getopt.texi (getopt): Likewise.
2406
2407         test-getopt: enhance test
2408         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2409         supports optind=0.
2410         * tests/test-getopt.c (OPTIND_MIN): Move...
2411         * tests/test-getopt.h (OPTIND_MIN): ...here.
2412         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2413         Require that optind=0 works, since modern BSD supports it in
2414         addition to optreset, and since coreutils expects it.
2415         (test_getopt_long_only): New test.
2416         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2417         glibc shortcomings with 'W;', and enforcement of optind=0.
2418         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2419         Likewise.
2420
2421 2009-12-21  Bruno Haible  <bruno@clisp.org>
2422
2423         localename: Improvements for MacOS X and Cygwin.
2424         * lib/localename.h (gl_locale_name_environ): New declaration.
2425         * lib/localename.c (gl_locale_name_environ): New function, extracted from
2426         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
2427         (gl_locale_name_posix): Invoke it.
2428         (gl_locale_name_default): Add comments. Use Windows native API also on
2429         Cygwin.
2430
2431 2009-12-21  Bruno Haible  <bruno@clisp.org>
2432
2433         Update list of Win32 locale ids.
2434         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
2435         (LANG_SAMI): Renamed from LANG_SAAMI.
2436         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
2437         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
2438         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
2439         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
2440         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
2441         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
2442         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
2443         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
2444         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
2445         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
2446         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
2447         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
2448         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
2449         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
2450         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
2451         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
2452         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
2453         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
2454         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
2455         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
2456         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
2457         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
2458         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
2459         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
2460         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
2461         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
2462         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
2463         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
2464         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
2465         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
2466         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
2467         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
2468         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
2469         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
2470         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
2471         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
2472         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
2473         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
2474         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
2475         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
2476         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
2477         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
2478         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
2479         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
2480         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
2481         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
2482         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
2483         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
2484         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
2485         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
2486         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
2487         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
2488         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
2489         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
2490         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
2491         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
2492         Add more languages and countries for Sami, Sorbian. Add more countries
2493         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
2494         for Pashto. Change country for Syriac, Tswana.
2495
2496 2009-12-21  Eric Blake  <ebb9@byu.net>
2497
2498         test-utimens: avoid spurious failure
2499         * tests/test-chown.h (nap): Factor...
2500         * tests/nap.h: ...into new file.
2501         * tests/test-lchown.h (nap): Avoid duplication.
2502         * tests/test-utimens-common.h (nap): Use shared implementation,
2503         necessary on file systems with 1-second resolution.
2504         * modules/chown-tests (Files): Include new file.
2505         * modules/fdutimensat-tests (Files): Likewise.
2506         * modules/futimens-tests (Files): Likewise.
2507         * modules/lchown-tests (Files): Likewise.
2508         * modules/openat-tests (Files): Likewise.
2509         * modules/utimens-tests (Files): Likewise.
2510         * modules/utimensat-tests (Files): Likewise.
2511
2512 2009-12-19  Eric Blake  <ebb9@byu.net>
2513
2514         futimens, utimensat: work around Linux bug
2515         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
2516         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2517         * lib/utimensat.c (rpl_utimensat): Work around it.
2518         * lib/futimens.c (rpl_futimens): Adjust comment.
2519
2520         utimens: work around Linux ctime bug
2521         * lib/utimens.c (detect_ctime_bug): New helper function.
2522         (update_timespec): Differentiate between workaround needed for
2523         this bug vs. what is needed for systems that lack utimensat.
2524         (fdutimens, lutimens): Work around bug.
2525
2526         utimens: check for ctime update
2527         * tests/test-utimens-common.h (check_ctime): Define.
2528         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
2529         * tests/test-futimens.h (test_futimens): Likewise.
2530         * tests/test-lutimens.h (test_lutimens): Likewise.
2531         * doc/posix-functions/futimens.texi (futimens): Document the bug.
2532         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
2533
2534 2009-12-19  Bruno Haible  <bruno@clisp.org>
2535
2536         dprintf-posix: Check against memory leak fixed on 2009-12-15.
2537         * tests/test-dprintf-posix2.sh: New file.
2538         * tests/test-dprintf-posix2.c: New file.
2539         * modules/dprintf-posix-tests (Files): Add them.
2540         (configure.ac): Check for getrlimit and setrlimit.
2541         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2542
2543 2009-12-19  Bruno Haible  <bruno@clisp.org>
2544
2545         fprintf-posix: Check against memory leak fixed on 2009-12-15.
2546         * tests/test-fprintf-posix3.sh: New file.
2547         * tests/test-fprintf-posix3.c: New file.
2548         * modules/fprintf-posix-tests (Files): Add them.
2549         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
2550
2551 2009-12-19  Eric Blake  <ebb9@byu.net>
2552
2553         dirfd: fix prototype
2554         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
2555         * lib/dirfd.c (dirfd): Likewise.
2556
2557         canonicalize: reduce memory usage
2558         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
2559         allocation to size.
2560         Reported by Solar Designer <solar@openwall.com>.
2561
2562 2009-12-19  Bruno Haible  <bruno@clisp.org>
2563
2564         New module attribute 'Applicability'.
2565         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
2566         * gnulib-tool: New option --extract-applicability.
2567         (func_usage): Document it.
2568         (sed_extract_prog): Recognize it.
2569         (func_get_applicability): New function.
2570         (func_import): Generalize handling of 'link-warning' module.
2571         * modules/link-warning (Applicability): New section.
2572         * modules/arg-nonnull (Applicability): New section.
2573         Repoted by Simon Josefsson <simon@josefsson.org>.
2574
2575 2009-12-19  Bruno Haible  <bruno@clisp.org>
2576
2577         fflush: tweak
2578         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
2579         * lib/fseeko.c (rpl_fseeko): Likewise.
2580
2581 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
2582
2583         * lib/gl_list.h: Fix typo in comment.
2584
2585 2009-12-16  Eric Blake  <ebb9@byu.net>
2586
2587         fcntl: use to simplify other modules
2588         * modules/cloexec (Depends-on): Add fcntl.
2589         * modules/fchdir (Depends-on): Likewise.
2590         * modules/fd-safer-flag (Depends-on): Likewise.
2591         * modules/unistd-safer (Depends-on): Likewise.
2592         * modules/dup3 (configure.ac): Set module indicator.
2593         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
2594         missing.
2595         * lib/fchdir.c (_gl_register_dup): Fix comment.
2596         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
2597         * lib/dup-safer.c (dup_safer): Likewise.
2598         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
2599         * lib/dup3.c (dup3): Likewise.
2600         * tests/test-fchdir.c (main): Enhance test.
2601         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
2602
2603         fcntl: port portions of fcntl to mingw
2604         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
2605         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
2606         replacement for mingw.
2607         * modules/fcntl (Description): Update.
2608         (Depends-on): Add dup2.
2609         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
2610         * modules/fcntl-h (Makefile.am): Substitute it.
2611         * lib/fcntl.in.h (fcntl): Update declaration.
2612         (F_DUPFD, F_GETFD): New macros, when needed.
2613         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2614         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
2615         * tests/test-fcntl.c (check_flags, main): Enhance test for items
2616         we now guarantee.
2617
2618         fcntl: work around cygwin bug in F_DUPFD
2619         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
2620         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
2621         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
2622         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
2623         * doc/posix-functions/fcntl.texi (fcntl): Document it.
2624
2625         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
2626         * modules/fcntl (Files): List new files.
2627         (configure.ac): Run a test.
2628         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
2629         * lib/fcntl.c (rpl_fcntl): Likewise.
2630         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
2631         (gl_FCNTL_H): Always replace fcntl.h.
2632         * modules/fcntl-h (Makefile.am): Substitute witnesses.
2633         * lib/fcntl.in.h (fcntl): Declare replacement.
2634         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
2635         needed, plus a witness.
2636         * doc/posix-functions/fcntl.texi (fcntl): Document this.
2637         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
2638         * tests/test-fcntl.c: New file.
2639         * modules/fcntl-tests: Likewise.
2640
2641         binary-io: avoid potential compilation warning
2642         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
2643         directives.
2644
2645         fflush: avoid compilation error on NetBSD
2646         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
2647         between off_t and fpos_t, since the latter is sometimes a struct.
2648         * lib/fseeko.c (rpl_fseeko): Likewise.
2649         Reported by Alexander Nasonov <alnsn@yandex.ru>.
2650
2651 2009-12-15  Eric Blake  <ebb9@byu.net>
2652
2653         fcntl-h, stdio, sys_ioctl: fix declarations
2654         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
2655         function must not take arguments.
2656         * lib/sys_ioctl.in.h (ioctl): Likewise.
2657         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
2658         (open): Add a link warning.
2659
2660 2009-12-15  Jim Meyering  <meyering@redhat.com>
2661
2662         areadlink, areadlink-with-size: relax license to LGPLv2+
2663         * modules/areadlink (License): Relax to LGPLv2+.
2664         * modules/areadlink-with-size (License): Likewise.
2665
2666 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
2667             Bruno Haible  <bruno@clisp.org>
2668
2669         *printf: Fix memory leak.
2670         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
2671         * lib/vfprintf.c (vfprintf): Likewise.
2672         * lib/dprintf.c (dprintf): Likewise.
2673         * lib/vdprintf.c (vdprintf): Likewise.
2674
2675 2009-12-14  Eric Blake  <ebb9@byu.net>
2676
2677         accept4: adjust module dependencies
2678         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
2679
2680         utimens: one more try at avoiding compiler warning
2681         * lib/utimens.c (lutimens): Lower scope of result.
2682
2683 2009-12-13  Bruno Haible  <bruno@clisp.org>
2684
2685         Move the malloc checking from module 'list' to new module 'xlist'.
2686         * modules/xlist: New file.
2687         * lib/gl_xlist.h: New file.
2688         * lib/gl_xlist.c: New file.
2689         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
2690         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
2691         gl_list_add_last, gl_list_add_before, gl_list_add_after,
2692         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
2693         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
2694         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
2695         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
2696         gl_sortedlist_nx_add): New declarations.
2697         (struct gl_list_implementation): Rename and change methods accordingly.
2698         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
2699         (gl_list_nx_create): Renamed from gl_list_create.
2700         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2701         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2702         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2703         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2704         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2705         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2706         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2707         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2708         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
2709         gl_list_create_empty.
2710         (gl_list_nx_create): Renamed from gl_list_create.
2711         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
2712         (gl_list_nx_set_at): Renamed from gl_list_set_at.
2713         (gl_list_nx_add_first): Renamed from gl_list_add_first.
2714         (gl_list_nx_add_last): Renamed from gl_list_add_last.
2715         (gl_list_nx_add_before): Renamed from gl_list_add_before.
2716         (gl_list_nx_add_after): Renamed from gl_list_add_after.
2717         (gl_list_nx_add_at): Renamed from gl_list_add_at.
2718         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
2719         * lib/gl_array_list.c: Don't include xalloc.h.
2720         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
2721         NULL upon out-of-memory.
2722         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
2723         out-of-memory.
2724         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
2725         Change return type to 'int'.
2726         (gl_array_nx_set_at): Renamed from gl_array_set_at.
2727         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2728         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
2729         upon out-of-memory.
2730         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
2731         upon out-of-memory.
2732         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
2733         upon out-of-memory.
2734         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
2735         upon out-of-memory.
2736         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
2737         out-of-memory.
2738         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
2739         Update.
2740         (gl_array_list_implementation): Update.
2741         * lib/gl_carray_list.c: Don't include xalloc.h.
2742         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
2743         Return NULL upon out-of-memory.
2744         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
2745         out-of-memory.
2746         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
2747         Change return type to 'int'.
2748         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
2749         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
2750         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
2751         upon out-of-memory.
2752         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
2753         upon out-of-memory.
2754         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
2755         out-of-memory.
2756         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
2757         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
2758         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
2759         Update.
2760         (gl_carray_list_implementation): Update.
2761         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
2762         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
2763         gl_linked_create_empty. Return NULL upon out-of-memory.
2764         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
2765         out-of-memory.
2766         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
2767         Change return type to 'int'. Return -1 upon out-of-memory.
2768         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
2769         out-of-memory.
2770         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
2771         upon out-of-memory.
2772         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
2773         upon out-of-memory.
2774         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
2775         NULL upon out-of-memory.
2776         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
2777         upon out-of-memory.
2778         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
2779         out-of-memory.
2780         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
2781         Update.
2782         * lib/gl_linked_list.c: Don't include xalloc.h.
2783         (gl_linked_list_implementation): Update.
2784         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
2785         (add_to_bucket): Change return type to 'int'.
2786         (gl_linkedhash_list_implementation): Update.
2787         * lib/gl_anytree_list1.h (free_subtree): New function.
2788         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
2789         gl_tree_create_empty. Return NULL upon out-of-memory.
2790         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
2791         Change return type to 'int'. Return -1 upon out-of-memory.
2792         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
2793         out-of-memory.
2794         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
2795         (gl_tree_remove_node): New function, moved here from
2796         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
2797         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
2798         Update.
2799         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
2800         malloc, not xmalloc. Return NULL upon out-of-memory.
2801         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2802         out-of-memory.
2803         (gl_tree_remove_node_from_tree): New function, extracted from
2804         gl_tree_remove_node.
2805         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2806         upon out-of-memory.
2807         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2808         out-of-memory.
2809         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2810         upon out-of-memory.
2811         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2812         upon out-of-memory.
2813         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2814         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
2815         not xmalloc. Return NULL upon out-of-memory.
2816         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
2817         out-of-memory.
2818         (gl_tree_remove_node_from_tree): New function, extracted from
2819         gl_tree_remove_node.
2820         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
2821         upon out-of-memory.
2822         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
2823         out-of-memory.
2824         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
2825         upon out-of-memory.
2826         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
2827         upon out-of-memory.
2828         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
2829         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
2830         gl_anytree_list1.h before gl_anyavltree_list2.h.
2831         (gl_avltree_list_implementation): Update.
2832         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
2833         gl_anytree_list1.h before gl_anyavltree_list2.h.
2834         (gl_rbtree_list_implementation): Update.
2835         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
2836         Change return type to 'int'. Return -1 upon out-of-memory. Use
2837         __builtin_expect.
2838         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
2839         (gl_avltreehash_list_implementation): Update.
2840         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
2841         (gl_rbtreehash_list_implementation): Update.
2842         * modules/array-list (Depends-on): Remove xalloc.
2843         * modules/carray-list (Depends-on): Likewise.
2844         * modules/linked-list (Depends-on): Likewise.
2845         * modules/linkedhash-list (Depends-on): Likewise.
2846         * modules/avltree-list (Depends-on): Likewise.
2847         * modules/rbtree-list (Depends-on): Likewise.
2848         * modules/avltreehash-list (Depends-on): Likewise.
2849         * modules/rbtreehash-list (Depends-on): Likewise.
2850
2851         * modules/xsublist: New file.
2852         * lib/gl_xsublist.h: New file.
2853         * lib/gl_xsublist.c: New file.
2854         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
2855         (gl_sublist_nx_create): New declaration.
2856         * lib/gl_sublist.c: Don't include xalloc.h.
2857         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
2858         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
2859         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
2860         Change return type to 'int'. Return -1 upon out-of-memory.
2861         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
2862         upon out-of-memory.
2863         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
2864         NULL upon out-of-memory.
2865         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
2866         upon out-of-memory.
2867         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
2868         NULL upon out-of-memory.
2869         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
2870         NULL upon out-of-memory.
2871         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
2872         upon out-of-memory.
2873         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
2874         (gl_sublist_list_implementation): Update.
2875         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
2876         upon out-of-memory.
2877         * modules/sublist (Depends-on): Remove xalloc.
2878
2879         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
2880         * tests/test-carray_list.c: Likewise.
2881         * tests/test-linked_list.c: Likewise.
2882         * tests/test-linkedhash_list.c: Likewise.
2883         * tests/test-avltree_list.c: Likewise.
2884         * tests/test-rbtree_list.c: Likewise.
2885         * tests/test-avltreehash_list.c: Likewise.
2886         * tests/test-rbtreehash_list.c: Likewise.
2887         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
2888         * modules/carray-list-tests (Makefile.am): Likewise.
2889         * modules/linked-list-tests (Makefile.am): Likewise.
2890         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2891         * modules/avltree-list-tests (Makefile.am): Likewise.
2892         * modules/rbtree-list-tests (Makefile.am): Likewise.
2893         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2894         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2895
2896         * NEWS: Mention the changes.
2897
2898         * lib/clean-temp.c: Include gl_xlist.h.
2899         * modules/clean-temp (Depends-on): Add xlist.
2900
2901         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
2902         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
2903
2904         * tests/test-array_oset.c: Include gl_xlist.h.
2905         * modules/array-oset-tests (Depends-on): Add xlist.
2906
2907         Reported by José E. Marchesi <jemarch@gnu.org>.
2908
2909 2009-12-13  Bruno Haible  <bruno@clisp.org>
2910
2911         Move the malloc checking from module 'oset' to new module 'xoset'.
2912         * modules/xoset: New file.
2913         * lib/gl_xoset.h: New file.
2914         * lib/gl_xoset.c: New file.
2915         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
2916         declarations.
2917         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
2918         (struct gl_oset_implementation): Rename and change methods accordingly.
2919         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
2920         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2921         'int'. Mark as __warn_unused_result__.
2922         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
2923         gl_oset_create_empty.
2924         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
2925         'int'.
2926         * lib/gl_array_oset.c: Don't include xalloc.h.
2927         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
2928         malloc, not xmalloc.
2929         (grow): Change return type to 'int'. Don't call xalloc_die.
2930         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
2931         to 'int'.
2932         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
2933         'int'.
2934         (gl_array_oset_implementation): Update.
2935         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
2936         gl_tree_create_empty.
2937         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
2938         'int'.
2939         * lib/gl_avltree_oset.c: Don't include xalloc.h.
2940         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2941         xmalloc.
2942         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2943         not xmalloc.
2944         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2945         xmalloc.
2946         (gl_avltree_oset_implementation): Update.
2947         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
2948         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
2949         xmalloc.
2950         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
2951         not xmalloc.
2952         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
2953         xmalloc.
2954         (gl_rbtree_oset_implementation): Update.
2955         * modules/array-oset (Depends-on): Remove xalloc.
2956         * modules/avltree-oset (Depends-on): Likewise.
2957         * modules/rbtree-oset (Depends-on): Likewise.
2958         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
2959         * tests/test-avltree_oset.c: Likewise.
2960         * tests/test-rbtree_oset.c: Likewise.
2961         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2962         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
2963         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2964         * NEWS: Mention the change.
2965
2966 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
2967
2968         maint.mk: allow a project to override release-prep commands
2969         * top/maint.mk (alpha, beta, stable): Move release-preparatory
2970         commands into a new rule.
2971         (release-prep): New rule.
2972         (release-prep-hook): New overridable variable.
2973
2974 2009-12-13  Bruno Haible  <bruno@clisp.org>
2975
2976         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
2977
2978 2009-12-13  Jim Meyering  <meyering@redhat.com>
2979
2980         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
2981         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
2982
2983 2009-12-12  Bruno Haible  <bruno@clisp.org>
2984
2985         duplocale: Tweak.
2986         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
2987
2988 2009-12-12  Karl Berry  <karl@gnu.org>
2989
2990         * config/srclist.txt (strtoll.c): tab changes, no more sync.
2991
2992 2009-12-12  Bruno Haible  <bruno@clisp.org>
2993
2994         * m4/po.m4: Undo incorrect untabification.
2995
2996 2009-12-12  Bruno Haible  <bruno@clisp.org>
2997
2998         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
2999         * modules/c-strtod (Depends-on): Add locale.
3000         * modules/c-strtold (Depends-on): Likewise.
3001
3002 2009-12-12  Bruno Haible  <bruno@clisp.org>
3003
3004         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
3005
3006 2009-12-11  Eric Blake  <ebb9@byu.net>
3007
3008         setenv: relax requirement in light of POSIX ruling
3009         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
3010         not NULL.
3011         * tests/test-setenv.c (main): Relax test.
3012         * tests/test-unsetenv.c (main): Likewise.
3013         * doc/posix-functions/setenv.texi (setenv): Document this.
3014         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3015
3016 2009-12-11  Bruno Haible  <bruno@clisp.org>
3017
3018         New module 'fd-safer-flag'.
3019         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
3020         * lib/dup-safer.c (dup_safer_flag): Remove function.
3021         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
3022         * lib/fd-safer.c (fd_safer_flag): Remove function.
3023         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
3024         * modules/cloexec (configure.ac): Drop indicator macro.
3025         * modules/fd-safer-flag: New file.
3026         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
3027         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
3028         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
3029
3030 2009-12-11  Bruno Haible  <bruno@clisp.org>
3031
3032         Tests for module 'nl_langinfo'.
3033         * modules/nl_langinfo-tests: New file.
3034         * tests/test-nl_langinfo.sh: New file.
3035         * tests/test-nl_langinfo.c: New file.
3036
3037         New module 'nl_langinfo'.
3038         * lib/nl_langinfo.c: New file.
3039         * m4/nl_langinfo.m4: New file.
3040         * modules/nl_langinfo: New file.
3041         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
3042
3043 2009-12-11  Bruno Haible  <bruno@clisp.org>
3044
3045         Tests for module 'langinfo'.
3046         * modules/langinfo-tests: New file.
3047         * tests/test-langinfo.c: New file.
3048
3049         New module 'langinfo'.
3050         * lib/langinfo.in.h: New file.
3051         * m4/langinfo_h.m4: New file.
3052         * modules/langinfo: New file.
3053         * doc/posix-headers/langinfo.texi: Mention the new module.
3054
3055 2009-12-11  Bruno Haible  <bruno@clisp.org>
3056
3057         * lib/config.charset: Untabify.
3058
3059 2009-12-11  Bruno Haible  <bruno@clisp.org>
3060
3061         * modules/unistd-safer (configure.ac): Drop indicator macro.
3062
3063 2009-12-11  Bruno Haible  <bruno@clisp.org>
3064
3065         Move pipe2-safer code to its own file.
3066         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
3067         * lib/pipe-safer.c (pipe2_safer): Remove function.
3068         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
3069         (Makefile.am): Add it to lib_SOURCES.
3070
3071 2009-12-10  Bruno Haible  <bruno@clisp.org>
3072
3073         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
3074
3075 2009-12-10  Bruno Haible  <bruno@clisp.org>
3076
3077         Declare which arguments expect non-NULL values, for GCC and clang.
3078         * build-aux/arg-nonnull.h: New file.
3079         * modules/arg-nonnull: New file.
3080         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
3081         (inet_ntop, inet_pton): Use it.
3082         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
3083         (closedir, dirfd, opendir, scandir, alphasort): Use it.
3084         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
3085         (open, openat): Use it.
3086         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
3087         (fnmatch): Use it.
3088         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
3089         (getopt, getopt_long, getopt_long_only): Use it.
3090         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
3091         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
3092         Use it.
3093         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
3094         (iconv_open): Use it.
3095         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
3096         (strtoimax, strtoumax): Use it.
3097         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
3098         (duplocale): Use it.
3099         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
3100         (frexp, frexpl): Use it.
3101         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
3102         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
3103         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
3104         (tsearch, tfind, tdelete, twalk): Use it.
3105         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
3106         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3107         sigpending): Use it.
3108         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
3109         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3110         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3111         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3112         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3113         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3114         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3115         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3116         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3117         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3118         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3119         Use it.
3120         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3121         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3122         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3123         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3124         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3125         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3126         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3127         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3128         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3129         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
3130         strtoull, unsetenv): Use it.
3131         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
3132         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3133         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3134         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
3135         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
3136         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
3137         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
3138         (strcasecmp, strncasecmp): Use it.
3139         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
3140         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
3141         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
3142         rpl_setsockopt): Use it.
3143         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
3144         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
3145         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
3146         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
3147         (gettimeofday): Use it.
3148         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
3149         (times): Use it.
3150         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
3151         (uname): Use it.
3152         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
3153         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
3154         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
3155         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
3156         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
3157         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
3158         unlinkat, write): Use it.
3159         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
3160         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
3161         * lib/argv-iter.h: Include arg-nonnull.h.
3162         (_ATTRIBUTE_NONNULL_): Remove macro.
3163         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
3164         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
3165         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
3166         optimization.
3167         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
3168         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
3169         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
3170         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
3171         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
3172         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
3173         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
3174         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
3175         * modules/arpa_inet (Depends-on): Add arg-nonnull.
3176         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
3177         * modules/dirent (Depends-on): Add arg-nonnull.
3178         (Makefile.am): Insert arg-nonnull.h into dirent.h.
3179         * modules/fcntl-h (Depends-on): Add arg-nonnull.
3180         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
3181         * modules/fnmatch (Depends-on): Add arg-nonnull.
3182         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
3183         * modules/getopt-posix (Depends-on): Add arg-nonnull.
3184         (Makefile.am): Insert arg-nonnull.h into getopt.h.
3185         * modules/glob (Depends-on): Add arg-nonnull.
3186         (Makefile.am): Insert arg-nonnull.h into glob.h.
3187         * modules/iconv_open (Depends-on): Add arg-nonnull.
3188         (Makefile.am): Insert arg-nonnull.h into iconv.h.
3189         * modules/inttypes (Depends-on): Add arg-nonnull.
3190         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
3191         * modules/locale (Depends-on): Add arg-nonnull.
3192         (Makefile.am): Insert arg-nonnull.h into locale.h.
3193         * modules/math (Depends-on): Add arg-nonnull.
3194         (Makefile.am): Insert arg-nonnull.h into math.h.
3195         * modules/netdb (Depends-on): Add arg-nonnull.
3196         (Makefile.am): Insert arg-nonnull.h into netdb.h.
3197         * modules/search (Depends-on): Add arg-nonnull.
3198         (Makefile.am): Insert arg-nonnull.h into search.h.
3199         * modules/signal (Depends-on): Add arg-nonnull.
3200         (Makefile.am): Insert arg-nonnull.h into signal.h.
3201         * modules/spawn (Depends-on): Add arg-nonnull.
3202         (Makefile.am): Insert arg-nonnull.h into spawn.h.
3203         * modules/stdio (Depends-on): Add arg-nonnull.
3204         (Makefile.am): Insert arg-nonnull.h into stdio.h.
3205         * modules/stdlib (Depends-on): Add arg-nonnull.
3206         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
3207         * modules/string (Depends-on): Add arg-nonnull.
3208         (Makefile.am): Insert arg-nonnull.h into string.h.
3209         * modules/strings (Depends-on): Add arg-nonnull.
3210         (Makefile.am): Insert arg-nonnull.h into strings.h.
3211         * modules/sys_socket (Depends-on): Add arg-nonnull.
3212         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
3213         * modules/sys_stat (Depends-on): Add arg-nonnull.
3214         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
3215         * modules/sys_time (Depends-on): Add arg-nonnull.
3216         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
3217         * modules/sys_times (Depends-on): Add arg-nonnull.
3218         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
3219         * modules/sys_utsname (Depends-on): Add arg-nonnull.
3220         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
3221         * modules/time (Depends-on): Add arg-nonnull.
3222         (Makefile.am): Insert arg-nonnull.h into time.h.
3223         * modules/unistd (Depends-on): Add arg-nonnull.
3224         (Makefile.am): Insert arg-nonnull.h into unistd.h.
3225         * modules/wchar (Depends-on): Add arg-nonnull.
3226         (Makefile.am): Insert arg-nonnull.h into wchar.h.
3227         * modules/argv-iter (Depends-on): Add arg-nonnull.
3228         * tests/test-canonicalize.c (null_ptr): New function.
3229         (main): Use it.
3230         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
3231         (main): Use it.
3232         * tests/test-memmem.c (null_ptr): New function.
3233         (main): Use it.
3234         Reported by Jim Meyering.
3235
3236 2009-12-10  Bruno Haible  <bruno@clisp.org>
3237
3238         Use spaces for indentation, not tabs.
3239         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
3240         * m4/*.m4: Untabify.
3241         * build-aux/*.h: Untabify.
3242         * tests/**/*.[hc]: Untabify.
3243         * README: New section "Indent with spaces, not TABs", based on
3244         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
3245         * NEWS: Mention the change.
3246
3247 2009-12-10  Bruno Haible  <bruno@clisp.org>
3248
3249         pty test: Fix link error.
3250         * modules/pty-tests (Makefile.am): Add the default LDADD value to
3251         test_pty_LDADD.
3252
3253 2009-12-07  Simon Josefsson  <simon@josefsson.org>
3254
3255         * modules/pty: New file.
3256         * modules/pty-tests: New file.
3257         * m4/pty.m4: New file.
3258         * tests/test-pty.c: New file.
3259         * doc/glibc-headers/pty.texi: Modified.
3260         * doc/glibc-functions/forkpty.texi: Modified.
3261         * doc/glibc-functions/openpty.texi: Modified.
3262
3263 2009-12-10  Bruno Haible  <bruno@clisp.org>
3264
3265         Avoid syntax error in C++ mode.
3266         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
3267
3268 2009-12-10  Bruno Haible  <bruno@clisp.org>
3269
3270         Use sed with option -e.
3271         * gnulib-tool (func_version, func_emit_copyright_notice,
3272         func_emit_initmacro_end, func_import, func_create_testdir): Pass
3273         option -e to sed.
3274         * modules/link-warning (Makefile.am): Likewise.
3275
3276 2009-12-10  Jim Meyering  <meyering@redhat.com>
3277
3278         mgetgroups: do not write bytes beyond end of malloc'd buffer
3279         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3280         username, we call getgroups with a one-element-shorter buffer,
3281         but still told it the length was original, max_n_groups.
3282
3283 2009-12-09  Eric Blake  <ebb9@byu.net>
3284
3285         cloexec: relax license
3286         * modules/cloexec (Maintainer): Add myself.
3287         (License): Use LGPL, not GPL.
3288
3289         link-warning: optimize generation
3290         * modules/link-warning (Makefile.am): Reduce process usage.
3291
3292 2009-12-09  Bruno Haible  <bruno@clisp.org>
3293
3294         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3295         workaround was added on 2009-11-17.
3296
3297 2009-12-09  Jim Meyering  <meyering@redhat.com>
3298             Bruno Haible  <bruno@clisp.org>
3299
3300         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3301         * modules/link-warning (Makefile.am): Make the comment-removing sed
3302         command more robust in the face of bootstrap-prepended comment lines.
3303
3304 2009-12-09  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3307         most one group.
3308
3309 2009-12-09  Simon Josefsson <simon@josefsson.org>
3310             Bruno Haible  <bruno@clisp.org>
3311
3312         * build-aux/link-warning.h: Add copyright notice.
3313         * modules/link-warning (Makefile.am): Generate link-warning.h from
3314         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3315         * NEWS: Mention change in link-warning module.
3316         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3317         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3318         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3319         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3320         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3321         * modules/math (Makefile.am): Add dependency to math.h.
3322         * modules/search (Makefile.am): Add dependency to search.h.
3323         * modules/signal (Makefile.am): Add dependency to signal.h.
3324         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3325         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3326         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3327         * modules/string (Makefile.am): Add dependency to string.h.
3328         * modules/strings (Makefile.am): Add dependency to strings.h.
3329         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3330         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3331         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3332         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3333         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3334         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3335         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3336         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3337         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3338
3339 2009-12-09  Bruno Haible  <bruno@clisp.org>
3340
3341         fchdir: Optimize away rpl_fstat when possible.
3342         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3343         REPLACE_OPEN_DIRECTORY.
3344         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3345
3346 2009-12-09  Bruno Haible  <bruno@clisp.org>
3347
3348         * lib/fchdir.c: Update comment.
3349
3350 2009-12-09  Bruno Haible  <bruno@clisp.org>
3351
3352         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3353
3354 2009-12-08  Eric Blake  <ebb9@byu.net>
3355
3356         fchdir: avoid memory leak on re-registration.
3357         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3358
3359 2009-12-08  Jim Meyering  <meyering@redhat.com>
3360
3361         init.sh: avoid Solaris 10 /bin/sh portability problem
3362         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3363         sourced script:
3364           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3365           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3366           bar
3367         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3368         and two tests used that idiom.
3369         * tests/init.sh: Update suggested usage comments.
3370         (path_prepend_): New function, to be used in place
3371         of the --src-path=DIR option.
3372         (setup_): Move PATH-prepending code into path_prepend_.
3373         * tests/test-pread.sh: Adapt to new usage.
3374         * tests/test-xalloc-die.sh: Likewise.
3375
3376 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3377
3378         * doc/gnulib.texi (Glibc pty.h): Add.
3379         * doc/glibc-functions/forkpty.texi: Add.
3380         * doc/glibc-functions/openpty.texi: Add.
3381         Suggested by Bruno Haible.
3382
3383 2009-12-08  Eric Blake  <ebb9@byu.net>
3384
3385         fchdir: fix logic bugs
3386         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3387         * tests/test-fchdir.c (main): Enhance test.
3388         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3389         is in use.
3390
3391         dup2: fix logic bugs
3392         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3393         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3394         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3395         exists.
3396         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3397
3398 2009-12-07  Eric Blake  <ebb9@byu.net>
3399
3400         unlink: fix m4 detection
3401         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3402
3403         unistd-safer: add unit test
3404         * modules/unistd-safer-tests: New file.
3405         * tests/test-dup-safer.c: Likewise.
3406         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3407         * tests/test-dup2.c (setmode): Likewise.
3408         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3409
3410         cloexec: preserve text vs. binary across dup_cloexec
3411         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3412         mode.
3413         * modules/dup2-tests (Depends-on): Add binary-io.
3414         * modules/cloexec-tests (Depends-on): Likewise.
3415         * tests/test-dup2.c (setmode, is_mode): New helpers.
3416         (main): Add tests that translation mode is preserved.
3417         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3418         Reported by Bruno Haible.
3419
3420         mgetgroups: reduce duplicate listings
3421         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3422         resulting array.
3423         * tests/test-chown.h (test_chown): Simplify client.
3424         * tests/test-lchown.h (test_lchown): Likewise.
3425
3426 2009-12-06  Bruno Haible  <bruno@clisp.org>
3427
3428         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
3429         value.
3430
3431 2009-12-06  Bruno Haible  <bruno@clisp.org>
3432
3433         * lib/progname.c: Include stdio.h, stdlib.h.
3434         (set_program_name): Reject a NULL argument.
3435
3436 2009-12-05  Eric Blake  <ebb9@byu.net>
3437
3438         pipe2-safer: new module
3439         * modules/pipe2-safer: New file.
3440         * lib/unistd-safer.h (pipe2_safer): New prototype.
3441         * lib/unistd--.h (pipe2): New wrapper.
3442         * lib/pipe-safer.c (pipe2_safer): New function.
3443         * modules/pipe (Depends-on): Add pipe2-safer.
3444         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
3445
3446         stdlib-safer: preserve cloexec flag for mkostemp[s]
3447         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
3448         fd_safer_flag.
3449
3450         unistd-safer: allow preservation of cloexec status via flag
3451         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
3452         prototypes.
3453         * lib/dup-safer.c (dup_safer_flag): New function.
3454         * lib/fd-safer.c (fd_safer_flag): Likewise.
3455         * modules/cloexec (configure.ac): Set witness.
3456
3457         test-dup2: enhance test
3458         * modules/dup2-tests (Depends-on): Add cloexec.
3459         * tests/test-dup2.c (main): Enhance test.
3460
3461         cloexec: add dup_cloexec
3462         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
3463         header and comments.
3464         * lib/cloexec.c (set_cloexec_flag): Add comments.
3465         (dup_cloexec): New function, with mingw implementation borrowed
3466         from...
3467         * lib/w32spawn.h (dup_noinherit): ...here.
3468         * modules/execute (Depends-on): Add cloexec.
3469         * modules/pipe (Depends-on): Likewise.
3470         * modules/cloexec (Depends-on): Add dup2.
3471         * modules/cloexec-tests (Files): New file.
3472         * tests/test-cloexec.c: Likewise.
3473
3474         test-xalloc-die: fix test for mingw
3475         * modules/xalloc-die-tests (Files): Add tests/init.sh.
3476         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
3477         directory and .exe suffix off argv[0] output.
3478
3479         test-fseeko: fix test for mingw
3480         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
3481         than undefining fseek, so test will pass on mingw.
3482
3483 2009-12-05  Bruno Haible  <bruno@clisp.org>
3484
3485         * lib/progname.h (set_program_name): Clarify specification.
3486         * lib/progname.c (set_program_name): Likewise.
3487         Reported by Jim Meyering.
3488
3489 2009-12-05  Jim Meyering  <meyering@redhat.com>
3490
3491         maint.mk: backslash-escape parens in default regexp
3492         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
3493         backslash-escape the literal parentheses.
3494
3495         maint.mk: news-date-check: use grep -E
3496         * top/maint.mk (today): Define a Make variable, not a...
3497         (news-date-check): ...shell variable.
3498         (news-date-regexp): Use the Make variable.
3499         Use grep's -E option.  Change the failing diagnostic to mention
3500         the variable, $(news-date-regexp).
3501
3502 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
3503
3504         maintainer-makefile: allow customization of NEWS entry format
3505         * top/maint.mk (news-date-regexp): New overridable variable.
3506         (news-date-check): Use it.
3507
3508 2009-12-04  Eric Blake  <ebb9@byu.net>
3509
3510         mgetgroups: add xgetgroups, and avoid ENOSYS failures
3511         * lib/mgetgroups.h (xgetgroups): New prototype.
3512         * lib/mgetgroups.c (xgetgroups): New wrapper.
3513         (mgetgroups): Handle ENOSYS.
3514         * modules/mgetgroups (Depends-on): Add realloc.
3515         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
3516
3517         mgetgroups: avoid argument promotion issues with -1
3518         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
3519         for invalid gid_t.
3520         * tests/test-chown.h (getegid, test_chown): Likewise.
3521         * tests/test-lchown.h (getegid, test_lchown): Likewise.
3522
3523 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
3524
3525         exclude: Fix header file problems.
3526         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
3527
3528 2009-12-01  Jim Meyering  <meyering@redhat.com>
3529
3530         fts: fts_open: do not let an empty string cause immediate failure
3531         This is required in support of GNU rm, for which the command
3532         "rm A '' B" must process and remove both A and B, in spite of
3533         the empty string argument.
3534         * lib/fts.c (fts_open): Do not let the presence of an empty string
3535         cause fts_open to fail immediately.  Most fts-using tools must be
3536         able to process all arguments, in order, and can be expected to
3537         diagnose such arguments themselves.
3538
3539 2009-11-30  Eric Blake  <ebb9@byu.net>
3540
3541         utimens: fix compilation error
3542         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
3543         Declare variable at right scope.
3544
3545 2009-11-29  Jim Meyering  <meyering@redhat.com>
3546
3547         bootstrap: handle perl-5.11's changed --version output
3548         * build-aux/bootstrap (get_version): Handle perl separately,
3549         since perl-5.11's --version output is different.
3550
3551 2009-11-28  Jim Meyering  <meyering@redhat.com>
3552
3553         userspec: depend on the inttostr module, too
3554         * modules/userspec (Depends-on): Add inttostr.
3555
3556         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
3557         * lib/userspec.c (parse_with_separator): Do not accept a user ID
3558         number of MAXUID when it evaluates to (uid_t) -1.
3559         Likewise for group ID.  Reported by Matt McCutchen in
3560         <http://savannah.gnu.org/bugs/?28113>
3561
3562         userspec: reformat to use spaces, not TABs
3563         * lib/userspec.c: Expand TABs to spaces.
3564         Add Emacs' "indent-tabs-mode: nil" hint.
3565
3566 2009-11-27  Eric Blake  <ebb9@byu.net>
3567
3568         getopt-gnu: flush out another BSD bug
3569         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
3570         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
3571         flush out BSD bug.
3572         * tests/test-getopt.h (test_getopt): End lists with NULL.
3573         * tests/test-getopt_long.h (test_getopt_long): Likewise.
3574         (test_getopt_long_posix): Enhance test.
3575         * modules/getopt-posix-tests (Depends-on): Add stdbool.
3576         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
3577         getopt-gnu.
3578         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
3579         Likewise.
3580
3581 2009-11-27  Simon Josefsson  <simon@josefsson.org>
3582
3583         * modules/idpriv-droptemp-tests (Notice): Fix text.
3584
3585 2009-11-27  Jim Meyering  <meyering@redhat.com>
3586
3587         test-xalloc-die: avoid spurious failure due to libtool argv difference
3588         In a libtool-enabled project, this test would fail due to a difference
3589         in the emitted program name, e.g.,
3590         -test-xalloc-die: memory exhausted
3591         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
3592         Use program to avoid that.
3593         * modules/xalloc-die-tests (Depends-on): Add progname.
3594         * tests/test-xalloc-die.c: Include progname.h".
3595         (program_name): Remove decl.
3596         (main): Call set_program_name.
3597         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
3598
3599 2009-11-26  Richard Jones  <rjones@redhat.com>
3600
3601         w32sock: leave win32 error in place.
3602         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
3603
3604 2009-11-26  Eric Blake  <ebb9@byu.net>
3605
3606         init.sh: suggest to use skip_ and fail_ functions in comments
3607         * tests/init.sh: Add a sentence.
3608
3609 2009-11-25  Bruno Haible  <bruno@clisp.org>
3610
3611         init.sh: add documentation in comments
3612         * tests/init.sh: Add some developer and user documentation.
3613
3614 2009-11-26  Jim Meyering  <meyering@redhat.com>
3615
3616         init.sh: accommodate even those who specify bogus srcdir manually
3617         * tests/init.sh: Normally, srcdir is guaranteed by automake and
3618         configure-time tests to be sanitized, so that there is no need to
3619         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
3620         (with no double quotes) suffices.  However, since tests may be
3621         invoked manually, and since you may explicitly set srcdir to the
3622         name of a directory containing spaces, do quote its uses here.
3623         * tests/test-pread.sh: Likewise.
3624         Suggested by Bruno Haible.
3625
3626         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
3627         * tests/test-pread.sh: Write no data into the pipe, because
3628         test-pread actually reads none.  This avoids a diagnostic,
3629         "bash: echo: write error: Broken pipe", that arises in the unusual
3630         event something is ignoring SIGPIPE, and might be interpreted
3631         as some sort of failure.  Reported by Bruno Haible.
3632
3633 2009-11-25  Jim Meyering  <meyering@redhat.com>
3634
3635         test-pread: cover failure with ESPIPE and EINVAL
3636         * tests/test-pread.c (main): Test for failure, too.
3637         * tests/test-pread.sh: Invoke with stdin on a pipe.
3638         Suggested by Eric Blake.
3639
3640         pread: improvement and fix
3641         * modules/pread (Depends-on): Depend on lseek, for portability to
3642         e.g., mingw.  Suggested by Eric Blake.
3643         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
3644
3645         unistd.in.h: correct declaration of pread
3646         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
3647         Reported by Richard W.M. Jones.
3648
3649         test-pread.sh: distribute the test script
3650         * modules/pread-tests (Files): Include test-pread.sh.
3651
3652         test-pread.sh: clean up
3653         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
3654         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
3655         That is unnecessary, since it's always ".".
3656         Suggestion from Eric Blake.
3657
3658         test-pread.sh: make executable
3659         * tests/test-pread.sh: Set executable bit.
3660         Reported by Eric Blake.
3661
3662         correct typo in test-pread.sh
3663         * tests/test-pread.sh: Add #! line.
3664
3665         test pread
3666         * tests/test-pread.c: New file.
3667         * tests/test-pread.sh: Likewise.
3668         * modules/pread-tests: Likewise.
3669
3670         pread: new module
3671         * modules/pread: New file.
3672         * lib/unistd.in.h (pread): Define/declare.
3673         * lib/pread.c (pread): New file.
3674         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
3675         * modules/unistd (Makefile.am): Substitute witnesses.
3676         * doc/posix-functions/pread.texi (pread): Update.
3677         * MODULES.html.sh: Add pread.
3678
3679 2009-11-25  Jim Meyering  <meyering@redhat.com>
3680
3681         tests/init.sh: new file to be used via most *.sh tests
3682         * tests/init.sh: New file.
3683
3684 2009-11-25  Eric Blake  <ebb9@byu.net>
3685
3686         utimens: work around older Linux failure with symlinks
3687         * lib/utimens.c (lutimensat_works_really): New variable.
3688         (fdutimens, lutimens): Use it to manage kernels that support
3689         nanosecond times on files, but not on symlinks.
3690         Reported by OndÅ™ej Vašík.
3691
3692         utimes: fix configure grammar
3693         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
3694
3695 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
3696
3697         regex: Fix fastmap for multibyte character ranges.
3698         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
3699         characters when a multibyte character range is included.
3700
3701 2009-11-22  Andy Wingo  <wingo@pobox.com>
3702
3703         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
3704         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
3705
3706 2009-11-24  Bruno Haible  <bruno@clisp.org>
3707
3708         doc: Most *_l functions exist in MacOS X 10.5.
3709         * doc/posix-functions/duplocale.texi: Update platforms list.
3710         * doc/posix-functions/freelocale.texi: Likewise.
3711         * doc/posix-functions/newlocale.texi: Likewise.
3712         * doc/posix-functions/uselocale.texi: Likewise.
3713         * doc/posix-functions/isalnum_l.texi: Likewise.
3714         * doc/posix-functions/isalpha_l.texi: Likewise.
3715         * doc/posix-functions/isblank_l.texi: Likewise.
3716         * doc/posix-functions/iscntrl_l.texi: Likewise.
3717         * doc/posix-functions/isdigit_l.texi: Likewise.
3718         * doc/posix-functions/isgraph_l.texi: Likewise.
3719         * doc/posix-functions/islower_l.texi: Likewise.
3720         * doc/posix-functions/isprint_l.texi: Likewise.
3721         * doc/posix-functions/ispunct_l.texi: Likewise.
3722         * doc/posix-functions/isspace_l.texi: Likewise.
3723         * doc/posix-functions/isupper_l.texi: Likewise.
3724         * doc/posix-functions/iswalnum_l.texi: Likewise.
3725         * doc/posix-functions/iswalpha_l.texi: Likewise.
3726         * doc/posix-functions/iswblank_l.texi: Likewise.
3727         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3728         * doc/posix-functions/iswctype_l.texi: Likewise.
3729         * doc/posix-functions/iswdigit_l.texi: Likewise.
3730         * doc/posix-functions/iswgraph_l.texi: Likewise.
3731         * doc/posix-functions/iswlower_l.texi: Likewise.
3732         * doc/posix-functions/iswprint_l.texi: Likewise.
3733         * doc/posix-functions/iswpunct_l.texi: Likewise.
3734         * doc/posix-functions/iswspace_l.texi: Likewise.
3735         * doc/posix-functions/iswupper_l.texi: Likewise.
3736         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3737         * doc/posix-functions/isxdigit_l.texi: Likewise.
3738         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
3739         * doc/posix-functions/strcasecmp_l.texi: Likewise.
3740         * doc/posix-functions/strcoll_l.texi: Likewise.
3741         * doc/posix-functions/strfmon_l.texi: Likewise.
3742         * doc/posix-functions/strftime_l.texi: Likewise.
3743         * doc/posix-functions/strncasecmp_l.texi: Likewise.
3744         * doc/posix-functions/strxfrm_l.texi: Likewise.
3745         * doc/posix-functions/tolower_l.texi: Likewise.
3746         * doc/posix-functions/toupper_l.texi: Likewise.
3747         * doc/posix-functions/towctrans_l.texi: Likewise.
3748         * doc/posix-functions/towlower_l.texi: Likewise.
3749         * doc/posix-functions/towupper_l.texi: Likewise.
3750         * doc/posix-functions/wcscoll_l.texi: Likewise.
3751         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3752         * doc/posix-functions/wctrans_l.texi: Likewise.
3753         * doc/posix-functions/wctype_l.texi: Likewise.
3754         * doc/glibc-functions/strptime_l.texi: Likewise.
3755         * doc/glibc-functions/strtod_l.texi: Likewise.
3756         * doc/glibc-functions/strtof_l.texi: Likewise.
3757         * doc/glibc-functions/strtol_l.texi: Likewise.
3758         * doc/glibc-functions/strtold_l.texi: Likewise.
3759         * doc/glibc-functions/strtoll_l.texi: Likewise.
3760         * doc/glibc-functions/strtoul_l.texi: Likewise.
3761         * doc/glibc-functions/strtoull_l.texi: Likewise.
3762         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3763         * doc/glibc-functions/wcstod_l.texi: Likewise.
3764         * doc/glibc-functions/wcstof_l.texi: Likewise.
3765         * doc/glibc-functions/wcstol_l.texi: Likewise.
3766         * doc/glibc-functions/wcstold_l.texi: Likewise.
3767         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3768         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3769         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3770
3771 2009-11-24  Bruno Haible  <bruno@clisp.org>
3772
3773         duplocale: Fix logic bug.
3774         * lib/duplocale.c: Don't include <langinfo.h>.
3775         (_NL_LOCALE_NAME): Remove macro.
3776         (rpl_duplocale): Use setlocale instead of nl_langinfo.
3777         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
3778
3779 2009-11-23  Jim Meyering  <meyering@redhat.com>
3780
3781         test-update-copyright: don't hard-code /usr/bin/perl
3782         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
3783         perl to print the current year.  Gilles Espinasse reported that
3784         the replaced use of perl was hard-coded as /usr/bin/perl.
3785
3786 2009-11-23  Bruno Haible  <bruno@clisp.org>
3787
3788         duplocale: Add support for glibc 2.3.x.
3789         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
3790
3791 2009-11-22  Bruno Haible  <bruno@clisp.org>
3792
3793         vasnprintf: Tiny optimization.
3794         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
3795         MacOS X.
3796
3797 2009-11-22  Bruno Haible  <bruno@clisp.org>
3798
3799         Tests for module 'duplocale'.
3800         * modules/duplocale-tests: New file.
3801         * tests/test-duplocale.c: New file.
3802
3803         New module 'duplocale'.
3804         * m4/duplocale.m4: New file.
3805         * lib/locale.in.h (duplocale): New declaration.
3806         * lib/duplocale.c: New file.
3807         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
3808         gl_LOCALE_H_DEFAULTS): New macros.
3809         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
3810         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
3811         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
3812         REPLACE_DUPLOCALE.
3813         * modules/duplocale: New file.
3814         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
3815
3816 2009-11-22  Bruno Haible  <bruno@clisp.org>
3817
3818         * modules/locale-tests (configure.ac): Test for newlocale function.
3819         * tests/test-locale.c: When the system has extended locale functions,
3820         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
3821
3822         locale: Make locale_t available when possible.
3823         * lib/locale.in.h: Include <xlocale.h> when it exists.
3824         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
3825         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
3826         * modules/locale (Depends-on): Add extensions.
3827         (Makefile.am): Also substitute HAVE_XLOCALE_H.
3828         * doc/posix-headers/locale.texi: Document the problem with locale_t.
3829
3830 2009-11-22  Bruno Haible  <bruno@clisp.org>
3831
3832         Add comments.
3833         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
3834         invocation.
3835         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3836         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3837         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3838
3839 2009-11-22  Bruno Haible  <bruno@clisp.org>
3840
3841         error: account for the possibility of freopen (stdout).
3842         * lib/error.c: Include <unistd.h>.
3843         (flush_stdout): New function, extracted from error and error_at_line.
3844         Determine stdout's fd dynamically.
3845         (error, error_at_line): Invoke flush_stdout.
3846         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
3847         * modules/error (Depends-on): Add unistd.
3848
3849 2009-11-22  Bruno Haible  <bruno@clisp.org>
3850
3851         diffseq: Add comment.
3852         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
3853
3854 2009-11-22  Jim Meyering  <meyering@redhat.com>
3855
3856         c-stack: avoid defining an unused static function
3857         * lib/c-stack.c (find_stack_direction): Do not define this function
3858         when it will not be used.
3859
3860         diffseq: avoid spurious gcc warnings
3861         * lib/diffseq.h (IF_LINT2): Define.
3862         (compareseq): Use it to initialize two members of "part".
3863         This avoids two used-uninitialized warnings.
3864
3865 2009-11-21  Jim Meyering  <meyering@redhat.com>
3866
3867         c-stack: avoid "ignoring return value of `write'" warning
3868         * lib/c-stack.c: Include "ignore-value.h".
3869         (die): Explicitly ignore each write return value.
3870         * modules/c-stack (Depends-on): Add ignore-value.
3871
3872 2009-11-21  Bruno Haible  <bruno@clisp.org>
3873
3874         diffseq: reduce scope of variable 'best'.
3875         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
3876         variable, earlier used for two different purposes.
3877
3878 2009-11-21  Jim Meyering  <meyering@redhat.com>
3879
3880         diffseq: remove useless assignment to "best"
3881         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
3882         assignment.  At that point "best" is already guaranteed to be zero.
3883
3884 2009-11-20  Eric Blake  <ebb9@byu.net>
3885
3886         build: mention ftp redirector in release announcements
3887         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
3888         values that used to come from cfg.mk; mention FTP redirect URL.
3889         * build-aux/announce-gen: Mention the mirror list.
3890         Suggested by Karl Berry.
3891
3892         nanosleep: improve port to mingw
3893         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
3894         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
3895         LIB_NANOSLEEP, but only when needed.
3896         * modules/select (Link): Document LIBSOCKET.
3897         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
3898         enough.
3899
3900         nanosleep: work around cygwin bug
3901         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
3902         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
3903         bug.
3904         (getnow): Delete, not needed.
3905         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
3906         LIB_CLOCK_GETTIME.
3907         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
3908         clock-time, gettime.
3909         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
3910         bug.
3911         * modules/nanosleep-tests: New test.
3912         * tests/test-nanosleep.c: New file.
3913
3914         sleep: work around cygwin bug
3915         * lib/sleep.c (rpl_sleep): Work around the bug.
3916         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
3917         (gl_PREREQ_SLEEP): Delete unused macro.
3918         * modules/sleep (Depends-on): Add verify.
3919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
3920         * modules/unistd (Makefile.am): Substitute witness.
3921         * lib/unistd.in.h (sleep): Update prototype.
3922         * doc/posix-functions/sleep.texi (sleep): Document the bug.
3923         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
3924         * modules/sleep-tests (Depends-on): Check for alarm.
3925
3926 2009-11-20  Jim Meyering  <meyering@redhat.com>
3927
3928         maint.mk: improve sc_prohibit_magic_number_exit
3929         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
3930         so it does not match uses like System.exit(1).
3931         Add comments showing how to correct all offenders.
3932
3933 2009-11-19  Eric Blake  <ebb9@byu.net>
3934
3935         xalloc-die-tests: add missing library
3936         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
3937
3938         test-xvasprintf: silence compiler warnings
3939         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
3940         empty string from gcc.
3941
3942 2009-11-19  Jim Meyering  <meyering@redhat.com>
3943
3944         xfreopen: new module, from coreutils
3945         * modules/xfreopen: New module.
3946         * lib/xfreopen.c: New file.
3947         * lib/xfreopen.h: New file.
3948         * MODULES.html.sh (File stream based Input/Output"): Add it.
3949
3950 2009-11-19  Eric Blake  <ebb9@byu.net>
3951
3952         manywarnings: depend on warnings
3953         * modules/manywarnings (Depends-on): Add warnings.
3954
3955         build: avoid compiler warnings
3956         * lib/select.c (rpl_select): Delete unused variable.
3957         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
3958
3959 2009-11-18  Eric Blake  <ebb9@byu.net>
3960
3961         tests: avoid false negative with --with-packager
3962         * tests/test-version-etc.sh: Discard packager information.
3963         * tests/test-argp-version-etc-1.sh: Likewise.
3964         Reported by Mike Frysinger.
3965
3966         utimens: fix regression on Solaris
3967         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
3968         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
3969         can only change fd timestamps via futimesat.  Instead, use an
3970         additional witness macro to avoid BSD bug.
3971         Reported by Jim Meyering.
3972
3973 2009-11-17  Eric Blake  <ebb9@byu.net>
3974
3975         usleep: use it to simplify tests
3976         * modules/stat-time-tests (Depends-on): Add usleep.
3977         (configure.ac): Drop usleep check.
3978         * modules/chown-tests (Depends-on, configure.ac): Likewise.
3979         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
3980         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
3981         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
3982         * modules/openat-tests (Depends-on, configure.ac): Likewise.
3983         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
3984         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
3985         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
3986         Likewise.
3987         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
3988         * tests/test-lchown.h (nap): Likewise.
3989         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
3990         * tests/test-stat-time.c (nap): Likewise.
3991         * tests/test-utimens-common.h (nap): Update comments.
3992
3993         usleep: new module
3994         * modules/usleep: New file.
3995         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
3996         * lib/usleep.c (usleep): Likewise.
3997         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
3998         * modules/unistd (Makefile.am): Substitute witnesses.
3999         * lib/unistd.in.h (usleep): Add declaration.
4000         * doc/pastposix-functions/usleep.texi (usleep): Document this.
4001         * MODULES.html.sh (Date and time): Likewise.
4002         * modules/usleep-tests (Depends-on): New test.
4003         * tests/test-usleep.c: New file.
4004
4005         chown: work around OpenBSD bug
4006         * lib/chown.c (rpl_chown): Work around the bug.
4007         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
4008         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
4009         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
4010         * modules/chown (Depends-on): Add stdbool.
4011         * modules/lchown (Depends-on): Likewise.
4012         * doc/posix-functions/chown.texi (chown): Document the bug.
4013         * doc/posix-functions/lchown.texi (lchown): Likewise.
4014         * tests/test-lchown.h (test_chown): Relax test.
4015
4016         mkstemp: avoid conflict with C++ keyword template
4017         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
4018         * lib/mkostemp.c (mkostemp): Likewise.
4019         * lib/mkostemps.c (mkostemps): Likewise.
4020         * lib/mkstemp.c (mkstemp): Likewise.
4021         * lib/mkstemps.c (mkstemps): Likewise.
4022
4023         xalloc-die-tests: optimize
4024         * tests/test-xalloc-die.sh: Reduce number of processes.
4025
4026 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4027
4028         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
4029         patch from ludo@gnu.org (Ludovic Courtès).
4030
4031 2009-11-17  Jim Meyering  <meyering@redhat.com>
4032
4033         version-etc: use proper license string
4034         * modules/version-etc (License): Use LGPL, not LGPLv3+.
4035         * modules/version-etc-fsf: Likewise.
4036
4037 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4038
4039         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
4040         printed to stdout.  Deal with EOL differences.
4041
4042 2009-11-17  Eric Blake  <ebb9@byu.net>
4043
4044         unsetenv: work around Solaris bug
4045         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
4046         * lib/unsetenv.c (rpl_unsetenv): Work around it.
4047         Reported by Jim Meyering.
4048
4049         vasnprintf: avoid compiler warnings
4050         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
4051         variables.
4052         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
4053
4054 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4055
4056         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
4057         settings since xalloc-die is no longer the self test,
4058         xalloc-die.sh is.
4059
4060 2009-11-17  Jim Meyering  <meyering@redhat.com>
4061
4062         test-xalloc-die.sh: make the code agree with the commit log
4063         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
4064         at the end, just in case you happen to have a test-xalloc-die
4065         program in some other PATH directory.
4066
4067         test-xalloc-die.sh: fix a portability bug
4068         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
4069         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
4070         Otherwise, argv[0] (as often seen in diagnostics) would be too
4071         system-dependent, sometimes with, and sometimes without the leading "./".
4072
4073         version-etc-fsf: relax license to LGPLv3+
4074         * modules/version-etc-fsf (License): Relax license.
4075
4076 2009-11-16  Eric Blake  <ebb9@byu.net>
4077
4078         xalloc-die-tests: avoid printing null pointer
4079         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
4080         shell script.
4081         * tests/test-xalloc-die.c (program_name): Declare.
4082         * tests/test-xalloc-die.sh (tmpfiles): New file.
4083
4084         setenv, unsetenv: work around various bugs
4085         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
4086         (setenv) [HAVE_SETENV]: Work around bugs.
4087         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
4088         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
4089         for bugs.
4090         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
4091         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
4092         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
4093         * modules/stdlib (Makefile.am): Update substitutions.
4094         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
4095         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
4096         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
4097         * modules/setenv-tests: New test.
4098         * modules/unsetenv-tests: Likewise.
4099         * tests/test-setenv.c: New file.
4100         * tests/test-unsetenv.c: Likewise.
4101
4102 2009-11-16  Jim Meyering  <meyering@redhat.com>
4103
4104         version-etc: relax license to LGPLv3+
4105         * modules/version-etc (License): Relax license.
4106
4107         better AC_REQUIRE expanded-before-required-warning avoidance
4108         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
4109         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
4110         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
4111         which is no longer needed.
4112
4113 2009-11-16  Eric Blake  <ebb9@byu.net>
4114
4115         test-freading: clean up temporary file
4116         * tests/test-freading.c (main): Remove file on success, and use
4117         ASSERT more liberally.
4118         Reported by Jim Meyering.
4119
4120 2009-11-16  Jim Meyering  <meyering@redhat.com>
4121
4122         avoid new AC_REQUIRE expanded-before-required warnings
4123         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4124         merely using it.
4125         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4126         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4127
4128 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4129
4130         * tests/test-xalloc-die.c: New file.
4131         * modules/xalloc-die-tests: New file.
4132         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
4133         XFAIL_TESTS so it can be appended by modules.
4134
4135 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4136
4137         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
4138         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
4139
4140 2009-11-14  Eric Blake  <ebb9@byu.net>
4141
4142         fnmatch: avoid compiler warning
4143         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
4144         to silence compiler warning about mismatch signedness in ?:.
4145         Reported by Robert Millan.
4146
4147         intprops: add double-inclusion guard
4148         * lib/intprops.h: Allow idempotent includes.
4149         Suggested by Bruce Korb.
4150
4151         openat: detect Solaris fchownat bug
4152         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
4153         penalizing glibc chownat when only lchownat is broken.
4154         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
4155         trailing slash bugs.
4156         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
4157         * modules/openat-tests (Files): Include more files.
4158         (Depends-on): Add mgetgroups, sleep, stat-time.
4159         (configure.ac): Add additional checks.
4160         (Makefile.am): Build new test.
4161         * tests/test-fchownat.c: New file.
4162
4163         lchown: detect Solaris and FreeBSD bug
4164         * lib/lchown.c (rpl_lchown): Work around bug.
4165         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
4166         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4167         * modules/unistd (Makefile.am): Populate it.
4168         * lib/unistd.in.h (lchown): Update declaration.
4169         * doc/posix-functions/lchown.texi (lchown): Document the bug.
4170         * modules/lchown-tests: New file.
4171         * tests/test-lchown.h (test_lchown): Likewise.
4172         * tests/test-lchown.c (main): Likewise.
4173
4174         chown: detect Solaris and FreeBSD bug
4175         * lib/chown.c (rpl_chown): Work around bug.
4176         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
4177         (gl_PREREQ_CHOWN): Delete.
4178         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4179         * modules/unistd (Makefile.am): Populate it.
4180         * lib/unistd.in.h (chown): Update declaration.
4181         * lib/lchown.c (chown): Update client.
4182         * modules/lchown (Depends-on): Add lstat.
4183         * doc/posix-functions/chown.texi (chown): Document the bug.
4184         * doc/posix-functions/getgroups.texi (getgroups): Document
4185         getgroups pitfall.
4186         * modules/chown-tests: New file.
4187         * tests/test-chown.h (test_chown): Likewise.
4188         * tests/test-chown.c (main): Likewise.
4189
4190 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
4191
4192         gnulib-tool: correctly detect absence of m4 directories
4193         * gnulib-tool: Avoid extra newline on data passed to wc -l.
4194
4195 2009-11-14  Jim Meyering  <meyering@redhat.com>
4196
4197         maint.mk: Prohibit inclusion of "xalloc.h" without use.
4198         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4199
4200 2009-11-14  John W. Eaton  <jwe@gnu.org>
4201
4202         strftime.h: wrap funtion declaration in extern "C" block
4203         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
4204
4205 2009-11-13  Eric Blake  <ebb9@byu.net>
4206
4207         getgroups: avoid compiler warning
4208         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
4209
4210         getgroups: work around FreeBSD bug
4211         * lib/getgroups.c (rpl_getgroups): Work around the bug.
4212         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
4213         * doc/posix-functions/getgroups.texi (getgroups): Document it.
4214         * tests/test-getgroups.c (main): Fix buffer overrun.
4215
4216         getgroups: avoid compilation failure
4217         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
4218         * modules/getgroups (Depends-on): Add stdint.
4219
4220 2009-11-13  Jim Meyering  <meyering@redhat.com>
4221
4222         test-getgroups: avoid compilation failure
4223         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
4224
4225 2009-11-13  Eric Blake  <ebb9@byu.net>
4226
4227         mgetgroups: new module, taken from coreutils
4228         * modules/mgetgroups: New file.
4229         * lib/mgetgroups.h: Likewise.
4230         * lib/mgetgroups.c (mgetgroups): Likewise.
4231         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
4232         * MODULES.html.sh (Users and groups): Mention it.
4233
4234         getgroups: don't expose GETGROUPS_T to user
4235         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
4236         an element at a time if GETGROUPS_T is wrong size.
4237         * lib/getugroups.h (getugroups): Change signature.
4238         * lib/unistd.in.h (getgroups): Likewise.
4239         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
4240         signature needs fixing.
4241         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
4242         AC_TYPE_GETGROUPS.
4243         * modules/group-member (Depends-on): Add getgroups.
4244         * lib/group-member.c (group_info, get_group_info): Use gid_t.
4245         (group_member): Rely on getgroups replacement.
4246         * lib/getugroups.c (getugroups): Use gid_t.
4247         * tests/test-getgroups.c (main): Likewise.
4248         * NEWS: Mention the signature change.
4249         * doc/posix-functions/getgroups.texi (getgroups): Mention the
4250         problem with signature.
4251         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
4252         GETGROUPS_T is still useful for setgroups.
4253
4254         getgroups, getugroups: provide stubs for mingw
4255         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
4256         * lib/getugroups.c (getugroups): Likewise.
4257         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
4258         function.  Modernize replacement scheme.
4259         (gl_PREREQ_GETGROUPS): Delete.
4260         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
4261         * modules/getgroups (configure.ac): Declare witness.
4262         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4263         * modules/unistd (Depends-on): Substitute witness.
4264         * lib/unistd.in.h (getgroups): Declare replacement.
4265
4266         getgroups: avoid calling exit
4267         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
4268         drop xalloc.
4269         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
4270         dependencies.
4271         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
4272         exiting, in the rare case of malloc failure.
4273
4274         getgroups: fix logic error
4275         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
4276         has more than 20 groups.
4277         * modules/getgroups-tests: New test.
4278         * tests/test-getgroups.c: New file.
4279
4280 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4281
4282         * tests/test-base64.c: Improve.
4283
4284 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4285
4286         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4287         Blake <ebb9@byu.net>.
4288
4289 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4290
4291         * tests/test-xvasprintf.c: Add %s%s related checks.
4292
4293 2009-11-12  Eric Blake  <ebb9@byu.net>
4294
4295         version-etc: match standards.texi style
4296         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4297         and use <> only for URLs.
4298
4299 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4300
4301         fts: do not fail on a submount during traversal
4302         * lib/fts.c (fts_build): Read the stat info again after opening
4303         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4304         Original report at http://bugzilla.redhat.com/501848.
4305
4306 2009-11-12  Jim Meyering  <meyering@redhat.com>
4307
4308         bootstrap: sync from coreutils
4309         * build-aux/bootstrap (bootstrap_epilogue): New function.
4310         Use git_modules_config in one more place.  This make bootstrap's
4311         --gnulib-srcdir option more useful for testing.
4312
4313         bootstrap: generalize autoheader check
4314         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4315         AC_CONFIG_HEADERS.
4316
4317 2009-11-11  Eric Blake  <ebb9@byu.net>
4318
4319         mkfifoat: use new modules for Solaris and BSD bugs
4320         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4321         * lib/mkfifoat.c (mknodat): Split...
4322         * lib/mknodat.c (mknodat): ...into new file.
4323         * modules/mkfifoat (Files): Ship new file.
4324         (Depends-on): Add mkfifo, mknod.
4325         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4326         (Depends-on): Add symlink.
4327         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4328         redundant with test_mkfifo.h.
4329         (do_mkfifoat, do_mknodat): New helpers.
4330
4331         mknod: new module
4332         * modules/mknod: New file.
4333         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4334         * lib/mknod.c (mknod): Likewise.
4335         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4336         defaults.
4337         * modules/sys_stat (Makefile.am): Substitute them.
4338         * lib/sys_stat.in.h (mknod): Declare replacement.
4339         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4340         Document it.
4341         * doc/posix-functions/mknod.texi (mknod): Likewise.
4342         * modules/mknod-tests: New test.
4343         * tests/test-mknod.c: Likewise.
4344
4345         mkfifo: new module
4346         * modules/mkfifo: New file.
4347         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4348         * lib/mkfifo.c (mkfifo): Likewise.
4349         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4350         defaults.
4351         * modules/sys_stat (Makefile.am): Substitute them.
4352         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4353         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4354         Document it.
4355         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4356         * modules/mkfifo-tests: New test.
4357         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4358         from test-mkfifoat.c.
4359         * tests/test-mkfifo.c: New file.
4360
4361         readlink: detect FreeBSD bug
4362         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4363         slash on symlink.
4364         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4365         * tests/test-readlink.h (test_readlink): Enhance test.
4366
4367         symlink: detect FreeBSD bug
4368         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4369         slash on symlink.
4370         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4371         * tests/test-symlink.h (test_symlink): Enhance test.
4372
4373 2009-11-10  Eric Blake  <ebb9@byu.net>
4374
4375         link: detect FreeBSD bug
4376         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4377         symlink.
4378         * doc/posix-functions/link.texi (link): Document the bug.
4379         * tests/test-link.h (test_link): Enhance test.
4380         * tests/test-linkat.c (main): Update caller.
4381
4382         unlink, remove: detect FreeBSD bug
4383         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4384         slash on symlink.
4385         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4386         * doc/posix-functions/remove.texi (remove): Likewise.
4387         * tests/test-unlink.h (test_unlink): Enhance test.
4388         * tests/test-remove.c (main): Likewise.
4389
4390 2009-11-09  Eric Blake  <ebb9@byu.net>
4391
4392         rename: detect FreeBSD bug
4393         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4394         slash on symlink.
4395         * modules/renameat-tests (Depends-on): Add filenamecat.
4396         * tests/test-rename.h (test_rename): Allow one more errno.
4397         * tests/test-renameat.c (main): Likewise.
4398         * doc/posix-functions/rename.texi (rename): Document the bug.
4399
4400         open: detect FreeBSD bug
4401         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4402         symlink.
4403         * doc/posix-functions/open.texi (open): Document the bug.
4404         * doc/posix-functions/utimes.texi (utimes): Likewise.
4405         * tests/test-open.h (test_open): Add parameters, and test symlink
4406         handling.
4407         * tests/test-open.c (main): Adjust caller.
4408         * tests/test-fcntl-safer.c (main): Likewise.
4409         * modules/open-tests (Depends-on): Add stdbool, symlink.
4410         * modules/fcntl-safer-tests (Depends-on): Likewise.
4411         * tests/test-openat.c (main): Add test-open tests.
4412
4413         stat: detect FreeBSD bug
4414         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4415         symlink.
4416         * doc/posix-functions/stat.texi (stat): Document the bug.
4417         * tests/test-stat.h (test_stat_func): Add argument.
4418         * tests/test-stat.c (main): Adjust caller.
4419         * tests/test-fstatat.c (main): Likewise.
4420         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4421         Reported by Jim Meyering.
4422
4423 2009-11-09  James Youngman  <jay@gnu.org>
4424
4425         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
4426         * lib/strftime.c: Correct placement of #include "ignore-value.h".
4427
4428 2009-11-08  Jim Meyering  <meyering@redhat.com>
4429
4430         utimens: remove invalid futimesat call
4431         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
4432         It used the file descriptor of the target file as the DIR_FD
4433         parameter and NULL as the file name.  That caused failure with
4434         errno == EFAULT on FreeBSD-8.0-rc2
4435
4436 2009-11-07  Eric Blake  <ebb9@byu.net>
4437
4438         fflush, freadseek: use fseeko, not fseek
4439         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
4440         (clear_ungetc_buffer): Avoid potential problems on large files.
4441         * lib/freadseek.c (freadseek): Likewise.
4442         * modules/freadseek (Depends-on): Add fseeko.
4443         * modules/fseek (configure.ac): Set a witness.
4444         * tests/test-fflush.c (main): Use fseeko.
4445         * tests/test-fpurge.c (fseek): Disable link warning.
4446         * tests/test-freadable.c (fseek): Likewise.
4447         * tests/test-freading.c (fseek): Likewise.
4448         * tests/test-fseeko.c (fseek): Likewise.
4449         * tests/test-ftell.c (fseek): Likewise.
4450         * tests/test-ftello.c (fseek): Likewise.
4451         * tests/test-fwritable.c (fseek): Likewise.
4452         * tests/test-fwriting.c (fseek): Likewise.
4453
4454 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4455
4456         * modules/memchr (Depends-on): Drop getpagesize dependency.
4457
4458 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4459
4460         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
4461         Reported by Ludovic Courtès.
4462         * build-aux/pmccabe2html: Improve example usage.
4463         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
4464
4465 2009-11-06  Jim Meyering  <meyering@redhat.com>
4466
4467         do-release-commit-and-tag: New module.
4468         Automate the release-commit and tag process.
4469         * build-aux/do-release-commit-and-tag: New script, from coreutils.
4470         * modules/do-release-commit-and-tag: New file.
4471         * MODULES.html.sh (Support for maintaining and releasing): Add it.
4472
4473 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4474
4475         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
4476         because test-select.c uses inet_pton.
4477
4478 2009-11-06  Simon Josefsson  <simon@josefsson.org>
4479
4480         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
4481         GETADDRINFO_LIB.  Bump serial number.
4482         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
4483         Suggested by Eric Blake <ebb9@byu.net>.
4484
4485 2009-11-05  Eric Blake  <ebb9@byu.net>
4486
4487         strtod: detect darwin bug
4488         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
4489         Reported by Leo Davis.
4490
4491         freopen-safer: new module
4492         * modules/freopen-safer: New module.
4493         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
4494         * lib/freopen-safer.c (freopen_safer): New file.
4495         * lib/stdio-safer.h (freopen_safer): New declaration.
4496         * lib/stdio--.h (freopen): New override.
4497         * MODULES.html.sh (File stream based Input/Output): Mention it.
4498         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
4499         freopen-safer module.
4500         * doc/posix-functions/stderr.texi (stderr): Likewise.
4501         * doc/posix-functions/stdin.texi (stdin): Likewise.
4502         * doc/posix-functions/stdout.texi (stdout): Likewise.
4503         * modules/freopen-safer-tests: New test.
4504         * tests/test-reopen-safer.c: New file.
4505
4506 2009-11-05  Jim Meyering  <meyering@redhat.com>
4507
4508         maint.mk: Prohibit inclusion of "close-stream.h" without use.
4509         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4510
4511 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4512
4513         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
4514
4515 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4516
4517         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
4518
4519 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4520
4521         Fix link error.
4522         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4523         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4524
4525 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4526
4527         * tests/test-func.c: Also test value of __func__.
4528
4529 2009-11-05  Simon Josefsson  <simon@josefsson.org>
4530
4531         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
4532         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
4533
4534 2009-11-05  Bruno Haible  <bruno@clisp.org>
4535
4536         Fix link error.
4537         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
4538         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4539         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
4540
4541 2009-11-05  Bruno Haible  <bruno@clisp.org>
4542
4543         Tests for module 'inet_pton'.
4544         * modules/inet_pton-tests: New file.
4545         * tests/test-inet_pton.c: New file.
4546
4547 2009-11-05  Bruno Haible  <bruno@clisp.org>
4548
4549         Tests for module 'inet_ntop'.
4550         * modules/inet_ntop-tests: New file.
4551         * tests/test-inet_ntop.c: New file.
4552
4553 2009-11-04  Eric Blake  <ebb9@byu.net>
4554
4555         stdlib-safer: wrap all mkstemp variants
4556         * modules/mkostemp (configure.ac): Set witness.
4557         * modules/mkostemps (configure.ac): Likewise.
4558         * modules/mkstemps (configure.ac): Likewise.
4559         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
4560         (mkstemps_safer): Wrap more functions.
4561         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
4562         wrapping.
4563         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
4564         (mkstemps_safer): Implement the wrappers.
4565
4566         mkstemps, mkostemps: new modules
4567         * modules/mkostemps: New module.
4568         * modules/mkstemps: Likewise.
4569         * lib/mkostemps.c (mkostemps): New file.
4570         * lib/mkstemps.c (mkstemps): Likewise.
4571         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
4572         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
4573         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
4574         * modules/stdlib (Makefile.am): Substitute them.
4575         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
4576         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
4577         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
4578         * doc/gnulib.texi (Glibc stdlib.h): Include them.
4579         * MODULES.html.sh (File system functions): Mention them.
4580
4581         tempname: resync from glibc
4582         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
4583         same values for __GT_FILE as glibc.  Abort even when assertions
4584         are disabled.
4585         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
4586         match its value otherwise.  Allow idempotent inclusion.
4587         * lib/mkdtemp.c (mkdtemp): Adjust caller.
4588         * lib/mkostemp.c (mkostemp): Likewise.
4589         * lib/mkstemp.c (mkstemp): Likewise.
4590         * lib/tmpfile.c (tmpfile): Likewise.
4591         * NEWS: Document this.
4592
4593         utimens: fix use of futimens on older Linux
4594         * lib/utimens.c (fdutimens): Use updated, rather than original,
4595         timespec to avoid bug in older Linux kernel.
4596         Reported by Simon Josefsson.
4597
4598 2009-11-04  Bruno Haible  <bruno@clisp.org>
4599
4600         Make num_processors more flexible and consistent.
4601         * lib/nproc.h (enum nproc_query): New type.
4602         (num_processors): Add a 'query' argument.
4603         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
4604         (num_processors): Add a 'query' argument. Test the value of the
4605         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
4606         mingw, count the number of CPUs available for the current process.
4607         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
4608         Check for sched_getaffinity and sched_getaffinity_np.
4609         * modules/nproc (Depends-on): Add c-ctype, extensions.
4610         * NEWS: Mention the change.
4611
4612 2009-11-03  Bruno Haible  <bruno@clisp.org>
4613
4614         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
4615
4616 2009-11-03  Jim Meyering  <meyering@redhat.com>
4617
4618         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
4619         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
4620         if it is defined.
4621
4622 2009-11-02  Eric Blake  <ebb9@byu.net>
4623
4624         mktime, timegm: share common declaration
4625         * lib/mktime-internal.h: New file.
4626         * lib/mktime.c: Use it rather than open-coding a declaration.
4627         * lib/timegm.c: Likewise.
4628         * modules/mktime (Files): Ship it.
4629         * modules/timegm (Files): Likewise.
4630         Suggested by Bruno Haible.
4631
4632         test-update-copyright: update test to match script changes
4633         * tests/test-update-copyright.sh: Avoid hard-coding perl
4634         location.  Don't update *.bak created by earlier runs.
4635
4636 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
4637             Simon Josefsson  <simon@josefsson.org>
4638             Bruno Haible  <bruno@clisp.org>
4639
4640         Fix link error on Solaris 8.
4641         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
4642         also in libnsl. Define also INET_PTON_LIB.
4643         * modules/inet_pton (Link): New section.
4644
4645 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4646             Bruno Haible  <bruno@clisp.org>
4647
4648         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
4649         * modules/inet_ntop (Link): New section.
4650         Reported by Boyan Kasarov <bkasarov@gmail.com>.
4651
4652 2009-11-02  Eric Blake  <ebb9@byu.net>
4653
4654         maint: avoid compiler warnings in m4 macros
4655         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
4656         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
4657
4658 2009-11-02  Simon Josefsson  <simon@josefsson.org>
4659
4660         * m4/pmccabe2html.m4: Remove file.
4661         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
4662         function.  Change maintainer.
4663         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
4664         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
4665         Courtès).
4666
4667 2009-10-31  Eric Blake  <ebb9@byu.net>
4668
4669         fseeko: fix m4 regression
4670         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
4671         regression from 2009-10-27.
4672         Reported by Ralf Wildenhues.
4673
4674 2009-10-31  Jim Meyering  <meyering@redhat.com>
4675
4676         inttostr: aesthetics and improved (compile-time) safety
4677         Define inttype_is_signed rather than inttype_is_unsigned,
4678         since the sole use is via "#if inttype_is_signed".
4679         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
4680         inttype_is_unsigned.
4681         * lib/offtostr.c (inttype_is_signed): Likewise.
4682         * lib/uinttostr.c (inttype_is_signed): Likewise.
4683         * lib/umaxtostr.c (inttype_is_signed): Likewise.
4684         * lib/inttostr.c (inttostr): Use verify to cross-check the
4685         inttype_is_signed value and the signedness of the actual type.
4686         * modules/inttostr (Depends-on): Add verify.
4687
4688 2009-10-30  Eric Blake  <ebb9@byu.net>
4689
4690         build: avoid compiler warnings
4691         * lib/fchmodat.c (lchmod): Mark unused variables.
4692         * lib/getopt.c (_getopt_initialize): Likewise.
4693         * lib/mktime.c (__mktime_internal): Provide prototype.
4694         * lib/inttostr.c (inttostr): Avoid compiler warning even with
4695         older gcc that do not understand #pragma GCC diagnostic.
4696         * lib/uinttostr.c (inttype_is_unsigned): Define.
4697         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
4698
4699 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
4700
4701         stat: fix compilation on AIX
4702         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
4703         only see struct stat64.
4704
4705 2009-10-30  Eric Blake  <ebb9@byu.net>
4706
4707         exclude: make more robust
4708         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
4709         rather than masking a coding bug.
4710         Suggested by Bruno Haible.
4711
4712 2009-10-30  Jim Meyering  <meyering@redhat.com>
4713
4714         perl scripts: remove #!/usr/bin/perl in favor of more portable...
4715         Rather than putting #!/usr/bin/perl on the first line,
4716         start with a variant of what's recommended by "man perlrun" that
4717         invokes the first "perl" program from your shell's search path.
4718         * build-aux/gitlog-to-changelog: Replace #!... as above.
4719         Add a "Local Variables" perl mode setting.
4720         Prompted by a patch from Ludovic Courtès.
4721         Improved by Eric Blake.
4722         * build-aux/useless-if-before-free: Likewise.
4723         * build-aux/announce-gen: Likewise.
4724         * build-aux/update-copyright: Likewise.
4725
4726 2009-10-29  Eric Blake  <ebb9@byu.net>
4727
4728         filenamecat-lgpl: adjust clients
4729         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
4730         filenamecat.
4731         * modules/renameat (Depends-on): Likewise.
4732
4733         filenamecat: split into filenamecat-lgpl
4734         * modules/filenamecat-lgpl: New module.
4735         * modules/filenamecat (Files): Move library-safe files into
4736         filenamecat-lgpl.
4737         (Depends-on): Add filenamecat-lgpl.
4738         (configure.ac): Declare witness.
4739         * lib/filenamecat.h (file_name_concat): Only declare when using
4740         GPL module.
4741         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
4742         Move...
4743         * lib/filenamecat-lgpl.c: ...into new file.
4744         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
4745         (gl_FILE_NAME_CONCAT): Use it.
4746         * MODULES.html.sh (File system functions): Mention new module.
4747
4748         argp: avoid memory leak
4749         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
4750         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
4751         base_name, since the latter malloc()s and can call exit().
4752         Leak introduced 2006-07-03.
4753
4754         dirname-lgpl: adjust clients that don't need full dirname
4755         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
4756         * modules/filenamecat (Depends-on): Likewise.
4757         * modules/linkat (Depends-on): Likewise.
4758         * modules/mkancesdirs (Depends-on): Likewise.
4759         * modules/mkdir (Depends-on): Likewise.
4760         * modules/openat (Depends-on): Likewise.
4761         * modules/savewd (Depends-on): Likewise.
4762         * modules/rename (Depends-on): Likewise.
4763         (License): Relax license.
4764         * modules/mkdir-tests (Depends-on): Drop progname.
4765         (Makefile.am): Delete unneeded LDADD.
4766         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
4767
4768         dirname: split into dirname-lgpl
4769         * modules/dirname-lgpl: New module.
4770         * modules/dirname (Files): Move library-safe files into
4771         dirname-lgpl.
4772         (Depends-on): Add dirname-lgpl.
4773         (configure.ac): Declare witness.
4774         * modules/double-slash-root (License): Relax license.
4775         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
4776         module.
4777         * lib/dirname.c (dir_len, mdir_name): Move...
4778         * lib/dirname-lgpl.c: ...into new file.
4779         * lib/basename.c (last_component, base_len): Move...
4780         * lib/basename-lgpl.c: ...into new file.
4781         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
4782         (gl_DIRNAME): Use it.
4783         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
4784         Mention new module.
4785         * modules/dirname-tests (Depends-on): Add progname.
4786         * tests/test-dirname.c (program_name): Delete.
4787
4788         mkdir: make safe for libraries
4789         * modules/mkdir (Depends-on): Drop xalloc.
4790         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
4791         exit.
4792
4793         tests: avoid some compiler warnings
4794         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
4795         literals.
4796         * tests/test-memchr.c (main): Avoid type mismatch.
4797         * tests/test-arpa_inet.c (main): Avoid unused parameters.
4798         * tests/test-base64.c (main): Likewise.
4799         * tests/test-getdelim.c (main): Likewise.
4800         * tests/test-gethostname.c (main): Likewise.
4801         * tests/test-getline.c (main): Likewise.
4802         * tests/test-netinet_in.c (main): Likewise.
4803         * tests/test-select.c (open_server_socket, main): Likewise.
4804         * tests/test-select-stdin.c (main): Likewise.
4805         * tests/test-sockets.c (main): Likewise.
4806         * tests/test-strsignal.c (main): Likewise.
4807         * tests/test-sys_select.c (main): Likewise.
4808         * tests/test-sys_socket.c (main): Likewise.
4809         * tests/test-u64.c (main): Likewise.
4810         * tests/test-xfprintf-posix.c (main): Likewise.
4811         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
4812
4813         sockets: avoid compiler warning
4814         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
4815
4816         maint: detect usage(1) and other suspicious exits
4817         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
4818
4819 2009-10-29  Jim Meyering  <meyering@redhat.com>
4820
4821         timespec: long-to-int truncation could make timespec_cmp malfunction
4822         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
4823         a multiple of 2^32 nanoseconds as no difference.
4824
4825 2009-10-28  Jim Meyering  <meyering@redhat.com>
4826
4827         fprintftime: wrap macro code argument in "do {...} while(0)"
4828         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
4829         cpy macro must be a statement that can be followed by a semicolon.
4830         Now that the else clause contains a comment and is hence longer
4831         than one line, I require curly braces.  That in turn requires
4832         that we wrap this code block in the standard do...while(0).
4833
4834         fprintftime: remove stray semicolon from previous change
4835         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
4836
4837         fprintftime: avoid a warning about ignored fwrite return value
4838         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
4839         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
4840         that is unsafe.
4841         * modules/fprintftime (Depends-on): Add ignore-value.
4842
4843         exclude: avoid an unwarranted warning
4844         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
4845
4846 2009-10-27  Eric Blake  <ebb9@byu.net>
4847
4848         fseek: avoid compilation failure when fflush is replaced
4849         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
4850         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
4851         module is in use.
4852         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
4853         module is not in use; since REPLACE_FSEEK worked otherwise.
4854         (GNULIB_FTELLO): Likewise for ftell.
4855         Reported by Ian Beckwith and others.
4856
4857 2009-10-27  Bruno Haible  <bruno@clisp.org>
4858
4859         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
4860         Reported by Jim Meyering.
4861
4862 2009-10-27  Jim Meyering  <jim@meyering.net>
4863             Bruno Haible  <bruno@clisp.org>
4864
4865         Avoid warning despite dropping the return value of fwrite.
4866         * lib/unicodeio.c: Include ignore-value.h.
4867         (fwrite_success_callback): Explicitly ignore fwrite's return value.
4868         * modules/unicodeio (Depends-on): Add ignore-value.
4869
4870 2009-10-26  Eric Blake  <ebb9@byu.net>
4871
4872         areadlinkat: fix fallback path
4873         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
4874         pointer and zero.
4875
4876 2009-10-22  Pádraig Brady  <P@draigBrady.com>
4877
4878         Use a better IO block size for modern systems
4879         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
4880         * lib/md2.c: Likewise.
4881         * lib/md4.c: Likewise.
4882         * lib/md5.c: Likewise.
4883         * lib/sha1.c: Likewise.
4884         * lib/sha256.c: Likewise.
4885         * lib/sha512.c: Likewise.
4886
4887 2009-10-22  Eric Blake  <ebb9@byu.net>
4888
4889         tests: avoid several compiler warnings
4890         * tests/test-getcwd.c (main): Avoid buffer underflow.
4891         * tests/test-getdate.c (main): String literals are not safe with
4892         putenv, so use setenv.  Declare unused argument.
4893         * modules/getdate-tests (Depends-on): Add setenv.
4894         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
4895         problems with string literals in char *.
4896         * tests/test-hash.c (main): Avoid shadowing declaration.
4897         (insert_new): Treat string literals as char const *.
4898         * tests/test-getopt.h (test_getopt): Likewise.
4899         (getopt_loop): Alter types to minimize casting elsewhere.
4900         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
4901         (test_getopt_long_posix): Likewise.
4902         (do_getopt_long): Add wrapper to minimize casting.
4903         * tests/test-atexit.c (clear_temp_file): Use void.
4904         * tests/test-areadlink-with-size.c (main): Declare unused
4905         arguments.
4906         * tests/test-areadlink.c (main): Likewise.
4907         * tests/test-areadlinkat-with-size.c (main): Likewise.
4908         * tests/test-areadlinkat.c (main): Likewise.
4909         * tests/test-canonicalize-lgpl.c (main): Likewise.
4910         * tests/test-canonicalize.c (main): Likewise.
4911         * tests/test-dirent-safer.c (main): Likewise.
4912         * tests/test-dirname.c (main): Likewise.
4913         * tests/test-dup2.c (main): Likewise.
4914         * tests/test-fchdir.c (main): Likewise.
4915         * tests/test-fcntl-h.c (main): Likewise.
4916         * tests/test-fcntl-safer.c (main): Likewise.
4917         * tests/test-fdopendir.c (main): Likewise.
4918         * tests/test-fdutimensat.c (main): Likewise.
4919         * tests/test-fflush.c (main): Likewise.
4920         * tests/test-filenamecat.c (main): Likewise.
4921         * tests/test-filevercmp.c (main): Likewise.
4922         * tests/test-fopen-safer.c (main): Likewise.
4923         * tests/test-fopen.c (main): Likewise.
4924         * tests/test-fpending.c (main): Likewise.
4925         * tests/test-fpurge.c (main): Likewise.
4926         * tests/test-freading.c (main): Likewise.
4927         * tests/test-fstatat.c (main): Likewise.
4928         * tests/test-fsync.c (main): Likewise.
4929         * tests/test-futimens.c (main): Likewise.
4930         * tests/test-getndelim2.c (main): Likewise.
4931         * tests/test-gettimeofday.c (main): Likewise.
4932         * tests/test-getopt.c (main): Likewise.
4933         * tests/test-i-ring.c (main): Likewise.
4934         * tests/test-inttypes.c (main): Likewise.
4935         * tests/test-link.c (main): Likewise.
4936         * tests/test-lstat.c (main): Likewise.
4937         * tests/test-math.c (main): Likewise.
4938         * tests/test-md5.c (main): Likewise.
4939         * tests/test-memchr2.c (main): Likewise.
4940         * tests/test-memrchr.c (main): Likewise.
4941         * tests/test-mkdir.c (main): Likewise.
4942         * tests/test-mkdirat.c (main): Likewise.
4943         * tests/test-mkfifoat.c (main): Likewise.
4944         * tests/test-open.c (main): Likewise.
4945         * tests/test-openat-safer.c (main): Likewise.
4946         * tests/test-openat.c (main): Likewise.
4947         * tests/test-quotearg.c (main): Likewise.
4948         * tests/test-rawmemchr.c (main): Likewise.
4949         * tests/test-readlink.c (main): Likewise.
4950         * tests/test-remove.c (main): Likewise.
4951         * tests/test-rename.c (main): Likewise.
4952         * tests/test-renameat.c (main): Likewise.
4953         * tests/test-rmdir.c (main): Likewise.
4954         * tests/test-sha1.c (main): Likewise.
4955         * tests/test-signal.c (main): Likewise.
4956         * tests/test-sigaction.c (main): Likewise.
4957         * tests/test-stat.c (main): Likewise.
4958         * tests/test-stat-time.c (main): Likewise.
4959         * tests/test-stddef.c (main): Likewise.
4960         * tests/test-stdint.c (main): Likewise.
4961         * tests/test-stdio.c (main): Likewise.
4962         * tests/test-stdlib.c (main): Likewise.
4963         * tests/test-strchrnul.c (main): Likewise.
4964         * tests/test-strerror.c (main): Likewise.
4965         * tests/test-string.c (main): Likewise.
4966         * tests/test-strtod.c (main): Likewise.
4967         * tests/test-strverscmp.c (main): Likewise.
4968         * tests/test-symlink.c (main): Likewise.
4969         * tests/test-symlinkat.c (main): Likewise.
4970         * tests/test-sys_stat.c (main): Likewise.
4971         * tests/test-sys_time.c (main): Likewise.
4972         * tests/test-time.c (main): Likewise.
4973         * tests/test-unistd.c (main): Likewise.
4974         * tests/test-unlink.c (main): Likewise.
4975         * tests/test-unlinkat.c (main): Likewise.
4976         * tests/test-utimens.c (main): Likewise.
4977         * tests/test-utimensat.c (main): Likewise.
4978         * tests/test-version-etc.c (main): Likewise.
4979         * tests/test-wchar.c (main): Likewise.
4980         * tests/test-wctype.c (main): Likewise.
4981         * tests/test-xprintf-posix.c (main): Likewise.
4982         * tests/test-posixtm.c (main): Likewise.
4983         (STREQ): Delete unused macro.
4984         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
4985         shadowed variables.
4986         * tests/test-memchr.c (main): Likewise.
4987
4988 2009-10-21  Eric Blake  <ebb9@byu.net>
4989
4990         areadlinkat: avoid failure on older glibc
4991         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
4992         rather than mis-comparing 0 against FUNC_RESULT of char*.
4993
4994 2009-10-21  Bruno Haible  <bruno@clisp.org>
4995
4996         * modules/stpncpy (License): Relicense under LGPLv2+.
4997         Reported by David Lutterkort <lutter@redhat.com>.
4998
4999 2009-10-20  Eric Blake  <ebb9@byu.net>
5000
5001         utimensat: work around Solaris 9 bug
5002         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
5003         has trailing slash bugs.
5004         * tests/test-lutimens.h (test_lutimens): Enhance test.
5005         * tests/test-utimens.h (test_utimens): Likewise.
5006         * doc/posix-functions/utime.texi (utime): Enhance documentation.
5007         * doc/posix-functions/utimes.texi (utimes): Likewise.
5008         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5009         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
5010         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
5011         * doc/posix-functions/futimens.texi (futimens): Likewise.
5012
5013         fdutimensat: new module
5014         * modules/fdutimensat: New file.
5015         * lib/fdutimensat.c (fdutimensat): Likewise.
5016         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
5017         * MODULES.html.sh (File system functions): Mention module.
5018         * modules/fdutimensat-tests: New test.
5019         * tests/test-fdutimensat.c: Likewise.
5020
5021         doc: regenerate INSTALL
5022         * doc/INSTALL: Reflect recent autoconf update.
5023         * doc/INSTALL.ISO: Likewise.
5024         * doc/INSTALL.UTF-8: Likewise.
5025
5026 2009-10-20  Pádraig Brady  <P@draigBrady.com>
5027
5028         acl: warn if ACL support is not detected
5029         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
5030
5031 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
5032
5033         * lib/nproc.h: Add extern "C" block for C++.
5034
5035 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
5036             Bruno Haible  <bruno@clisp.org>
5037
5038         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
5039         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
5040         * doc/posix-functions/isalpha.texi: Likewise.
5041         * doc/posix-functions/isblank.texi: Likewise.
5042         * doc/posix-functions/iscntrl.texi: Likewise.
5043         * doc/posix-functions/isdigit.texi: Likewise.
5044         * doc/posix-functions/isgraph.texi: Likewise.
5045         * doc/posix-functions/islower.texi: Likewise.
5046         * doc/posix-functions/isprint.texi: Likewise.
5047         * doc/posix-functions/ispunct.texi: Likewise.
5048         * doc/posix-functions/isspace.texi: Likewise.
5049         * doc/posix-functions/isupper.texi: Likewise.
5050         * doc/posix-functions/isxdigit.texi: Likewise.
5051
5052 2009-10-18  Bruno Haible  <bruno@clisp.org>
5053
5054         Tests for module 'isblank'.
5055         * modules/isblank-tests: New file.
5056         * tests/test-isblank.c: New file.
5057
5058         New module 'isblank'.
5059         * lib/isblank.c: New file.
5060         * m4/isblank.m4: New file.
5061         * modules/isblank: New file.
5062         * doc/posix-functions/isblank.texi: Mention the new module.
5063
5064 2009-10-18  Bruno Haible  <bruno@clisp.org>
5065
5066         New module 'ctype'.
5067         * lib/ctype.in.h: New file.
5068         * m4/ctype.m4: New file.
5069         * modules/ctype: New file.
5070         * doc/posix-headers/ctype.texi: Mention the new module.
5071
5072 2009-10-18  Jim Meyering  <meyering@redhat.com>
5073
5074         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
5075         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
5076         right after its initialization, rather than farther down.
5077         Keeping these in close proximity makes it easier to ensure
5078         that each such variable is initialized.  E.g.,
5079
5080             LIB_CLOCK_GETTIME=
5081             AC_SUBST([LIB_CLOCK_GETTIME])
5082
5083         This change also increments these serial numbers.
5084         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
5085         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5086         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5087
5088 2009-10-18  Bruno Haible  <bruno@clisp.org>
5089
5090         Don't let environment variables perturb build.
5091         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
5092         (gl_PREREQ_GETHRXTIME): ... not here.
5093
5094 2009-10-18  Bruno Haible  <bruno@clisp.org>
5095
5096         Avoid symlink attack in localcharset module.
5097         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
5098         (O_NOFOLLOW): Define fallback.
5099         (get_charset_aliases): Don't open the file if it is a symbolic link.
5100         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
5101         gl_FCNTL_H.
5102         (gl_FCNTL_H): Require it.
5103         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
5104         * modules/localcharset (Files): Add m4/fcntl_h.m4.
5105         Reported by Fergal Glynn <fglynn@veracode.com>.
5106
5107 2009-10-18  Bruno Haible  <bruno@clisp.org>
5108
5109         Implement nproc for mingw.
5110         * lib/nproc.c: Include <windows.h>
5111         (num_processors): On native Windows platforms, try GetSystemInfo.
5112
5113 2009-10-18  Bruno Haible  <bruno@clisp.org>
5114
5115         Implement nproc for IRIX.
5116         * lib/nproc.c: Include <sys/sysmp.h>.
5117         (num_processors): On IRIX systems, try sysmp.
5118         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
5119
5120 2009-10-18  Bruno Haible  <bruno@clisp.org>
5121
5122         Implement nproc for HP-UX.
5123         * lib/nproc.c: Include <sys/pstat.h>
5124         (num_processors): On HP-UX systems, try pstat_getdynamic.
5125         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5126         pstat_getdynamic.
5127
5128 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5129             Bruno Haible  <bruno@clisp.org>
5130
5131         Implement nproc for NetBSD, OpenBSD.
5132         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
5133         (ARRAY_SIZE): New macro.
5134         (num_processors): On BSD systems, try sysctl of HW_NCPU.
5135         * m4/nproc.m4: New file.
5136         * modules/nproc (Files): Add m4/nproc.m4.
5137         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
5138         (Makefile.am): Instead, augment lib_SOURCES.
5139
5140 2009-10-18  Bruno Haible  <bruno@clisp.org>
5141
5142         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
5143         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
5144         sys/param.h.
5145
5146 2009-10-16  Eric Blake  <ebb9@byu.net>
5147
5148         utimensat: new module
5149         * modules/utimensat: New file.
5150         * lib/utimensat.c (utimensat): Likewise.
5151         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5152         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
5153         so we can work around Linux bugs.
5154         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5155         * modules/sys_stat (Makefile.am): Substitute them.
5156         * lib/sys_stat.in.h (utimensat): Declare it.
5157         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5158         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5159         * modules/utimensat-tests: New test.
5160         * tests/test-utimensat.c: Likewise.
5161
5162         utimens: let lutimens work on non-symlinks
5163         * lib/utimens.c (lutimens): Fall back to utimens rather than
5164         failing with ENOSYS, when file is not a symlink.
5165         (utimens): Reduce redirection.
5166         * tests/test-lutimens.h (test_lutimens): Update test to cover
5167         non-symlinks.
5168         * tests/test-utimens.h (test_utimens): Update test to cover
5169         symlinks.
5170         * tests/test-utimens.c (main): Update caller.
5171
5172         utimens: cache whether utimensat syscall works
5173         * lib/utimens.c (utimensat_works_really): New cache variable.
5174         (fdutimens, lutimens): Use it to avoid failing syscall.
5175
5176         test-stat-time, test-utimens: improve portability
5177         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
5178         ext4 on alpha, and for cygwin.
5179         * tests/test-utimens-common.h: New file.
5180         (nap): Factor delays into single function.
5181         * tests/test-lutimens.h (test_lutimens): Use new header.
5182         * tests/test-futimens.h (test_futimens): Likewise.
5183         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
5184         timestamps to occur from same machine, as was done previously for
5185         test_utimens.
5186         * modules/utimens-tests (Files): Ship new file.
5187         * modules/futimens-tests (Files): Likewise.
5188         Reported in part by Jim Meyering.
5189
5190         sys_stat: sort replacement declarations
5191         * lib/sys_stat.in.h: Sort declarations.
5192         * lib/futimens.c (futimens): Fix typo.
5193
5194 2009-10-15  Jim Meyering  <meyering@redhat.com>
5195
5196         don't let environment settings perturb build
5197         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
5198         could cause a configure-time and/or build-time malfunction.
5199         Typically, a configure-time function-in-library test is performed
5200         via code like this:
5201
5202           LIB_VAR=
5203           AC_SUBST([LIB_VAR])
5204           prefix_saved_LIBS=$LIBS
5205             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
5206                        [test "$ac_cv_search_FUNC" = "none required" ||
5207                         LIB_VAR=$ac_cv_search_FUNC])
5208           LIBS=$prefix_saved_LIBS
5209
5210         However, in each of the files affected by this change, the LIB_VAR=
5211         initialization was omitted.  Thus, when set in the environment, its
5212         value would propagate into generated Makefiles when FUNC is not found
5213         in LIB_NAME.
5214         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
5215         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5216         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5217
5218 2009-10-14  Eric Blake  <ebb9@byu.net>
5219
5220         fchdir: avoid infinite recursion in mingw
5221         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
5222         recursing.
5223
5224         test-stat-time: port to mingw
5225         * tests/test-stat-time.c (force_unlink): Return a value.
5226         (test_ctime) [W32]: Fix compilation error.
5227         (nap): Don't call usleep with too large an argument.  Use
5228         force_unlink.
5229         * doc/pastposix-functions/usleep.texi (usleep): Document the
5230         portability issue.
5231
5232 2009-10-13  Jim Meyering  <meyering@redhat.com>
5233
5234         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
5235         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
5236         * modules/pipe-filter-ii: Likewise.
5237         * modules/sys_socket-tests: Likewise.
5238         * modules/tsearch-tests: Likewise.
5239         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
5240         (check): Depend on it.
5241
5242 2009-10-12  Eric Blake  <ebb9@byu.net>
5243
5244         utimens-tests: port to NFS file systems
5245         * tests/test-utimens.h (test_utimens): Refactor utimecmp
5246         comparisons to avoid spurious failures from timestamp drift
5247         between NFS machines.
5248
5249 2009-10-12  Eric Blake  <ebb9@byu.net>
5250
5251         stat-time-tests: minor cleanups
5252         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
5253         * tests/test-stat-time.c (nap): Separate assignment from call.
5254         Suggested by Paolo Bonzini and Bruno Haible.
5255
5256         sys_stat: guarantee struct timespec
5257         * lib/sys_stat.in.h (includes): Always include <time.h>
5258         * modules/sys_stat (Depends-on): Add time.
5259         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
5260         mode_t permission values.
5261         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
5262         get at subsecond timestamps.
5263
5264 2009-10-10  Eric Blake  <ebb9@byu.net>
5265
5266         futimens: new module
5267         * modules/futimens: New file.
5268         * lib/futimens.c (futimens): Likewise.
5269         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
5270         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
5271         we can work around Linux bugs.
5272         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5273         * modules/sys_stat (Makefile.am): Substitute them.
5274         * lib/sys_stat.in.h (futimens): Declare it.
5275         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5276         * doc/posix-functions/futimens.texi (futimens): Likewise.
5277         * modules/futimens-tests: New test.
5278         * tests/test-futimens.c: Likewise.
5279
5280         utimens: introduce fdutimens
5281         * lib/utimens.h (fdutimens): New prototype.
5282         * lib/utimens.c (gl_futimens): Move guts...
5283         (fdutimens): ...to new interface.
5284         * tests/test-utimens.c (do_fdutimens): Use it.
5285
5286         utimens: add UTIME_NOW and UTIME_OMIT support
5287         * lib/utimens.c (validate_timespec, update_timespec): New helper
5288         functions.
5289         (gl_futimens, lutimens): Use them.
5290         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5291         stdbool, sys_stat.
5292         (Link): Mention resulting library dependency.
5293         * modules/utimecmp (Link): Likewise.
5294         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5295         (Makefile.am): Pick up library dependency.
5296         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5297         definition.
5298         * tests/test-sys_stat.c: Test the definitions.
5299         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5300         * NEWS: Document library dependency.
5301
5302         utimecmp: support symlink timestamps
5303         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5304         hashing when possible.  Use pathconf when available.
5305         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5306         * modules/utimecmp (Depends-on): Add lstat.
5307
5308         utimens: add lutimens interface
5309         * lib/utimens.c (lutimens): New function.
5310         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5311         * lib/utimens.h (lutimens): Declare new interface.
5312         * tests/test-utimens.c (main): Enhance test.
5313         * tests/test-lutimens.h (test_lutimens): New file.
5314         * modules/utimens-tests (Files): Distribute it.
5315         (Depends-on): Add symlink.
5316         (configure.ac): Check for usleep.
5317
5318         utimens: validate futimens usage
5319         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5320         fewer syscalls on failure later on.  Avoid compiler warning on
5321         mingw.
5322         * modules/utimens (Depends-on): Add dup2.
5323
5324         utimens: add test
5325         * modules/utimens-tests: New test.
5326         * tests/test-utimens.h: New file.
5327         * tests/test-futimens.h: Likewise.
5328         * tests/test-utimens.c: Likewise.
5329
5330         doc: mention timestamp portability issues
5331         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5332         instead.
5333         * doc/posix-functions/utime.texi (utime): Likewise.
5334         * doc/posix-functions/utimes.texi (utimes): Likewise.
5335         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5336         instead.
5337         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5338         module.
5339         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5340         Mention weakness with symlink timestamps.
5341         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5342         to utimensat/futimens instead.
5343         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5344
5345         test-dup2: enhance test
5346         * tests/test-dup2.c (main): Also check AT_FDCWD.
5347
5348         test-stat-time: avoid more spurious failures
5349         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5350         xfs; and avoid race if the two timestamps cross quantization edge.
5351
5352         relocatable: prefer 'file system' over 'filesystem'
5353         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5354         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5355         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5356         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5357         * lib/relocatable.c (compute_curr_prefix): Likewise.
5358
5359 2009-10-10  Jim Meyering  <meyering@redhat.com>
5360
5361         stat-time-tests: check for the usleep function
5362         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5363
5364 2009-10-10  Bruno Haible  <bruno@clisp.org>
5365
5366         * modules/xnanosleep: Put the Link section after the Include section.
5367
5368 2009-10-09  Eric Blake  <ebb9@byu.net>
5369
5370         dup2: work around FreeBSD 6.1 bug
5371         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5372         * doc/posix-functions/dup2.texi (dup2): Document it.
5373         Reported by Nelson H. F. Beebe and Jim Meyering.
5374
5375         test-stat-time: port to buggy NFS clients
5376         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5377         (test_ctime): Also skip test if mtime and ctime are skewed.
5378
5379         maint: prefer 'file system' over 'filesystem'
5380         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5381         * doc/posix-functions/lstat.texi (lstat): Likewise.
5382         * lib/file-has-acl.c (file_has_acl): Likewise.
5383         * lib/fwriteerror.c [TEST]: Likewise.
5384         * tests/test-areadlink.h (test_areadlink): Likewise.
5385         * tests/test-areadlinkat-with-size.c (main): Likewise.
5386         * tests/test-areadlinkat.c (main): Likewise.
5387         * tests/test-canonicalize-lgpl.c (main): Likewise.
5388         * tests/test-canonicalize.c (main): Likewise.
5389         * tests/test-fstatat.c (main): Likewise.
5390         * tests/test-linkat.c (main): Likewise.
5391         * tests/test-lstat.h (test_lstat_func): Likewise.
5392         * tests/test-mkdir.h (test_mkdir): Likewise.
5393         * tests/test-readlink.h (test_readlink): Likewise.
5394         * tests/test-remove.c (main): Likewise.
5395         * tests/test-rename.h (test_rename): Likewise.
5396         * tests/test-renameat.c (main): Likewise.
5397         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5398         * tests/test-symlink.h (test_symlink): Likewise.
5399         * tests/test-symlinkat.c (main): Likewise.
5400         * tests/test-unlink.h (test_unlink_func): Likewise.
5401         * tests/test-unlinkat.c (main): Likewise.
5402
5403         maint: make realtime library usage explicit
5404         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5405         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5406         * modules/settime (Link): Likewise.
5407         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5408
5409         test-stat-time: speed up execution
5410         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5411         warning on mingw.
5412         (nap): New helper function.
5413         (prepare_test): Use it to reduce sleep time.
5414         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5415         execution.
5416         * modules/stat-time-tests (configure.ac): Check for usleep.
5417
5418 2009-10-09  Jim Meyering  <meyering@redhat.com>
5419
5420         selinux-h: always use getfilecon wrappers
5421         * lib/getfilecon.c: New file.
5422         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5423         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
5424         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
5425         (fgetfilecon): Provide a stub.
5426         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
5427         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
5428         file unconditionally.
5429         When <selinux/selinux.h> is found, arrange to use wrappers.
5430         * modules/selinux-h (Files): Add getfilecon.c.
5431         (Makefile.am): Substitute include-next-related bits
5432         into the now-always-generated selinux/selinux.h file.
5433         * doc/glibc-functions/lgetfilecon.texi: New file.
5434         * doc/glibc-functions/fgetfilecon.texi: New file.
5435         * doc/glibc-functions/getfilecon.texi: New file.
5436         * doc/glibc-functions/getfilecon-desc.texi: New file.
5437         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
5438         which to pull in the new files.
5439         * MODULES.html.sh (Misc): Add selinux-h.
5440
5441 2009-10-08  Jim Meyering  <meyering@redhat.com>
5442
5443         unistd: fix comment typo
5444         * lib/unistd.in.h (euidaccess): Fix a comment typo.
5445
5446 2009-10-08  Eric Blake  <ebb9@byu.net>
5447
5448         areadlink: use SIZE_MAX consistently
5449         * modules/areadlink (Depends-on): Add stdint.
5450         * modules/areadlink-with-size (Depends-on): Likewise.
5451         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
5452         gives NULL; drop sys/types, since unistd gives size_t; and add
5453         stdint for SIZE_MAX.
5454         (SIZE_MAX): Rely on headers.
5455         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
5456         and add stdint.
5457         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
5458         (SIZE_MAX): Likewise.
5459         (INITIAL_BUF_SIZE): Turn into enum.
5460         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
5461
5462 2009-10-08  Jim Meyering  <meyering@redhat.com>
5463
5464         areadlinkat: avoid compilation failure
5465         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
5466         Fix typo in comment.
5467
5468 2009-10-07  Eric Blake  <ebb9@byu.net>
5469
5470         areadlinkat-with-size: new module
5471         * modules/areadlinkat-with-size: New module.
5472         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
5473         * lib/areadlink.h (areadlinkat): Declare it.
5474         * MODULES.html.sh (File system functions): Mention it.
5475         * modules/areadlinkat-with-size-tests: New test.
5476         * tests/test-areadlinkat-with-size.c: New file.
5477
5478         xreadlinkat: new module
5479         * modules/xreadlinkat: New module.
5480         * lib/xreadlinkat.c (xreadlinkat): New file.
5481         * lib/xreadlink.h (xreadlinkat): Declare it.
5482         * MODULES.html.sh (File system functions): Mention it.
5483
5484         areadlinkat: new module
5485         * lib/at-func.c (FUNC_FAIL): New define.
5486         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
5487         * modules/areadlinkat: New module.
5488         * lib/linkat.c (areadlinkat): Move...
5489         * lib/areadlinkat.c (areadlinkat): ...to new file.
5490         * lib/areadlink.h (areadlinkat): Declare it.
5491         * modules/linkat (Depends-on): Add areadlinkat.
5492         * MODULES.html.sh (File system functions): Mention it.
5493         * modules/areadlinkat-tests: New test.
5494         * tests/test-areadlinkat.c: New file.
5495
5496         areadlink, areadlink-with-size: add tests
5497         * modules/areadlink-tests: New test.
5498         * modules/areadlink-with-size-tests: Likewise.
5499         * tests/test-areadlink.h: New file.
5500         * tests/test-areadlink.c: Likewise.
5501         * tests/test-areadlink-with-size.c: Likewise.
5502
5503         maint: minor cleanups
5504         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
5505         _UNUSED_PARAMETER_ instead.
5506         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
5507         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
5508         * modules/linkat-tests (Files): Distribute test-link.h.
5509
5510         openat, utimens: whitespace cleanup
5511         * lib/openat.c: Prefer space throughout, rather than mix of 8
5512         spaces vs. tabs.
5513         * lib/at-func.c: Likewise.
5514         * lib/utimens.c: Likewise.
5515
5516         openat: avoid using wrong fd
5517         * lib/openat.c (openat_permissive): Reject user's fd if saving the
5518         working directory chooses same fd.
5519         * lib/at-func.c (AT_FUNC_NAME): Likewise.
5520
5521         mkdir, mkdirat: fix cygwin 1.5.x bug
5522         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
5523         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
5524         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
5525         bug.
5526         (gl_PREREQ_MKDIR): Delete unused macro.
5527         * modules/mkdir (Files): Track file rename.
5528         (configure.ac): Update macro name.
5529         * modules/openat (Depends-on): Add mkdir.
5530         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
5531
5532         mkdir, mkdirat: add tests
5533         * modules/mkdir-tests: New test.
5534         * tests/test-mkdir.h: New file.
5535         * tests/test-mkdir.c: Likewise.
5536         * tests/test-mkdirat.c: Likewise.
5537         * modules/openat-tests (Files): Add new files.
5538         (Makefile.am): Run new test.
5539
5540 2009-10-06  Eric Blake  <ebb9@byu.net>
5541
5542         doc: tweak *at function documentation
5543         * doc/posix-functions/faccessat.texi (faccessat): Mention
5544         known issue with replacement.
5545         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
5546         * doc/posix-functions/linkat.texi (linkat): Likewise.
5547         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
5548         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
5549         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
5550         * doc/posix-functions/renameat.texi (renameat): Likewise.
5551         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5552
5553         openat: fix GNU/Hurd bug in unlinkat
5554         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5555         broken.
5556         * doc/posix-functions/unlink.texi (unlink): Document this.
5557         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
5558
5559         fdopendir: fix GNU/Hurd bug
5560         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
5561         allowing non-directory fds.
5562         * lib/fdopendir.c (rpl_fdopendir): Work around it.
5563         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
5564         * modules/dirent (Makefile.am): Substitute it.
5565         * lib/dirent.in.h (fdopendir): Declare replacement.
5566         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
5567         * tests/test-fdopendir.c (main): Test something other than
5568         /dev/null, since on Hurd that behaves like a directory.
5569
5570         test-symlink: port to GNU/Hurd
5571         * tests/test-symlink.h (test_symlink): Relax expected errno.
5572
5573         doc: tweak more cygwin information
5574         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
5575         now compatible with glibc.
5576         * doc/posix-functions/getopt.texi (getopt): Likewise.
5577
5578         getopt-gnu: add another test
5579         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
5580         guarantee behavior relied on by m4.
5581         * tests/test-getopt.c (main): Use it.
5582         * modules/getopt-posix-tests (Depends-on): Add setenv.
5583         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
5584
5585         getopt: fix compilation on darwin
5586         * lib/getopt.in.h (includes): Leave breadcrumbs during system
5587         include.
5588         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
5589         Reported by Ludovic Courtès.
5590
5591 2009-10-06  Bruno Haible  <bruno@clisp.org>
5592
5593         * modules/size_max (Description): Discourage its use.
5594         Reported by Simon Josefsson.
5595
5596 2009-10-06  Jim Meyering  <meyering@redhat.com>
5597
5598         linkat: avoid compilation failure
5599         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
5600
5601 2009-10-05  Eric Blake  <ebb9@byu.net>
5602
5603         linkat: support Linux 2.6.17
5604         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
5605         linkat on Linux, but allow cache variable override.
5606         * lib/linkat.c (rpl_linkat): Define override.
5607         * modules/linkat (Depends-on): Add symlinkat.
5608         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
5609         * modules/unistd (Makefile.am): Substitute it.
5610         * lib/unistd.in.h (linkat): Declare replacement.
5611         Reported by Pádraig Brady.
5612
5613         quotearg: port test to systems with C.UTF-8 locale
5614         * tests/test-quotearg.c (struct result_strings): Add another
5615         member, differentiating between C.ASCII and C.UTF-8 handling.
5616         (compare_strings): Add parameter.
5617         (main): Adjust all callers.
5618
5619         getopt: avoid clash with FreeBSD _getopt_internal
5620         * lib/getopt.in.h (_getopt_internal): Override the name.
5621         * lib/getopt_int.h (includes): Pick up any overrides.
5622         Reported by Reuben Thomas.
5623
5624         hash: allow C89 compilation
5625         * lib/hash.c (check_tuning): Move declaration before statement.
5626         Reported by Reuben Thomas.
5627
5628 2009-10-05  Karl Berry  <karl@gnu.org>
5629
5630         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
5631
5632 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
5633             Bruno Haible  <bruno@clisp.org>
5634
5635         * lib/uname.c (uname): Use a table-driven algorithm to compute
5636         Windows NT versions.
5637
5638 2009-10-04  Bruno Haible  <bruno@clisp.org>
5639
5640         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
5641         program_invocation_short_name.
5642         * modules/progname (configure.ac): Test for presence of
5643         program_invocation_short_name.
5644         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
5645
5646 2009-10-04  Bruno Haible  <bruno@clisp.org>
5647
5648         * lib/progname.c (set_program_name): Fix comment.
5649         Reported by Jim Meyering.
5650
5651 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5652             Bruno Haible  <bruno@clisp.org>
5653
5654         * lib/uname.c: Include <string.h>.
5655         (uname): Do only one call to GetVersionEx in the common case.
5656
5657 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
5658             Bruno Haible  <bruno@clisp.org>
5659
5660         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
5661         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
5662         (uname): Add support for Windows CE and various non-x86 CPU types.
5663
5664 2009-10-03  Bruno Haible  <bruno@clisp.org>
5665
5666         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
5667         invocation to tests/configure.ac.
5668         Reported by Ian Beckwith <ianb@erislabs.net>.
5669
5670 2009-10-02  Eric Blake  <ebb9@byu.net>
5671
5672         fchdir: avoid compiler warning
5673         * lib/fchdir.c (canonicalize_file_name)
5674         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
5675
5676         test-open: support mingw errno values
5677         * tests/test-open.h (test_open): Relax test.
5678         * tests/test-fopen.h (test_fopen): Likewise.
5679         * tests/test-openat-safer.c (main): Likewise.
5680
5681         open: fix opening directory on mingw
5682         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
5683
5684         test-open: on GNU/Hurd, /dev/null is a directory
5685         * tests/test-fopen.h (main): Rename...
5686         (test_fopen): ...to this.  Use a guaranteed non-directory when
5687         confirming open behavior on trailing slash.
5688         * tests/test-openat-safer.c (main): Likewise.
5689         * tests/test-open.h (main): Likewise....
5690         (test_open): ...to this.
5691         * tests/test-fopen.c (main): Adjust caller.
5692         * tests/test-fopen-safer.c (main): Likewise.
5693         * tests/test-open.c (main): Likewise.
5694         * tests/test-fcntl-safer.c (main): Likewise.
5695         Reported by Samuel Thibault.
5696
5697         rename, fchdir: don't ignore chdir failure
5698         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
5699         * lib/rename.c (rpl_rename) [W32]: Likewise.
5700         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
5701         an empty destination directory if source cannot be renamed,
5702         although there is still possibility for failure.
5703         * doc/posix-functions/rename.texi (rename): Document the race.
5704         Reported by Jim Meyering.
5705
5706         maint: cleanup whitespace in recent commits
5707         * lib/rename.c (rpl_rename): Remove tabs.
5708         * tests/test-link.h (test_link): Likewise.
5709         * lib/fchdir.c (get_name): Likewise.
5710         Reported by Jim Meyering.
5711
5712 2009-10-02  Ben Pfaff  <blp@gnu.org>
5713
5714         relocatable-prog-wrapper: Add missing dependency on
5715         double-slash-root.
5716         * modules/relocatable-prog-wrapper: Add dependency.
5717         Reported by Ian Beckwith <ianb@erislabs.net>.
5718
5719 2009-10-02  Eric Blake  <ebb9@byu.net>
5720
5721         renameat: fix Solaris bugs
5722         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
5723         needed fixing.
5724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
5725         * modules/stdio (Makefile.am): Substitute it.
5726         * lib/stdio.in.h (renameat): Declare replacement.
5727         * lib/renameat.c (rpl_renameat): Implement fix.
5728
5729         renameat: new module
5730         * modules/renameat: New file.
5731         * lib/renameat.c (renameat): Likewise.
5732         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
5733         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
5734         * modules/stdio (Makefile.am): Substitute them.
5735         * lib/stdio.in.h (renameat): Declare it.
5736         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5737         * doc/posix-functions/renameat.texi (renameat): Likewise.
5738         * modules/renameat-tests: New test.
5739         * tests/test-renameat.c: Likewise.
5740
5741         rename: fix mingw bugs
5742         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
5743         directory overwrite bugs.
5744
5745         rename: fix another cygwin 1.5 bug
5746         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
5747         checks.
5748         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
5749         unnecessary cygwin workarounds.  Also work around bug with moving
5750         full directory onto an empty one.
5751         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
5752
5753         rename-dest-slash: merge into rename module
5754         * modules/rename-dest-slash (Status): Mark obsolete.
5755         (Depends-on): Add rename.
5756         (Files): Let rename do it all.
5757         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
5758         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
5759         * m4/rename-dest-slash.m4: ...so this file can be deleted.
5760         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
5761         * lib/rename.c (rpl_rename): Update comments.
5762
5763         rename: fix cygwin 1.5.x bugs
5764         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
5765         * lib/rename.c (rpl_rename): Work around them.
5766         * modules/rename (Depends-on): Add same-inode.
5767
5768         rename: fix Solaris 10 bug
5769         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5770         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
5771         was the only bug.
5772
5773         rename: fix Solaris 9 bug
5774         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
5775         on non-directory.  Avoid calling exit.
5776         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
5777         strdup.
5778         * modules/rename-tests (Depends-on): Drop lstat.
5779         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
5780         (gl_PREREQ_RENAME): Delete unused macro.
5781
5782         rename-dest-slash: fix NetBSD bug
5783         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
5784         links.
5785         * modules/rename-dest-slash (Depends-on): Add same-inode.
5786
5787         rename-tests: new test, exposes several platform bugs
5788         * modules/rename-tests: New file.
5789         * tests/test-rename.h: Likewise.
5790         * tests/test-rename.c: Likewise.
5791         * doc/posix-functions/rename.texi (rename): Improve documentation,
5792         including bugs that will eventually be fixed in gnulib.
5793
5794 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
5795
5796         * lib/uname.c: Include <stdlib.h>
5797         (uname): Assume version info is available.
5798
5799 2009-10-02  Jim Meyering  <meyering@redhat.com>
5800
5801         gnu-web-doc-update: correct --help output
5802         * build-aux/gnu-web-doc-update: Make --help output relevant.
5803
5804         gnu-web-doc-update: add standard options
5805         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
5806
5807         gnu-web-doc-update: New module.
5808         Use this script to automatically update the on-line web documentation
5809         for your GNU project at http://www.gnu.org/software/$pkg/manual/
5810         * modules/gnu-web-doc-update: New file, from coreutils.
5811         * build-aux/gnu-web-doc-update: New script.
5812
5813 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
5814
5815         link: LoadLibrary is not needed.
5816         * lib/link.c: Use GetModuleHandle.
5817
5818 2009-10-01  Eric Blake  <ebb9@byu.net>
5819
5820         getopt: bump serial number
5821         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
5822         change.
5823
5824         tests: tighten link, rmdir, and remove tests
5825         * tests/test-link.h (includes): No need to use <config.h> here.
5826         Clean up if directory hard link was created, otherwise test for
5827         trailing '.'.
5828         * tests/test-linkat.c (main): Simplify.
5829         * tests/test-remove.c (main): Enhance test for trailing '.'.
5830         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5831
5832 2009-10-01  Jim Meyering  <meyering@redhat.com>
5833
5834         maint.mk: requiring "make major" was annoying, for a "minor" release.
5835         What is intended is "stable", to contrast with alpha and beta,
5836         so require "make stable", not "make major".
5837         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
5838         (get_tool_versions): Likewise.
5839         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
5840
5841 2009-09-30  Ben Pfaff  <blp@gnu.org>
5842
5843         Fix broken build of replacement for Windows tmpfile().
5844         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
5845         flags argument added along with the 'mkostemp' module.
5846
5847 2009-09-28  Bruno Haible  <bruno@clisp.org>
5848
5849         Avoid identifier clash with POSIX function 'remove' defined as a macro.
5850         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
5851         to 'remove_elt'.
5852         (gl_list_remove): Update.
5853         * lib/gl_list.c (gl_list_remove): Update.
5854         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
5855         to 'remove_elt'.
5856         (gl_oset_remove): Update.
5857         * lib/gl_list.c (gl_oset_remove): Update.
5858         Reported by Eric Blake.
5859
5860 2009-09-28  Eric Blake  <ebb9@byu.net>
5861
5862         doc: mention yet more cygwin 1.7 status
5863         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
5864         cygwin.
5865         * doc/glibc-functions/execvpe.texi (execvpe): New file.
5866         * doc/gnulib.texi (Glibc unistd.h): Mention it.
5867
5868         argp: fix test failure
5869         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
5870         that are not upper-case.  Pass correct range to tolower.
5871
5872 2009-09-27  Jim Meyering  <meyering@redhat.com>
5873
5874         test-yesno: work around sparc-dash here-document infelicity
5875         Without this change, the literal \177 byte in a here document
5876         would make dash 0.5.5.1-3 access uninitialized memory.
5877         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
5878         Instead, use a marker, "@", and filter through tr to create the desired
5879         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
5880
5881 2009-09-27  Bruno Haible  <bruno@clisp.org>
5882
5883         Disable untested support for new flavours of ACLs on AIX.
5884         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
5885         progress.
5886         * lib/set-mode-acl.c (qset_acl): Likewise.
5887
5888 2008-12-07  Bruno Haible  <bruno@clisp.org>
5889
5890         Add support for new flavours of ACLs on AIX. (Untested.)
5891         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
5892         (file_has_acl): Add support for newer AIX.
5893         * lib/set-mode-acl.c (qset_acl): Likewise.
5894         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
5895         Rainer Tammer <tammer@tammer.net>.
5896
5897 2009-09-26  Eric Blake  <ebb9@byu.net>
5898
5899         argp: fix compilation of getopt
5900         * lib/getopt.in.h (includes): Use different guard than glibc.
5901         Reported by Sergey Poznyakoff.
5902
5903         doc: mention more cygwin 1.7 status
5904         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
5905         bug.
5906         * doc/posix-functions/execl.texi (execl): Likewise.
5907         * doc/posix-functions/execle.texi (execle): Likewise.
5908         * doc/posix-functions/execlp.texi (execlp): Likewise.
5909         * doc/posix-functions/execv.texi (execv): Likewise.
5910         * doc/posix-functions/execve.texi (execve): Likewise.
5911         * doc/posix-functions/execvp.texi (execvp): Likewise.
5912         * doc/glibc-functions/canonicalize_file_name.texi
5913         (canonicalize_file_name): Cygwin 1.7 now provides this.
5914         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
5915         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
5916         on AT_SYMLINK_NOFOLLOW.
5917
5918 2009-09-24  Eric Blake  <ebb9@byu.net>
5919
5920         test-linkat: make test more robust
5921         * tests/test-linkat.c (main): Avoid collision with EEXIST.
5922
5923         getopt: fix inclusion guards for cygwin
5924         * modules/getopt-posix (Depends-on): Add include-next.
5925         (Makefile.am): Substitute more items in replacement header.
5926         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
5927         <getopt.h>.
5928         * lib/getopt.in.h (includes): Use split inclusion guard, and
5929         prefer <getopt.h> over include <unistd.h> when one is present.
5930         (option): Also override name of 'struct option'.
5931
5932         same-inode: revert prior change; it is not yet ready
5933         * NEWS: Undo mention of this change.
5934         * lib/same-inode.h (same-inode.h): Undo tri-state change.
5935         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5936         * lib/cycle-check.c (cycle_check): Likewise.
5937         * lib/same.c (same_name): Likewise.
5938         * lib/at-func2.c (at_func2): Likewise.
5939
5940 2009-09-23  Eric Blake  <ebb9@byu.net>
5941
5942         linkat: new module
5943         * modules/linkat: New file.
5944         * lib/at-func2.c (at_func2): Likewise.
5945         * lib/linkat.c (linkat): Likewise.
5946         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
5947         * lib/openat-priv.h (at_func2): Add declaration.
5948         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
5949         * modules/unistd (Makefile.am): Substitute them.
5950         * lib/unistd.in.h (linkat): Declare it.
5951         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5952         * doc/posix-functions/linkat.texi (linkat): Likewise.
5953         * doc/posix-functions/link.texi (link): Tweak wording.
5954         * tests/test-link.c (main): Move guts...
5955         * tests/test-link.h (test_link): ...into new file.
5956         * modules/linkat-tests: New test.
5957         * tests/test-linkat.c: Likewise.
5958         * modules/link-tests (Files): Ship new file.
5959         (Depends-on): Add stdbool.
5960
5961         dirname: add library-safe mdir_name
5962         * lib/dirname.h (mdir_name): New prototype.
5963         * lib/dirname.c (dir_name): Move guts...
5964         (mdir_name): ...to new function that avoids xalloc_die.
5965
5966         fchdir: another mingw fix
5967         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
5968         * lib/fchdir.c (get_name): New helper method; skips canonicalize
5969         on mingw (where it has not yet been ported), and make it optional
5970         elsewhere.
5971         (_gl_register_fd): Use it.
5972
5973         same-inode: make SAME_INODE tri-state, to port to mingw
5974         * NEWS: Mention this change.
5975         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
5976         st_ino always being 0.
5977         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
5978         * lib/cycle-check.c (cycle_check): Likewise.
5979         * lib/same.c (same_name): Likewise.
5980
5981         lstat: avoid mingw compilation error
5982         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
5983         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
5984         lstat ourselves.
5985         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
5986         was adequate.
5987         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
5988         the checks for lstat.
5989         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
5990
5991         link: fix test failure on Solaris 9
5992         * lib/link.c (rpl_link): Don't assume link will catch bogus
5993         trailing slash on source.
5994
5995         test-symlinkat: enhance test
5996         * tests/test-readlink.c (main): Move guts...
5997         * tests/test-readlink.h (test_readlink): ...into new file.
5998         * tests/test-symlink.c (main): Move guts...
5999         * tests/test-symlink.h (test_symlink): ...into new file.
6000         * tests/test-symlinkat.c (main): Use new files for further
6001         coverage.
6002         (do_symlink, do_readlink): New helper functions.
6003         * modules/symlink-tests (Files): Ship new file.
6004         (Depends-on): Add stdbool.
6005         * modules/readlink-tests (Files): Ship new file.
6006         (Depends-on): Add stdbool.
6007         * modules/symlinkat-tests (Files): Use new files.
6008
6009 2009-09-23  Eric Blake  <ebb9@byu.net>
6010
6011         readlink: document portability issue with symlink length
6012         * doc/posix-functions/lstat.texi (lstat): Mention that some file
6013         systems have bogus st_size on symlinks, and mention the
6014         areadlink-with-size module.
6015         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6016         * doc/posix-functions/readlink.texi (readlink): Mention the
6017         areadlink module, and ERANGE failure.
6018         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6019         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
6020
6021         readlink: fix Solaris 9 bug with trailing slash
6022         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
6023         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
6024         * doc/posix-functions/readlink.texi (readlink): Document this.
6025         * modules/readlink-tests: New test.
6026         * tests/test-readlink.c: Likewise.
6027
6028         readlink: fix cygwin 1.5.x bug with return type
6029         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
6030         * lib/unistd.in.h (readlink): Use ssize_t.
6031         * lib/readlink.c (readlink): Likewise.
6032         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6033         * modules/unistd (Makefile.am): Substitute it.
6034         * lib/unistd.in.h (readlink): Declare replacement.
6035         * doc/posix-functions/readlink.texi (readlink): Document this.
6036
6037         symlink: use throughout gnulib
6038         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
6039         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
6040         symlink is not used.
6041         * modules/symlinkat (Depends-on): Add symlink.
6042         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6043         * modules/canonicalize-tests (Depends-on): Likewise.
6044         * modules/lstat-tests (Depends-on): Likewise.
6045         * modules/openat-tests (Depends-on): Likewise.
6046         * modules/remove-tests (Depends-on): Likewise.
6047         * modules/rmdir-tests (Depends-on): Likewise.
6048         * modules/unlink-tests (Depends-on): Likewise.
6049         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
6050         * tests/test-canonicalize.c (symlink): Likewise.
6051         * tests/test-fstatat.c (symlink): Likewise.
6052         * tests/test-lstat.c (symlink): Likewise.
6053         * tests/test-remove.c (symlink): Likewise.
6054         * tests/test-rmdir.c (symlink): Likewise.
6055         * tests/test-unlink.c (symlink): Likewise.
6056         * tests/test-unlinkat.c (symlink): Likewise.
6057
6058         symlink: new module, for Solaris 9 bug
6059         * modules/symlink: New file.
6060         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
6061         * lib/symlink.c: Likewise.
6062         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6063         * modules/unistd (Makefile.am): Substitute them.
6064         * lib/unistd.in.h (symlink): Declare replacement.
6065         * MODULES.html.sh (File system functions): Mention it.
6066         * doc/posix-functions/symlink.texi (symlink): Likewise.
6067         * modules/symlink-tests: New test.
6068         * tests/test-symlink.c: Likewise.
6069
6070 2009-09-23  Bruno Haible  <bruno@clisp.org>
6071
6072         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
6073         when needed.
6074         Test case: gnulib-tool --import --with-tests atexit inttypes.
6075         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
6076
6077 2009-09-23  Bruno Haible  <bruno@clisp.org>
6078
6079         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
6080         subcommand, not in a subshell.
6081
6082 2009-09-22  Eric Blake  <ebb9@byu.net>
6083
6084         unistd: sort replacement declarations
6085         * lib/unistd.in.h: Sort declarations.
6086
6087         open, openat: minor optimization
6088         * lib/open.c (open): If open succeeded, len is non-zero.
6089         * lib/openat.c (rpl_openat): Likewise.
6090
6091         link-follow: ensure correct result
6092         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
6093         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
6094         distinguish between possible failures.
6095
6096 2009-09-21  Eric Blake  <ebb9@byu.net>
6097
6098         fts: avoid compiler warning
6099         * lib/fts.c (dirent_inode_sort_may_be_useful)
6100         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
6101
6102 2009-09-19  Bruno Haible  <bruno@clisp.org>
6103
6104         * lib/progreloc.c (canonicalize_file_name): New declaration.
6105
6106 2009-09-19  Eric Blake  <ebb9@byu.net>
6107
6108         link: fix quoting
6109         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
6110
6111         openat: fix openat bugs on Solaris 9
6112         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
6113         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
6114         * modules/openat (Depends-on): Add open.
6115         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
6116         * modules/fcntl-h (Makefile.am): Substitute it.
6117         * lib/fcntl.in.h (openat): Declare replacement.
6118         * doc/posix-functions/openat.texi (openat): Document this.
6119
6120         openat: move fstatat and unlinkat into correct files
6121         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6122         compiled.
6123         * lib/openat.c (fstatat, unlinkat): Move...
6124         * lib/fstatat.c (fstatat): ...into correct files.
6125         * lib/unlinkat.c (unlinkat): Likewise.
6126
6127         openat: fix unlinkat bugs on Solaris 9
6128         * lib/unlinkat.c (unlinkat): New file.
6129         * modules/openat (Depends-on): Add unlink.
6130         (Files): Distribute it.
6131         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
6132         trailing slash behavior is broken.
6133         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6134         * modules/unistd (Makefile.am): Substitute it.
6135         * lib/unistd.in.h (unlinkat): Declare replacement.
6136         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
6137
6138         openat: fix fstatat bugs on Solaris 9
6139         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
6140         stat.
6141         * doc/posix-functions/fstatat.texi (fstatat): Document this.
6142
6143         test-unlinkat: enhance test, to expose Solaris 9 bug
6144         * tests/test-unlink.c (main): Factor guts...
6145         * tests/test-unlink.h (test_rmdir_func): ...into new file.
6146         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
6147         * tests/test-rmdir.c (main): Adjust caller.
6148         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
6149         (unlinker): New helper function.
6150         (rmdirat): Enhance check.
6151         * modules/rmdir-tests (Depends-on): Add stdbool.
6152         * modules/unlink-tests (Depends-on): Likewise.
6153         (Files): Add test-unlink.h.
6154         * modules/openat-tests (Files): Likewise.
6155         (Depends-on): Add unlinkdir.
6156
6157         test-fstatat: new test, to expose Solaris 9 bugs
6158         * tests/test-stat.c (main): Factor guts...
6159         * tests/test-stat.h (test_stat_func): ...into new file.
6160         * tests/test-lstat.c (main): Factor guts...
6161         * tests/test-lstat.h (test_lstat_func): ...into new file.
6162         * tests/test-fstatat.c: New file.
6163         * modules/stat-tests (Files): Add test-stat.h.
6164         * modules/lstat-tests (Files): Add test-lstat.h.
6165         (Depends-on): Add stdbool.
6166         * modules/openat-tests (Depends-on): Add pathmax.
6167         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
6168         (Makefile.am): Run new test.
6169
6170         remove: new module, for mingw and Solaris 9 bugs
6171         * modules/remove: New file.
6172         * lib/remove.c: Likewise.
6173         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
6174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6175         * modules/stdio (Makefile.am): Use them.
6176         * lib/stdio.in.h (remove): Declare replacement.
6177         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6178         * doc/posix-functions/remove.texi (remove): Likewise.
6179         * modules/remove-tests: New test.
6180         * tests/test-remove.c: Likewise.
6181
6182         unlink: new module, for Solaris 9 bug
6183         * modules/unlink: New file.
6184         * lib/unlink.c: Likewise.
6185         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
6186         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6187         * modules/unistd (Makefile.am): Use them.
6188         * lib/unistd.in.h (stat): Declare replacement.
6189         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6190         * doc/posix-functions/unlink.texi (unlink): Likewise.
6191         * modules/unlink-tests: New test.
6192         * tests/test-unlink.c: Likewise.
6193
6194         lstat: fix Solaris 9 bug
6195         * lib/lstat.c (lstat): Also check for trailing slash on
6196         non-symlink, non-directories.  Use stat module to simplify logic.
6197         * doc/posix-functions/lstat.texi (lstat): Document it.
6198         * modules/lstat-tests (Depends-on): Add errno, same-inode.
6199         (configure.ac): Check for symlink.
6200         * tests/test-lstat.c (main): Add more tests.
6201
6202         stat: add as dependency to other modules
6203         * modules/chown (Depends-on): Add stat.
6204         * modules/euidaccess (Depends-on): Likewise.
6205         * modules/fchdir (Depends-on): Likewise.
6206         * modules/isdir (Depends-on): Likewise.
6207         * modules/link (Depends-on): Likewise.
6208         * modules/lstat (Depends-on): Likewise.
6209         * modules/mkdir-p (Depends-on): Likewise.
6210         * modules/modechange (Depends-on): Likewise.
6211         * modules/open (Depends-on): Likewise.
6212         * modules/readlink (Depends-on): Likewise.
6213         * modules/same (Depends-on): Likewise.
6214
6215         stat: fix Solaris 9 bug
6216         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
6217         slash.
6218         * lib/stat.c (rpl_stat): Work around it.
6219         * doc/posix-functions/stat.texi (stat): Update documentation.
6220
6221         stat: new module, for mingw bug
6222         * modules/stat: New file.
6223         * lib/stat.c: Likewise.
6224         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
6225         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6226         * modules/sys_stat (Makefile.am): Use them.
6227         * lib/sys_stat.in.h (stat): Declare replacement.
6228         * lib/openat.c (fstatat): Deal with lstat and stat being function
6229         macros.
6230         * modules/openat (Depends-on): Add inline.
6231         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6232         * doc/posix-functions/stat.texi (stat): Likewise.
6233         * modules/stat-tests: New test.
6234         * tests/test-stat.c: Likewise.
6235
6236 2009-09-19  Jim Meyering  <meyering@redhat.com>
6237
6238         syntax-check: detect unnecessary inclusion of canonicalize.h
6239         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
6240
6241 2009-09-19  Eric Blake  <ebb9@byu.net>
6242
6243         canonicalize-lgpl: adjust clients to use correct header
6244         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6245         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
6246         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
6247         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
6248         * lib/progreloc.c (includes): Likewise.
6249
6250 2009-09-19  Jim Meyering  <meyering@redhat.com>
6251
6252         test-posixtm.c: correct a comment
6253         * tests/test-posixtm.c: Correct first-line comment.
6254         Spotted by Eric Blake.
6255
6256 2009-09-16  Jim Meyering  <meyering@redhat.com>
6257
6258         posixtm-tests: make T const-correct; add a test case
6259         * tests/test-posixtm.c (T): Declare const.
6260         Add a test for -(2^31+1).
6261         Remove useless can-succeed-only-in-2002 test.
6262
6263         posixtm-tests: adjust the sole failing test
6264         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
6265         expected output matches what mktime now produces.  Cross-checked via
6266         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
6267
6268         posixtm: move #ifdef'd tests into a new module
6269         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
6270         * tests/test-posixtm.c: ... this new file.
6271         * modules/posixtm-tests: New module.
6272
6273 2009-09-19  Eric Blake  <ebb9@byu.net>
6274
6275         openat: simplify use of at-func.c
6276         * lib/at-func.c (includes): Include prerequisites here, to
6277         simplify requirements on client files.
6278         * lib/openat-priv.h: Add double-inclusion guard.
6279         * lib/faccessat.c (includes): Simplify.
6280         * lib/fchmodat.c (includes): Likewise.
6281         * lib/fchownat.c (includes): Likewise.
6282         * lib/mkdirat.c (includes): Likewise.
6283         * lib/mkfifoat.c (includes): Likewise.
6284         * lib/symlinkat.c (includes): Likewise.
6285
6286         openat: allow return of fd 0
6287         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6288         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6289         unistd-safer.
6290         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6291         <fcntl.h>; this module does not leak fds.
6292         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6293         must be allowed to return 0, leaving openat_safer to add the
6294         safety.
6295         (openat_permissive): Avoid writing to just-opened fd 2 if
6296         restoring the current directory fails.
6297         * lib/openat-die.c (openat_restore_fail): Add comment.
6298         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6299         (save_cwd): Guarantee safe fd, but without use of open_safer.
6300         * tests/test-openat.c: New test.
6301         * modules/openat-tests (Files, Makefile.am): Distribute and build
6302         new file.
6303
6304         relocatable-prog-wrapper: fix build
6305         * modules/relocatable-prog-wrapper (Files): Update name of
6306         canonicalize m4 file, broken on 2009-09-17.
6307         Reported by emad hajjar <aleppos@hotmail.com>.
6308
6309 2009-09-19  Bruno Haible  <bruno@clisp.org>
6310
6311         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6312         * lib/safe-alloc.c: Likewise.
6313         Reported by Ian Beckwith <ianb@erislabs.net>.
6314
6315 2009-09-18  Bruno Haible  <bruno@clisp.org>
6316
6317         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6318         Reported by <erobles@sensacd.com.mx>.
6319
6320 2009-09-17  Eric Blake  <ebb9@byu.net>
6321
6322         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6323         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6324         slashes when checking if last component is missing.
6325         * tests/test-canonicalize.c (main): Test this.
6326
6327         canonicalize, canonicalize-lgpl: honor // if distinct from /
6328         * modules/canonicalize (Files): Add double-slash-root.m4.
6329         * modules/canonicalize-lgpl (Files): Likewise.
6330         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6331         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6332         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6333         fallback definition.
6334         (canonicalize_filename_mode): Use it to protect //.
6335         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6336         (__realpath): Likewise.
6337         * tests/test-canonicalize.c (main): Test this.
6338         * tests/test-canonicalize-lgpl.c (main): Likewise.
6339         * modules/canonicalize-tests (Depends-on): Add same-inode.
6340         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6341
6342         canonicalize-lgpl: fix glibc bug with trailing slash
6343         * m4/canonicalize-lgpl.m4: Move contents...
6344         * m4/canonicalize.m4: ...here.
6345         (gl_CANONICALIZE_LGPL): Factor realpath check...
6346         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6347         glibc 2.3.5 bug, fixed 2005-04-27.
6348         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6349         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6350         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6351         * modules/canonicalize-lgpl (Files): Manage file rename.
6352         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6353         * modules/stdlib (Makefile.am): Substitute witness.
6354         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6355         is needed.
6356         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6357         replacement is required.
6358         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6359         * doc/glibc-functions/canonicalize_file_name.texi
6360         (canonicalize_file_name): Document this.
6361         * doc/posix-functions/realpath.texi (realpath): Likewise.
6362
6363         canonicalize-lgpl: reject non-directory with trailing slash
6364         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6365         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6366         catches failures in glibc 2.3.5.
6367         * tests/test-canonicalize.c (main): Likewise.
6368
6369         canonicalize-lgpl: use native realpath if it works
6370         * lib/canonicalize-lgpl.c (realpath): Guard with
6371         FUNC_REALPATH_WORKS.
6372         * lib/stdlib.in.h (realpath): Make declaration optional based on
6373         HAVE_REALPATH.
6374         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6375         native realpath works.
6376         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6377         * modules/stdlib (Makefile.am): Substitute witness.
6378
6379         canonicalize, canonicalize-lgpl: use <stdlib.h>
6380         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6381         (Include): Mention <stdlib.h>.
6382         (configure.ac): Mention functions we provide.
6383         * modules/canonicalize (configure.ac): Likewise.
6384         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6385         realpath if canonicalize_file_name is missing.
6386         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6387         * modules/stdlib (Makefile.am): Substitute witnesses.
6388         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6389         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6390         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6391         * NEWS: Document this.
6392         * doc/glibc-functions/canonicalize_file_name.texi
6393         (canonicalize_file_name): Likewise.
6394         * doc/posix-functions/realpath.texi (realpath): Likewise.
6395         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6396
6397         test-canonicalize: consolidate into single C program
6398         * tests/test-canonicalize.sh: Delete; move setup into...
6399         * tests/test-canonicalize.c (main): ...the program, making it
6400         easier to run in debugger.  Add some tests.
6401         * modules/canonicalize-tests (Files): Remove unused file.
6402         (Depends-on): Add progname.
6403         (configure.ac, Makefile.am): Simplify.
6404
6405         test-canonicalize-lgpl: consolidate into single C program
6406         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6407         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6408         easier to run in debugger.  Add some tests.
6409         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6410         (configure.ac, Makefile.am): Simplify.
6411
6412         canonicalize: avoid resolvepath
6413         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6414         unnecessary checks.
6415         * lib/canonicalize.c (includes): Simplify.
6416         (canonicalize_file_name): Drop resolvepath implementation.
6417         * modules/canonicalize (Depends-on): Drop filenamecat.
6418
6419         canonicalize: don't lose errno
6420         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6421         over calls to free.
6422
6423         canonicalize: simplify errno handling
6424         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
6425         assignment.
6426
6427         canonicalize, canonicalize-lgpl: update module dependencies
6428         * modules/canonicalize (Depends-on): Add extensions, lstat,
6429         pathmax, stdlib.
6430         (Files): Drop pathmax.h.
6431         (configure.ac): Adjust macro name.
6432         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
6433         lstat, stdlib, sys_stat.
6434         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
6435         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
6436         extensions.
6437         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
6438         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
6439         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
6440         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
6441         declaration, if available.
6442         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
6443         we can rely on the readlink module.
6444         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
6445         (includes): Use <unistd.h> unconditionally.
6446
6447 2009-09-17  Eric Blake  <ebb9@byu.net>
6448
6449         maint: make Include sections of modules consistent
6450         * modules/alloca: Use only header name; no need to list #include.
6451         * modules/alloca-opt: Likewise.
6452         * modules/arpa_inet: Likewise.
6453         * modules/canon-host: Likewise.
6454         * modules/configmake: Likewise.
6455         * modules/dirent: Likewise.
6456         * modules/eealloc: Likewise.
6457         * modules/environ: Likewise.
6458         * modules/fchdir: Likewise.
6459         * modules/fcntl: Likewise.
6460         * modules/fcntl-h: Likewise.
6461         * modules/gethrxtime: Likewise.
6462         * modules/gettime: Likewise.
6463         * modules/ignore-value: Likewise.
6464         * modules/inet_ntop: Likewise.
6465         * modules/inet_pton: Likewise.
6466         * modules/inttypes: Likewise.
6467         * modules/isnand-nolibm: Likewise.
6468         * modules/isnanf-nolibm: Likewise.
6469         * modules/mbchar: Likewise.
6470         * modules/mbfile: Likewise.
6471         * modules/mbiter: Likewise.
6472         * modules/mbuiter: Likewise.
6473         * modules/netdb: Likewise.
6474         * modules/netinet_in: Likewise.
6475         * modules/nproc: Likewise.
6476         * modules/pagealign_alloc: Likewise.
6477         * modules/poll: Likewise.
6478         * modules/printf-frexp: Likewise.
6479         * modules/pthread: Likewise.
6480         * modules/putenv: Likewise.
6481         * modules/random_r: Likewise.
6482         * modules/relocatable-prog: Likewise.
6483         * modules/search: Likewise.
6484         * modules/select: Likewise.
6485         * modules/selinux-h: Likewise.
6486         * modules/settime: Likewise.
6487         * modules/signal: Likewise.
6488         * modules/size_max: Likewise.
6489         * modules/socklen: Likewise.
6490         * modules/ssize_t: Likewise.
6491         * modules/stdarg: Likewise.
6492         * modules/stdbool: Likewise.
6493         * modules/stddef: Likewise.
6494         * modules/stdint: Likewise.
6495         * modules/stdio: Likewise.
6496         * modules/stdlib: Likewise.
6497         * modules/string: Likewise.
6498         * modules/strings: Likewise.
6499         * modules/sys_file: Likewise.
6500         * modules/sys_ioctl: Likewise.
6501         * modules/sys_select: Likewise.
6502         * modules/sys_socket: Likewise.
6503         * modules/sys_stat: Likewise.
6504         * modules/sys_time: Likewise.
6505         * modules/sys_times: Likewise.
6506         * modules/sys_utsname: Likewise.
6507         * modules/sys_wait: Likewise.
6508         * modules/sysexits: Likewise.
6509         * modules/time: Likewise.
6510         * modules/times: Likewise.
6511         * modules/tmpfile: Likewise.
6512         * modules/trim: Likewise.
6513         * modules/unistd: Likewise.
6514         * modules/wchar: Likewise.
6515         * modules/wctype: Likewise.
6516
6517 2009-09-17  Bruno Haible  <bruno@clisp.org>
6518
6519         Make getdate.y compile on QNX and NetBSD 5 / i386.
6520         * m4/getdate.m4 (gl_GETDATE): Conditionally define
6521         TIME_T_FITS_IN_LONG_INT.
6522         * lib/getdate.y (long_time_t): New type.
6523         (relative_time): Change type of 'seconds' field to long_time_t.
6524         (get_date): Update types of local variables. Check against overflow
6525         during conversion from long_time_t to time_t.
6526         Reported by Matt Kraai <kraai@ftbfs.org>
6527         and Hasso Tepper <hasso@netbsd.org>.
6528
6529 2009-09-17  Bruno Haible  <bruno@clisp.org>
6530
6531         * modules/COPYING: Update copyright years.
6532         * modules/README: Likeiwse.
6533         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
6534         Reported by Ian Beckwith <ianb@erislabs.net>.
6535
6536 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6537
6538         * users.txt: Update references for gnuit package.
6539
6540 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
6541
6542         * m4/getdelim.m4: Fix typo in copyright line.
6543
6544 2009-09-17  Bruno Haible  <bruno@clisp.org>
6545
6546         * lib/atoll.c: Use the standard header with GPL copyright.
6547         * lib/argz.in.h: Likewise.
6548         * lib/glob.c: Likewise.
6549         * lib/glob-libc.h: Likewise.
6550         * lib/random_r.c: Likewise.
6551         * lib/siglist.h: Likewise.
6552         * lib/strsignal.c: Likewise.
6553         Reported by Ian Beckwith <ianb@erislabs.net>.
6554
6555 2009-09-17  Eric Blake  <ebb9@byu.net>
6556
6557         rmdir: ensure correct dependency order
6558         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
6559
6560 2009-09-17  Bruno Haible  <bruno@clisp.org>
6561
6562         Disable assertion that fails on NetBSD 5 / i386.
6563         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
6564         Reported by Sam Steingold <sds@gnu.org>
6565         and Hasso Tepper <hasso@netbsd.org>.
6566
6567 2009-09-16  Eric Blake  <ebb9@byu.net>
6568
6569         unlinkdir: port to mingw
6570         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
6571         on which no one can unlink a directory.
6572
6573         stdlib: sort witness names
6574         * modules/stdlib (Makefile.am): Sort replacements.
6575         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6576         * lib/stdlib.in.h: Likewise.
6577
6578         parse-duration-tests: avoid link failure
6579         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
6580         LIBINTL.
6581         Reported by Tom G. Christensen.
6582
6583         openat-tests: ensure unlinkat behaves like rmdir
6584         * tests/test-rmdir.c (main): Factor guts...
6585         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
6586         * modules/rmdir-tests (Files): Ship new file.
6587         * modules/openat-tests: New test.
6588         * tests/test-unlinkat.c: Likewise.
6589
6590         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
6591         * modules/rmdir-errno (Status, Notice): Now obsolete.
6592
6593         rmdir: work around cygwin 1.5.x and mingw bugs
6594         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
6595         * lib/rmdir.c (rmdir): Work around it.
6596         * modules/rmdir (Status, Notice): No longer obsolete.
6597         (Files): Add dos.m4.
6598         (Depends-on): Add unistd.
6599         (configure.ac): Set witnesses.
6600         (License): Relax to LGPLv2+.
6601         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
6602         * modules/unistd (Makefile.am): Substitute witnesses.
6603         * lib/unistd.in.h (rmdir): Declare replacement.
6604         * doc/posix-functions/rmdir.texi (rmdir): Document this.
6605         * modules/rmdir-tests: New tests.
6606         * tests/test-rmdir.c: Likewise.
6607
6608 2009-09-15  Eric Blake  <ebb9@byu.net>
6609
6610         fchdir: improve use of replacement functions
6611         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
6612         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
6613         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
6614         REPLACE_CLOSEDIR.
6615         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
6616         * modules/sys_stat (Makefile.am): Substitute correct witness.
6617         * modules/dirent (Makefile.am): Likewise.
6618         * modules/unistd (Makefile.am): Likewise.
6619         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
6620         * lib/unistd.in.h (dup): Likewise.
6621         * lib/sys_stat.in.h (fstat): Likewise.
6622
6623         maint: ignore gnulib-tool temp files
6624         * .gitignore: Ignore files created during gnulib-tool --test.
6625
6626 2009-09-13  Jim Meyering  <meyering@redhat.com>
6627
6628         posixtm: don't reject a time that specify "60" as the number of seconds
6629         * lib/posixtm.c (posixtime): The code to reject invalid dates
6630         would also reject a time specified with the .60 suffix.
6631         But POSIX allows that, in order to accommodate leap seconds.
6632         So don't reject it.
6633         (main): Adjust tests accordingly.
6634         * modules/posixtm (Depends-on): Add stpcpy.
6635
6636 2009-09-11  Jim Meyering  <meyering@redhat.com>
6637
6638         announce-gen: include [$release_type] in emitted Subject:
6639         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
6640         e.g., [stable] in the emitted Subject: line.
6641
6642 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6643
6644         Remove obsolete macros from several modules.
6645         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
6646         obsolete Autoconf macros with their modern counterparts.
6647         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
6648         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
6649         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
6650         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
6651         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
6652         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6653         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6654         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
6655         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
6656         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
6657         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
6658         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
6659         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
6660         * m4/sockets.m4 (gl_SOCKETS): Likewise.
6661         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
6662         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
6663         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6664         * m4/time_r.m4 (gl_TIME_R): Likewise.
6665         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
6666         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
6667         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6668
6669         Fix copyright header in build-aux scripts.
6670         * build-aux/git-version-gen: Fix copyright header to match GPLv3
6671         recommendation.
6672         * build-aux/ncftpput-ftp: Likewise.
6673         * build-aux/update-copyright: Likewise.
6674
6675 2009-09-09  Eric Blake  <ebb9@byu.net>
6676
6677         test-link: allow Linux choice of errno
6678         * tests/test-link.c (main): Relax test for alternate error.
6679
6680         strndup: fix improper m4 caching
6681         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
6682         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
6683         (gl_PREREQ_STRNDUP): Delete.
6684         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
6685         * modules/string (Makefile.am): Substitute it.
6686         * lib/string.in.h (strndup): Modernize prototype.
6687
6688         getcwd: port to mingw
6689         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
6690         different from the POSIX assumptions made throughout the getcwd
6691         module; fortunately, the mingw getcwd does not need replacement.
6692         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
6693         * modules/getcwd-tests: New test.
6694         * tests/test-getcwd.c: Likewise.
6695
6696         link: fix platform bugs
6697         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
6698         * lib/link.c (link): Work around them.  Fix related mingw bug.
6699         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
6700         * modules/unistd (Makefile.am): Substitute it.
6701         * lib/unistd.in.h (link): Declare replacement.
6702         * doc/posix-functions/link.texi (link): Document this.
6703         * modules/link (Depends-on): Add strdup-posix, sys_stat.
6704
6705         test-link: consolidate into single C program, test more cases
6706         * tests/test-link.sh: Delete.
6707         * tests/test-link.c: Test more error conditions.  Exposes bugs on
6708         at least Cygwin and Solaris.
6709         * modules/link-tests (Files): Remove unused file.
6710         (Depends-on): Add errno, sys_stat.
6711         (Makefile.am): Simplify.
6712
6713 2009-09-08  Bruno Haible  <bruno@clisp.org>
6714
6715         Work around towlower, towupper bug on mingw.
6716         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
6717         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
6718         * doc/posix-functions/towlower.texi: Mention the mingw bug.
6719         * doc/posix-functions/towupper.texi: Likewise.
6720         Reported by Eric Blake.
6721
6722 2009-09-08  Jim Meyering  <meyering@redhat.com>
6723
6724         build: don't try to run autoheader if we don't use it
6725         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
6726         is not used in configure.ac.
6727
6728 2009-09-08  Eric Blake  <ebb9@byu.net>
6729
6730         euidaccess: fix compilation error
6731         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
6732
6733         rawmemchr: relax license
6734         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
6735         okay.
6736         Reported by Jim Meyering.
6737
6738         mkfifoat: new module
6739         * modules/mkfifoat: New file.
6740         * lib/mkfifoat.c: Likewise.
6741         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
6742         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6743         * modules/sys_stat (Makefile.am): Use them.
6744         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
6745         * MODULES.html.sh (File system functions): Mention module.
6746         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6747         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6748         * modules/mkfifoat-tests: New test.
6749         * tests/test-mkfifoat.c: Likewise.
6750
6751         strchrnul: relax license
6752         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
6753         okay.
6754         Reported by Jim Meyering.
6755
6756 2009-09-08  Eric Blake  <ebb9@byu.net>
6757
6758         fstatat: fix compilation on Solaris
6759         * lib/fstatat.c (includes): Add fcntl.h.
6760         Reported by Pádraig Brady.
6761
6762 2009-09-07  Eric Blake  <ebb9@byu.net>
6763
6764         rename: modernize replacement
6765         * modules/rename (Depends-on): Add stdio.
6766         (configure.ac): Declare witness.
6767         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
6768         stdio take care of replacement.
6769         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6770         * modules/stdio (Makefile.am): Substitute them.
6771         * lib/stdio.in.h (rename): Declare replacement.
6772         * lib/rename.c (includes): Allow cross-compilation to non-windows
6773         machines.
6774         * doc/posix-functions/rename.texi (rename): Improve
6775         documentation.
6776
6777         stdio: sort witness names
6778         * modules/stdio (Makefile.am): Sort replacements.
6779         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
6780         * lib/stdio.in.h: Likewise.
6781
6782         getcwd: minor cleanups
6783         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
6784         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
6785
6786         openat: provide more convenience names
6787         * modules/faccessat (configure.ac): Add C witness.
6788         * lib/unistd.in.h (readlinkat): Fix typo.
6789         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
6790         convenience wrappers.
6791         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
6792         wrappers in syntax checks.
6793
6794 2009-09-06  Eric Blake  <ebb9@byu.net>
6795
6796         doc: fix comments in recent patches
6797         * lib/faccessat.c: Mention correct function.
6798         * lib/fchmodat.c: Likewise.
6799         * lib/fchownat.c: Likewise.
6800         * lib/symlinkat.c: Likewise.
6801         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
6802         constants.
6803
6804         faccessat, symlinkat: continue cleanup of previous patch
6805         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
6806         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6807         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
6808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
6809         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
6810         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
6811         set.
6812
6813 2009-09-06  Bruno Haible  <bruno@clisp.org>
6814
6815         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
6816         (fstatat): Declare if GNULIB_FSTATAT is set.
6817         (mkdirat): Declare if GNULIB_MKDIRAT is set.
6818         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
6819         (unlinkat): Declare if GNULIB_UNLINKAT is set.
6820         * modules/fcntl-h (Files): Remove m4/openat.m4.
6821         * modules/sys_stat (Files): Remove m4/openat.m4.
6822         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
6823         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
6824         * modules/unistd (Files): Remove m4/openat.m4.
6825         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
6826         GNULIB_OPENAT.
6827         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
6828         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
6829         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
6830         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
6831         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
6832         gl_OPENAT_DEFAULTS.
6833         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
6834         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
6835         Don't require gl_OPENAT_DEFAULTS.
6836         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
6837         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
6838         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
6839         (gl_OPENAT_DEFAULTS): Remove macro.
6840
6841 2009-09-06  Bruno Haible  <bruno@clisp.org>
6842
6843         * modules/openat (configure.ac): Remove unneeded witness.
6844
6845 2009-09-06  Bruno Haible  <bruno@clisp.org>
6846
6847         Set errno to ENOSYS when a function is entirely unsupported.
6848         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
6849         EOPNOTSUPP.
6850         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
6851         * modules/chown (Depends-on): Remove errno.
6852
6853 2009-09-06  Bruno Haible  <bruno@clisp.org>
6854
6855         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
6856
6857 2009-09-06  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/sys_stat.in.h: Fix preprocessor command indentation.
6860
6861 2009-09-06  Ben Pfaff  <blp@gnu.org>
6862             Bruno Haible  <bruno@clisp.org>
6863
6864         Work around a glibc bug in strtok_r.
6865         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
6866         Undefine if UNDEFINE_STRTOK_R is set.
6867         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
6868         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6869         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
6870         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
6871         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
6872         UNDEFINE_STRTOK_R.
6873         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
6874
6875 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
6876
6877         exclude: minor fix
6878         * lib/exclude.c: Include wctype.h
6879
6880 2009-09-06  Akim Demaille  <demaille@gostai.com>
6881
6882         bootstrap: improve error message
6883         * build-aux/bootstrap (find_tool): Upon failure, report the list
6884         of candidates.
6885         Honor the initial value of the envvar.
6886
6887 2009-09-05  Eric Blake  <ebb9@byu.net>
6888
6889         symlinkat: new module
6890         * modules/symlinkat: New file.
6891         * lib/symlinkat.c: Likewise.
6892         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
6893         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6894         * modules/unistd (Makefile.am): Use them.
6895         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
6896         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
6897         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
6898         * MODULES.html.sh (File system functions): Mention module.
6899         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6900         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6901         * modules/symlinkat-tests: New test.
6902         * tests/test-symlinkat.c: Likewise.
6903
6904         test-openat-safer: add more checks
6905         * tests/test-openat-safer.c (main): Check more code paths.
6906
6907 2009-09-05  Jim Meyering  <meyering@redhat.com>
6908
6909         syntax-check: detect unnecessary inclusion of openat.h
6910         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
6911
6912 2009-09-05  Bruno Haible  <bruno@clisp.org>
6913
6914         Support towlower, towupper.
6915         * doc/posix-functions/towlower.texi: Mention module wctype.
6916         * doc/posix-functions/towupper.texi: Likewise.
6917         * lib/wctype.in.h (towlower, towupper): New functions.
6918         * tests/test-wctype.c: Include stdio.h, stdlib.h.
6919         (ASSERT): New macro.
6920         (e): New variable.
6921         (main): Test also towlower, towupper. Test WEOF argument.
6922         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6923
6924 2009-09-05  Bruno Haible  <bruno@clisp.org>
6925
6926         Fix conversion behaviour when the input is invalid.
6927         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
6928         mark occurring in first pass of indirect conversion.
6929         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
6930         input.
6931         Found by clang's static analyzer.
6932
6933 2009-09-05  Bruno Haible  <bruno@clisp.org>
6934
6935         * tests/test-striconveh.c (main): Test indirect conversion on platforms
6936         where direct conversion is possible.
6937
6938 2009-09-04  Eric Blake  <ebb9@byu.net>
6939
6940         openat: fail with ENOENT on empty name
6941         * lib/openat-proc.c (openat_proc_name): Special-case the empty
6942         buffer.
6943
6944         link-follow: fix logic bug in prior patch
6945         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
6946         reversed sense of yes and no in prior patch.  Avoid confusing
6947         compilation failure with desired semantics.
6948
6949         link-follow: accomodate mingw and cross-compilation
6950         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
6951         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
6952         cross-compilation results to -1, to make linkat easier to
6953         implement when cross-compiling.  Trivially support mingw.
6954         * modules/link-follow (configure.ac): Call new name.
6955         * NEWS: Mention this.
6956
6957 2009-09-03  Eric Blake  <ebb9@byu.net>
6958
6959         faccessat: compile replacement
6960         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
6961         needed.
6962
6963         fts: fix compilation error
6964         * lib/fts.c (includes): Re-add "openat.h", for
6965         openat_needs_fchdir.
6966
6967         faccessat: new module
6968         * modules/faccessat: New file.
6969         * lib/faccessat.c: Likewise.
6970         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
6971         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6972         * modules/unistd (Makefile.am): Use it.
6973         * lib/unistd.in.h (faccessat): Declare it.
6974         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
6975         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
6976         * MODULES.html.sh (File system functions): Mention it.
6977         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
6978         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6979
6980         euidaccess: prefer POSIX over non-standard implementation
6981         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
6982         * lib/euidaccess.c (euidaccess): Use it if available.
6983
6984         openat: make template easier to use
6985         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
6986         AT_FUNC_F2 to be undefined.
6987         (VALIDATE_FLAG): New macro; use it to reject bad flags.
6988         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
6989         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
6990         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
6991         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
6992         Likewise.
6993         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
6994         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
6995         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
6996         Likewise.
6997
6998         openat: declare in POSIX headers
6999         * NEWS: Mention this.
7000         * modules/openat (configure.ac): Declare witnesses.
7001         (Depends-on): Add fcntl-h, sys_stat, unistd.
7002         (Include): Mention correct headers.
7003         * modules/fcntl-h (Depends-on): Add link-warning.
7004         (Files): Add openat.m4.
7005         (Makefile.am): Substitute witnesses.
7006         * modules/sys_stat (Files, Makefile.am): Likewise.
7007         * modules/unistd (Files, Makefile.am): Likewise.
7008         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
7009         (gl_OPENAT_DEFAULTS): New macro.
7010         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
7011         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
7012         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
7013         (SYS_STAT_H): Remove unused variable.
7014         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
7015         * lib/fcntl--.h (includes): Remove unneeded header.
7016         * lib/openat-safer.c (includes): Likewise.
7017         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
7018         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
7019         appropriate headers.
7020         (__OPENAT_PREFIX): Delete.
7021         * lib/fcntl.in.h (openat): Provide declaration.
7022         (AT_FDCWD): Fix Solaris bug.
7023         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
7024         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
7025         * lib/fchmodat.c (includes):  Adjust to find declaration.
7026         * lib/fchownat.c (includes): Likewise.
7027         * lib/mkdirat.c (includes): Likewise.
7028         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
7029         still visible.
7030
7031 2009-09-02  Eric Blake  <ebb9@byu.net>
7032
7033         errno: use consistently
7034         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
7035         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
7036         * lib/canonicalize.c (ELOOP): Likewise.
7037         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
7038         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
7039         * lib/lchown.c (EOPNOTSUPP): Likewise.
7040         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
7041         * lib/savewd.c (ESTALE): Likewise.
7042         * lib/settime.c (ENOSYS): Likewise.
7043         * lib/utimens.c (ENOSYS): Likewise.
7044         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
7045         * lib/chdir-safer.c (ELOOP): Likewise.
7046         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
7047         * modules/c-stack (Depends-on): Add errno.
7048         * modules/canonicalize (Depends-on): Likewise.
7049         * modules/chdir-safer (Depends-on): Likewise.
7050         * modules/fdopendir (Depends-on): Likewise.
7051         * modules/inet_ntop (Depends-on): Likewise.
7052         * modules/inet_pton (Depends-on): Likewise.
7053         * modules/lchown (Depends-on): Likewise.
7054         * modules/openat (Depends-on): Likewise.
7055         * modules/savewd (Depends-on): Likewise.
7056         * modules/settime (Depends-on): Likewise.
7057         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
7058
7059         fts: avoid leaking fds
7060         * modules/fts (Depends-on): Add cloexec.
7061         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
7062         flag.
7063
7064         fts: make directory fds more robust
7065         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
7066         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
7067
7068         backupfile, chdir-long, fts, savedir: make safer
7069         * lib/backupfile.c (includes): Use "dirent--.h", since
7070         numbered_backup can write to stderr during readdir.
7071         * lib/savedir.c (includes): Likewise.
7072         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
7073         emulation can write to stderr on failure.
7074         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
7075         * lib/getcwd.c: Document why opendir_safer is unused.
7076         * lib/glob.c: Likewise.
7077         * lib/scandir.c: Likewise.
7078         * lib/openat-proc.c: Likewise, for open_safer.
7079         * modules/backupfile (Depends-on): Add dirent-safer.
7080         * modules/savedir (Depends-on): Likewise.
7081         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
7082         * modules/chdir-long (Depends-on): Add openat-safer.
7083
7084         openat-safer: new module
7085         * modules/openat-safer: New file.
7086         * lib/openat-safer.c: Likewise.
7087         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
7088         * lib/fcntl-safer.h (openat_safer): Declare.
7089         * lib/fcntl--.h (openat): Override.
7090         * MODULES.html.sh (File descriptor based I/O): Mention it.
7091         * lib/openat.h: Add double-inclusion guards.
7092         * lib/openat.c (includes): Only include "fcntl-safer.h", not
7093         "fcntl--.h", so we can implement openat.
7094         * modules/openat-safer-tests: New test.
7095         * tests/test-openat-safer.c: New file.
7096
7097         dirent-safer: new module
7098         * modules/dirent-safer: New file.
7099         * lib/dirent--.h: Likewise.
7100         * lib/dirent-safer.h: Likewise.
7101         * lib/opendir-safer.c: Likewise.
7102         * m4/dirent-safer.m4: Likewise.
7103         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
7104         * modules/dirent-safer-tests: New test.
7105         * tests/test-dirent-safer.c: New file.
7106         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
7107
7108         fdopendir: optimize on mingw
7109         * lib/unistd.in.h (_gl_directory_name): New prototype.
7110         * lib/fchdir.c (_gl_directory_name): Implement it.
7111         (fchdir): Use it to simplify implementation.
7112         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
7113         fchdir, when available, to avoid calling [f]chdir().
7114
7115         fdopendir: split into its own module
7116         * lib/openat.c (fdopendir): Move...
7117         * lib/fdopendir.c: ...into new file.
7118         * modules/fdopendir: New module.
7119         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7120         * modules/openat (Depends-on): Add fdopendir.
7121         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7122         fdopendir here.
7123         * modules/savedir (Depends-on): Only need fdopendir, not full
7124         openat.
7125         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7126         * lib/openat.h (fdopendir): Drop prototype.
7127         * lib/dirent.in.h (fdopendir): Provide prototype.
7128         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7129         * modules/dirent (Makefile.am): Substitute them.
7130         * MODULES.html.sh (File system functions): Mention it.
7131         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
7132         * modules/fdopendir-tests: New file.
7133         * tests/test-fdopendir.c: Likewise.
7134
7135         fchdir: use more consistent macro convention
7136         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
7137         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
7138         REPLACE_FCHDIR, rather than relying on config.h macros.
7139         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
7140         inside a single make-time REPLACE_FCHDIR block, rather than using
7141         the config.h FCHDIR_REPLACEMENT.
7142         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
7143         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
7144         Manage fstat replacement.
7145         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
7146         REPLACE_FCHDIR.
7147         * modules/sys_stat (Files): Add m4/unistd_h.m4.
7148         (Makefile.am): Substitute REPLACE_FCHDIR.
7149         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
7150         FCHDIR_REPLACEMENT.
7151         * lib/dup-safer.c (dup_safer): Likewise.
7152         * lib/dup2.c (rpl_dup2): Likewise.
7153         * lib/dup3.c (rpl_dup3): Likewise.
7154         * lib/open.c (rpl_open): Likewise.
7155
7156         fchdir: simplify error handling, and support dup3
7157         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
7158         stdbool, malloc-posix, realloc-posix.
7159         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
7160         (ensure_dirs_slot): Return false on allocation failure.
7161         (rpl_dup2): Delete.
7162         (_gl_register_dup): New function.
7163         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
7164         (_gl_register_fd): Close fd on allocation failure.
7165         * lib/fcntl.in.h (_gl_register_fd): Update signature.
7166         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
7167         prototype.
7168         (rpl_dup2_fchdir): Delete prototype.
7169         * lib/open.c (open): Update caller.
7170         * lib/dup2.c (dup2): Track fchdir metadata.
7171         * lib/dup3.c (dup3): Likewise.
7172         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
7173         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
7174
7175 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7176
7177         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
7178         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
7179         don't pass arguments to AC_OUTPUT.
7180
7181 2009-09-02  Bruno Haible  <bruno@clisp.org>
7182
7183         * modules/mkdtemp (License): Relicense under LGPLv2+.
7184         Reported by Paolo Bonzini.
7185
7186 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7187
7188         Replace uses of obsolete autoconf macros in Jim's modules.
7189         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
7190         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
7191         can evoke a warning from autoconf when run with -Wobsolete
7192         enabled.  They were declared obsolete for good reasons (see
7193         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
7194         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
7195         should not continue using the deprecated macros.
7196         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
7197         obsolete Autoconf macros with modern counterparts.
7198         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7199         * m4/dos.m4 (gl_AC_DOS): Likewise.
7200         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
7201         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
7202         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
7203         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
7204         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
7205         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
7206         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
7207         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
7208         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7209         Likewise.
7210         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
7211         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7212         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
7213         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
7214         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7215         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7216
7217 2009-09-01  Eric Blake  <ebb9@byu.net>
7218
7219         fchdir: fix off-by-one bug in previous patch
7220         * lib/fchdir.c (rpl_fstat): Use correct bounds.
7221         (_gl_unregister_fd): Delete useless if.
7222
7223 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
7224
7225         maint.mk: sort the list of syntax-check rules
7226         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
7227         easier to get a sense of progress when the rules are run sequentially
7228         and take a long time.
7229
7230 2009-09-01  Simon Josefsson  <simon@josefsson.org>
7231
7232         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
7233         * modules/netinet_in: Likewise.
7234         * modules/sys_file: Likewise.
7235         * modules/sys_ioctl: Likewise.
7236         * modules/sys_select: Likewise.
7237         * modules/sys_socket: Likewise.
7238         * modules/sys_stat: Likewise.
7239         * modules/sys_time: Likewise.
7240         * modules/sys_times: Likewise.
7241         * modules/sys_utsname: Likewise.
7242         * modules/sys_wait: Likewise.
7243
7244 2009-09-01  Jim Meyering  <meyering@redhat.com>
7245
7246         fts: help ensure that return values are not ignored
7247         * lib/fts_.h (__GNUC_PREREQ): Define.
7248         (__attribute_warn_unused_result__): Define.
7249         (fts_children, fts_close, fts_open, fts_read): Declare with
7250         __attribute_warn_unused_result__.
7251
7252         fts: fts_close now fails also when closing a dir file descriptor fails
7253         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
7254         and propagate to caller, along with errno.
7255
7256         announce-gen: correct formatting in --help output
7257         * build-aux/announce-gen (usage): Move the one-line description in
7258         --help output "up", to where it belongs, just after Usage:.
7259
7260 2009-08-31  Eric Blake  <ebb9@byu.net>
7261
7262         fchdir: port to mingw
7263         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
7264         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
7265         opened, then use a substitute.
7266         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
7267         replacement.
7268         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
7269         (_gl_register_fd): No need to check stat if open already filters
7270         all directories.
7271         (fchdir): Fix error condition to match POSIX.
7272         * modules/fchdir (Depends-on): Add sys_stat.
7273         * doc/posix-functions/open.texi (open): Document the limitation.
7274         * modules/fchdir-tests: New file.
7275         * tests/test-fchdir.c: Likewise.
7276
7277         canonicalize: allow cross-testing from cygwin to mingw
7278         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7279         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7280         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7281         Likewise.
7282         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7283         target does not support symlinks.
7284         * tests/test-canonicalize-lgpl.sh: Likewise.
7285
7286         chown: avoid compilation warning on mingw
7287         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7288         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7289         mingw.
7290         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7291         * modules/chown (Depends-on): Add errno.
7292
7293 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7294
7295         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7296         command.
7297
7298 2009-08-31  Jim Meyering  <meyering@redhat.com>
7299
7300         canonicalize: remove useless initialization
7301         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7302         initialization of local, "end".
7303
7304 2009-08-30  Bruno Haible  <bruno@clisp.org>
7305
7306         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7307         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7308         ENOSYS.
7309
7310 2009-08-30  Bruno Haible  <bruno@clisp.org>
7311
7312         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7313         /usr/xpg4/bin/tr when it exists.
7314         * tests/test-pipe-filter-gi1.sh: Likewise.
7315
7316 2009-08-30  Bruno Haible  <bruno@clisp.org>
7317
7318         Work around deficient /usr/bin/id program on Solaris.
7319         * tests/test-file-has-acl.sh (ID): New variable.
7320         * tests/test-set-mode-acl.sh (ID): Likewise.
7321         * tests/test-copy-acl.sh (ID): Likewise.
7322         * tests/test-copy-file.sh (ID): Likewise.
7323
7324 2009-08-30  Bruno Haible  <bruno@clisp.org>
7325
7326         New module 'xstriconveh'.
7327         * lib/xstriconveh.h: New file.
7328         * lib/xstriconveh.c: New file.
7329         * modules/xstriconveh: New file.
7330
7331 2009-08-30  Bruno Haible  <bruno@clisp.org>
7332
7333         Make it easier to use mem_cd_iconveh.
7334         * lib/striconveh.h (iconveh_t): New type.
7335         (iconveh_open, iconveh_close): New declarations.
7336         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7337         with a single 'const iconveh_t *' argument.
7338         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7339         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7340         with a single 'const iconveh_t *' argument.
7341         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7342         * tests/test-striconveh.c (main): Update.
7343         * NEWS: Mention the change.
7344
7345 2009-08-30  Bruno Haible  <bruno@clisp.org>
7346
7347         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7348         problem.
7349
7350 2009-08-30  Bruno Haible  <bruno@clisp.org>
7351
7352         Work around iconv_open problem on Solaris.
7353         * lib/iconv_open-solaris.gperf: New file.
7354         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7355         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7356         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7357         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7358         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7359         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7360
7361 2009-08-29  Jim Meyering  <meyering@redhat.com>
7362
7363         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7364         * top/maint.mk (cvs-check): Remove target; it was just an alias
7365         to the better-named vc-diff-check.
7366         (maintainer-distcheck): Remove rule.  It was used only from
7367         the (alpha/beta/major) target, and all of its commands but one
7368         were coreutils-specific.
7369         (vc-dist): Remove rule.
7370         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7371         Run vc-diff-check, not vc-dist.
7372         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7373
7374 2009-08-27  Bruno Haible  <bruno@clisp.org>
7375
7376         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7377         of 0.
7378
7379 2009-08-27  Bruno Haible  <bruno@clisp.org>
7380
7381         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7382         compilers.
7383         * doc/func.texi: Document the SunPRO C bug.
7384
7385 2009-08-27  Bruno Haible  <bruno@clisp.org>
7386
7387         Fix link error on Solaris.
7388         * tests/test-parse-duration.c (xstrdup): Remove function.
7389
7390 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7391
7392         ignore-value: handle pointer types, too
7393         * lib/ignore-value.h (__attribute__): Remove definition.
7394         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7395         of a more concise and more-often effective "(void) i" statement.
7396         (ignore_ptr): New function to suppress warnings from functions that
7397         return pointers, and to make it explicit that one function doesn't
7398         handle all cases.
7399
7400 2009-08-25  Bruno Haible  <bruno@clisp.org>
7401
7402         dup2: work around a Linux bug.
7403         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7404         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7405         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7406         Reported by Simon Josefsson.
7407
7408 2009-08-25  Jim Meyering  <meyering@redhat.com>
7409
7410         libguestfs uses gnulib
7411         * users.txt: Add libguestfs.
7412
7413 2009-08-24  Eric Blake  <ebb9@byu.net>
7414
7415         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7416         * lib/pipe2.c (includes): Add binary-io.h.
7417         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7418
7419 2009-08-24  Bruno Haible  <bruno@clisp.org>
7420
7421         Tolerate declared but missing accept4 syscall.
7422         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7423         available.
7424         * lib/sys_socket.in.h (accept4): If the function is already present,
7425         override it.
7426         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
7427         * modules/accept4 (Makefile.am): Compile accept4.c always.
7428         Reported by Paolo Bonzini and Eric Blake.
7429
7430 2009-08-23  Bruno Haible  <bruno@clisp.org>
7431
7432         New module 'accept4'.
7433         * lib/sys_socket.in.h (accept4): New declaration.
7434         * lib/accept4.c: New file.
7435         * m4/accept4.m4: New file.
7436         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7437         GNULIB_ACCEPT4, HAVE_ACCEPT4.
7438         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
7439         HAVE_ACCEPT4.
7440         * modules/accept4: New file.
7441         * doc/glibc-functions/accept4.texi: Mention the new module.
7442
7443 2009-08-24  Jim Meyering  <meyering@redhat.com>
7444
7445         progname: also set global program_invocation_name, when possible
7446         Before this change, a libtool-enabled program that calls glibc's
7447         error function would report the program name as
7448         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
7449         * modules/progname (configure.ac): Check for a declaration of
7450         program_invocation_name.
7451         * lib/progname.c:  Include <errno.h>.
7452         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
7453         Set program_invocation_name.
7454
7455 2009-08-23  Bruno Haible  <bruno@clisp.org>
7456
7457         * lib/dup3.c: Include <string.h>.
7458
7459 2009-08-23  Bruno Haible  <bruno@clisp.org>
7460
7461         * lib/dup3.c (dup3): Test only once whether the system actually exists.
7462         * lib/pipe2.c (pipe2): Likewise.
7463         Suggested by Eric Blake.
7464
7465 2009-08-23  Bruno Haible  <bruno@clisp.org>
7466
7467         Tolerate declared but missing dup3 syscall.
7468         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
7469         * lib/unistd.in.h (dup3): If the function is already present,
7470         override it.
7471         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
7472         * modules/dup3 (Makefile.am): Compile dup3.c always.
7473         Reported by Paolo Bonzini.
7474
7475 2009-08-23  Bruno Haible  <bruno@clisp.org>
7476
7477         Tolerate declared but missing pipe2 syscall.
7478         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
7479         available.
7480         * lib/unistd.in.h (pipe2): If the function is already present,
7481         override it.
7482         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
7483         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
7484         Reported by Paolo Bonzini.
7485
7486 2009-08-23  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/pipe2.c (pipe2): Move #ifs inside function.
7489
7490 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7491
7492         quotearg: document limitations of quote_these_too
7493         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
7494         those limitations are created.
7495         * lib/quotearg.h (set_char_quoting): Document that digits and
7496         letters that are special after backslash are not permitted.
7497         (quotearg_char): Cross-reference set_char_quoting documentation.
7498
7499 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
7500
7501         quotearg: implement custom_quoting_style
7502         * lib/quotearg.c: (struct quoting_options): Add left_quote and
7503         right_quote fields.
7504         (set_custom_quoting): New public function.
7505         (quotearg_buffer_restyled): Add left_quote and right_quote
7506         arguments, handle them very much like locale quoting, and update
7507         all uses.
7508         (quotearg_n_custom): New public function.
7509         (quotearg_n_custom_mem): New public function.
7510         (quotearg_custom): New public function.
7511         (quotearg_custom_mem): New public function.
7512         * lib/quotearg.h: Prototype and document new public functions.
7513         (enum quoting_style): For escape_quoting_style and
7514         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
7515         ignored even though they're otherwise like c_quoting_style.
7516         Add custom_quoting_style member and document with comparison to
7517         clocale_quoting_style.
7518         * tests/test-quotearg.c (custom_quotes): New array.
7519         (custom_results): New array.
7520         (main): Extend to test custom quoting.
7521
7522 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7523
7524         quotearg: fix right quote escaping when it's in quote_these_too
7525         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
7526         quote, be sure to prepend only one backslash.
7527         * tests/test-quotearg.c (use_quote_double_quotes): New function.
7528         (main): Test it.
7529
7530 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
7531
7532         quotearg-tests: test escaping of embedded locale quotes
7533         * tests/test-quotearg.c (struct result_strings): Add member for
7534         new input.
7535         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
7536         (inputs): Add new input.
7537         (results_g): Add expected results.
7538         (flag_results): Likewise.
7539         (locale_results): Likewise.
7540         (compare_strings): Check those.
7541
7542 2009-08-23  Bruno Haible  <bruno@clisp.org>
7543
7544         Tests for module 'dup3'.
7545         * modules/dup3-tests: New file.
7546         * tests/test-dup3.c: New file.
7547
7548         New module 'dup3'.
7549         * lib/unistd.in.h (dup3): New declaration.
7550         * lib/dup3.c: New file.
7551         * m4/dup3.m4: New file.
7552         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
7553         HAVE_DUP3.
7554         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
7555         * modules/dup3: New file.
7556         * doc/glibc-functions/dup3.texi: Mention the new module.
7557
7558 2009-08-23  Bruno Haible  <bruno@clisp.org>
7559
7560         Tweak the dup2 test.
7561         * tests/test-dup2.c (main): Create the test file empty. Verify that an
7562         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
7563         the test file is still empty. Fix argument order of lseek.
7564
7565 2009-08-23  Bruno Haible  <bruno@clisp.org>
7566
7567         Avoid test link errors when the modules getopt-gnu, gettext are used.
7568         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
7569         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7570
7571 2009-08-23  Bruno Haible  <bruno@clisp.org>
7572
7573         Fix getdtablesize() on mingw.
7574         * lib/getdtablesize.c (getdtablesize): Implement differently.
7575         * lib/unistd.in.h (getdtablesize): Improve comment.
7576
7577 2009-08-23  Bruno Haible  <bruno@clisp.org>
7578
7579         New module 'mkostemp'.
7580         Based on Ulrich Drepper's 2007-08-10 change in glibc.
7581         * lib/stdlib.in.h (mksotemp): New declaration.
7582         * lib/mkostemp.c: New file, from glibc with modifications.
7583         * lib/tempname.h (GT_FILE): Remove outdated comment.
7584         (gen_tempname): Add flags argument.
7585         * lib/tempname.c (__GT_BIGFILE): Remove macro.
7586         (__GT_FILE): Map to 1.
7587         (small_open, large_open): Remove macros.
7588         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
7589         * lib/mkstemp.c (mkstemp): Update.
7590         * lib/mkdtemp.c (mkdtemp): Likewise.
7591         * m4/mkostemp.m4: New file.
7592         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
7593         HAVE_MKOSTEMP.
7594         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
7595         HAVE_MKOSTEMP.
7596         * modules/mkostemp: New file, based on modules/mkstemp.
7597         * doc/glibc-functions/mkostemp.texi: Mention the new module.
7598         * NEWS: Mention the change.
7599
7600 2009-08-23  Bruno Haible  <bruno@clisp.org>
7601
7602         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
7603         Reported by Eric Blake.
7604
7605 2009-08-23  Bruno Haible  <bruno@clisp.org>
7606
7607         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
7608         Reported by Eric Blake.
7609
7610 2009-08-23  Bruno Haible  <bruno@clisp.org>
7611
7612         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
7613         * modules/pipe2 (Depends-on): Likewise.
7614
7615 2009-08-23  Eric Blake  <ebb9@byu.net>
7616
7617         fcntl-h: add O_TTY_INIT support
7618         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
7619         * tests/test-fcntl-h.c (o): Test it.
7620         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7621
7622         fcntl-h: rename from fcntl, in preparation for fcntl(2)
7623         * modules/fcntl: Move <fcntl.h> header replacement...
7624         * modules/fcntl-h: ...to new name, so as not to collide with
7625         like-named function.
7626         * tests/test-fcntl.c: Rename...
7627         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
7628         * modules/fcntl-tests: Rename...
7629         * modules/fcntl-h-tests: ...to this.  Update test file name.
7630         * modules/chdir-long (Depends-on): Update clients.
7631         * modules/chdir-safer (Depends-on): Likewise.
7632         * modules/fcntl-safer (Depends-on): Likewise.
7633         * modules/fts (Depends-on): Likewise.
7634         * modules/mkancesdirs (Depends-on): Likewise.
7635         * modules/mkdir-p (Depends-on): Likewise.
7636         * modules/open (Depends-on): Likewise.
7637         * modules/savewd (Depends-on): Likewise.
7638         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
7639         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7640
7641 2009-08-22  Bruno Haible  <bruno@clisp.org>
7642
7643         * modules/binary-io (License): Relicense under LGPL.
7644         * modules/pipe2 (License): Likewise.
7645
7646 2009-08-22  Bruno Haible  <bruno@clisp.org>
7647
7648         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
7649         return value.
7650         * lib/pipe-filter-gi.c (filter_init): Likewise.
7651         Reported by Eric Blake.
7652
7653 2009-08-22  Bruno Haible  <bruno@clisp.org>
7654
7655         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
7656         * modules/pipe (Depends-on): Add pipe2.
7657
7658 2009-08-22  Bruno Haible  <bruno@clisp.org>
7659
7660         Tests for module 'pipe2'.
7661         * modules/pipe2-tests: New file.
7662         * tests/test-pipe2.c: New file.
7663
7664         New module 'pipe2'.
7665         * lib/unistd.in.h (pipe2): New declaration.
7666         * lib/pipe2.c: New file.
7667         * m4/pipe2.m4: New file.
7668         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
7669         HAVE_PIPE2.
7670         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
7671         * modules/pipe2: New file.
7672         * doc/glibc-functions/pipe2.texi: Mention the new module.
7673
7674 2009-08-22  Bruno Haible  <bruno@clisp.org>
7675
7676         Reference some new glibc functions.
7677         * doc/glibc-functions/accept4.texi: New file.
7678         * doc/glibc-functions/dup3.texi: New file.
7679         * doc/glibc-functions/mkostemp.texi: New file.
7680         * doc/glibc-functions/pipe2.texi: New file.
7681         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
7682         (Glibc sys/socket.h): Refer to accept4.
7683         (Glibc unistd.h): Refer to dup3, pipe2.
7684         Reported by Eric Blake.
7685
7686 2009-08-22  Jim Meyering  <meyering@redhat.com>
7687             Bruno Haible  <bruno@clisp.org>
7688
7689         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
7690         This makes it so packages using automake-1.11's silent-rules option
7691         can print e.g., a single "GEN    configmake.h" line, rather than
7692         the 30+ statements that perform the job.  If you want to see the
7693         actual commands, you can still run "make V=1".
7694         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
7695         so that make output is abbreviated when those variables are defined
7696         appropriately.
7697         * modules/argz: Likewise.
7698         * modules/arpa_inet: Likewise.
7699         * modules/byteswap: Likewise.
7700         * modules/configmake: Likewise.
7701         * modules/dirent: Likewise.
7702         * modules/errno: Likewise.
7703         * modules/fcntl: Likewise.
7704         * modules/float: Likewise.
7705         * modules/fnmatch: Likewise.
7706         * modules/getopt-posix: Likewise.
7707         * modules/glob: Likewise.
7708         * modules/iconv_open: Likewise.
7709         * modules/inttypes: Likewise.
7710         * modules/localcharset: Likewise.
7711         * modules/locale: Likewise.
7712         * modules/math: Likewise.
7713         * modules/netdb: Likewise.
7714         * modules/netinet_in: Likewise.
7715         * modules/poll: Likewise.
7716         * modules/posix_spawnp-tests: Likewise.
7717         * modules/sched: Likewise.
7718         * modules/search: Likewise.
7719         * modules/selinux-h: Likewise.
7720         * modules/signal: Likewise.
7721         * modules/spawn: Likewise.
7722         * modules/stdarg: Likewise.
7723         * modules/stdbool: Likewise.
7724         * modules/stddef: Likewise.
7725         * modules/stdint: Likewise.
7726         * modules/stdio: Likewise.
7727         * modules/stdlib: Likewise.
7728         * modules/string: Likewise.
7729         * modules/strings: Likewise.
7730         * modules/sys_file: Likewise.
7731         * modules/sys_ioctl: Likewise.
7732         * modules/sys_select: Likewise.
7733         * modules/sys_socket: Likewise.
7734         * modules/sys_stat: Likewise.
7735         * modules/sys_time: Likewise.
7736         * modules/sys_times: Likewise.
7737         * modules/sys_utsname: Likewise.
7738         * modules/sys_wait: Likewise.
7739         * modules/sysexits: Likewise.
7740         * modules/time: Likewise.
7741         * modules/unistd: Likewise.
7742         * modules/wchar: Likewise.
7743         * modules/wctype: Likewise.
7744
7745 2009-08-22  Jim Meyering  <meyering@redhat.com>
7746
7747         announce-gen: detect write failure
7748         * build-aux/announce-gen: Add Coda at end.
7749         Remove equivalent-but-more-verbose block at top.
7750
7751 2009-08-19  Akim Demaille  <demaille@gostai.com>
7752
7753         bootstrap: --help to stdout.
7754         * bootstrap (usage): Don't send --help to stderr.
7755         Use a here doc instead of a long string.
7756
7757 2009-08-21  Eric Blake  <ebb9@byu.net>
7758
7759         test-popen-safer: split from test-popen
7760         * tests/test-popen.c (main): Move...
7761         * tests/test-popen.h: ...into new file.
7762         * tests/test-popen-safer2.c: New file.
7763         * modules/popen-tests (Files): Add test-popen.h.
7764         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
7765         Suggested by Bruno Haible.
7766
7767         test-fcntl-safer: split from test-open
7768         * tests/test-open.c (main): Move...
7769         * tests/test-open.h: ...into new file.
7770         * tests/test-fcntl-safer.c: New file.
7771         * modules/open-tests (Files): Add test-open.h.
7772         * modules/fcntl-safer-tests: New file.
7773         Suggested by Bruno Haible.
7774
7775         test-fopen-safer: split from test-fopen
7776         * tests/test-fopen.c (main): Move...
7777         * tests/test-fopen.h: ...into new file.
7778         * tests/test-fopen-safer.c: New file.
7779         * modules/fopen-tests (Files): Add test-fopen.h.
7780         * modules/fopen-safer-tests: New file.
7781         Suggested by Bruno Haible.
7782
7783 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7784
7785         popen-safer: test O_CLOEXEC at run-time.
7786         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
7787
7788 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
7789
7790         fcntl: move more flags to the header
7791         * lib/cloexec.c: Do not define FD_CLOEXEC here.
7792         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
7793         * lib/fcntl.in.h: Do both things here.
7794
7795 2009-08-21  Jim Meyering  <meyering@redhat.com>
7796
7797         consistently remove $@-t before redirecting to it
7798         * modules/argz: Remove $@-t and $@ before redirecting to the former.
7799         * modules/alloca-opt: Likewise.
7800         * modules/byteswap: Likewise.
7801         * modules/fnmatch: Likewise.
7802         * modules/getopt-posix: Likewise.
7803         * modules/glob: Likewise.
7804         * modules/poll: Likewise.
7805         * modules/posix_spawnp-tests: Likewise.
7806         * modules/sys_socket: Likewise.
7807         * modules/sysexits: Likewise.
7808
7809 2009-08-21  Eric Blake  <ebb9@byu.net>
7810
7811         popen: simplify access to original popen
7812         * lib/popen.c (rpl_popen): No need to worry about popen being a
7813         macro.
7814         Reported by Bruno Haible.
7815
7816 2009-08-20  Eric Blake  <ebb9@byu.net>
7817
7818         build: avoid some compiler warnings
7819         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
7820         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
7821         type.
7822         (new_exclude_segment, excluded_file_pattern_p)
7823         (excluded_file_name_p): Reduce scope.
7824         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
7825         old-style declaration.
7826
7827 2009-08-20  Simon Josefsson  <simon@josefsson.org>
7828
7829         * tests/test-exclude1.sh: Handle Windows EOL.
7830         * tests/test-exclude2.sh: Likewise.
7831         * tests/test-exclude3.sh: Likewise.
7832         * tests/test-exclude4.sh: Likewise.
7833         * tests/test-exclude5.sh: Likewise.
7834         * tests/test-exclude6.sh: Likewise.
7835         * tests/test-exclude7.sh: Likewise.
7836
7837 2009-08-19  Akim Demaille  <demaille@gostai.com>
7838
7839         bootstrap: find sha1sum when named gsha1sum.
7840         * bootstrap (find_tool): New.
7841         ($SHA1SUM): New.
7842         Use it.
7843
7844 2009-08-20  Jim Meyering  <meyering@redhat.com>
7845
7846         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
7847         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
7848         expression that converts "." in a file name to "\." in the resulting
7849         regexp.  Start with a dummy statement, so that prior shell variable
7850         definitions are expanded portably.  Reported by Simon Josefsson.
7851
7852 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
7853
7854         Fix polling for writeability of a screen buffer.
7855         * lib/poll.c: Distinguish input and screen buffers for the
7856         Win32 implementation.
7857         * lib/select.c: Likewise.
7858
7859 2009-08-19  Eric Blake  <ebb9@byu.net>
7860
7861         popen-safer: prevent popen from clobbering std descriptors
7862         * modules/popen-safer: New file.
7863         * lib/popen-safer.c: Likewise.
7864         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
7865         * lib/stdio--.h (popen): Provide override.
7866         * lib/stdio-safer.h (popen_safer): Provide declaration.
7867         * tests/test-popen.c (includes): Partially test this.
7868         * modules/popen-safer-tests: New file, for more tests.
7869         * tests/test-popen-safer.c: Likewise.
7870         * MODULES.html.sh (file stream based Input/Output): Mention it.
7871
7872         tests: test some of the *-safer modules
7873         * modules/fopen-safer (Depends-on): Add fopen.
7874         * modules/fcntl-safer (Depends-on): Add fcntl.
7875         * modules/stdlib-safer (Depends-on): Add stdlib.
7876         (configure.ac): Set indicator.
7877         * modules/unistd-safer (configure.ac): Likewise.
7878         * modules/tmpfile-safer (configure.ac): Likewise.
7879         (Depends-on): Add tmpfile.
7880         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
7881         active.
7882         * tests/test-fopen.c (includes): Test safer versions when they are
7883         in use.
7884         * tests/test-open.c (includes): Likewise.
7885
7886         popen: fix cygwin 1.5 bug when stdin closed
7887         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
7888         * modules/popen: New file.
7889         * modules/popen-tests: Likewise.
7890         * tests/test-popen.c: Likewise.
7891         * m4/popen.m4: Likewise.
7892         * lib/popen.c: Likewise.
7893         * lib/stdio.in.h (popen): New declaration.
7894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
7895         * modules/stdio (Makefile.am): Likewise.
7896         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
7897
7898 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
7899
7900         maint.mk: give full control over update-copyright exclusions
7901         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
7902         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
7903         (update-copyright): Don't force inclusion of top-level
7904         ChangeLog.  Don't force exclusion of all COPYING files, but make
7905         them the default exclusion instead.
7906
7907 2009-08-16  Bruno Haible  <bruno@clisp.org>
7908
7909         Fix test failures on Solaris 10.
7910         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
7911         tests when Solaris iconv() is used.
7912         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7913         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7914         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7915         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7916         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7917
7918 2009-08-16  Bruno Haible  <bruno@clisp.org>
7919
7920         Fix test failures on Solaris 10.
7921         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
7922         'tr' program and pass it as first argument.
7923         * tests/test-pipe-filter-gi1.sh: Likewise.
7924         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
7925         program as first argument.
7926         * tests/test-pipe-filter-gi1.c (main): Likewise.
7927
7928 2009-08-16  Eric Blake  <ebb9@byu.net>
7929
7930         fpurge: fix previous commits
7931         * modules/fpurge (Makefile.am): Make replacement conditional,
7932         partially reverting 2007-04-29 change; missed in previous
7933         attempt.
7934         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
7935         is missing.
7936
7937 2009-08-16  Bruno Haible  <bruno@clisp.org>
7938
7939         Clarify fpurge's effect on the file position.
7940         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
7941         * tests/test-fpurge.c (main): Make a second pass for checking the file
7942         position.
7943
7944 2009-08-16  Bruno Haible  <bruno@clisp.org>
7945
7946         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
7947         declaration of fpurge is missing.
7948         * tests/test-fpurge.c (main): Check that the file has not more contents
7949         than expected. Close the file before removing it.
7950
7951 2009-08-15  Eric Blake  <ebb9@byu.net>
7952
7953         fpurge: don't wrap working cygwin implementation
7954         * lib/fpurge.c (fpurge): Fix comment typo.
7955         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
7956         1.7 to avoid replacement.
7957         * tests/test-fpurge.c (main): Enhance test.
7958
7959 2009-08-15  Eric Blake  <ebb9@byu.net>
7960         and Jim Meyering  <meyering@redhat.com>
7961
7962         test-update-copyright: skip if perl is insufficient
7963         * tests/test-update-copyright.sh: Failure to run maintainer tool
7964         should not cause testsuite failure on cygwin 1.5.
7965
7966 2009-08-14  Eric Blake  <ebb9@byu.net>
7967
7968         doc: mention more functions added in cygwin 1.7.0
7969         * doc/posix-headers/limits.texi (limits.h): Update for recent
7970         cygwin additions.
7971         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
7972         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
7973         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
7974         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
7975         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
7976
7977 2009-08-14  Eric Blake  <ebb9@byu.net>
7978
7979         maint.mk: simplify update-copyright rule
7980         * top/maint.mk (update-copyright-local): Delete, and document how
7981         to do it in cfg.mk instead.
7982         (update-copyright-exclude-regexp): Delete, and document how to do
7983         it in .x-update-copyright instead.
7984         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
7985         exclude ChangeLog.
7986
7987 2009-08-14  Bruno Haible  <bruno@clisp.org>
7988
7989         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
7990
7991 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7992
7993         maint.mk: support update-copyright-env
7994         * top/maint.mk (update-copyright-env): Define place-holder.
7995         (update-copyright): Expand $(update-copyright-env) before
7996         invoking update-copyright.
7997
7998 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
7999
8000         update-copyright: implement forced reformatting
8001         * build-aux/update-copyright: Implement and document
8002         UPDATE_COPYRIGHT_FORCE.
8003         * tests/test-update-copyright.sh: Test it.
8004
8005 2009-08-14  Eric Blake  <ebb9@byu.net>
8006         and Bruno Haible  <bruno@clisp.org>
8007
8008         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
8009         * tests/test-locale.c: Revert previous patch related to NULL.
8010         * tests/test-stdio.c: Likewise.
8011         * tests/test-stdlib.c: Likewise.
8012         * tests/test-string.c: Likewise.
8013         * tests/test-unistd.c: Likewise.
8014         * modules/time-tests (Depends-on): Add verify.
8015         * modules/wchar-tests (Depends-on): Likewise.
8016         * tests/test-time.c: Test for NULL compliance.
8017         * tests/test-wchar.c: Likewise.
8018         * modules/locale (Depends-on): Add stddef.
8019         * modules/stdio (Depends-on): Likewise.
8020         * modules/stdlib (Depends-on): Likewise.
8021         * modules/string (Depends-on): Likewise.
8022         * modules/time (Depends-on): Likewise.
8023         * modules/unistd (Depends-on): Likewise.
8024         * modules/wchar (Depends-on): Likewise.
8025         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
8026         * lib/stdlib.in.h (includes): Likewise.
8027         * lib/string.in.h (includes): Likewise.
8028         * lib/time.in.h (includes): Likewise.
8029         * lib/unistd.in.h (includes): Likewise.
8030         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
8031         replaced.
8032         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8033         * m4/stddef_h.m4: New file.
8034         * modules/stddef: Likewise.
8035         * lib/stddef.in.h: Likewise.
8036         * modules/stddef-tests: Likewise.
8037         * tests/test-stddef.c: Likewise.
8038         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
8039         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
8040         * doc/posix-headers/locale.texi (locale.h): Likewise.
8041         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
8042         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
8043         * doc/posix-headers/string.texi (string.h): Likewise.
8044         * doc/posix-headers/time.texi (time.h): Likewise.
8045         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
8046         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
8047
8048 2009-08-14  Eric Blake  <ebb9@byu.net>
8049
8050         doc: improve git diff of texinfo files
8051         * .gitattributes: Add rule for *.texi files, with hint on how to
8052         use it.
8053         Copied from m4, and based on a report by Bruno Haible.
8054
8055 2009-08-14  Bruno Haible  <bruno@clisp.org>
8056
8057         Disable multithread support by default on Cygwin 1.5.x for real.
8058         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
8059
8060 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8061
8062         update-copyright: much ado about intervals
8063         * build-aux/update-copyright: Implement and document
8064         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
8065         of copyright year intervals.
8066         Also, document UPDATE_COPYRIGHT_YEAR.
8067         * tests/test-update-copyright.sh: Test it.
8068
8069         update-copyright: convert 2-digit to 4-digit years
8070         * build-aux/update-copyright: Implement and document.
8071         * tests/test-update-copyright.sh: Update.
8072
8073 2009-08-14  Jim Meyering  <meyering@redhat.com>
8074
8075         test-exclude: avoid coreutils "make check" failure
8076         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
8077         just as in test-argmatch.c.
8078
8079 2009-08-13  Eric Blake  <ebb9@byu.net>
8080
8081         test-dup2: fix bad assumption
8082         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
8083         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
8084
8085         test-version-etc: fix CRLF portability issue
8086         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
8087         recognize \r.
8088         * tests/test-argp-version-etc-1.sh: Likewise.
8089
8090         getopt: update client modules
8091         * modules/argp (Depends-on): Use getopt-gnu.
8092         * modules/git-merge-changelog (Depends-on): Likewise.
8093         * modules/long-options (Depends-on): Likewise.
8094         * modules/xstrtol (Depends-on): Likewise.
8095
8096 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8097
8098         * tests/test-version-etc.sh: Don't fail on different
8099         project/version.  Don't fail on CRLF differences.  Rewrite to use
8100         multiple -e instead of multiple sed forks, suggested by Eric Blake
8101         <ebb9@byu.net>.
8102         * tests/test-argp-version-etc-1.sh: Likewise.
8103
8104 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8105
8106         * tests/test-version-etc.sh: Don't fail on different
8107         project/version.
8108
8109 2009-08-12  Bruno Haible  <bruno@clisp.org>
8110
8111         Tests for modules 'getopt-posix', 'getopt-gnu'.
8112         * modules/getopt-posix-tests: New file.
8113         * tests/test-getopt.c: New file.
8114         * tests/test-getopt.h: New file.
8115         * tests/test-getopt_long.h: New file.
8116
8117         New modules 'getopt-posix', 'getopt-gnu'.
8118         * modules/getopt-gnu: New file, renamed from modules/getopt.
8119         * modules/getopt-posix: New file.
8120         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8121         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8122         (gl_GETOPT): Remove macro.
8123         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8124         Disable the test against BSD systems that declare optreset. Test
8125         against mingw bug. Test against lack of support of optional arguments
8126         on many platforms.
8127         * doc/glibc-headers/getopt.texi: Update module name and list of
8128         relevant platforms.
8129         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
8130         'getopt-gnu' and more portability problems.
8131         * NEWS: Mention the changes.
8132
8133 2009-08-12  Bruno Haible  <bruno@clisp.org>
8134
8135         Ensure that optarg etc. get declared by <unistd.h>.
8136         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
8137         AC_USE_SYSTEM_EXTENSIONS.
8138         * modules/getopt (Depends-on): Add 'extensions'.
8139
8140 2009-08-12  Bruno Haible  <bruno@clisp.org>
8141
8142         Avoid test link errors.
8143         * modules/pipe-filter-ii-tests (Makefile.am): Define
8144         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
8145         * modules/pipe-filter-gi-tests (Makefile.am): Define
8146         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
8147         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8148
8149 2009-08-12  Bruno Haible  <bruno@clisp.org>
8150
8151         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
8152         gl_GETOPT_SUBSTITUTE before.
8153         (gl_GETOPT): Use it.
8154         * m4/argp.m4 (gl_ARGP): Update.
8155         Reported by Sergey Poznyakoff.
8156
8157         * m4/getopt.m4: Reorder macros.
8158         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
8159         (gl_GETOPT_SUBSTITUTE): Remove macro.
8160
8161 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8162
8163         Minor improvement in gitlog-to-changelog
8164
8165         * build-aux/gitlog-to-changelog: New option `--format' makes
8166         output format string configurable.
8167
8168 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8169
8170         Optimize exclude: use hash tables for non-wildcard patterns.
8171
8172         * lib/exclude.c: Include hash.h and mbuiter.h
8173         (struct exclude_pattern, exclude_segment): New data types.
8174         (struct exclude): Rewrite.
8175         (fnmatch_pattern_has_wildcards): New function.
8176         (new_exclude_segment, free_exclude_segment): New functions.
8177         (excluded_file_pattern_p, excluded_file_name_p): New functions.
8178         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
8179         * lib/exclude.h (is_fnmatch_pattern): New prototype.
8180         * modules/exclude: Depend on hash and mbuiter.
8181
8182         * modules/exclude-tests: New file.
8183         * tests/test-exclude.c: New file.
8184         * tests/test-exclude1.sh: New file.
8185         * tests/test-exclude2.sh: New file.
8186         * tests/test-exclude3.sh: New file.
8187         * tests/test-exclude4.sh: New file.
8188         * tests/test-exclude5.sh: New file.
8189         * tests/test-exclude6.sh: New file.
8190         * tests/test-exclude7.sh: New file.
8191
8192 2009-08-12  Bruno Haible  <bruno@clisp.org>
8193
8194         Ensure that getopt() gets declared by <unistd.h>.
8195         * lib/unistd.in.h: Conditionally include getopt.h.
8196         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
8197         Set GNULIB_UNISTD_H_GETOPT.
8198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8199         GNULIB_UNISTD_H_GETOPT.
8200         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
8201
8202 2009-08-12  Bruno Haible  <bruno@clisp.org>
8203
8204         Clarify logic.
8205         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
8206         gl_replace_getopt instead of GETOPT_H.
8207
8208 2009-08-12  Bruno Haible  <bruno@clisp.org>
8209
8210         * m4/getopt.m4: Add comments.
8211
8212 2009-08-12  Bruno Haible  <bruno@clisp.org>
8213
8214         Disable multithread support by default on Cygwin 1.5.x.
8215         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
8216         set gl_use_threads=no if not specified otherwise.
8217
8218 2009-08-11  Bruno Haible  <bruno@clisp.org>
8219
8220         Avoid compilation error on NetBSD 5.0.
8221         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
8222         * tests/test-stdio.c: Likewise.
8223         * tests/test-stdlib.c: Likewise.
8224         * tests/test-string.c: Likewise.
8225         * tests/test-unistd.c: Likewise.
8226         Reported by Greg Troxel <gdt@ir.bbn.com>
8227         at <https://savannah.gnu.org/support/?106973>.
8228
8229 2009-08-11  Bruno Haible  <bruno@clisp.org>
8230
8231         * modules/dup2-tests (Depends-on): Remove close.
8232
8233         Undo 2009-07-19 commit.
8234         * modules/acl-tests (Depends-on): Remove close.
8235         * modules/binary-io-tests (Depends-on): Likewise.
8236         * modules/closein-tests (Depends-on): Likewise.
8237         * modules/flock-tests (Depends-on): Likewise.
8238         * modules/fsync-tests (Depends-on): Likewise.
8239         * modules/lseek-tests (Depends-on): Likewise.
8240         * modules/pipe-tests (Depends-on): Likewise.
8241         * modules/posix_spawn-tests (Depends-on): Likewise.
8242         * modules/posix_spawnp-tests (Depends-on): Likewise.
8243         * modules/stat-time-tests (Depends-on): Likewise.
8244         * modules/yesno-tests (Depends-on): Likewise.
8245
8246 2009-08-10  Bruno Haible  <bruno@clisp.org>
8247
8248         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
8249
8250 2009-08-10  Bruno Haible  <bruno@clisp.org>
8251
8252         Fix a gcc warning.
8253         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
8254
8255 2009-08-10  Bruno Haible  <bruno@clisp.org>
8256
8257         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
8258         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
8259         not only the first time.
8260         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
8261         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
8262         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
8263         is 1, not only the the first time.
8264
8265 2009-08-10  Bruno Haible  <bruno@clisp.org>
8266
8267         Make it possible to use module 'gethostname' without module 'close'.
8268         * lib/unistd.in.h (close): Evoke a link error only if
8269         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8270         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8271         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8272         * modules/unistd (Makefile.am): Substitute
8273         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8274         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
8275         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8276         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8277         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8278         * modules/sys_ioctl (Makefile.am): Substitute
8279         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8280         * modules/socket (configure.ac): On native Windows, set
8281         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8282         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8283         Reported by Sam Steingold <sds@gnu.org>.
8284
8285 2009-08-10  Bruno Haible  <bruno@clisp.org>
8286
8287         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8288         * modules/ioctl (configure.ac): Likewise.
8289
8290 2009-08-10  Bruno Haible  <bruno@clisp.org>
8291
8292         Avoid collision between gnulib wrapper and libintl wrapper.
8293         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8294         already defined in intl/printf.c.
8295         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8296         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8297
8298 2009-08-09  Bruno Haible  <bruno@clisp.org>
8299
8300         Make <sys/select.h> really self-contained, also on Solaris 10.
8301         * lib/sys_select.in.h: Include <string.h>.
8302         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8303         Solaris 10 problem.
8304         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8305         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8306         Reported by Jim Meyering.
8307
8308 2009-08-09  Bruno Haible  <bruno@clisp.org>
8309
8310         Avoid warnings from 'aclocal' that are due to a use of macro name
8311         AM_XGETTEXT_OPTION that is not defined in automake.
8312         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8313         automake.
8314         * modules/error (configure.ac): Likewise.
8315         * modules/propername (configure.ac): Likewise.
8316         * modules/vasprintf (configure.ac): Likewise.
8317         * modules/verror (configure.ac): Likewise.
8318         * modules/xprintf (configure.ac): Likewise.
8319         * modules/xvasprintf (configure.ac): Likewise.
8320
8321 2009-08-08  Bruno Haible  <bruno@clisp.org>
8322
8323         Avoid compilation error in C++ mode.
8324         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8325         Reported by Sam Steingold <sds@gnu.org>.
8326
8327 2009-08-08  Bruno Haible  <bruno@clisp.org>
8328
8329         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8330         for the various Unix platforms.
8331         * doc/posix-headers/limits.texi: Update platforms list regarding
8332         HOST_NAME_MAX.
8333         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8334
8335 2009-08-07  Jim Meyering  <meyering@redhat.com>
8336
8337         selinux-at: fix typo in a comment
8338         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8339         Spotted by Paolo Bonzini.
8340
8341         selinux-at: remove redundant m4 code, add documentation
8342         * modules/selinux-at (configure.ac): Remove redundant code.
8343         LIB_SELINUX is already set via the dependent module, selinux-h.
8344         (Include): Add quotes around selinux-at.h.
8345         * lib/selinux-at.h: Add documentation.
8346         Reported by Bruno Haible in
8347         http://marc.info/?l=gnulib-bug&m=124958988300749
8348
8349 2009-08-07  Bruno Haible  <bruno@clisp.org>
8350
8351         Avoid link error on MacOS X 10.3 and 10.4.
8352         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8353         on non-ELF systems.
8354         * lib/argp-pv.c (argp_program_version): Likewise.
8355         Reported by Simon Josefsson.
8356
8357 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8358
8359         * tests/test-version-etc.sh: Use $EXEEXT.
8360
8361 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8362
8363         update-copyright: update documentation to point to maint.mk
8364         * build-aux/update-copyright: Here.
8365
8366 2009-08-06  Jim Meyering  <meyering@redhat.com>
8367
8368         maint.mk: support update-copyright-local
8369         * top/maint.mk (update-copyright-local): Define place-holder.
8370         (update-copyright): Depend on $(update-copyright-local).
8371
8372 2009-08-06  Jim Meyering  <meyering@redhat.com>
8373
8374         selinux-at: new module
8375         Initially written for coreutils, this module will soon be
8376         used by findutils, too.
8377         * MODULES.html.sh [Misc]: Add selinux-at.
8378         * lib/selinux-at.h: New file, from coreutils.
8379         * lib/selinux-at.c: Likewise.
8380         * modules/selinux-at: Likewise.
8381         (License): Change from LGPL to GPL, since it depends
8382         on the GPL'd openat module.
8383
8384         doc: update README
8385         * README: Remove references to cogito.
8386         Remove cvs-repo-updating instructions from 2007.
8387         Don't imply that CVS is better if you have limited disk space.
8388
8389 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8390
8391         update-copyright: support C-style comments
8392         * build-aux/update-copyright: Implement and document.
8393         * tests/test-update-copyright.sh: Test.
8394
8395 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8396
8397         update-copyright: support omitted "(C)"
8398         * build-aux/update-copyright: Implement and document.  Also,
8399         allow variable whitespace before "(C)".
8400         * tests/test-update-copyright.sh: Test.
8401
8402 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8403
8404         update-copyright: don't trip on non-FSF copyright statements
8405         * build-aux/update-copyright: Fix so that the first correctly
8406         formatted FSF copyright statement is recognized no matter what
8407         appears before it.  Update documentation.
8408         * tests/test-update-copyright.sh: Test that.
8409
8410 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8411
8412         update-copyright: clean up code a little
8413         * build-aux/update-copyright: Append "_re" to the name of any
8414         variable holding a regular expression.
8415         Replace "old" and "new" with "stmt" in variable names.
8416         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8417         handled correctly.
8418         Format code more consistently.
8419
8420 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8421
8422         update-copyright-tests: improve portability
8423         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
8424         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
8425
8426 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8427
8428         update-copyright: support @copyright{} and &copy;
8429         * build-aux/update-copyright: Implement and document.
8430         * tests/test-update-copyright.sh: Test.
8431
8432 2009-08-04  Jim Meyering  <meyering@redhat.com>
8433
8434         update-copyright-tests: correctly test EOL=\r\n handling
8435         * tests/test-update-copyright.sh: Put \r at the end of some lines
8436         for the dos-eol tests.  Based on a patch by Joel E. Denny.
8437
8438         maint.mk: make update-copyright exclusion list more configurable
8439         * top/maint.mk (update-copyright): Default to excluding COPYING,
8440         but allow an override, in case someone does want to update that file.
8441
8442         maint.mk: don't update copyright date in COPYING
8443         * top/maint.mk (update-copyright): Exclude COPYING.
8444
8445         maint.mk: add a copyright-updating rule
8446         * top/maint.mk (update-copyright): New rule.
8447         Derived from coreutils/Makefile.am.
8448
8449         update-copyright: rename some variables
8450         * build-aux/update-copyright: Rename a few variables for clarity.
8451         Tweak syntax.  List Joel E. Denny as coauthor.
8452
8453 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
8454
8455         update-copyright: fix bug for 2-digit last year and add tests
8456         * build-aux/update-copyright: Fix bug.
8457         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
8458         specified.
8459         * modules/update-copyright-tests: New
8460         * tests/test-update-copyright.sh: New.
8461
8462 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8463
8464         update-copyright: handle leading tabs in line prefix
8465         * build-aux/update-copyright: Count leading tabs as 8 spaces
8466         when computing margin.  This helps with the formatting of
8467         ChangeLogs, for example.
8468         Fix documentation a little.
8469
8470 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8471
8472         update-copyright: support EOL=\r\n
8473         * build-aux/update-copyright: Implement that.
8474
8475 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
8476
8477         update-copyright: automatically format copyright statements
8478         * build-aux/update-copyright: Implement that.
8479         Also, be a little more predictable and safer by always failing
8480         when the full copyright format is not perfectly recognized as an
8481         unbroken whole.  Discussed at
8482         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
8483         Rewrite documentation.
8484
8485 2009-08-03  Bruno Haible  <bruno@clisp.org>
8486
8487         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
8488
8489 2009-08-02  Bruno Haible  <bruno@clisp.org>
8490
8491         Tests for module 'uname'.
8492         * modules/uname-tests: New file.
8493         * tests/test-uname.c: New file.
8494
8495         New module 'uname'.
8496         * lib/uname.c: New file.
8497         * m4/uname.m4: New file.
8498         * modules/uname: New file.
8499         * doc/posix-functions/uname.texi: Mention the new module.
8500
8501 2009-08-02  Bruno Haible  <bruno@clisp.org>
8502
8503         Tests for module 'sys_utsname'.
8504         * modules/sys_utsname-tests: New file.
8505         * tests/test-sys_utsname.c: New file.
8506
8507         New module 'sys_utsname'.
8508         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
8509         * m4/sys_utsname_h.m4: New file.
8510         * modules/sys_utsname: New file.
8511         * doc/posix-headers/sys_utsname.texi: Mention the new module.
8512
8513 2009-08-02  Bruno Haible  <bruno@clisp.org>
8514
8515         Implicitly initialize the sockets library.
8516         * lib/gethostname.c: Include sockets.h.
8517         (rpl_gethostname): Invoke gl_sockets_startup.
8518         * lib/socket.c: Include sockets.h.
8519         (rpl_socket): Invoke gl_sockets_startup.
8520         * modules/gethostname (Depends-on): Add sockets.
8521         * modules/socket (Depends-on): Likewise.
8522         * tests/test-poll.c: Don't include sockets.h.
8523         (main): Don't invoke gl_sockets_startup.
8524         * tests/test-select.c: Don't include sockets.h.
8525         (main): Don't invoke gl_sockets_startup.
8526
8527 2009-08-02  Bruno Haible  <bruno@clisp.org>
8528
8529         Allow multiple calls to gl_sockets_startup.
8530         * lib/sockets.c (initialized_sockets_version): New variable.
8531         (gl_sockets_startup): Do nothing if already called for this or a higher
8532         version.
8533         (gl_sockets_cleanup): Reset initialized_sockets_version.
8534
8535 2009-08-03  Simon Josefsson  <simon@josefsson.org>
8536
8537         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
8538         different project/version.
8539
8540 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
8541             Bruno Haible  <bruno@clisp.org>
8542
8543         Tests for module 'pipe-filter-gi'.
8544         * modules/pipe-filter-gi-tests: New file.
8545         * tests/test-pipe-filter-gi1.sh: New file.
8546         * tests/test-pipe-filter-gi1.c: New file.
8547         * tests/test-pipe-filter-gi2.sh: New file.
8548         * tests/test-pipe-filter-gi2-main.c: New file.
8549         * tests/test-pipe-filter-gi2-child.c: New file.
8550
8551         New module 'pipe-filter-gi'.
8552         * lib/pipe-filter-gi.c: New file.
8553         * modules/pipe-filter-gi: New file.
8554
8555 2009-08-02  Bruno Haible  <bruno@clisp.org>
8556             Paolo Bonzini  <bonzini@gnu.org>
8557
8558         Tests for module 'pipe-filter-ii'.
8559         * modules/pipe-filter-ii-tests: New file.
8560         * tests/test-pipe-filter-ii1.sh: New file.
8561         * tests/test-pipe-filter-ii1.c: New file.
8562         * tests/test-pipe-filter-ii2.sh: New file.
8563         * tests/test-pipe-filter-ii2-main.c: New file.
8564         * tests/test-pipe-filter-ii2-child.c: New file.
8565
8566         New module 'pipe-filter-ii'.
8567         * lib/pipe-filter.h: New file.
8568         * lib/pipe-filter-ii.c: New file.
8569         * lib/pipe-filter-aux.h: New file.
8570         * modules/pipe-filter-ii: New file.
8571
8572 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8573
8574         * lib/gc-libgcrypt.c: Change copyright to FSF.
8575         * lib/gc-gnulib.c: Likewise.
8576
8577 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
8578
8579         * lib/gethostname.c: Include limits.h.
8580
8581 2009-08-02  Simon Josefsson  <simon@josefsson.org>
8582             Bruno Haible  <bruno@clisp.org>
8583
8584         Ensure HOST_NAME_MAX as part of the gethostname module.
8585         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
8586         define also HOST_NAME_MAX.
8587         * tests/test-gethostname.c: Include <limits.h>.
8588         (main): Check also HOST_NAME_MAX.
8589         * doc/posix-headers/limits.texi: Document the mingw problem.
8590
8591 2009-08-02  Bruno Haible  <bruno@clisp.org>
8592
8593         * lib/gethostname.c (gethostname): Fix handling of large len argument.
8594         Add comments.
8595
8596 2009-03-31  Simon Josefsson  <simon@josefsson.org>
8597
8598         * lib/gethostname.c: Add Windows wrapper.
8599         * m4/gethostname.m4: Look for gethostname in -lws2_32.
8600         * modules/gethostname: Depend on sys_socket & errno, for also
8601         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
8602         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
8603
8604 2009-07-31  Jim Meyering  <meyering@redhat.com>
8605
8606         getloadavg: fix symbol name in comment
8607         * lib/getloadavg.c: Correct a typo I introduced when adding
8608         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
8609         Matt Kraai spotted the problem.
8610
8611 2009-07-29  Matt Kraai  <mkraai@beckman.com>
8612
8613         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
8614         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
8615         code also if ! defined N_NAME_POINTER.
8616         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
8617         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
8618         but the n_name member is a 12-byte array.
8619
8620 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
8621
8622         update-copyright: generalize comment handling
8623         * build-aux/update-copyright: Handle copyright statements
8624         within more comment styles.
8625         Document usage.
8626         Report any file with an external copyright holder or parse failure.
8627
8628 2009-07-29  Jim Meyering  <meyering@redhat.com>
8629
8630         mktime: correct setting of REPLACE_MKTIME
8631         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
8632
8633         update-copyright: new module
8634         * modules/update-copyright: New file.
8635         * build-aux/update-copyright: New file.
8636         * MODULES.html.sh (maint+release support): Add update-copyright.
8637
8638 2009-07-27  Bruno Haible  <bruno@clisp.org>
8639
8640         Fix compilation error when <ctime> is used and mktime is replaced.
8641         * lib/time.in.h (mktime): New declaration.
8642         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
8643         REPLACE_MKTIME instead of defining mktime in config.h.
8644         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
8645         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
8646         Reported by Ross McFarland <rwmcfa1@neces.com>.
8647
8648 2009-07-27  Bruno Haible  <bruno@clisp.org>
8649
8650         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
8651         Reported by Matt Kraai <mkraai@beckman.com>.
8652
8653 2009-07-25  Jim Meyering  <meyering@redhat.com>
8654
8655         maint.mk: avoid warnings about missing files
8656         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
8657         diagnostic when .prev-version does not exist.
8658         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
8659         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
8660         nonexistent cfg.mk.
8661         Suggestions from Simon Josefsson.
8662
8663 2009-07-25  Bruno Haible  <bruno@clisp.org>
8664
8665         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
8666         defined as macros. Needed on QNX 6.4.1.
8667         Reported by Matt Kraai <mkraai@beckman.com>.
8668
8669 2009-07-23  Jim Meyering  <meyering@redhat.com>
8670
8671         maint.mk: invoke "make dist" with a working value of XZ_OPT
8672         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
8673
8674 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
8675
8676         Make fseeko.c compile on QNX.
8677         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
8678
8679 2009-07-22  Peter Simons  <simons@cryp.to>
8680
8681         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
8682         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
8683         * lib/md4.h: Likewise.
8684         * lib/md5.h: Likewise.
8685         * lib/sha1.h: Likewise.
8686         * lib/sha256.h: Likewise.
8687         * lib/sha512.h: Likewise.
8688
8689         tests-sha1: don't assign literal string to 'char *' variable
8690         * tests/test-sha1.c (main): Declare locals with "const" to match
8691         attributes of the right hand side.
8692
8693 2009-07-21  Eric Blake  <ebb9@byu.net>
8694
8695         dup2: fix more mingw problems
8696         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
8697         fd to itself.
8698         * doc/posix-functions/dup2.texi (dup2): Document the bug.
8699         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
8700         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
8701         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
8702         care of mingw bugs.
8703
8704 2009-07-21  Jim Meyering  <meyering@redhat.com>
8705
8706         vc-list-files: avoid failure when /bin/sh is dash
8707         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
8708         On some Debian based systems, /bin/sh is a symlink to dash, and running
8709         this command would omit the "/" following each 'tests' prefix:
8710           dash -x build-aux/vc-list-files -C . tests
8711         That is because bash and dash work differently:
8712           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
8713           bash ok
8714           dash odd
8715
8716 2009-07-21  Eric Blake  <ebb9@byu.net>
8717
8718         dup2-tests: test previous patch
8719         * modules/dup2-tests: New file.
8720         * tests/test-dup2.c: Likewise.
8721         * tests/test-open.c (main): Avoid unspecified behavior.
8722         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
8723         test.
8724
8725         dup2: work around mingw and cygwin 1.5 bug
8726         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
8727         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8728         * modules/unistd (Makefile.am): Substitute it.
8729         * lib/unistd.in.h (dup2): Declare the replacement.
8730         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
8731         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
8732         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
8733         * modules/execute (Depends-on): Add dup2.
8734         * modules/fseterr (Depends-on): Likewise.
8735         * modules/pipe (Depends-on): Likewise.
8736         * modules/posix_spawn-internal (Depends-on): Likewise.
8737
8738 2009-07-21  Bruno Haible  <bruno@clisp.org>
8739
8740         * modules/.gitattributes: New file.
8741
8742 2009-07-20  Bruno Haible  <bruno@clisp.org>
8743
8744         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
8745         (main): Use it.
8746
8747 2009-07-20  Eric Blake  <ebb9@byu.net>
8748
8749         test-pipe: make a bit more robust.
8750         * tests/test-pipe.c (myerr): Allow error messages regardless of
8751         what we do to stderr.
8752         (test_pipe): Rearrange to avoid deadlock.
8753         (child_main): Try a larger read, to ensure we avoided deadlock.
8754         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
8755         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
8756         if misused.
8757
8758 2009-07-19  Jim Meyering  <meyering@redhat.com>
8759
8760         fts: avoid false-positive cycle-detection
8761         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
8762         for each new command line argument.
8763
8764 2009-07-19  Bruno Haible  <bruno@clisp.org>
8765
8766         Fix build error on mingw with the modules sys_select and unistd.
8767         * modules/acl-tests (Depends-on): Add close.
8768         * modules/binary-io-tests (Depends-on): Likewise.
8769         * modules/closein-tests (Depends-on): Likewise.
8770         * modules/flock-tests (Depends-on): Likewise.
8771         * modules/fsync-tests (Depends-on): Likewise.
8772         * modules/lseek-tests (Depends-on): Likewise.
8773         * modules/pipe-tests (Depends-on): Likewise.
8774         * modules/posix_spawn-tests (Depends-on): Likewise.
8775         * modules/posix_spawnp-tests (Depends-on): Likewise.
8776         * modules/stat-time-tests (Depends-on): Likewise.
8777         * modules/yesno-tests (Depends-on): Likewise.
8778
8779 2009-07-19  Bruno Haible  <bruno@clisp.org>
8780
8781         Unify conditionals.
8782         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
8783         macros, not at the compiler macros.
8784         * lib/pipe.c: Likewise.
8785         * lib/execute.c: Likewise.
8786         * lib/spawni.c: Likewise.
8787
8788 2009-07-19  Bruno Haible  <bruno@clisp.org>
8789
8790         Fix handling of closed stdin/stdout/stderr on mingw.
8791         * lib/w32spawn.h: Include unistd.h.
8792         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
8793         file descriptor with O_NOINHERIT flag.
8794         (fd_safer_noinherit): New function, based on fd-safer.c.
8795         (dup_safer_noinherit): New function, based on dup-safer.c.
8796         (undup_safer_noinherit): New function.
8797         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
8798         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
8799         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
8800         instead of fd_safer.
8801         * tests/test-pipe.c: Include <windows.h>.
8802         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
8803
8804         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
8805         from main.
8806         (test_pipe): Pass an extra argument for disambiguation.
8807         (main): Invoke parent_main or child_main.
8808
8809         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
8810         consistently.
8811
8812 2009-07-18  Eric Blake  <ebb9@byu.net>
8813
8814         test-pipe: fix mingw build
8815         * tests/test-pipe.c (main): Avoid fcntl on mingw.
8816
8817 2009-07-18  Bruno Haible  <bruno@clisp.org>
8818
8819         * modules/pipe-tests (Makefile.am): Fix typo.
8820
8821 2009-07-18  Eric Blake  <ebb9@byu.net>
8822
8823         error: fix mingw build
8824         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
8825         Reported by Bruno Haible.
8826
8827         error: avoid undefined use of stdout
8828         * lib/error.c (error, error_at_line): Check that fd 1 is open
8829         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
8830         is handling faults and the close_stdout module wants to report the
8831         detection of closed stdout as an error.
8832
8833 2009-07-17  Eric Blake  <ebb9@byu.net>
8834
8835         pipe: be robust in face of closed fds
8836         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
8837         should cause child to misbehave.
8838         * modules/pipe-tests: New module.
8839         * tests/test-pipe.c: New file.
8840         * tests/test-pipe.sh: New file.
8841         Reported by Akim Demaille.
8842
8843 2009-07-14  Bruno Haible  <bruno@clisp.org>
8844
8845         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
8846         Reported by anonymous kc.
8847
8848 2009-07-07  Jim Meyering  <meyering@redhat.com>
8849
8850         maint.mk: don't look for translatable strings in *.m4 or *.mk
8851         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
8852         when searching for translatable strings.
8853
8854 2009-07-05  Jim Meyering  <meyering@redhat.com>
8855
8856         remove superfluous parentheses in STREQ definition
8857         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
8858         * lib/getugroups.c (STREQ): Likewise.
8859         * lib/fnmatch.c (STREQ): Likewise.
8860         Spotted by Bruno Haible.
8861
8862 2009-07-04  Jim Meyering  <meyering@redhat.com>
8863
8864         argv-iter: new module
8865         * MODULES.html.sh: Add argv-iter.
8866         * lib/argv-iter.c, lib/argv-iter.h: New files.
8867         * modules/argv-iter: New file.
8868         * modules/argv-iter-tests: New file.
8869         * tests/test-argv-iter.c: Test it.
8870
8871 2009-07-04  Bruno Haible  <bruno@clisp.org>
8872
8873         Fix assertion.
8874         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
8875         contains more exact copies of a given entry than file2, leave the extra
8876         copies unpaired rather than aborting.
8877         Reported by Eric Blake.
8878
8879 2009-07-02  Bruno Haible  <bruno@clisp.org>
8880
8881         Speedup git-merge-changelog for git cherry-pick.
8882         * lib/git-merge-changelog.c (struct entries_mapping): New type.
8883         (entries_mapping_get): New function, extracted from compute_mapping.
8884         (entries_mapping_reverse_get): New function.
8885         (compute_mapping): Add a 'full' argument. Return the result in a
8886         'struct entries_mapping'.
8887         (main): Update. Access the mappings through entries_mapping_get.
8888         Reported by Eric Blake.
8889
8890 2009-07-02  Bruno Haible  <bruno@clisp.org>
8891
8892         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
8893         best_i.
8894
8895 2009-07-02  Bruno Haible  <bruno@clisp.org>
8896
8897         Speed up approximate search for matching ChangeLog entries.
8898         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
8899         argument. Call fstrcmp_bounded instead of fstrcmp.
8900         (compute_mapping, try_split_merged_entry, main): Update callers.
8901
8902 2009-07-02  Bruno Haible  <bruno@clisp.org>
8903
8904         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
8905
8906 2009-06-30  Bruno Haible  <bruno@clisp.org>
8907
8908         Reduce the number of uc_is_cased calls.
8909         * lib/unicase.h (casing_suffix_context_t): Add
8910         'first_char_except_ignorable' field.
8911         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
8912         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
8913         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
8914         Update initializer.
8915         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
8916         case-ignorable characters.
8917         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
8918         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
8919         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
8920         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
8921         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
8922
8923 2009-06-30  Bruno Haible  <bruno@clisp.org>
8924
8925         Tests for module 'unicase/ignorable'.
8926         * modules/unicase/ignorable-tests: New file.
8927         * tests/unicase/test-ignorable.c: New file, generated by
8928         gen-uni-tables.
8929
8930         Tests for module 'unicase/cased'.
8931         * modules/unicase/cased-tests: New file.
8932         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
8933         * tests/unicase/test-predicate-part1.h: New file, derived from
8934         tests/unictype/test-predicate-part1.h.
8935         * tests/unicase/test-predicate-part2.h: New file, same as
8936         tests/unictype/test-predicate-part2.h.
8937
8938         Fix evaluation of "Before C" condition of FINAL_SIGMA.
8939         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
8940         (output_casing_properties): New function.
8941         (main): Call it.
8942         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
8943         * lib/unicase/cased.c: Include unictype/bitmap.h.
8944         (uc_is_cased): Define through a bitmap lookup.
8945         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
8946         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
8947         (uc_is_case_ignorable): Define through a bitmap lookup.
8948         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
8949         lib/unictype/bitmap.h.
8950         (Depends-on): Add inline. Clean up.
8951         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
8952         lib/unictype/bitmap.h.
8953         (Depends-on): Add inline. Clean up.
8954         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
8955         recognition.
8956         * tests/unicase/test-u16-tolower.c (main): Likewise.
8957         * tests/unicase/test-u32-tolower.c (main): Likewise.
8958
8959 2009-06-30  Bruno Haible  <bruno@clisp.org>
8960
8961         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
8962         * lib/unicase/u16-casemap.c: Likewise.
8963         * lib/unicase/u32-casemap.c: Likewise.
8964
8965 2009-06-29  Bruno Haible  <bruno@clisp.org>
8966
8967         Define u32_casefold as a wrapper around u32_ct_casefold.
8968         * lib/unicase/u32-casefold.c: Update.
8969         * modules/unicase/u32-casefold (Depends-on): Add
8970         unicase/u32-ct-casefold, unicase/empty-prefix-context,
8971         unicase/empty-suffix-context. Clean up.
8972
8973         Define u16_casefold as a wrapper around u16_ct_casefold.
8974         * lib/unicase/u16-casefold.c: Update.
8975         * modules/unicase/u16-casefold (Depends-on): Add
8976         unicase/u16-ct-casefold, unicase/empty-prefix-context,
8977         unicase/empty-suffix-context. Clean up.
8978
8979         Define u8_casefold as a wrapper around u8_ct_casefold.
8980         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
8981         * lib/unicase/u8-casefold.c: Update.
8982         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
8983         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8984
8985         Define u32_totitle as a wrapper around u32_ct_totitle.
8986         * lib/unicase/u32-totitle.c: Update.
8987         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
8988         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8989
8990         Define u16_totitle as a wrapper around u16_ct_totitle.
8991         * lib/unicase/u16-totitle.c: Update.
8992         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
8993         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
8994
8995         Define u8_totitle as a wrapper around u8_ct_totitle.
8996         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
8997         functions.
8998         (FUNC): Delegate to U_CT_TOTITLE.
8999         * lib/unicase/u8-totitle.c: Update.
9000         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
9001         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9002
9003         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
9004         invocation.
9005         * modules/unicase/u32-tolower (Depends-on): Add
9006         unicase/empty-prefix-context, unicase/empty-suffix-context.
9007
9008         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
9009         invocation.
9010         * modules/unicase/u16-tolower (Depends-on): Add
9011         unicase/empty-prefix-context, unicase/empty-suffix-context.
9012
9013         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
9014         * modules/unicase/u8-tolower (Depends-on): Add
9015         unicase/empty-prefix-context, unicase/empty-suffix-context.
9016
9017         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
9018         invocation.
9019         * modules/unicase/u32-toupper (Depends-on): Add
9020         unicase/empty-prefix-context, unicase/empty-suffix-context.
9021
9022         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
9023         invocation.
9024         * modules/unicase/u16-toupper (Depends-on): Add
9025         unicase/empty-prefix-context, unicase/empty-suffix-context.
9026
9027         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
9028         * modules/unicase/u8-toupper (Depends-on): Add
9029         unicase/empty-prefix-context, unicase/empty-suffix-context.
9030
9031         New module 'unicase/u32-ct-casefold'.
9032         * lib/unicase/u32-ct-casefold.c: New file.
9033         * modules/unicase/u32-ct-casefold: New file.
9034
9035         New module 'unicase/u16-ct-casefold'.
9036         * lib/unicase/u16-ct-casefold.c: New file.
9037         * modules/unicase/u16-ct-casefold: New file.
9038
9039         New module 'unicase/u8-ct-casefold'.
9040         * lib/unicase/u8-ct-casefold.c: New file.
9041         * lib/unicase/u-ct-casefold.h: New file, derived from
9042         lib/unicase/u-casefold.h.
9043         * modules/unicase/u8-ct-casefold: New file.
9044
9045         New module 'unicase/u32-ct-totitle'.
9046         * lib/unicase/u32-ct-totitle.c: New file.
9047         * modules/unicase/u32-ct-totitle: New file.
9048
9049         New module 'unicase/u16-ct-totitle'.
9050         * lib/unicase/u16-ct-totitle.c: New file.
9051         * modules/unicase/u16-ct-totitle: New file.
9052
9053         New module 'unicase/u8-ct-totitle'.
9054         * lib/unicase/u8-ct-totitle.c: New file.
9055         * lib/unicase/u-ct-totitle.h: New file, derived from
9056         lib/unicase/u-totitle.h.
9057         * modules/unicase/u8-ct-totitle: New file.
9058
9059         New module 'unicase/u32-ct-tolower'.
9060         * lib/unicase/u32-ct-tolower.c: New file.
9061         * modules/unicase/u32-ct-tolower: New file.
9062
9063         New module 'unicase/u16-ct-tolower'.
9064         * lib/unicase/u16-ct-tolower.c: New file.
9065         * modules/unicase/u16-ct-tolower: New file.
9066
9067         New module 'unicase/u8-ct-tolower'.
9068         * lib/unicase/u8-ct-tolower.c: New file.
9069         * modules/unicase/u8-ct-tolower: New file.
9070
9071         New module 'unicase/u32-ct-toupper'.
9072         * lib/unicase/u32-ct-toupper.c: New file.
9073         * modules/unicase/u32-ct-toupper: New file.
9074
9075         New module 'unicase/u16-ct-toupper'.
9076         * lib/unicase/u16-ct-toupper.c: New file.
9077         * modules/unicase/u16-ct-toupper: New file.
9078
9079         New module 'unicase/u8-ct-toupper'.
9080         * lib/unicase/u8-ct-toupper.c: New file.
9081         * modules/unicase/u8-ct-toupper: New file.
9082
9083         Add context arguments to u*_casemap functions.
9084         * lib/unicase/unicasemap.h: Include unicase.h.
9085         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
9086         suffix_context arguments.
9087         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
9088         functions.
9089         (FUNC): Add prefix_context and suffix_context arguments. Use
9090         uc_is_cased and uc_is_case_ignorable.
9091         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
9092         * lib/unicase/u16-casemap.c: Likewise.
9093         * lib/unicase/u32-casemap.c: Likewise.
9094         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
9095         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9096         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
9097         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9098         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
9099         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9100
9101         New module 'unicase/u32-suffix-context'.
9102         * lib/unicase/u32-suffix-context.c: New file.
9103         * modules/unicase/u32-suffix-context: New file.
9104
9105         New module 'unicase/u16-suffix-context'.
9106         * lib/unicase/u16-suffix-context.c: New file.
9107         * modules/unicase/u16-suffix-context: New file.
9108
9109         New module 'unicase/u8-suffix-context'.
9110         * lib/unicase/u8-suffix-context.c: New file.
9111         * lib/unicase/u-suffix-context.h: New file.
9112         * modules/unicase/u8-suffix-context: New file.
9113
9114         New module 'unicase/empty-suffix-context'.
9115         * lib/unicase/empty-suffix-context.c: New file.
9116         * modules/unicase/empty-suffix-context: New file.
9117
9118         New module 'unicase/u32-prefix-context'.
9119         * lib/unicase/u32-prefix-context.c: New file.
9120         * modules/unicase/u32-prefix-context: New file.
9121
9122         New module 'unicase/u16-prefix-context'.
9123         * lib/unicase/u16-prefix-context.c: New file.
9124         * modules/unicase/u16-prefix-context: New file.
9125
9126         New module 'unicase/u8-prefix-context'.
9127         * lib/unicase/u8-prefix-context.c: New file.
9128         * lib/unicase/u-prefix-context.h: New file.
9129         * lib/unicase/context.h: New file.
9130         * modules/unicase/u8-prefix-context: New file.
9131
9132         New module 'unicase/empty-prefix-context'.
9133         * lib/unicase/empty-prefix-context.c: New file.
9134         * modules/unicase/empty-prefix-context: New file.
9135
9136         New module 'unicase/ignorable'.
9137         * lib/unicase/ignorable.c: New file.
9138         * modules/unicase/ignorable: New file.
9139
9140         New module 'unicase/cased'.
9141         * lib/unicase/caseprop.h: New file.
9142         * lib/unicase/cased.c: New file.
9143         * modules/unicase/cased: New file.
9144
9145         New functions for case mapping of substrings.
9146         * lib/unicase.h (casing_prefix_context_t): New type.
9147         (unicase_empty_prefix_context): New variable.
9148         (u8_casing_prefix_context, u16_casing_prefix_context,
9149         u32_casing_prefix_context, u8_casing_prefixes_context,
9150         u16_casing_prefixes_context, u32_casing_prefixes_context): New
9151         declarations.
9152         (casing_suffix_context_t): New type.
9153         (unicase_empty_suffix_context): New variable.
9154         (u8_casing_suffix_context, u16_casing_suffix_context,
9155         u32_casing_suffix_context, u8_casing_suffixes_context,
9156         u16_casing_suffixes_context, u32_casing_suffixes_context,
9157         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
9158         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
9159         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
9160         declarations.
9161
9162 2009-06-28  Jim Meyering  <meyering@redhat.com>
9163
9164         boostrap: indent only with spaces
9165         * build-aux/bootstrap: Indent only with spaces, never TABs.
9166
9167         bootstrap: split long lines
9168         * build-aux/bootstrap: Keep line length < 80.
9169
9170         bootstrap: sync from coreutils
9171         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
9172         just as autoreconf does.  Verify a list of prerequisite
9173         package-name,version-number pairs if defined in bootstrap.conf.
9174         Refer to README-prereq, if prerequisites are not satisfied.
9175
9176 2009-06-27  Eric Blake  <ebb9@byu.net>
9177
9178         tests: add test for bogus NULL definition
9179         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
9180         * tests/test-stdlib.c: Likewise.
9181         * tests/test-string.c: Likewise.
9182         * tests/test-locale.c: Likewise.
9183         * tests/test-unistd.c: Likewise.
9184         * modules/stdio-tests (Depends-on): Add verify.
9185         * modules/stdlib-tests (Depends-on): Likewise.
9186         * modules/string-tests (Depends-on): Likewise.
9187         * modules/locale-tests (Depends-on): Likewise.
9188         * modules/unistd-tests (Depends-on): Likewise.
9189
9190 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
9191
9192         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
9193         self-explaining comment.
9194         * m4/selinux-selinux-h: Update serial.
9195         (gl_LIBSELINUX): New macro, adding a warning for missing development
9196         packages to code extracted from...
9197         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
9198         Add warning for missing development packages here, too.
9199
9200 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
9201
9202         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
9203
9204 2009-06-25  Eric Blake  <ebb9@byu.net>
9205
9206         version-etc: fix regression
9207         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
9208         gcc.
9209         (version_etc): Use it, to catch bugs with trailing NULL.
9210         * lib/version-etc.c (version_etc_arn): Delete unused argument.
9211         (version_etc_va): Fix logic bug.
9212         * modules/version-etc-tests: Add test.
9213         * tests/test-version-etc.c: New file.
9214         * tests/test-version-etc.sh: Likewise.
9215
9216 2009-06-25  Sam Steingold  <sds@gnu.org>
9217
9218         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
9219         mbtowc declaration.
9220
9221 2009-06-25  Eric Blake  <ebb9@byu.net>
9222
9223         fpurge: migrate into <stdio.h>
9224         * lib/fpurge.h: Delete...
9225         * lib/stdio.in.h (fpurge): ...and declare here, instead.
9226         * lib/fpurge.c (fpurge): Change declaring header.
9227         * modules/fpurge (Files): Drop deleted file.
9228         (Depends-on): Add stdio.
9229         (configure.ac): Set witness.
9230         * modules/stdio (Makefile.am): Support fpurge macros.
9231         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9232         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
9233         * lib/fflush.c: Update client.
9234         * tests/test-fpurge.c: Likewise.
9235         * NEWS: Mention the change.
9236
9237 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9238
9239         * lib/argp-version-etc.c (program_authors): Add const
9240         qualifier.
9241         * lib/version-etc.c: Fix typos in the comments.
9242         * modules/argp-version-etc: Depends on version-etc.
9243
9244 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9245
9246         argp-version-etc: new module.
9247
9248         * lib/argp-version-etc.c: New file.
9249         * lib/argp-version-etc.h: New file.
9250         * modules/argp-version-etc: New file.
9251         * modules/argp-version-etc-tests: New file.
9252         * tests/test-argp-version-etc.c: New test.
9253         * tests/test-argp-version-etc-1.sh: New test.
9254
9255 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9256
9257         Provide additional interfaces and documentation for version-etc
9258         module.
9259
9260         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
9261         interfaces.
9262         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
9263         prototypes.
9264
9265 2009-06-24  Bruno Haible  <bruno@clisp.org>
9266
9267         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
9268         HAVE_LIB${NAME} macro.
9269         Reported by Sam Steingold <sds@gnu.org>.
9270
9271 2009-06-23  Simon Josefsson  <simon@josefsson.org>
9272
9273         * modules/hash-tests (test_hash_LDADD): Link to libintl when
9274         needed.
9275
9276 2009-06-21  Bruno Haible  <bruno@clisp.org>
9277
9278         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9279         work.
9280         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9281         together with LIB${NAME}, LTLIB${NAME}.
9282         Reported by Sam Steingold <sds@gnu.org>.
9283
9284 2009-06-20  Jim Meyering  <meyering@redhat.com>
9285
9286         tests: make sc_require_test_exit_idiom more generic
9287         * top/maint.mk (Exit_witness_file): New overridable variable.
9288         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9289         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9290
9291 2009-06-19  Jim Meyering  <meyering@redhat.com>
9292
9293         hash: reverse order of src/dst parameters in an internal interface
9294         * lib/hash.c (transfer_entries): Reverse order of parameters to
9295         put DST before SRC.  Adjust callers.
9296
9297         tests: test-hash: avoid wholesale duplication
9298         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9299         Instead, use a loop and add a single conditional.
9300
9301         tests: test-hash: allow seed selection via a command line argument
9302         * tests/test-hash.c (get_seed): New function.
9303         (main): Use it.
9304
9305 2009-06-19  Eric Blake  <ebb9@byu.net>
9306
9307         hash: avoid memory leak on allocation failure
9308         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9309         failure.  Factor repeated algorithm...
9310         (transfer_entries): ...into new helper routine.
9311         (hash_delete): React to hash_rehash return value.
9312
9313         hash: reduce memory pressure in hash_rehash no-op case
9314         * lib/hash.c (next_prime): Avoid overflow.
9315         (hash_initialize): Factor bucket size computation...
9316         (compute_bucket_size): ...into new helper function.
9317         (hash_rehash): Use new function and open coding to reduce memory
9318         pressure, and avoid a memory leak in USE_OBSTACK code.
9319         Reported by Jim Meyering.
9320
9321 2009-06-18  Eric Blake  <ebb9@byu.net>
9322
9323         hash: make rotation more obvious
9324         * modules/hash (Depends-on): Add bitrotate and stdint.
9325         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9326         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9327         (SIZE_MAX): Rely on headers for definition.
9328         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9329         (raw_hasher): Use rotr_sz.
9330         Suggested by Jim Meyering.
9331
9332         hash: fix memory leak in last patch
9333         * lib/hash.c (hash_rehash): Avoid memory leak.
9334
9335         hash: avoid no-op rehashing
9336         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9337
9338         hash: provide default callback functions
9339         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9340         (hash_initialize): Use them as defaults.
9341         * tests/test-hash.c (main): Test this.
9342
9343         hash: minor optimization
9344         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9345         when possible.
9346         (hash_initialize): Document this promise.
9347         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9348         * tests/test-hash.c (hash_compare_strings): Test this.
9349
9350 2009-06-18  Bruno Haible  <bruno@clisp.org>
9351
9352         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9353         going to be replaced anyway.
9354
9355 2009-06-18  Bruno Haible  <bruno@clisp.org>
9356
9357         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9358         in one place.
9359         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9360         be replaced anyway.
9361
9362 2009-06-18  Eric Blake  <ebb9@byu.net>
9363
9364         hash: check for resize before insertion
9365         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9366         threshold before insertion, so that a pathological hash_rehash
9367         that fills every bucket can still trigger another rehash.
9368
9369 2009-06-18  Jim Meyering  <meyering@redhat.com>
9370
9371         hash-tests: add a loop around the small tests
9372         * tests/test-hash.c (main): Repeat small tests with selected
9373         small initial table sizes.
9374
9375 2009-06-17  Eric Blake  <ebb9@byu.net>
9376
9377         hash: minor cleanups
9378         * lib/hash.h (hash_entry): Make opaque, by moving...
9379         * lib/hash.c (hash_entry): ...here.
9380         (hash_insert): Clarify restrictions on what can be inserted.
9381         (hash_get_next): Clarify when it is safe to remove an element
9382         during traversal.
9383         (check_tuning): Skip verification when tuning is known safe.
9384         (hash_initialize): Clarify restrictions on tuning.
9385
9386 2009-06-17  Jim Meyering  <jim@meyering.net>
9387         and Eric Blake  <ebb9@byu.net>
9388
9389         hash-tests: new module
9390         * modules/hash-tests: New file.
9391         * tests/test-hash.c: New file.
9392
9393 2009-06-17  Eric Blake  <ebb9@byu.net>
9394
9395         strstr-simple: document new module
9396         * MODULES.html.sh: Document new module.
9397
9398         strstr, strcasestr: replace on platforms with broken memchr
9399         * modules/strstr: Split into...
9400         * modules/strstr-simple: ...new module that does not care about
9401         performance, but does care about glibc bug.
9402         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9403         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9404         if platform memchr is broken, per Debian bug 521737.
9405         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9406         memchr.
9407         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9408         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9409         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9410         * modules/mountlist (Depends-on): Add strstr-simple.
9411         * modules/gen-uni-tables (Depends-on): Likewise.
9412         * modules/argz (Depends-on): Add strstr.
9413
9414 2009-06-17  Bruno Haible  <bruno@clisp.org>
9415
9416         * modules/posix_spawn-internal (Depends-on): Add errno.
9417
9418 2009-06-17  Bruno Haible  <bruno@clisp.org>
9419
9420         Define missing ESTALE on Interix 3.5.
9421         * lib/errno.in.h (ESTALE): Assign a value if missing.
9422         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9423         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
9424         missing.
9425         * doc/posix-headers/errno.texi: Mention the Interix bug.
9426         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
9427
9428 2009-06-15  Eric Blake  <ebb9@byu.net>
9429
9430         memchr, memchr2: add valgrind exception
9431         * lib/memchr.valgrind: New file.
9432         * lib/memchr2.valgrind: New file.
9433         * modules/memchr (Files): Distribute valgrind file.
9434         * modules/memchr2 (Files): Likewise.
9435
9436         docs: memchr is no longer obsolete
9437         * MODULES.html.sh: Move memchr from obsolete to string.h section.
9438         * lib/string.in.h (memchr): Simplify logic.
9439
9440 2009-06-14  Jim Meyering  <meyering@redhat.com>
9441
9442         link-follow: fix the "checking..." message to not mention trailing slash
9443         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
9444         never considered trailing slashes.
9445
9446 2009-06-14  Bruno Haible  <bruno@clisp.org>
9447
9448         * m4/memchr.m4: Mention also the bug on IA-64.
9449         * doc/posix-functions/memchr.texi: Likewise.
9450
9451 2009-06-12  Eric Blake  <ebb9@byu.net>
9452
9453         memchr: detect broken x86_64 and alpha implementations
9454         * modules/memchr-tests (Depends-on): Move mmap detection...
9455         * modules/memchr (Depends-on): ...here.
9456         (configure.ac): Set indicator.
9457         * lib/string.in.h (memchr): Declare replacement.
9458         * modules/string (Makefile.am): Trigger replacement.
9459         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9460         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
9461         bugs.
9462         * doc/posix-functions/memchr.texi (memchr): Document the bug.
9463         * modules/getpagesize (License): Relax license.
9464
9465 2009-06-11  Bruno Haible  <bruno@clisp.org>
9466
9467         * lib/idpriv.h: Add more references.
9468
9469 2009-06-08  Bruno Haible  <bruno@clisp.org>
9470
9471         Tests for module 'idpriv-droptemp'.
9472         * modules/idpriv-droptemp-tests: New file.
9473         * tests/test-idpriv-droptemp.sh: New file.
9474         * tests/test-idpriv-droptemp.su.sh: New file.
9475         * tests/test-idpriv-droptemp.c: New file.
9476
9477         New module 'idpriv-droptemp'.
9478         * lib/idpriv-droptemp.c: New file.
9479         * modules/idpriv-droptemp: New file.
9480
9481 2009-06-08  Bruno Haible  <bruno@clisp.org>
9482
9483         Tests for module 'idpriv-drop'.
9484         * modules/idpriv-drop-tests: New file.
9485         * tests/test-idpriv-drop.sh: New file.
9486         * tests/test-idpriv-drop.su.sh: New file.
9487         * tests/test-idpriv-drop.c: New file.
9488
9489         New module 'idpriv-drop'.
9490         * lib/idpriv.h: New file.
9491         * lib-idpriv-drop.c: New file.
9492         * m4/idpriv.m4: New file.
9493         * modules/idpriv-drop: New file.
9494
9495 2009-06-08  Bruno Haible  <bruno@clisp.org>
9496
9497         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
9498         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9499         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9500         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9501         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9502         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9503         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9504
9505 2009-06-08  Eric Blake  <ebb9@byu.net>
9506
9507         test-strstr: use memory fence, when possible
9508         * tests/test-strstr.c (main): Use memory fence, in order to be
9509         more likely to trigger Debian bug 521737.
9510         * modules/strstr-tests (Files): Pull in additional files.
9511
9512         memchr: no longer obsolete, for wider field testing
9513         * modules/memchr (Status, Notice): Delete, this module is no
9514         longer obsolete.
9515         * modules/vasnprintf (Depends-on): Add memchr.
9516
9517 2009-06-07  Jim Meyering  <meyering@redhat.com>
9518
9519         hash: declare some functions with the warn_unused_result attribute
9520         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
9521
9522 2009-06-07  Bruno Haible  <bruno@clisp.org>
9523
9524         * tests/test-alignof.c: Don't test int64_t if it does not exist.
9525         Reported by Eric Blake.
9526
9527 2009-06-06  Eric Blake  <ebb9@byu.net>
9528
9529         test-alignof: fix typo with long double
9530         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
9531         compiler error.
9532
9533 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
9534
9535         Escape non-texinfo { and }s.
9536         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
9537         markup error.
9538
9539 2009-06-04  Jim Meyering  <meyering@redhat.com>
9540
9541         gitlog-to-changelog: don't infloop on an empty commit log
9542         * build-aux/gitlog-to-changelog: Warn about an empty log message.
9543         Reported by Boris Petersen <transacid@centerim.org>.
9544
9545 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
9546
9547         version-etc: extend for packagers
9548         Add three new configure options, intended for packagers:
9549           --with-packager="packager name"
9550           --with-packager-version="packager-specific version"
9551           --with-packager-bug-reports="packager bug reporting"
9552         An example with coreutils:
9553           $ ./configure \
9554             --with-packager=Gentoo \
9555             --with-packager-bug-report=http://bugs.gentoo.org/ \
9556             --with-packager-version="patchset 1.6"
9557           $ ./src/ls --version | head -n2
9558           ls (GNU coreutils) 7.1-dirty
9559           Packaged by Gentoo (patchset 1.6)
9560         Note that the bug reporting info via --help doesn't show up because
9561         coreutils uses its own custom emit_bug_reporting_address() implementation
9562         in src/system.h.  If it didn't, it'd look like:
9563           $ ./src/ls --help | tail -n4
9564           Report bugs to <bug-coreutils@gnu.org>.
9565           Report Gentoo bugs to <http://bugs.gentoo.org/>.
9566           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
9567           General help using GNU software: <http://www.gnu.org/gethelp/>.
9568         * lib/version-etc.c: Print new information, if provided.
9569         * m4/version-etc.m4: New file.
9570         * modules/version-etc (Files): Add m4/version-etc.m4.
9571         (configure.ac): Add gl_VERSION_ETC.
9572
9573 2009-05-31  Bruno Haible  <bruno@clisp.org>
9574
9575         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
9576         and 'int64_t'.
9577         * modules/alignof-tests (Dependencies): Add stdint.
9578         Reported by Eric Blake.
9579
9580 2009-05-31  Bruno Haible  <bruno@clisp.org>
9581
9582         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
9583         restriction due to compiler bugs.
9584         Reported by Eric Blake.
9585
9586 2009-05-31  Simon Josefsson  <simon@josefsson.org>
9587             Bruno Haible  <bruno@clisp.org>
9588
9589         Fix test-alignof failure.
9590         * lib/alignof.h (alignof_slot): New macro.
9591         (alignof_type): New macro, with the same semantics as the previous
9592         'alignof'.
9593         (alignof): Alias to alignof_slot.
9594         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
9595         check that the results are usable as constant expressions.
9596
9597 2009-05-31  Bruno Haible  <bruno@clisp.org>
9598
9599         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
9600         * tests/test-memchr.c (main): Check that memchr does not read past the
9601         first occurrence of the byte.
9602         * tests/test-strstr.c (main): Update comment.
9603         Suggested by Eric Blake.
9604
9605 2009-05-30  Bruno Haible  <bruno@clisp.org>
9606
9607         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
9608         detail how to use dumpbin.
9609         Reported by David Byron <dbyron@dbyron.com>.
9610
9611 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9612
9613         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
9614
9615 2009-06-02  Simon Josefsson  <simon@josefsson.org>
9616
9617         * m4/manywarnings.m4: Add GCC 4.4 warnings.
9618
9619 2009-05-28  Bruno Haible  <bruno@clisp.org>
9620
9621         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
9622         build-aux/ files.
9623
9624 2009-05-28  Simon Josefsson  <simon@josefsson.org>
9625
9626         * gnulib-tool (func_import): Transform license on build-aux/ files too.
9627
9628 2009-05-27  Simon Josefsson  <simon@josefsson.org>
9629
9630         * gnulib-tool (sed_transform_main_lib_file)
9631         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
9632         regexps.
9633
9634 2009-05-26  Simon Josefsson  <simon@josefsson.org>
9635
9636         * tests/test-strstr.c: Add another self-test.
9637         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
9638         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
9639
9640 2009-05-23  Bruno Haible  <bruno@clisp.org>
9641
9642         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
9643         change.
9644
9645 2009-05-21  Bruno Haible  <bruno@clisp.org>
9646
9647         Simplify use of mode_t varargs.
9648         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
9649         uses 'mode_t' or 'int'.
9650         * lib/openat.c (openat): Likewise.
9651         * lib/open-safer.c (open_safer): Likewise.
9652         * m4/mode_t.m4: New file.
9653         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
9654         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
9655         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
9656         * modules/open (Files): Add m4/mode_t.m4.
9657         * modules/openat (Files): Likewise.
9658         * modules/fcntl-safer (Files): Likewise.
9659         Suggested by Eric Blake.
9660
9661 2009-05-21  Pádraig Brady  <P@draigbrady.com>
9662
9663         * doc/glibc-functions/fallocate.texi: New file.
9664         * doc/gnulib.texi: Include it.
9665
9666 2009-05-21  Eric Blake  <ebb9@byu.net>
9667             Bruno Haible  <bruno@clisp.org>
9668
9669         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
9670         invocations.
9671         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
9672
9673 2009-05-21  Eric Blake  <ebb9@byu.net>
9674             Bruno Haible  <bruno@clisp.org>
9675
9676         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
9677         include_next. Fix of 2008-11-20 commit.
9678         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
9679         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
9680         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
9681         NEXT_MATH_H.
9682         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
9683         instead of NEXT_MATH_H.
9684
9685 2009-05-21  Bruno Haible  <bruno@clisp.org>
9686
9687         Avoid redefinition warnings for SIZE_MAX.
9688         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
9689         Reported by Simon Josefsson.
9690
9691 2009-05-21  Bruno Haible  <bruno@clisp.org>
9692
9693         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
9694         AC_CACHE_VAL.
9695
9696 2009-05-20  Bruno Haible  <bruno@clisp.org>
9697
9698         Make zeroptr.h work on mingw.
9699         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
9700         mprotect.
9701         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
9702         * modules/memchr2-tests (configure.ac): Likewise.
9703         * modules/memcmp-tests (configure.ac): Likewise.
9704         * modules/memmem-tests (configure.ac): Likewise.
9705         * modules/memrchr-tests (configure.ac): Likewise.
9706         Reported by Simon Josefsson.
9707
9708 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9709
9710         * tests/test-glob.c: Include string.h for strcmp prototype.
9711
9712 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9713
9714         * modules/getdelim (Depends-on): Add explicit stdint, although it
9715         was implicitly already pulled in via realloc-posix.
9716         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
9717
9718 2009-05-20  Simon Josefsson  <simon@josefsson.org>
9719
9720         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
9721         G. Christensen" <tgc@jupiterrise.com>.
9722         * m4/sys_socket_h.m4: Check for sa_family_t.
9723         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
9724         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
9725         * tests/test-sys_socket.c: Check that sa_family_t works.
9726
9727 2009-05-18  Eric Blake  <ebb9@byu.net>
9728
9729         maint.mk: allow gnulib_dir in VPATH build
9730         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
9731
9732 2009-05-15  Jim Meyering  <meyering@redhat.com>
9733
9734         maint.mk: Give gnulib_dir a default definition.
9735         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
9736         Thus, most packages no longer need to specify this variable in cfg.mk
9737
9738 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
9739
9740         rename.m4: fix typos that would make non-mingw cross-configure fail
9741         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
9742
9743 2009-05-13  Eric Blake  <ebb9@byu.net>
9744
9745         mmap-anon: avoid out-of-order autoconf expansion
9746         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
9747         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
9748         * modules/memchr-tests (Depends-on): Add extensions.
9749         * modules/memchr2-tests (Depends-on): Add extensions.
9750         * modules/memcmp-tests (Depends-on): Add extensions.
9751         * modules/memmem-tests (Depends-on): Add extensions.
9752         * modules/memrchr-tests (Depends-on): Add extensions.
9753
9754 2009-05-13  Bruno Haible  <bruno@clisp.org>
9755
9756         Make some tests ISO C 99 compliant.
9757         * tests/zerosize-ptr.h: New file.
9758         * tests/test-memchr.c: Include zerosize-ptr.h.
9759         (main): Use a zero-size object pointer instead of NULL.
9760         * tests/test-memchr2.c: Include zerosize-ptr.h.
9761         (main): Use a zero-size object pointer instead of NULL.
9762         * tests/test-memcmp.c: Include zerosize-ptr.h.
9763         (main): Use a zero-size object pointer instead of NULL.
9764         * tests/test-memmem.c: Include zerosize-ptr.h.
9765         (main): Use a zero-size object pointer instead of NULL.
9766         * tests/test-memrchr.c: Include zerosize-ptr.h.
9767         (main): Use a zero-size object pointer instead of NULL.
9768         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
9769         m4/mmap-anon.m4.
9770         (Depends-on): Add getpagesize.
9771         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9772         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
9773         m4/mmap-anon.m4.
9774         (Depends-on): Add getpagesize.
9775         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9776         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
9777         m4/mmap-anon.m4.
9778         (Depends-on): Add getpagesize.
9779         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9780         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
9781         m4/mmap-anon.m4.
9782         (Depends-on): Add getpagesize.
9783         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9784         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
9785         m4/mmap-anon.m4.
9786         (Depends-on): Add getpagesize.
9787         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
9788
9789 2009-05-12  Bruno Haible  <bruno@clisp.org>
9790
9791         Tests for module 'alignof'.
9792         * modules/alignof-tests: New file.
9793         * tests/test-alignof.c: New file.
9794
9795 2009-05-12  Bruno Haible  <bruno@clisp.org>
9796
9797         Fix alignof macro.
9798         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
9799         vendor compilers that are always correct.
9800
9801 2009-05-12  Bruno Haible  <bruno@clisp.org>
9802
9803         Make the MAP_ANONYMOUS detection work on HP-UX 11.
9804         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
9805         not whether its fully works.
9806
9807 2009-05-12  Bruno Haible  <bruno@clisp.org>
9808
9809         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
9810
9811 2009-05-12  Jim Meyering  <meyering@redhat.com>
9812
9813         * top/maint.mk: Adjust backslash alignment.
9814
9815 2009-05-11  Simon Josefsson  <simon@josefsson.org>
9816
9817         * top/maint.mk: Make $(srcdir)/build-aux configurable.
9818
9819 2009-05-11  Eric Blake  <ebb9@byu.net>
9820
9821         argp: avoid undefined behavior
9822         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
9823         macros.
9824
9825 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9826
9827         * tests/test-vc-list-files-git.sh: Do git config of user.email and
9828         user.name to prevent git commit from complaining.
9829
9830 2009-05-10  Bruno Haible  <bruno@clisp.org>
9831
9832         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
9833         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
9834         it rewrites every file name only once.
9835         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
9836
9837 2009-05-08  Bruno Haible  <bruno@clisp.org>
9838
9839         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
9840         instead of 'max'.
9841
9842 2009-05-08  Simon Josefsson  <simon@josefsson.org>
9843
9844         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
9845         sockaddr_storage test.
9846
9847 2009-05-07  Simon Josefsson  <simon@josefsson.org>
9848
9849         * modules/sys_socket (Makefile.am): Substitute
9850         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
9851         * m4/sys_socket_h.m4: Check for sockaddr_storage.
9852         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
9853         * tests/test-sys_socket.c: Check sockaddr_storage.
9854
9855 2009-05-08  Bruno Haible  <bruno@clisp.org>
9856
9857         New module 'alignof'.
9858         * lib/alignof.h: New file.
9859         * modules/alignof: New file.
9860
9861 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9862             Bruno Haible  <bruno@clisp.org>
9863
9864         Fix test-file-has-acl on FreeBSD.
9865         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
9866         mask is implicitly added.
9867         * tests/test-file-has-acl.c: Include <signal.h>.
9868         (main): Terminate the test after 5 seconds.
9869         * modules/acl-tests (configure.ac): Check for alarm function.
9870
9871 2009-05-04  Bruno Haible  <bruno@clisp.org>
9872
9873         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
9874         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
9875         * modules/errno (configure.ac): Drop AC_REQUIRE.
9876         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
9877         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
9878
9879 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9880
9881         * modules/glob-tests: New module.
9882         * tests/test-glob.c: Add.
9883
9884 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9885
9886         * modules/fnmatch-tests: New module.
9887         * tests/test-fnmatch.c: Add.
9888
9889 2009-05-04  Eric Blake  <ebb9@byu.net>
9890
9891         maint: make the new no-submodule-changes rule VPATH-safe
9892         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
9893
9894 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9895             Bruno Haible  <bruno@clisp.org>
9896
9897         acl: Fix infinite loop on FreeBSD.
9898         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
9899         of return value from acl_get_entry.
9900         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
9901         Likewise.
9902
9903 2009-05-03  Bruno Haible  <bruno@clisp.org>
9904
9905         * lib/acl-internal.h (acl_entries): Clarify return value.
9906         * lib/acl_entries.c (acl_entries): Likewise.
9907
9908 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9909
9910         Bug fix in acl module.
9911         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
9912
9913 2009-05-03  Bruno Haible  <bruno@clisp.org>
9914
9915         Create gperf-generated file in the source dir, not in the build dir.
9916         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
9917         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
9918         * modules/unicase/locale-language (unicase/locale-languages.h):
9919         Likewise.
9920         * modules/unicase/special-casing (unicase/special-casing-table.h):
9921         Likewise.
9922         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
9923         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
9924         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
9925         Reported by Ralf Wildenhues.
9926
9927 2009-05-03  Bruno Haible  <bruno@clisp.org>
9928
9929         * modules/fnmatch (Description, configure.ac): Taken from
9930         fnmatch-posix.
9931         * modules/fnmatch-posix: Turn into a symbolic reference to the
9932         'fnmatch' module, and deprecate.
9933         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
9934
9935 2009-05-03  Bruno Haible  <bruno@clisp.org>
9936
9937         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
9938         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
9939         Reported by Ralf Wildenhues.
9940
9941 2009-05-04  Simon Josefsson  <simon@josefsson.org>
9942
9943         * m4/fnmatch.m4: Fix fnmatch re-define.
9944
9945 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
9946
9947         priv-set: new module and tests; adapt write-any-file
9948         * lib/priv-set.c: New file.
9949         * lib/priv-set.h: New file.
9950         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
9951         * lib/write-any-file.c: Simplify by using priv-set module.
9952         * m4/priv-set.m4: New file.
9953         * modules/priv-set: New file.
9954         * modules/unlinkdir: Add dependency on priv-set module.
9955         * modules/write-any-file: Likewise.
9956
9957         Tests for module 'priv-set'.
9958         * modules/priv-set-tests: New file.
9959         * tests/test-priv-set.c: New file.
9960
9961 2009-05-03  Jim Meyering  <meyering@redhat.com>
9962             Bruno Haible  <bruno@clisp.org>
9963
9964         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
9965         use the converted UTF-8 variant of the name instead.
9966
9967 2009-05-03  Jim Meyering  <meyering@redhat.com>
9968
9969         tests: tighten some getdate tests
9970         * tests/test-getdate.c (main): Tighten tests: require equality,
9971         not just greater than.  Set TZ envvar to UTC0.
9972
9973 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
9974
9975         getdate: correctly interpret "next monday" when run on a Monday
9976         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
9977         that e.g., "next tues" (when run on a tuesday) results in a date
9978         that is one week in the future, and not today's date.
9979         I.e., add a week when the wday is the same as the current one.
9980         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
9981         and earlier by Martin Bernreuther and Jan Minář.
9982         * tests/test-getdate.c (main): Check that "next DAY" is always in
9983         the future and that "last DAY" is always in the past.
9984
9985 2009-05-02  Jim Meyering  <meyering@redhat.com>
9986
9987         build: ensure that a release build fails when a submodule is unclean
9988         * top/maint.mk (no-submodule-changes): New rule.
9989         (alpha beta major): Depend on it.
9990
9991 2009-05-02  Bruno Haible  <bruno@clisp.org>
9992
9993         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
9994         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
9995         shell variable gl_fnmatch_required to detect which variant is
9996         requested.
9997         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
9998         gl_FUNC_FNMATCH_POSIX.
9999         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
10000         exclude fnmatch-posix.
10001
10002 2009-05-02  Bruno Haible  <bruno@clisp.org>
10003
10004         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
10005         * modules/mbsrtowcs (License): Change to LGPLv2+.
10006         * modules/strnlen1 (License): Likewise.
10007         Reported by Simon Josefsson.
10008
10009 2009-05-02  Bruno Haible  <bruno@clisp.org>
10010
10011         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
10012         "cross".
10013         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
10014         gnulib-tool was called with option --source-base=lib.
10015
10016 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10017
10018         Use automake *-local hooks without commands, for extensibility.
10019         * modules/localcharset (Makefile.am): Rename install-exec-local
10020         rule to install-exec-localcharset, and make it a prerequisite of
10021         install-exec-local.  Likewise, rename the uninstall-local rule to
10022         uninstall-localcharset, and make it a prerequisite of the former.
10023
10024 2009-05-01  Bruno Haible  <bruno@clisp.org>
10025
10026         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
10027         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10028         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
10029         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
10030         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
10031         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10032         m4/locale-zh.m4, m4/codeset.m4.
10033
10034         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10035         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
10036         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10037         m4/locale-zh.m4.
10038
10039         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
10040         REPLACE_WCRTOMB if mbstate_t must be replaced.
10041         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
10042         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
10043
10044 2009-05-01  Bruno Haible  <bruno@clisp.org>
10045
10046         Avoid compiler warnings when redefining macros defined by <libintl.h>.
10047         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
10048         dngettext, dcngettext, textdomain, bindtextdomain,
10049         bind_textdomain_codeset): Undefine before redefining.
10050
10051 2009-04-30  Bruno Haible  <bruno@clisp.org>
10052
10053         Fix bug introduced on 2009-04-25.
10054         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
10055         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
10056         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
10057         is defined.
10058         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
10059         is defined.
10060         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
10061         is defined.
10062         Reported by Elbert_Pol <elbert.pol@gmail.com>.
10063
10064 2009-04-28  Bruno Haible  <bruno@clisp.org>
10065
10066         Comment tweaks.
10067         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
10068         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
10069         * lib/unicase.h (u*_casexfrm): Likewise.
10070         Reported by Paolo Bonzini.
10071
10072 2009-04-28  Bruno Haible  <bruno@clisp.org>
10073
10074         Fix a compilation error.
10075         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
10076         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10077         Reported by Jim Meyering.
10078
10079 2009-04-27  Bruno Haible  <bruno@clisp.org>
10080
10081         New module 'libunistring'.
10082         * modules/libunistring: New file.
10083         * m4/libunistring.m4: New file.
10084         * MODULES.html.sh (Unicode string functions): Add it.
10085
10086 2009-04-27  Eric Blake  <ebb9@byu.net>
10087
10088         maint.mk: allow package-specific header to provide <config.h>
10089         * top/maint.mk (sc_require_config_h): New variable.
10090         (sc_require_config_h, sc_require_config_h_first): Use it.
10091
10092 2009-04-27  Simon Josefsson  <simon@josefsson.org>
10093
10094         * top/maint.mk (sc_avoid_if_before_free): Except
10095         useless-if-before-free script.
10096
10097 2009-04-27  Eric Blake  <ebb9@byu.net>
10098
10099         maintainer-makefile: depend on all required helper scripts
10100         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
10101         useless-if-before-free.
10102         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
10103         version, rather than assuming gnulib checkout is available.
10104         Reported by Simen Josefsson.
10105
10106 2009-04-26  Bruno Haible  <bruno@clisp.org>
10107
10108         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
10109         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
10110         "../" or "..".
10111
10112 2009-04-26  Bruno Haible  <bruno@clisp.org>
10113
10114         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
10115         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
10116         AC_LIB_HAVE_LINKFLAGS.
10117
10118 2009-04-26  Bruno Haible  <bruno@clisp.org>
10119
10120         Simplify calling convention of u*_conv_from_encoding.
10121         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10122         u32_conv_from_encoding): Expect a resultbuf argument and return the
10123         result directly as a pointer.
10124         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10125         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10126         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10127         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10128         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10129         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10130         Update.
10131         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
10132         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
10133         * lib/vasnprintf.c (VASNPRINTF): Update.
10134         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
10135         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
10136         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
10137         * NEWS: Mention the change.
10138
10139 2009-04-26  Bruno Haible  <bruno@clisp.org>
10140
10141         Simplify calling convention of u*_conv_to_encoding.
10142         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10143         u32_conv_to_encoding): Expect a resultbuf argument and return the
10144         result directly as a pointer.
10145         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10146         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
10147         freeing scaled_offsets if mem_iconveha failed.
10148         * lib/unicase/u-casexfrm.h (FUNC): Update.
10149         * lib/uninorm/u-normxfrm.h (FUNC): Update.
10150         * lib/vasnprintf.c (VASNPRINTF): Update.
10151         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
10152         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
10153         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
10154         * NEWS: Mention the change.
10155
10156 2009-04-26  Bruno Haible  <bruno@clisp.org>
10157
10158         Avoid test failures on AIX and OSF/1.
10159         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
10160         malloc(0).
10161         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10162         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10163         Likewise.
10164         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
10165         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
10166         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
10167         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
10168         * doc/posix-functions/malloc.texi: Document the portability problem
10169         related to malloc(0).
10170
10171 2009-04-26  Bruno Haible  <bruno@clisp.org>
10172
10173         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
10174         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
10175         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
10176
10177 2009-04-25  Bruno Haible  <bruno@clisp.org>
10178
10179         Avoid link error when creating a namespace clean library.
10180         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
10181         as macro with arguments if already defined as an alias.
10182         * lib/signbitf.c (gl_signbitf): Don't undefine.
10183         * lib/signbitd.c (gl_signbitd): Don't undefine.
10184         * lib/signbitl.c (gl_signbitl): Don't undefine.
10185
10186 2009-04-25  Jim Meyering  <meyering@redhat.com>
10187
10188         vc-list-files: fix another quoting bug
10189         * build-aux/vc-list-files: Avoid sed backslash expansion
10190         of pathological directory names.
10191
10192 2009-04-25  Eric Blake  <ebb9@byu.net>
10193
10194         vc-list-files: fix shell quoting error
10195         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
10196         timestamp.
10197
10198 2009-04-25  Jim Meyering  <meyering@redhat.com>
10199
10200         vc-list-files: restore lost functionality with subdir argument
10201         * build-aux/vc-list-files: When given a non-"." sub-directory
10202         argument, substitute the $dir/ prefix back onto each resulting name.
10203         Otherwise, coreutils' root_tests check would fail.
10204
10205 2009-04-24  Eric Blake  <ebb9@byu.net>
10206
10207         vc-list-files: ignore git symlinks
10208         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
10209         than ls-files, to ignore git symlinks.
10210
10211         maint.mk: import improvements from m4
10212         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
10213         (move_if_change): Delete unused macro.
10214         (news-date-check, vc-diff-check): Support VPATH builds.
10215         (announcement): Likewise.  Split --bootstrap-tools list...
10216         (boostrap-tools): ...into separate list, which can be overridden
10217         in cfg.mk.
10218         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
10219         requiring dependency on useless-if-before-free module.
10220         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
10221         Support VPATH builds.
10222
10223 2009-04-24  Jim Meyering  <meyering@redhat.com>
10224
10225         maint.mk: remove coreutils-specific rules and variables
10226         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
10227         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
10228         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
10229
10230         maint.mk: remove obsolete rule
10231         * top/maint.mk (rel-check): Remove rule.
10232         (WGET, WGETFLAGS): Remove now-unused variables.
10233
10234 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10235
10236         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
10237         consistency.
10238
10239         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
10240         '$(PATH_SEPARATOR)' instead of ':'.
10241
10242 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10243
10244         * lib/getopt1.c (main): Use 'const' for static array.
10245
10246 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10247
10248         * top/maint.mk: Sync with coreutils.
10249         * NEWS: Explain incompatibilities.
10250
10251 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10252             Bruno Haible  <bruno@clisp.org>
10253
10254         Fix cross-compilation results.
10255         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
10256         statement, as third argument of AC_TRY_RUN.
10257         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
10258         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
10259         Likewise.
10260         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
10261         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
10262         Likewise.
10263         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
10264         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
10265         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
10266
10267 2009-04-20  Bruno Haible  <bruno@clisp.org>
10268
10269         Avoid test failure on mingw.
10270         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
10271
10272 2009-04-20  Bruno Haible  <bruno@clisp.org>
10273
10274         Avoid compilation error on mingw.
10275         * modules/localename-tests (Depends-on): Add locale.
10276
10277 2009-04-19  Bruno Haible  <bruno@clisp.org>
10278
10279         Support for building a shared library on Windows platforms.
10280         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10281         (main): Test the presence of UNINORM_NFC here.
10282         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10283         (main): Test the presence of UNINORM_NFD here.
10284         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10285         (main): Test the presence of UNINORM_NFKC here.
10286         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10287         (main): Test the presence of UNINORM_NFKD here.
10288
10289 2009-04-19  Bruno Haible  <bruno@clisp.org>
10290
10291         Avoid a compiler warning.
10292         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10293         Change type of variable 'sequence'.
10294
10295 2009-04-19  Bruno Haible  <bruno@clisp.org>
10296
10297         * modules/configmake (Makefile.am): When the contents of configmake.h
10298         does not change, arrange to preserve its modification time.
10299
10300 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10301
10302         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10303         gettext domain.
10304
10305 2009-04-16  Jim Meyering  <meyering@redhat.com>
10306
10307         useless-if-before-free: improve conversion code
10308         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10309         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10310
10311 2009-04-14  Bruno Haible  <bruno@clisp.org>
10312
10313         * modules/fcntl (Depends-on): Add extensions.
10314         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10315
10316 2009-04-12  Ben Pfaff  <blp@gnu.org>
10317
10318         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10319         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10320
10321 2009-03-20  Ben Pfaff  <blp@gnu.org>
10322
10323         Make rename replace existing destinations on Windows.
10324         * m4/rename.m4: Add test for Mingw.
10325         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10326         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10327         * doc/posix-functions/rename.texi: Document.
10328
10329 2009-04-10  Bruno Haible  <bruno@clisp.org>
10330
10331         New include file "iconveh.h".
10332         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10333         * lib/striconveh.h: Include it.
10334         (enum iconv_ilseq_handler): Remove definition.
10335         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10336         striconveh.h.
10337         * lib/striconveha.c: Include striconveh.h.
10338         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10339         * modules/striconveh (Files): Add lib/iconveh.h.
10340         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10341         lib/striconveh.h.
10342
10343 2009-04-10  Bruno Haible  <bruno@clisp.org>
10344
10345         * lib/uniconv.h: Update comment.
10346
10347 2009-04-10  Bruno Haible  <bruno@clisp.org>
10348
10349         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10350         always.
10351         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10352         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10353         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10354         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10355         "unistring-notinline.h", so that the function gets defined always.
10356         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10357         * lib/unistr/u8-uctomb.c: Likewise.
10358         * lib/unistr/u16-mbtouc.c: Likewise.
10359         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10360         * lib/unistr/u16-uctomb.c: Likewise.
10361         * lib/unistr/u32-mbtouc.c: Likewise.
10362         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10363         * lib/unistr/u32-uctomb.c: Likewise.
10364
10365 2009-04-10  Bruno Haible  <bruno@clisp.org>
10366
10367         Mark 'utime' obsolete.
10368         * modules/utime (Status, Notice): New sections.
10369         Suggested by Jim Meyering.
10370
10371         Fix cross-compile guess for utime test.
10372         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10373         autoconf.
10374         * doc/posix-functions/utime.texi: Give more precisions.
10375         Reported by Jan <ipif@ymail.com>.
10376
10377 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10378
10379         filevercmp: correct today's change
10380         * lib/filevercmp.c: Also handle coreutils' test inputs.
10381         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10382
10383         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10384         for reporting it.
10385         * lib/filevercmp.c: Special handle for "", "." and "..".
10386         * tests/test-filevercmp.c: Enlarge the set suite.
10387
10388 2009-04-07  Jim Meyering  <meyering@redhat.com>
10389
10390         useless-if-before-free: show how to remove braced useless free, too
10391         * build-aux/useless-if-before-free: still only in a comment, though.
10392
10393 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10394
10395         maint.mk: import changes to syntax-check macros from coreutils
10396         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10397         Use them in the relevant macros.
10398
10399 2009-04-06  Bruno Haible  <bruno@clisp.org>
10400
10401         Fix unportable use of bit-fields.
10402         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10403         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10404         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10405
10406 2009-04-06  Bruno Haible  <bruno@clisp.org>
10407
10408         Avoid test failures on AIX and OSF/1.
10409         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10410         that malloc(0) = NULL.
10411         * tests/unicase/test-u8-tolower.c (check): Likewise.
10412         * tests/unicase/test-u8-totitle.c (check): Likewise.
10413         * tests/unicase/test-u8-toupper.c (check): Likewise.
10414         * tests/unicase/test-u16-casefold.c (check): Likewise.
10415         * tests/unicase/test-u16-tolower.c (check): Likewise.
10416         * tests/unicase/test-u16-totitle.c (check): Likewise.
10417         * tests/unicase/test-u16-toupper.c (check): Likewise.
10418         * tests/unicase/test-u32-casefold.c (check): Likewise.
10419         * tests/unicase/test-u32-tolower.c (check): Likewise.
10420         * tests/unicase/test-u32-totitle.c (check): Likewise.
10421         * tests/unicase/test-u32-toupper.c (check): Likewise.
10422         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10423         * tests/uninorm/test-u8-nfd.c (check): Likewise.
10424         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
10425         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
10426         * tests/uninorm/test-u16-nfc.c (check): Likewise.
10427         * tests/uninorm/test-u16-nfd.c (check): Likewise.
10428         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
10429         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
10430         * tests/uninorm/test-u32-nfc.c (check): Likewise.
10431         * tests/uninorm/test-u32-nfd.c (check): Likewise.
10432         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
10433         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
10434
10435 2009-04-05  Bruno Haible  <bruno@clisp.org>
10436
10437         Work around an autoconf limitation.
10438         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
10439         comment line if it would be longer than 3 KB.
10440
10441 2009-04-05  Bruno Haible  <bruno@clisp.org>
10442
10443         Avoid test failure with libiconv-1.13.
10444         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
10445         of the expected test results.
10446
10447 2009-04-05  Bruno Haible  <bruno@clisp.org>
10448
10449         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
10450         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
10451         that it should be installed.
10452
10453 2009-04-05  Bruno Haible  <bruno@clisp.org>
10454
10455         * gnulib-tool: New option --copy-file.
10456         (func_usage): Document it.
10457         (func_dest_tmpfilename): Moved out of func_import.
10458         (func_add_file, func_update_file): New functions, extracted from
10459         func_import.
10460         (func_import): Update.
10461
10462 2009-04-05  Karl Berry  <karl@gnu.org>
10463
10464         * README: prominently mention gnulib-tool.
10465         Rearrange sections so getting the code is near the top.
10466
10467 2009-04-05  Bruno Haible  <bruno@clisp.org>
10468
10469         * lib/unicase.h: Mention u*_cmp2.
10470         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10471         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
10472         * lib/unicase/ulc-casecmp.c: Likewise.
10473         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
10474         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
10475         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
10476         unistr/u8-cmp.
10477         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
10478         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
10479         unistr/u16-cmp.
10480         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
10481         unistr/u32-cmp.
10482
10483         * lib/uninorm.h: Mention u*_cmp2.
10484         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
10485         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
10486         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
10487         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
10488         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
10489         unistr/u8-cmp.
10490         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
10491         unistr/u16-cmp.
10492         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
10493         unistr/u32-cmp.
10494
10495         New module 'unistr/u32-cmp2'.
10496         * lib/unistr/u32-cmp2.c: New file.
10497         * modules/unistr/u32-cmp2: New file.
10498
10499         New module 'unistr/u16-cmp2'.
10500         * lib/unistr/u16-cmp2.c: New file.
10501         * modules/unistr/u16-cmp2: New file.
10502
10503         New module 'unistr/u8-cmp2'.
10504         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
10505         * lib/unistr/u8-cmp2.c: New file.
10506         * lib/unistr/u-cmp2.h: New file.
10507         * modules/unistr/u8-cmp2: New file.
10508
10509 2009-04-05  Bruno Haible  <bruno@clisp.org>
10510
10511         * lib/unictype.h (uc_property_is_valid): New macro.
10512         * tests/unictype/test-pr_byname.c (main): Use it.
10513
10514         * lib/unistr.h: Doc fixes.
10515         * lib/uniconv.h: Doc fixes.
10516         * lib/unictype.h: Doc fixes.
10517
10518 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
10519
10520         Port coreutils 7.2 to Solaris 8.
10521
10522         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
10523         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
10524         for Solaris 8.  This is a bit of a hack, as it means it's the
10525         caller's responsibility to add -lnsl if needed, but most likely it
10526         won't be needed since only getaddrinfo uses this and getaddrinfo
10527         isn't needed on Solaris 8.
10528
10529         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
10530         problem to Solaris 8 encountered with coreutils 7.2, which
10531         resulted in a message "fnmatch.c:292: warning: passing argument 4
10532         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
10533         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
10534
10535 2009-04-03  Simon Josefsson  <simon@josefsson.org>
10536
10537         * m4/ld-version-script.m4: Add FIXME comment.
10538
10539 2009-04-02  Simon Josefsson  <simon@josefsson.org>
10540
10541         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
10542         SOVERSION variable.
10543
10544 2009-04-02  Bruno Haible  <bruno@clisp.org>
10545
10546         * Makefile (info, html, dvi, pdf): Combine the rules.
10547         Suggested by Jim Meyering.
10548
10549 2009-04-01  Bruno Haible  <bruno@clisp.org>
10550
10551         * Makefile (info, html, dvi, pdf): New targets.
10552         Reported by Reuben Thomas <rrt@sc3d.org>.
10553
10554 2009-04-01  Bruno Haible  <bruno@clisp.org>
10555
10556         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
10557         can be put into PATH.
10558         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
10559
10560 2009-04-01  Bruno Haible  <bruno@clisp.org>
10561
10562         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
10563
10564 2009-04-01  Bruno Haible  <bruno@clisp.org>
10565
10566         Rename module 'visibility'.
10567         * modules/lib-symbol-visibility: Renamed from modules/visibility.
10568         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
10569         * doc/gnulib.texi: Update.
10570         * MODULES.html.sh (Misc): Update.
10571         * NEWS: Mention the change.
10572
10573 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10574
10575         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
10576         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
10577         Eric Blake <ebb9@byu.net> for review.
10578         * MODULES.html.sh: Add lib-msvc-compat.
10579         * doc/gnulib.texi: Link to new section.
10580         * m4/ld-output-def.m4: New file.
10581         * doc/ld-output-def.texi: New file.
10582
10583 2009-04-01  Simon Josefsson  <simon@josefsson.org>
10584
10585         Rename ld-version-script to lib-symbol-versions.  Suggested by
10586         Bruno Haible <bruno@clisp.org>.
10587         * modules/ld-version-script: Renamed to lib-symbol-versions.
10588         * doc/ld-version-script.texi: Fix module name.
10589         * MODULES.html.sh: Add lib-symbol-versions.
10590
10591 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10592
10593         * modules/u64-tests: New file.
10594         * tests/test-u64.c: New file.
10595
10596 2009-03-04  Simon Josefsson  <simon@josefsson.org>
10597
10598         * MODULES.html.sh: Mention u64.
10599         * modules/u64: New module.
10600         * modules/crypto/sha512: Depend on u64 module instead of providing
10601         u64.h.
10602
10603 2009-03-27  Eric Blake  <ebb9@byu.net>
10604
10605         test-strerror: make debugging EAI_SYSTEM easier
10606         * modules/getaddrinfo-tests (Depends-on): Add strerror.
10607         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
10608         failure was EAI_SYSTEM.
10609
10610 2009-03-25  Bruno Haible  <bruno@clisp.org>
10611
10612         Fix a problem with --enable-relocatable on Solaris 7.
10613         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
10614         since 2008-02-24.
10615
10616 2009-03-25  Eric Blake  <ebb9@byu.net>
10617
10618         test-sockets: avoid gcc warning
10619         * tests/test-sockets.c (main): Silence compiler warning.
10620
10621 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         New modules nproc, pthread, contributed by Glen Lenker.
10624
10625         * MODULES.html.sh: Add pthread, nproc.
10626         * lib/nproc.c: New file.
10627         * lib/nproc.h: New file.
10628         * lib/pthread.in.h: New file.
10629         * m4/pthread.m4: New file.
10630         * modules/nproc: New file.
10631         * modules/pthread: New file.
10632
10633 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10634
10635         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
10636         New variable.
10637
10638 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
10639
10640         filevercmp: handle simple~ and numbered.~3~ backup suffixes
10641         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
10642         * tests/test-filevercmp.c: Add tests for backup suffixes.
10643
10644 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10645
10646         * modules/stdlib (Depends-on): Add stdint, needed when defining
10647         struct random_data on, for example, HP-UX 10.20.  Reported by
10648         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10649
10650 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10651
10652         * lib/readline.c (readline): Call fflush on stdout after printing
10653         prompt.
10654
10655 2009-03-20  Bruno Haible  <bruno@clisp.org>
10656
10657         Remove dependency from 'close' module to -lws2_32 on native Windows.
10658         * lib/close-hook.h: New file.
10659         * lib/close-hook.c: New file.
10660         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
10661         w32sock.h.
10662         (_gl_close_fd_maybe_socket): Remove function.
10663         (rpl_close): Invoke execute_all_close_hooks instead of
10664         _gl_close_fd_maybe_socket.
10665         * lib/sockets.c: Include close-hook.h, w32sock.h.
10666         (close_fd_maybe_socket): New function, essentially from lib/close.c.
10667         (close_sockets_hook): New variable.
10668         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
10669         (gl_sockets_cleanup): Unregister it.
10670         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
10671         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
10672         * modules/close-hook: New file.
10673         * modules/close (Files): Remove lib/w32sock.h.
10674         (Depends-on): Add close-hook.
10675         (Link): Remove section.
10676         * modules/sockets (Files): Add lib/w32sock.h.
10677         (Depends-on): Add close-hook.
10678         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
10679         invocation.
10680         * NEWS: Mention that LIB_CLOSE is gone.
10681
10682 2009-03-23  Eric Blake  <ebb9@byu.net>
10683
10684         signal-tests: test previous patch
10685         * tests/test-signal.c: New file.
10686         * modules/signal-tests: Likewise.
10687
10688         signal.h: always support 'volatile sig_atomic_t'
10689         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
10690         (gl_SIGNAL_H_DEFAULTS): Add a default.
10691         * modules/signal (Makefile.am): Substitute if needed.
10692         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
10693         users can blindly add volatile.
10694         * doc/posix-headers/signal.texi (signal.h): Document it.
10695         Reported by Matthew Woehlke.
10696
10697 2009-03-23  Jim Meyering  <meyering@redhat.com>
10698
10699         pathmax: PATH_MAX: use pathconf only when available
10700         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
10701         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
10702         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
10703         This avoids a link failure in a PSP cross-compilation environment
10704         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
10705
10706         * lib/vasnprintf.c (divide): Fix typo in comment.
10707
10708 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10709
10710         * gnulib-tool (func_filter_filelist): Fix comment.
10711
10712 2009-03-20  Bruno Haible  <bruno@clisp.org>
10713
10714         Make sockets.h self-contained.
10715         * lib/sockets.c: Include sockets.h first.
10716         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
10717
10718 2009-03-19  Eric Blake  <ebb9@byu.net>
10719
10720         doc: mention more functions added in cygwin 1.7.0
10721         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
10722         addition.
10723         * doc/posix-functions/log2f.texi: Likewise.
10724
10725 2009-03-19  Jim Meyering  <meyering@redhat.com>
10726
10727         fsusage: avoid syntax error due to statement-before-declaration
10728         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
10729         after all declarations.  Reported by Matthew Woehlke in
10730         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
10731
10732 2009-03-18  Eric Blake  <ebb9@byu.net>
10733
10734         build-aux/compile: sync from automake
10735         * build-aux/compile: New file, from automake.
10736         * config/srclist.txt: Mention build-aux/compile.
10737
10738 2009-03-17  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/git-merge-changelog.c: Fix typo in comment.
10741         Reported by Reuben Thomas <rrt@sc3d.org>.
10742
10743 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
10744
10745         * m4/regex.m4: update and improve help for
10746         --without-included-regex.
10747
10748 2009-03-17  Simon Josefsson  <simon@josefsson.org>
10749
10750         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
10751         failure on missing include files.
10752
10753 2009-03-17  Eric Blake  <ebb9@byu.net>
10754
10755         doc: mention more functions added in cygwin 1.7.0
10756         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
10757         addition.
10758         * doc/posix-functions/fwscanf.texi: Likewise.
10759         * doc/posix-functions/swprintf.texi: Likewise.
10760         * doc/posix-functions/swscanf.texi: Likewise.
10761         * doc/posix-functions/vfwprintf.texi: Likewise.
10762         * doc/posix-functions/vfwscanf.texi: Likewise.
10763         * doc/posix-functions/vswprintf.texi: Likewise.
10764         * doc/posix-functions/vswscanf.texi: Likewise.
10765         * doc/posix-functions/vwprintf.texi: Likewise.
10766         * doc/posix-functions/vwscanf.texi: Likewise.
10767         * doc/posix-functions/wcscasecmp.texi: Likewise.
10768         * doc/posix-functions/wcsdup.texi: Likewise.
10769         * doc/posix-functions/wcsftime.texi: Likewise.
10770         * doc/posix-functions/wcsncasecmp.texi: Likewise.
10771         * doc/posix-functions/wprintf.texi: Likewise.
10772         * doc/posix-functions/wscanf.texi: Likewise.
10773         * doc/glibc-functions/gethostbyname2.texi: Likewise.
10774
10775 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10776
10777         maint.mk: really add $(AM_MAKEFLAGS)
10778         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
10779         was inadvertently omitted in the last commit.
10780         Spotted by Bruno Haible.
10781
10782         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
10783         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
10784         $(AM_MAKEFLAGS)' rather than plain `make'.
10785
10786         gnulib-tool: execute $MAKE not make
10787         * gnulib-tool: Default $MAKE to 'make'.
10788         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
10789         than make.  Initialize $MAKE in the do-autobuild script.
10790
10791         gnulib-tool: use $MAKE not make in generated files
10792         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
10793         make, in generated files.  Initialize $MAKE in the do-autobuild
10794         script.
10795
10796         * top/GNUmakefile (_have-git-version-gen): Fix typo.
10797
10798         GNUmakefile: disable parallelism only for multiple, recursive targets
10799         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
10800         additions in the Makefile.
10801         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
10802         by Automake.
10803         (.NOTPARALLEL): Only disable parallel builds if multiple targets
10804         are listed on the command line and at least one of them is
10805         listed in $(ALL_RECURSIVE_TARGETS).
10806
10807 2009-03-14  Bruno Haible  <bruno@clisp.org>
10808
10809         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
10810         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
10811         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
10812         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
10813         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
10814         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
10815         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
10816         unistr/u8-uctomb.
10817         * modules/unistr/u8-strchr (Depends-on): Likewise.
10818         * modules/unistr/u8-strrchr (Depends-on): Likewise.
10819         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
10820         unistr/u16-uctomb.
10821         * modules/unistr/u16-strchr (Depends-on): Likewise.
10822         * modules/unistr/u16-strrchr (Depends-on): Likewise.
10823
10824 2009-03-12  Bruno Haible  <bruno@clisp.org>
10825
10826         Work around select() bug on Interix 3.5.
10827         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
10828         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
10829         * m4/select.m4: New file.
10830         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
10831         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
10832         * modules/select (Files): Add m4/select.m4.
10833         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
10834         * modules/nanosleep (Depends-on): Add select.
10835         * modules/poll (Depends-on): Likewise.
10836         * doc/posix-functions/select.texi: Mention the Interix bug.
10837         Reported by Markus Duft <mduft@gentoo.org>.
10838
10839         * lib/select.c: Renamed from lib/winsock-select.c.
10840         * modules/select (Files): Add lib/select.c, remove
10841         lib/winsock-select.c.
10842         (configure.ac): Update.
10843
10844 2009-03-12  Jim Meyering  <meyering@redhat.com>
10845
10846         avoid gcc warnings about unused macro definitions
10847         * lib/readtokens.c (STREQ): Remove unused definition.
10848         * lib/xmalloc.c (SIZE_MAX): Likewise.
10849         * lib/openat-die.c (N_): Likewise.
10850         * lib/mountlist.c (SIZE_MAX): Remove definition.
10851         Instead, include <stdint.h>.
10852         * lib/readutmp.c: Likewise.
10853         * modules/readutmp (Depends-on): Add stdint.
10854         * modules/mountlist (Depends-on): Add stdint.
10855         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
10856
10857 2009-03-10  Bruno Haible  <bruno@clisp.org>
10858
10859         Tests for module 'mbmemcasecoll'.
10860         * modules/mbmemcasecoll-tests: New file.
10861         * tests/test-mbmemcasecoll1.sh: New file.
10862         * tests/test-mbmemcasecoll2.sh: New file.
10863         * tests/test-mbmemcasecoll3.sh: New file.
10864         * tests/test-mbmemcasecoll.c: New file.
10865
10866         New module 'mbmemcasecoll'.
10867         * lib/mbmemcasecoll.h: New file.
10868         * lib/mbmemcasecoll.c: New file.
10869         * modules/mbmemcasecoll: New file.
10870
10871         * tests/test-mbmemcasecmp.h: New file, extracted from
10872         tests/test-mbmemcasecmp.c.
10873         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
10874         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
10875         (main): Update.
10876         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
10877
10878 2009-03-09  Bruno Haible  <bruno@clisp.org>
10879
10880         Tests for module 'mbmemcasecmp'.
10881         * modules/mbmemcasecmp-tests: New file.
10882         * tests/test-mbmemcasecmp1.sh: New file.
10883         * tests/test-mbmemcasecmp2.sh: New file.
10884         * tests/test-mbmemcasecmp3.sh: New file.
10885         * tests/test-mbmemcasecmp.c: New file.
10886
10887         New module 'mbmemcasecmp'.
10888         * lib/mbmemcasecmp.h: New file.
10889         * lib/mbmemcasecmp.c: New file.
10890         * modules/mbmemcasecmp: New file.
10891
10892 2009-03-09  Bruno Haible  <bruno@clisp.org>
10893
10894         Tests for module 'unicase/ulc-casecoll'.
10895         * modules/unicase/ulc-casecoll-tests: New file.
10896         * tests/unicase/test-ulc-casecoll1.sh: New file.
10897         * tests/unicase/test-ulc-casecoll2.sh: New file.
10898         * tests/unicase/test-ulc-casecoll.c: New file.
10899
10900         New module 'unicase/ulc-casecoll'.
10901         * lib/unicase.h (ulc_casecoll): New declaration.
10902         * lib/unicase/ulc-casecoll.c: New file.
10903         * modules/unicase/ulc-casecoll: New file.
10904
10905         New module 'unicase/ulc-casexfrm'.
10906         * lib/unicase.h (ulc_casexfrm): New declaration.
10907         * lib/unicase/ulc-casexfrm.c: New file.
10908         * modules/unicase/ulc-casexfrm: New file.
10909
10910 2009-03-09  Bruno Haible  <bruno@clisp.org>
10911
10912         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
10913         invocations.
10914
10915         * m4/mbscasecmp.m4: Remove file.
10916         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
10917         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
10918
10919         * m4/mbscasestr.m4: Remove file.
10920         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
10921         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
10922
10923         * m4/mbschr.m4: Remove file.
10924         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
10925         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
10926
10927         * m4/mbscspn.m4: Remove file.
10928         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
10929         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
10930
10931         * m4/mbslen.m4: Remove file.
10932         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
10933         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
10934
10935         * m4/mbsncasecmp.m4: Remove file.
10936         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
10937         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
10938
10939         * m4/mbsnlen.m4: Remove file.
10940         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
10941         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
10942
10943         * m4/mbspbrk.m4: Remove file.
10944         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
10945         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
10946
10947         * m4/mbspcasecmp.m4: Remove file.
10948         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
10949         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
10950
10951         * m4/mbsrchr.m4: Remove file.
10952         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
10953         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
10954
10955         * m4/mbssep.m4: Remove file.
10956         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
10957         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
10958
10959         * m4/mbsspn.m4: Remove file.
10960         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
10961         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
10962
10963         * m4/mbsstr.m4: Remove file.
10964         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
10965         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
10966
10967         * m4/mbstok_r.m4: Remove file.
10968         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
10969         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
10970
10971         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
10972
10973         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
10974         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
10975
10976         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
10977
10978 2009-03-08  Bruno Haible  <bruno@clisp.org>
10979
10980         Tests for module 'unicase/ulc-casecmp'.
10981         * modules/unicase/ulc-casecmp-tests: New file.
10982         * tests/unicase/test-ulc-casecmp1.sh: New file.
10983         * tests/unicase/test-ulc-casecmp2.sh: New file.
10984         * tests/unicase/test-ulc-casecmp.c: New file.
10985
10986         New module 'unicase/ulc-casecmp'.
10987         * lib/unicase.h (ulc_casecmp): New declaration.
10988         * lib/unicase/ulc-casecmp.c: New file.
10989         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
10990         'const SRC_UNIT *'.
10991         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
10992         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
10993         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
10994         * modules/unicase/ulc-casecmp: New file.
10995
10996         Tests for module 'unicase/u32-is-cased'.
10997         * modules/unicase/u32-is-cased-tests: New file.
10998         * tests/unicase/test-u32-is-cased.c: New file.
10999
11000         Tests for module 'unicase/u16-is-cased'.
11001         * modules/unicase/u16-is-cased-tests: New file.
11002         * tests/unicase/test-u16-is-cased.c: New file.
11003
11004         Tests for module 'unicase/u8-is-cased'.
11005         * modules/unicase/u8-is-cased-tests: New file.
11006         * tests/unicase/test-u8-is-cased.c: New file.
11007         * tests/unicase/test-is-cased.h: New file.
11008
11009         New module 'unicase/u32-is-cased'.
11010         * lib/unicase/u32-is-cased.c: New file.
11011         * modules/unicase/u32-is-cased: New file.
11012
11013         New module 'unicase/u16-is-cased'.
11014         * lib/unicase/u16-is-cased.c: New file.
11015         * modules/unicase/u16-is-cased: New file.
11016
11017         New module 'unicase/u8-is-cased'.
11018         * lib/unicase/u8-is-cased.c: New file.
11019         * lib/unicase/u-is-cased.h: New file.
11020         * modules/unicase/u8-is-cased: New file.
11021
11022         Tests for module 'unicase/u32-is-casefolded'.
11023         * modules/unicase/u32-is-casefolded-tests: New file.
11024         * tests/unicase/test-u32-is-casefolded.c: New file.
11025
11026         Tests for module 'unicase/u16-is-casefolded'.
11027         * modules/unicase/u16-is-casefolded-tests: New file.
11028         * tests/unicase/test-u16-is-casefolded.c: New file.
11029
11030         Tests for module 'unicase/u8-is-casefolded'.
11031         * modules/unicase/u8-is-casefolded-tests: New file.
11032         * tests/unicase/test-u8-is-casefolded.c: New file.
11033         * tests/unicase/test-is-casefolded.h: New file.
11034
11035         New module 'unicase/u32-is-casefolded'.
11036         * lib/unicase/u32-is-casefolded.c: New file.
11037         * modules/unicase/u32-is-casefolded: New file.
11038
11039         New module 'unicase/u16-is-casefolded'.
11040         * lib/unicase/u16-is-casefolded.c: New file.
11041         * modules/unicase/u16-is-casefolded: New file.
11042
11043         New module 'unicase/u8-is-casefolded'.
11044         * lib/unicase/u8-is-casefolded.c: New file.
11045         * modules/unicase/u8-is-casefolded: New file.
11046
11047         Tests for module 'unicase/u32-is-titlecase'.
11048         * modules/unicase/u32-is-titlecase-tests: New file.
11049         * tests/unicase/test-u32-is-titlecase.c: New file.
11050
11051         Tests for module 'unicase/u16-is-titlecase'.
11052         * modules/unicase/u16-is-titlecase-tests: New file.
11053         * tests/unicase/test-u16-is-titlecase.c: New file.
11054
11055         Tests for module 'unicase/u8-is-titlecase'.
11056         * modules/unicase/u8-is-titlecase-tests: New file.
11057         * tests/unicase/test-u8-is-titlecase.c: New file.
11058         * tests/unicase/test-is-titlecase.h: New file.
11059
11060         New module 'unicase/u32-is-titlecase'.
11061         * lib/unicase/u32-is-titlecase.c: New file.
11062         * modules/unicase/u32-is-titlecase: New file.
11063
11064         New module 'unicase/u16-is-titlecase'.
11065         * lib/unicase/u16-is-titlecase.c: New file.
11066         * modules/unicase/u16-is-titlecase: New file.
11067
11068         New module 'unicase/u8-is-titlecase'.
11069         * lib/unicase/u8-is-titlecase.c: New file.
11070         * modules/unicase/u8-is-titlecase: New file.
11071
11072         Tests for module 'unicase/u32-is-lowercase'.
11073         * modules/unicase/u32-is-lowercase-tests: New file.
11074         * tests/unicase/test-u32-is-lowercase.c: New file.
11075
11076         Tests for module 'unicase/u16-is-lowercase'.
11077         * modules/unicase/u16-is-lowercase-tests: New file.
11078         * tests/unicase/test-u16-is-lowercase.c: New file.
11079
11080         Tests for module 'unicase/u8-is-lowercase'.
11081         * modules/unicase/u8-is-lowercase-tests: New file.
11082         * tests/unicase/test-u8-is-lowercase.c: New file.
11083         * tests/unicase/test-is-lowercase.h: New file.
11084
11085         New module 'unicase/u32-is-lowercase'.
11086         * lib/unicase/u32-is-lowercase.c: New file.
11087         * modules/unicase/u32-is-lowercase: New file.
11088
11089         New module 'unicase/u16-is-lowercase'.
11090         * lib/unicase/u16-is-lowercase.c: New file.
11091         * modules/unicase/u16-is-lowercase: New file.
11092
11093         New module 'unicase/u8-is-lowercase'.
11094         * lib/unicase/u8-is-lowercase.c: New file.
11095         * modules/unicase/u8-is-lowercase: New file.
11096
11097         Tests for module 'unicase/u32-is-uppercase'.
11098         * modules/unicase/u32-is-uppercase-tests: New file.
11099         * tests/unicase/test-u32-is-uppercase.c: New file.
11100
11101         Tests for module 'unicase/u16-is-uppercase'.
11102         * modules/unicase/u16-is-uppercase-tests: New file.
11103         * tests/unicase/test-u16-is-uppercase.c: New file.
11104
11105         Tests for module 'unicase/u8-is-uppercase'.
11106         * modules/unicase/u8-is-uppercase-tests: New file.
11107         * tests/unicase/test-u8-is-uppercase.c: New file.
11108         * tests/unicase/test-is-uppercase.h: New file.
11109
11110         New module 'unicase/u32-is-uppercase'.
11111         * lib/unicase/u32-is-uppercase.c: New file.
11112         * modules/unicase/u32-is-uppercase: New file.
11113
11114         New module 'unicase/u16-is-uppercase'.
11115         * lib/unicase/u16-is-uppercase.c: New file.
11116         * modules/unicase/u16-is-uppercase: New file.
11117
11118         New module 'unicase/u8-is-uppercase'.
11119         * lib/unicase/u8-is-uppercase.c: New file.
11120         * modules/unicase/u8-is-uppercase: New file.
11121
11122         New module 'unicase/u32-is-invariant'.
11123         * lib/unicase/u32-is-invariant.c: New file.
11124         * modules/unicase/u32-is-invariant: New file.
11125
11126         New module 'unicase/u16-is-invariant'.
11127         * lib/unicase/u16-is-invariant.c: New file.
11128         * modules/unicase/u16-is-invariant: New file.
11129
11130         New module 'unicase/u8-is-invariant'.
11131         * lib/unicase/u8-is-invariant.c: New file.
11132         * lib/unicase/invariant.h: New file.
11133         * lib/unicase/u-is-invariant.h: New file.
11134         * modules/unicase/u8-is-invariant: New file.
11135
11136         Tests for module 'unicase/u32-casecoll'.
11137         * modules/unicase/u32-casecoll-tests: New file.
11138         * tests/unicase/test-u32-casecoll.c: New file.
11139
11140         Tests for module 'unicase/u16-casecoll'.
11141         * modules/unicase/u16-casecoll-tests: New file.
11142         * tests/unicase/test-u16-casecoll.c: New file.
11143
11144         Tests for module 'unicase/u8-casecoll'.
11145         * modules/unicase/u8-casecoll-tests: New file.
11146         * tests/unicase/test-u8-casecoll.c: New file.
11147
11148         New module 'unicase/u32-casecoll'.
11149         * lib/unicase/u32-casecoll.c: New file.
11150         * modules/unicase/u32-casecoll: New file.
11151
11152         New module 'unicase/u16-casecoll'.
11153         * lib/unicase/u16-casecoll.c: New file.
11154         * modules/unicase/u16-casecoll: New file.
11155
11156         New module 'unicase/u8-casecoll'.
11157         * lib/unicase/u8-casecoll.c: New file.
11158         * lib/unicase/u-casecoll.h: New file.
11159         * modules/unicase/u8-casecoll: New file.
11160
11161         New module 'unicase/u32-casexfrm'.
11162         * lib/unicase/u32-casexfrm.c: New file.
11163         * modules/unicase/u32-casexfrm: New file.
11164
11165         New module 'unicase/u16-casexfrm'.
11166         * lib/unicase/u16-casexfrm.c: New file.
11167         * modules/unicase/u16-casexfrm: New file.
11168
11169         New module 'unicase/u8-casexfrm'.
11170         * lib/unicase/u8-casexfrm.c: New file.
11171         * lib/unicase/u-casexfrm.h: New file.
11172         * modules/unicase/u8-casexfrm: New file.
11173
11174         Tests for module 'unicase/u32-casecmp'.
11175         * modules/unicase/u32-casecmp-tests: New file.
11176         * tests/unicase/test-u32-casecmp.c: New file.
11177
11178         Tests for module 'unicase/u16-casecmp'.
11179         * modules/unicase/u16-casecmp-tests: New file.
11180         * tests/unicase/test-u16-casecmp.c: New file.
11181
11182         Tests for module 'unicase/u8-casecmp'.
11183         * modules/unicase/u8-casecmp-tests: New file.
11184         * tests/unicase/test-u8-casecmp.c: New file.
11185         * tests/unicase/test-casecmp.h: New file.
11186
11187         New module 'unicase/u32-casecmp'.
11188         * lib/unicase/u32-casecmp.c: New file.
11189         * modules/unicase/u32-casecmp: New file.
11190
11191         New module 'unicase/u16-casecmp'.
11192         * lib/unicase/u16-casecmp.c: New file.
11193         * modules/unicase/u16-casecmp: New file.
11194
11195         New module 'unicase/u8-casecmp'.
11196         * lib/unicase/u8-casecmp.c: New file.
11197         * lib/unicase/u-casecmp.h: New file.
11198         * modules/unicase/u8-casecmp: New file.
11199
11200         Tests for module 'unicase/u32-casefold'.
11201         * modules/unicase/u32-casefold-tests: New file.
11202         * tests/unicase/test-u32-casefold.c: New file.
11203
11204         Tests for module 'unicase/u16-casefold'.
11205         * modules/unicase/u16-casefold-tests: New file.
11206         * tests/unicase/test-u16-casefold.c: New file.
11207
11208         Tests for module 'unicase/u8-casefold'.
11209         * modules/unicase/u8-casefold-tests: New file.
11210         * tests/unicase/test-u8-casefold.c: New file.
11211
11212         New module 'unicase/u32-casefold'.
11213         * lib/unicase/u32-casefold.c: New file.
11214         * modules/unicase/u32-casefold: New file.
11215
11216         New module 'unicase/u16-casefold'.
11217         * lib/unicase/u16-casefold.c: New file.
11218         * modules/unicase/u16-casefold: New file.
11219
11220         New module 'unicase/u8-casefold'.
11221         * lib/unicase/u8-casefold.c: New file.
11222         * lib/unicase/u-casefold.h: New file.
11223         * modules/unicase/u8-casefold: New file.
11224
11225         New module 'unicase/tocasefold'.
11226         * lib/unicase/casefold.h: New file.
11227         * lib/unicase/tocasefold.c: New file.
11228         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
11229         * modules/unicase/tocasefold: New file.
11230
11231         Tests for module 'unicase/u32-totitle'.
11232         * modules/unicase/u32-totitle-tests: New file.
11233         * tests/unicase/test-u32-totitle.c: New file.
11234
11235         Tests for module 'unicase/u16-totitle'.
11236         * modules/unicase/u16-totitle-tests: New file.
11237         * tests/unicase/test-u16-totitle.c: New file.
11238
11239         Tests for module 'unicase/u8-totitle'.
11240         * modules/unicase/u8-totitle-tests: New file.
11241         * tests/unicase/test-u8-totitle.c: New file.
11242
11243         New module 'unicase/u32-totitle'.
11244         * lib/unicase/u32-totitle.c: New file.
11245         * modules/unicase/u32-totitle: New file.
11246
11247         New module 'unicase/u16-totitle'.
11248         * lib/unicase/u16-totitle.c: New file.
11249         * modules/unicase/u16-totitle: New file.
11250
11251         New module 'unicase/u8-totitle'.
11252         * lib/unicase/u8-totitle.c: New file.
11253         * lib/unicase/u-totitle.h: New file.
11254         * modules/unicase/u8-totitle: New file.
11255
11256         Tests for module 'unicase/u32-tolower'.
11257         * modules/unicase/u32-tolower-tests: New file.
11258         * tests/unicase/test-u32-tolower.c: New file.
11259
11260         Tests for module 'unicase/u16-tolower'.
11261         * modules/unicase/u16-tolower-tests: New file.
11262         * tests/unicase/test-u16-tolower.c: New file.
11263
11264         Tests for module 'unicase/u8-tolower'.
11265         * modules/unicase/u8-tolower-tests: New file.
11266         * tests/unicase/test-u8-tolower.c: New file.
11267
11268         New module 'unicase/u32-tolower'.
11269         * lib/unicase/u32-tolower.c: New file.
11270         * modules/unicase/u32-tolower: New file.
11271
11272         New module 'unicase/u16-tolower'.
11273         * lib/unicase/u16-tolower.c: New file.
11274         * modules/unicase/u16-tolower: New file.
11275
11276         New module 'unicase/u8-tolower'.
11277         * lib/unicase/u8-tolower.c: New file.
11278         * modules/unicase/u8-tolower: New file.
11279
11280         Tests for module 'unicase/u32-toupper'.
11281         * modules/unicase/u32-toupper-tests: New file.
11282         * tests/unicase/test-u32-toupper.c: New file.
11283
11284         Tests for module 'unicase/u16-toupper'.
11285         * modules/unicase/u16-toupper-tests: New file.
11286         * tests/unicase/test-u16-toupper.c: New file.
11287
11288         Tests for module 'unicase/u8-toupper'.
11289         * modules/unicase/u8-toupper-tests: New file.
11290         * tests/unicase/test-u8-toupper.c: New file.
11291
11292         New module 'unicase/u32-toupper'.
11293         * lib/unicase/u32-toupper.c: New file.
11294         * modules/unicase/u32-toupper: New file.
11295
11296         New module 'unicase/u16-toupper'.
11297         * lib/unicase/u16-toupper.c: New file.
11298         * modules/unicase/u16-toupper: New file.
11299
11300         New module 'unicase/u8-toupper'.
11301         * lib/unicase/u8-toupper.c: New file.
11302         * modules/unicase/u8-toupper: New file.
11303
11304         New module 'unicase/u32-casemap'.
11305         * lib/unicase/u32-casemap.c: New file.
11306         * modules/unicase/u32-casemap: New file.
11307
11308         New module 'unicase/u16-casemap'.
11309         * lib/unicase/u16-casemap.c: New file.
11310         * modules/unicase/u16-casemap: New file.
11311
11312         New module 'unicase/u8-casemap'.
11313         * lib/unicase/unicasemap.h: New file.
11314         * lib/unicase/u8-casemap.c: New file.
11315         * lib/unicase/u-casemap.h: New file.
11316         * modules/unicase/u8-casemap: New file.
11317
11318         New module 'unicase/special-casing'.
11319         * lib/unicase/special-casing.h: New file.
11320         * lib/unicase/special-casing.c: New file.
11321         * lib/unicase/special-casing-table.gperf: New file, generated by
11322         gen-uni-tables.c.
11323         * modules/unicase/special-casing: New file.
11324
11325         Tests for module 'unicase/locale-language'.
11326         * modules/unicase/locale-language-tests: New file.
11327         * tests/unicase/test-locale-language.sh: New file.
11328         * tests/unicase/test-locale-language.c: New file.
11329
11330         New module 'unicase/locale-language'.
11331         * lib/unicase/locale-language.c: New file.
11332         * lib/unicase/locale-languages.gperf: New file.
11333         * modules/unicase/locale-language: New file.
11334
11335         Generate more tables for case conversion and case folding.
11336         * lib/gen-uni-tables.c (SCC_*): New enum items.
11337         (struct special_casing_rule): New type.
11338         (casing_rules, num_casing_rules, allocated_casing_rules): New
11339         variables.
11340         (add_casing_rule, fill_casing_rules): New functions.
11341         (struct casefold_rule): New type.
11342         (casefolding_rules, num_casefolding_rules,
11343         allocated_casefolding_rules): New variables.
11344         (fill_casefolding_rules): New function.
11345         (unicode_casefold): New variable.
11346         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11347         sort_casing_rules, output_casing_rules): New functions.
11348         (main): Accept to more arguments: SpecialCasing.txt and
11349         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11350         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11351         Output mapping for casefolding.
11352
11353         * lib/unicase.h: Include stdbool.h, uninorm.h.
11354         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11355         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11356         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11357         arguments.
11358         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11359         resultp arguments.
11360         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11361         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11362         resultp arguments.
11363         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11364         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11365         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11366         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11367         declarations.
11368         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11369
11370 2009-03-08  Bruno Haible  <bruno@clisp.org>
11371
11372         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11373         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11374         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11375         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11376
11377 2009-03-07  Bruno Haible  <bruno@clisp.org>
11378
11379         Adjust u*_normcmp, u*_normcoll API.
11380         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11381         u16_normcoll, u32_normcoll): Change failure conventions.
11382         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11383         errno and return -1.
11384         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11385
11386 2009-03-07  Bruno Haible  <bruno@clisp.org>
11387
11388         Tests for module 'uninorm/u32-normcoll'.
11389         * modules/uninorm/u32-normcoll-tests: New file.
11390         * tests/uninorm/test-u32-normcoll.c: New file.
11391
11392         Tests for module 'uninorm/u16-normcoll'.
11393         * modules/uninorm/u16-normcoll-tests: New file.
11394         * tests/uninorm/test-u16-normcoll.c: New file.
11395
11396         Tests for module 'uninorm/u8-normcoll'.
11397         * modules/uninorm/u8-normcoll-tests: New file.
11398         * tests/uninorm/test-u8-normcoll.c: New file.
11399
11400 2009-03-07  Bruno Haible  <bruno@clisp.org>
11401
11402         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11403         tests/uninorm/test-u32-normcmp.c.
11404         * tests/uninorm/test-u32-normcmp.c: Include it.
11405         (test_nonascii): New function, extracted from main. Add some more
11406         tests.
11407         (main): Invoke test_ascii and test_nonascii.
11408         * modules/uninorm/u32-normcmp-tests (Files): Add
11409         tests/uninorm/test-u32-normcmp.h.
11410         (Depends-on): Remove uninorm/u32-normcmp.
11411
11412         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11413         tests/uninorm/test-u16-normcmp.c.
11414         * tests/uninorm/test-u16-normcmp.c: Include it.
11415         (test_nonascii): New function, extracted from main. Add some more
11416         tests.
11417         (main): Invoke test_ascii and test_nonascii.
11418         * modules/uninorm/u16-normcmp-tests (Files): Add
11419         tests/uninorm/test-u16-normcmp.h.
11420         (Depends-on): Remove uninorm/u16-normcmp.
11421
11422         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11423         tests/uninorm/test-u8-normcmp.c.
11424         * tests/uninorm/test-u8-normcmp.c: Include it.
11425         (test_nonascii): New function, extracted from main. Add some more
11426         tests.
11427         (main): Invoke test_ascii and test_nonascii.
11428         * modules/uninorm/u8-normcmp-tests (Files): Add
11429         tests/uninorm/test-u8-normcmp.h.
11430         (Depends-on): Remove uninorm/u8-normcmp.
11431
11432 2009-03-07  Bruno Haible  <bruno@clisp.org>
11433
11434         New module 'uninorm/u32-normcoll'.
11435         * lib/uninorm/u32-normcoll.c: New file.
11436         * modules/uninorm/u32-normcoll: New file.
11437
11438         New module 'uninorm/u16-normcoll'.
11439         * lib/uninorm/u16-normcoll.c: New file.
11440         * modules/uninorm/u16-normcoll: New file.
11441
11442         New module 'uninorm/u8-normcoll'.
11443         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
11444         declarations.
11445         * lib/uninorm/u8-normcoll.c: New file.
11446         * lib/uninorm/u-normcoll.h: New file.
11447         * modules/uninorm/u8-normcoll: New file.
11448
11449         New module 'uninorm/u32-normxfrm'.
11450         * lib/uninorm/u32-normxfrm.c: New file.
11451         * modules/uninorm/u32-normxfrm: New file.
11452
11453         New module 'uninorm/u16-normxfrm'.
11454         * lib/uninorm/u16-normxfrm.c: New file.
11455         * modules/uninorm/u16-normxfrm: New file.
11456
11457         New module 'uninorm/u8-normxfrm'.
11458         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
11459         declarations.
11460         * lib/uninorm/u8-normxfrm.c: New file.
11461         * lib/uninorm/u-normxfrm.h: New file.
11462         * modules/uninorm/u8-normxfrm: New file.
11463
11464 2009-03-07  Bruno Haible  <bruno@clisp.org>
11465
11466         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
11467         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
11468         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
11469
11470 2009-03-07  Bruno Haible  <bruno@clisp.org>
11471
11472         New module 'memxfrm'.
11473         * lib/memxfrm.h: New file.
11474         * lib/memxfrm.c: New file.
11475         * modules/memxfrm: New file.
11476
11477 2009-03-07  Bruno Haible  <bruno@clisp.org>
11478
11479         New module 'memcmp2'.
11480         * lib/memcmp2.h: New file.
11481         * lib/memcmp2.c: New file.
11482         * modules/memcmp2: New file.
11483
11484 2009-03-07  Bruno Haible  <bruno@clisp.org>
11485
11486         Tests for module 'uninorm/decomposing-form'.
11487         * modules/uninorm/decomposing-form-tests: New file.
11488         * tests/uninorm/test-decomposing-form.c: New file.
11489
11490         New module 'uninorm/decomposing-form'.
11491         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
11492         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
11493         Add 'decomposing_variant' field.
11494         * lib/uninorm/decomposing-form.c: New file.
11495         * lib/uninorm/nfc.c (uninorm_nfc): Update.
11496         * lib/uninorm/nfd.c (uninorm_nfd): Update.
11497         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
11498         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
11499         * modules/uninorm/decomposing-form: New file.
11500         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
11501         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
11502
11503 2009-03-07  Bruno Haible  <bruno@clisp.org>
11504
11505         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
11506         strings.
11507
11508 2009-03-06  Bruno Haible  <bruno@clisp.org>
11509
11510         Tests for module 'uninorm/u32-normcmp'.
11511         * tests/uninorm/test-u32-normcmp.c: New file.
11512         * modules/uninorm/u32-normcmp-tests: New file.
11513
11514         Tests for module 'uninorm/u16-normcmp'.
11515         * tests/uninorm/test-u16-normcmp.c: New file.
11516         * modules/uninorm/u16-normcmp-tests: New file.
11517
11518         Tests for module 'uninorm/u8-normcmp'.
11519         * tests/uninorm/test-u8-normcmp.c: New file.
11520         * modules/uninorm/u8-normcmp-tests: New file.
11521
11522         New module 'uninorm/u32-normcmp'.
11523         * lib/uninorm/u32-normcmp.c: New file.
11524         * modules/uninorm/u32-normcmp: New file.
11525
11526         New module 'uninorm/u16-normcmp'.
11527         * lib/uninorm/u16-normcmp.c: New file.
11528         * modules/uninorm/u16-normcmp: New file.
11529
11530         New module 'uninorm/u8-normcmp'.
11531         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
11532         declarations.
11533         * lib/uninorm/u8-normcmp.c: New file.
11534         * lib/uninorm/u-normcmp.h: New file.
11535         * modules/uninorm/u8-normcmp: New file.
11536
11537 2009-03-06  Bruno Haible  <bruno@clisp.org>
11538
11539         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
11540         Reported by Eric Blake.
11541
11542 2009-03-06  Eric Blake  <ebb9@byu.net>
11543             Bruno Haible  <bruno@clisp.org>
11544
11545         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
11546         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
11547         condition.
11548         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11549         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
11550         condition.
11551         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
11552
11553 2009-03-06  Eric Blake  <ebb9@byu.net>
11554
11555         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
11556         to avoid compiler warnings.
11557         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
11558
11559 2009-03-05  Bruno Haible  <bruno@clisp.org>
11560
11561         * tests/test-ftell.c (main): Disable test beyond end of file on
11562         FreeMiNT.
11563         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11564
11565 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
11566
11567         * lib/filevercmp.c: Move hidden files up in ordering.
11568         * tests/test-filevercmp.c: Add tests for hidden files.
11569
11570 2009-03-04  Bruno Haible  <bruno@clisp.org>
11571
11572         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
11573         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
11574         AM_CFLAGS.
11575         Reported by Simon Josefsson.
11576
11577 2009-03-03  Bruno Haible  <bruno@clisp.org>
11578
11579         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
11580         Reported by Simon Josefsson.
11581
11582         * doc/ld-version-script.texi: Update node reference.
11583
11584 2009-03-03  Bruno Haible  <bruno@clisp.org>
11585
11586         * modules/visibility (License): Change to 'unlimited'.
11587         Suggested by Simon Josefsson.
11588
11589 2009-03-03  Jim Meyering  <meyering@redhat.com>
11590
11591         unlinkdir: cannot_unlink_dir may modify process state
11592         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
11593         it's neither thread-safe nor appropriate for use in a library.
11594
11595 2009-03-03  Eric Blake  <ebb9@byu.net>
11596
11597         test-closein: silence test under Darwin
11598         * tests/test-closein.sh: Ignore stderr from cat, since we don't
11599         care if it dies from EPIPE or EBADF.
11600
11601 2009-03-03  Bruno Haible  <bruno@clisp.org>
11602
11603         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
11604         earlier.
11605         * doc/visibility.texi: Fix @node and @section.
11606
11607 2009-03-03  Simon Josefsson  <simon@josefsson.org>
11608
11609         * doc/gnulib.texi: Link to sections for ld version script and
11610         visibility.
11611         * doc/visibility.texi: Add @node and @section.
11612         * modules/ld-version-script: New module.
11613         * m4/ld-version-script.m4: New file.
11614         * doc/ld-version-script.texi: New file.
11615
11616 2009-03-02  David Lutterkort  <lutter@redhat.com>
11617
11618         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
11619         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11620
11621 2009-03-02  Bruno Haible  <bruno@clisp.org>
11622
11623         * doc/visibility.texi: Mention libtool's -export-symbols option.
11624
11625 2009-03-02  Jim Meyering  <meyering@redhat.com>
11626
11627         announce-gen: new option: --no-print-checksums
11628         * build-aux/announce-gen (usage): Describe it.
11629         (print_checksums): Print a newline here, not in the [*] footnote.
11630         (main): Honor it.
11631
11632 2009-03-01  Bruno Haible  <bruno@clisp.org>
11633
11634         Use socklen_t in the native Windows replacements prototypes.
11635         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
11636         instead of 'int'.
11637         * lib/getsockopt.c (rpl_getsockopt): Likewise.
11638         * lib/setsockopt.c (rpl_setsockopt): Likewise.
11639         * modules/getsockopt (Depends-on): Add socklen.
11640         * modules/setsockopt (Depends-on): Add socklen.
11641
11642 2009-03-01  Bruno Haible  <bruno@clisp.org>
11643
11644         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
11645         least 4.2.
11646
11647 2009-03-01  Eric Blake  <ebb9@byu.net>
11648             Bruno Haible  <bruno@clisp.org>
11649
11650         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
11651         error messages.
11652         * lib/wait-process.c (wait_subprocess): Omit error message about
11653         deadly signal sent to the child of termsigp != NULL.
11654
11655 2009-03-01  Eric Blake  <ebb9@byu.net>
11656
11657         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
11658
11659 2009-03-01  Bruno Haible  <bruno@clisp.org>
11660
11661         Avoid a gcc warning.
11662         * tests/test-sched.c (b): Make global.
11663         Reported by Eric Blake.
11664
11665 2009-01-19  Martin Lambers  <marlam@marlam.de>
11666
11667         Provide POSIX semantics for socket timeout options on W32.
11668         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
11669         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
11670         * modules/setsockopt: Depend on sys_time module for struct timeval.
11671         * modules/getsockopt: Depend on sys_time module for struct timeval.
11672
11673 2009-03-01  Simon Josefsson  <simon@josefsson.org>
11674
11675         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
11676         __USE_GNU, for consistency with netdb.in.h.
11677         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11678
11679 2009-03-01  Bruno Haible  <bruno@clisp.org>
11680
11681         More support for FreeMiNT.
11682         * lib/fseeko.c (rpl_fseeko): Complete last commit.
11683         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11684
11685 2009-03-01  Bruno Haible  <bruno@clisp.org>
11686
11687         More support for FreeMiNT.
11688         * lib/fpurge.c (fpurge): Correct last commit.
11689         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11690
11691 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11692
11693         Fix unportable awk script in vc-list-files.
11694         * build-aux/vc-list-files: In the replacement awk script, use
11695         substr with a second argument of 1, not zero.
11696         Report by Simon Josefsson.
11697
11698 2009-02-28  Bruno Haible  <bruno@clisp.org>
11699
11700         More support for FreeMiNT.
11701         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
11702         to FreeMiNT today.
11703         * lib/fwriting.c (fwriting): Likewise.
11704         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
11705
11706 2009-02-28  Bruno Haible  <bruno@clisp.org>
11707
11708         * tests/test-freadseek.c (main): Disable test beyond end of file on
11709         FreeMiNT.
11710         * tests/test-ftello.c (main): Likewise.
11711         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
11712
11713 2009-02-28  Bruno Haible  <bruno@clisp.org>
11714
11715         Add tentative support for FreeMiNT.
11716         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
11717         * lib/fpurge.c (fpurge): Likewise.
11718         * lib/freadable.c (freadable): Likewise.
11719         * lib/freading.c (freading): Likewise.
11720         * lib/freadptr.c (freadptr): Likewise.
11721         * lib/freadseek.c (freadptrinc): Likewise.
11722         * lib/fseeko.c (rpl_fseeko): Likewise.
11723         * lib/fseterr.c (fseterr): Likewise.
11724         * lib/fwritable.c (fwritable): Likewise.
11725         * lib/fwriting.c (fwriting): Likewise.
11726         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
11727         Hourihane.
11728         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11729
11730 2009-02-28  Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
11733         SIGCHLD.
11734         Reported by Jim Meyering.
11735
11736 2009-02-28  Bruno Haible  <bruno@clisp.org>
11737
11738         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
11739         Mention the results of these tests on various platforms.
11740         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
11741         order.
11742         * doc/posix-functions/printf.texi: Likewise.
11743         * doc/posix-functions/snprintf.texi: Likewise.
11744         * doc/posix-functions/sprintf.texi: Likewise.
11745         * doc/posix-functions/vfprintf.texi: Likewise.
11746         * doc/posix-functions/vprintf.texi: Likewise.
11747         * doc/posix-functions/vsnprintf.texi: Likewise.
11748         * doc/posix-functions/vsprintf.texi: Likewise.
11749         * doc/glibc-functions/obstack_printf.texi: Likewise.
11750         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
11751
11752 2009-02-28  Bruno Haible  <bruno@clisp.org>
11753
11754         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
11755         Reported by Loïc Minier <lool@dooz.org>.
11756
11757 2009-02-27  Bruno Haible  <bruno@clisp.org>
11758
11759         * gnulib-tool (func_import): Make the sed expression used to create the
11760         sed script for updating the .gitignore file POSIX compliant.
11761         Reported by Eric Blake.
11762
11763 2009-02-27  Bruno Haible  <bruno@clisp.org>
11764
11765         * gnulib-tool (sed): Don't alias as "sed --posix".
11766         Reported by Eric Blake.
11767
11768 2009-02-27  Bruno Haible  <bruno@clisp.org>
11769
11770         Avoid test link errors.
11771         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
11772         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
11773         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
11774         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
11775         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11776
11777 2009-02-27  Bruno Haible  <bruno@clisp.org>
11778
11779         Avoid spurious "(cached)" in configure output.
11780         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
11781         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
11782         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11783         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11784         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11785         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
11786         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11787         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
11788         Reported by Eric Blake.
11789
11790 2009-02-27  Eric Blake  <ebb9@byu.net>
11791
11792         printf: fix regression in previous patch
11793         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
11794
11795 2009-02-27  Bruno Haible  <bruno@clisp.org>
11796
11797         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
11798         value.
11799         * lib/stdint.in.h: Likewise.
11800         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
11801
11802 2009-02-27  Eric Blake  <ebb9@byu.net>
11803
11804         doc: mention more functions added in cygwin 1.7.0
11805         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
11806         addition.
11807         * doc/posix-functions/open_wmemstream.texi: Likewise.
11808         * doc/posix-functions/wcsnlen.texi: Likewise.
11809         * doc/posix-functions/wcsnrtombs.texi: Likewise.
11810         * doc/posix-functions/wcstod.texi: Likewise.
11811         * doc/posix-functions/wcstof.texi: Likewise.
11812         * doc/posix-functions/wcstoimax.texi: Likewise.
11813         * doc/posix-functions/wcstok.texi: Likewise.
11814         * doc/posix-functions/wcstoumax.texi: Likewise.
11815
11816         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
11817         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
11818         * doc/posix-functions/fprintf.texi: Update.
11819         * doc/posix-functions/printf.texi: Update.
11820         * doc/posix-functions/snprintf.texi: Update.
11821         * doc/posix-functions/sprintf.texi: Update.
11822         * doc/posix-functions/vfprintf.texi: Update.
11823         * doc/posix-functions/vprintf.texi: Update.
11824         * doc/posix-functions/vsnprintf.texi: Update.
11825         * doc/posix-functions/vsprintf.texi: Update.
11826         * doc/glibc-functions/obstack_printf.texi: Update.
11827         * doc/glibc-functions/obstack_vprintf.texi: Update.
11828
11829 2009-02-26  Eric Blake  <ebb9@byu.net>
11830
11831         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
11832         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
11833         compilation bug by using runtime conversion.
11834         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
11835         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
11836         * modules/ceill-tests (Files): Use nan.h.
11837         * modules/floorl-tests (Files): Likewise.
11838         * modules/frexpl-tests (Files): Likewise.
11839         * modules/isnanl-tests (Files): Likewise.
11840         * modules/ldexpl-tests (Files): Likewise.
11841         * modules/roundl-tests (Files): Likewise.
11842         * modules/truncl-tests (Files): Likewise.
11843         * tests/test-ceill.c (main): Use a working NaN.
11844         * tests/test-floorl.c (main): Likewise.
11845         * tests/test-frexpl.c (main): Likewise.
11846         * tests/test-isnan.c (test_long_double): Likewise.
11847         * tests/test-isnanl.h (main): Likewise.
11848         * tests/test-ldexpl.h (main): Likewise.
11849         * tests/test-roundl.h (main): Likewise.
11850         * tests/test-truncl.h (main): Likewise.
11851         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
11852
11853 2009-02-26  Eric Blake  <ebb9@byu.net>
11854             Bruno Haible  <bruno@clisp.org>
11855
11856         Work around a *printf bug with %ls on Solaris.
11857         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
11858         precision is specified, sprintf stops converting the wide string
11859         argument when the number of bytes that have been produced by this
11860         conversion equals or exceeds the precision.
11861         * doc/posix-functions/fprintf.texi: Update.
11862         * doc/posix-functions/printf.texi: Update.
11863         * doc/posix-functions/snprintf.texi: Update.
11864         * doc/posix-functions/sprintf.texi: Update.
11865         * doc/posix-functions/vfprintf.texi: Update.
11866         * doc/posix-functions/vprintf.texi: Update.
11867         * doc/posix-functions/vsnprintf.texi: Update.
11868         * doc/posix-functions/vsprintf.texi: Update.
11869         * doc/glibc-functions/obstack_printf.texi: Update.
11870         * doc/glibc-functions/obstack_vprintf.texi: Update.
11871
11872 2009-02-26  Eric Blake  <ebb9@byu.net>
11873
11874         stdlib: favor compiler check of random.h
11875         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
11876         to avoid an ObjC random.h installed by Swarm.
11877
11878 2009-02-26  Bruno Haible  <bruno@clisp.org>
11879
11880         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
11881         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
11882         Reported by Gary V. Vaughan <gary@gnu.org>.
11883
11884 2009-02-26  Bruno Haible  <bruno@clisp.org>
11885
11886         Fix *printf behaviour regarding the %ls directive.
11887         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
11888         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
11889         NEED_PRINTF_DIRECTIVE_LS.
11890         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
11891         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11892         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11893         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
11894         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
11895         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
11896         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
11897         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11898         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11899         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11900         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11901         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
11902         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11903         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11904         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11905         * doc/posix-functions/fprintf.texi: Update.
11906         * doc/posix-functions/printf.texi: Update.
11907         * doc/posix-functions/snprintf.texi: Update.
11908         * doc/posix-functions/sprintf.texi: Update.
11909         * doc/posix-functions/vfprintf.texi: Update.
11910         * doc/posix-functions/vprintf.texi: Update.
11911         * doc/posix-functions/vsnprintf.texi: Update.
11912         * doc/posix-functions/vsprintf.texi: Update.
11913         * doc/glibc-functions/obstack_printf.texi: Update.
11914         * doc/glibc-functions/obstack_vprintf.texi: Update.
11915         Reported by Eric Blake.
11916
11917 2009-02-25  Bruno Haible  <bruno@clisp.org>
11918
11919         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
11920         with known value.
11921         Reported by Gary V. Vaughan <gary@gnu.org>.
11922
11923 2009-02-25  Bruno Haible  <bruno@clisp.org>
11924
11925         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
11926         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
11927         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
11928         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
11929         Reported by Gary V. Vaughan <gary@gnu.org>.
11930
11931 2009-02-25  Bruno Haible  <bruno@clisp.org>
11932
11933         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
11934         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
11935         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
11936         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
11937         Reported by Gary V. Vaughan <gary@gnu.org>.
11938
11939 2009-02-25  Eric Blake  <ebb9@byu.net>
11940
11941         tests: skip fseek/ftell tests if ungetc is broken
11942         * m4/ungetc.m4: New file.
11943         * modules/fseek-tests: Split test, so ungetc dependency is
11944         separate from rest of test.
11945         * modules/fseeko-tests: Likewise.
11946         * modules/ftell-tests: Likewise.
11947         * modules/ftello-tests: Likewise.
11948         * tests/test-fseek.c (main): Isolate ungetc dependency.
11949         * tests/test-fseeko.c (main): Likewise.
11950         * tests/test-ftell.c (main): Likewise.
11951         * tests/test-ftello.c (main): Likewise.
11952         * tests/test-fseek2.sh: New file.
11953         * tests/test-fseeko2.sh: Likewise.
11954         * tests/test-ftell2.sh: Likewise.
11955         * tests/test-ftello2.sh: Likewise.
11956
11957 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
11958
11959         test-getaddrinfo: fix usage of skip return code 77
11960         * tests/test-gettaddrinfo.c: Return skip code 77 only
11961         for first occurance of skip (4x77 is not 77)
11962
11963 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
11964
11965         strtod: avoid C99 decl-after-statement
11966         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
11967
11968 2009-02-24  Eric Blake  <ebb9@byu.net>
11969
11970         strtod: detect HP-UX 11.31 bug
11971         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
11972         Reported by Gary V. Vaughan.
11973
11974 2009-02-23  Bruno Haible  <bruno@clisp.org>
11975
11976         Fix invalid read past end of memory block.
11977         * lib/vasnprintf.c (DCHAR_SET): Define.
11978         (local_wcslen): Define only when needed.
11979         (local_strnlen, local_wcsnlen): New functions.
11980         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
11981         directives that involve a conversion ourselves.
11982         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
11983         wcsnlen, mbrtowc, wcrtomb.
11984         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
11985         * tests/test-vasprintf-posix.c (test_function): Likewise.
11986         * tests/test-snprintf-posix.h (test_function): Likewise.
11987         * tests/test-sprintf-posix.h (test_function): Likewise.
11988         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11989
11990 2009-02-22  Bruno Haible  <bruno@clisp.org>
11991
11992         Implement new clarified decomposition of Hangul syllables.
11993         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
11994         of type LTV, return only a pairwise decomposition.
11995         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
11996         Likewise.
11997         * tests/uninorm/test-decomposition.c (main): Updated expected result.
11998         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
11999         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
12000
12001 2009-02-22  Bruno Haible  <bruno@clisp.org>
12002
12003         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
12004         zero-length results and shrink excess allocated memory.
12005         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
12006         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
12007         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
12008         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
12009         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
12010         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
12011         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
12012         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
12013         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
12014         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
12015         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
12016         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
12017
12018 2009-02-21  Bruno Haible  <bruno@clisp.org>
12019
12020         * doc/gnulib.texi: Include safe-alloc.texi earlier.
12021         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
12022         spaces after a period. Put a space between a macro name and its
12023         argument list. Trivial rewordings.
12024         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
12025         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
12026         (main): Return 0 explicitly.
12027
12028 2009-02-21  Bruno Haible  <bruno@clisp.org>
12029
12030         Tests for module 'uninorm/filter'.
12031         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
12032         * modules/uninorm/filter-tests: New file.
12033
12034         New module 'uninorm/filter'.
12035         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
12036         uninorm_filter_flush, uninorm_filter_free): New declarations.
12037         * lib/uninorm/uninorm-filter.c: New file.
12038         * modules/uninorm/filter: New file.
12039
12040 2009-02-21  Bruno Haible  <bruno@clisp.org>
12041
12042         Tests for module 'uninorm/nfkc'.
12043         * tests/uninorm/test-nfkc.c: New file.
12044         * tests/uninorm/test-u8-nfkc.c: New file.
12045         * tests/uninorm/test-u16-nfkc.c: New file.
12046         * tests/uninorm/test-u32-nfkc.c: New file.
12047         * tests/uninorm/test-u32-nfkc-big.sh: New file.
12048         * tests/uninorm/test-u32-nfkc-big.c: New file.
12049         * modules/uninorm/nfkc-tests: New file.
12050
12051         New module 'uninorm/nfkc'.
12052         * lib/uninorm/nfkc.c: New file.
12053         * modules/uninorm/nfkc: New file.
12054
12055         Tests for module 'uninorm/nfkd'.
12056         * tests/uninorm/test-nfkd.c: New file.
12057         * tests/uninorm/test-u8-nfkd.c: New file.
12058         * tests/uninorm/test-u16-nfkd.c: New file.
12059         * tests/uninorm/test-u32-nfkd.c: New file.
12060         * tests/uninorm/test-u32-nfkd-big.sh: New file.
12061         * tests/uninorm/test-u32-nfkd-big.c: New file.
12062         * modules/uninorm/nfkd-tests: New file.
12063
12064         New module 'uninorm/nfkd'.
12065         * lib/uninorm/nfkd.c: New file.
12066         * modules/uninorm/nfkd: New file.
12067
12068         Tests for module 'uninorm/nfc'.
12069         * tests/uninorm/test-nfc.c: New file.
12070         * tests/uninorm/test-u8-nfc.c: New file.
12071         * tests/uninorm/test-u16-nfc.c: New file.
12072         * tests/uninorm/test-u32-nfc.c: New file.
12073         * tests/uninorm/test-u32-nfc-big.sh: New file.
12074         * tests/uninorm/test-u32-nfc-big.c: New file.
12075         * modules/uninorm/nfc-tests: New file.
12076
12077         New module 'uninorm/nfc'.
12078         * lib/uninorm/nfc.c: New file.
12079         * modules/uninorm/nfc: New file.
12080
12081         Tests for module 'uninorm/nfd'.
12082         * tests/uninorm/test-nfd.c: New file.
12083         * tests/uninorm/test-u8-nfd.c: New file.
12084         * tests/uninorm/test-u16-nfd.c: New file.
12085         * tests/uninorm/test-u32-nfd.c: New file.
12086         * tests/uninorm/test-u32-nfd-big.sh: New file.
12087         * tests/uninorm/test-u32-nfd-big.c: New file.
12088         * tests/uninorm/test-u32-normalize-big.h: New file.
12089         * tests/uninorm/test-u32-normalize-big.c: New file.
12090         * tests/uninorm/NormalizationTest.txt: New file, created from
12091         Unicode 5.1.0 NormalizationTest.txt.
12092         * modules/uninorm/nfd-tests: New file.
12093
12094         New module 'uninorm/nfd'.
12095         * lib/uninorm/nfd.c: New file.
12096         * modules/uninorm/nfd: New file.
12097
12098         New module 'uninorm/u32-normalize'.
12099         * lib/uninorm/u32-normalize.c: New file.
12100         * modules/uninorm/u32-normalize: New file.
12101
12102         New module 'uninorm/u16-normalize'.
12103         * lib/uninorm/u16-normalize.c: New file.
12104         * modules/uninorm/u16-normalize: New file.
12105
12106         New module 'uninorm/u8-normalize'.
12107         * lib/uninorm/u8-normalize.c: New file.
12108         * lib/uninorm/normalize-internal.h: New file.
12109         * lib/uninorm/u-normalize-internal.h: New file.
12110         * modules/uninorm/u8-normalize: New file.
12111
12112         New module 'uninorm/decompose-internal'.
12113         * lib/uninorm/decompose-internal.c: New file.
12114         * modules/uninorm/decompose-internal: New file.
12115
12116         Tests for module 'uninorm/composition'.
12117         * tests/uninorm/test-composition.c: New file.
12118         * modules/uninorm/composition-tests: New file.
12119
12120         New module 'uninorm/composition'.
12121         * lib/uninorm/composition.c: New file.
12122         * lib/uninorm/composition-table.gperf: New file, generated by
12123         gen-uni-tables.
12124         * modules/uninorm/composition: New file.
12125
12126         Tests for module 'uninorm/compat-decomposition'.
12127         * tests/uninorm/test-compat-decomposition.c: New file.
12128         * modules/uninorm/compat-decomposition-tests: New file.
12129
12130         New module 'uninorm/compat-decomposition'.
12131         * lib/uninorm/decompose-internal.h: New file.
12132         * lib/uninorm/compat-decomposition.c: New file.
12133         * modules/uninorm/compat-decomposition: New file.
12134
12135         Tests for module 'uninorm/canonical-decomposition'.
12136         * tests/uninorm/test-canonical-decomposition.c: New file.
12137         * modules/uninorm/canonical-decomposition-tests: New file.
12138
12139         New module 'uninorm/canonical-decomposition'.
12140         * lib/uninorm/canonical-decomposition.c: New file.
12141         * modules/uninorm/canonical-decomposition: New file.
12142
12143         Tests for module 'uninorm/decomposition'.
12144         * tests/uninorm/test-decomposition.c: New file.
12145         * modules/uninorm/decomposition-tests: New file.
12146
12147         New module 'uninorm/decomposition'.
12148         * lib/uninorm/decomposition.c: New file.
12149         * modules/uninorm/decomposition: New file.
12150
12151         New module 'uninorm/decomposition-table'.
12152         * lib/uninorm/decomposition-table.h: New file.
12153         * lib/uninorm/decomposition-table.c: New file.
12154         * lib/uninorm/decomposition-table1.h: New file, generated by
12155         gen-uni-tables.
12156         * lib/uninorm/decomposition-table2.h: New file, generated by
12157         gen-uni-tables.
12158         * modules/uninorm/decomposition-table: New file.
12159
12160         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
12161         (UC_DECOMP_*): New enumeration items.
12162         (get_decomposition): New function.
12163         (struct decomp_table): New type.
12164         (output_decomposition, output_decomposition_tables): New functions.
12165         (unicode_composition_exclusions): New variable.
12166         (fill_composition_exclusions, debug_output_composition_tables): New
12167         functions.
12168         (main): Accept one more argument. Invoke fill_composition_exclusions.
12169         Output decomposition and composition tables.
12170
12171         New module 'uninorm/base'.
12172         * lib/uninorm.h: New file.
12173         * lib/unictype.h: Update comment.
12174         * modules/uninorm/base: New file.
12175
12176 2009-02-21  David Lutterkort  <lutter@redhat.com>
12177
12178         Tests for module 'safe-alloc'.
12179         * tests/test-safe-alloc.c: New file.
12180         * modules/safe-alloc-tests: New file.
12181
12182         New module 'safe-alloc'.
12183         * lib/safe-alloc.h: New file.
12184         * lib/safe-alloc.c: New file.
12185         * m4/safe-alloc.m4: New file.
12186         * modules/safe-alloc: New file.
12187         * doc/safe-alloc.texi: New file.
12188         * doc/gnulib.texi: Include it.
12189         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
12190         safe-alloc.
12191
12192 2009-02-18  Bruno Haible  <bruno@clisp.org>
12193
12194         Fix link error on non-glibc systems.
12195         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
12196         variable.
12197         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12198
12199 2009-02-18  Jim Meyering  <meyering@redhat.com>
12200
12201         fts: avoid used-uninitialized error due to recent change
12202         * lib/fts.c (fts_read): Guard uses of the new member,
12203         parent->fts_n_dirs_remaining, since it's not relevant for
12204         the parent of a directory specified on the command-line.
12205
12206 2009-02-17  James Youngman  <jay@gnu.org>
12207             Bruno Haible  <bruno@clisp.org>
12208
12209         * m4/include_next.m4: Reformulate comment.
12210
12211 2009-02-16  Jim Meyering  <meyering@redhat.com>
12212
12213         fts: add #if guards so that the fts_lgpl module still builds
12214         * lib/fts.c: Guard just-added hash-table-using parts with
12215         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
12216         Reported by Simon Josefsson.
12217
12218 2009-02-15  Bruno Haible  <bruno@clisp.org>
12219
12220         * modules/array-mergesort-tests: New file.
12221         * tests/test-array-mergesort.c: New file.
12222
12223         New module 'array-mergesort'.
12224         * modules/array-mergesort: New file.
12225         * lib/array-mergesort.h: New file.
12226
12227 2009-02-15  Bruno Haible  <bruno@clisp.org>
12228
12229         Fix 2009-02-07 commit.
12230         * lib/gen-uni-tables.c (output_predicate, output_category,
12231         output_combclass, output_bidi_category, output_decimal_digit,
12232         output_digit, output_numeric, output_mirror, output_scripts,
12233         output_ident_category, output_simple_mapping): Fix format directives.
12234         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
12235
12236 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
12237
12238         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
12239         fixes are available from IBM.
12240
12241 2009-02-13  Jim Meyering  <meyering@redhat.com>
12242
12243         fts: arrange not to stat non-directories in more cases
12244         This makes GNU find (when it doesn't need to stat each file)
12245         *much* more efficient at traversing reiserfs file systems.
12246         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
12247         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
12248         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
12249         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
12250         (leaf_optimization_applies): New function.
12251         (LCO_hash, LCO_compare): New helper functions.
12252         (link_count_optimize_ok): New function.
12253         (fts_stat): Initialize new member (if dir).
12254         (fts_read): Decrement parent's fts_n_dirs_remaining count if
12255         we've just stat'ed a directory.  Skip the stat call when possible.
12256         ---
12257         Note this AFS-related exchange:
12258         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
12259         and note find's pioctl call in find/fstype.c.
12260         But that is necessary only if you want to enable the
12261         optimization for AFS, and for now, I don't.
12262
12263         fts: move a function definition "up" (no semantic change)
12264         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
12265         "up" to precede upcoming use of a related function.
12266
12267 2009-02-11  Jim Meyering  <meyering@redhat.com>
12268
12269         fts: correct internal computation of nlinks (optimization-related)
12270         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
12271         whether the current entry is a directory, so don't test it.
12272
12273 2009-02-10  Bruno Haible  <bruno@clisp.org>
12274
12275         Tests for module 'uniwbrk/ulc-wordbreaks'.
12276         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12277         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12278         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12279
12280         Tests for module 'uniwbrk/u32-wordbreaks'.
12281         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12282         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12283
12284         Tests for module 'uniwbrk/u16-wordbreaks'.
12285         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12286         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12287
12288         Tests for module 'uniwbrk/u8-wordbreaks'.
12289         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12290         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12291
12292 2009-02-10  Bruno Haible  <bruno@clisp.org>
12293
12294         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12295         property.
12296         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12297         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12298         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12299
12300 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12301
12302         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12303         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12304
12305 2009-02-10  Bruno Haible  <bruno@clisp.org>
12306
12307         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12308         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12309         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12310         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12311         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12312         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12313
12314 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12315
12316         * lib/sockets.h (gl_fd_to_handle): New function.
12317
12318         * tests/test-sockets.c: Call gl_fd_to_handle.
12319
12320 2009-02-09  Bruno Haible  <bruno@clisp.org>
12321
12322         * doc/havelib.texi: Document the conventions on bi-arch systems.
12323
12324 2009-02-08  Bruno Haible  <bruno@clisp.org>
12325
12326         Document the AC_LIB_LINKFLAGS macro.
12327         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12328         * doc/gnulib.texi: Include it.
12329
12330 2009-02-08  Bruno Haible  <bruno@clisp.org>
12331
12332         Fix wrong order of sections, compared to TOC.
12333         * doc/gnulib.texi: Include relocatable-maint.texi after the
12334         "Regular expressions" node, not before.
12335
12336 2009-02-08  Bruno Haible  <bruno@clisp.org>
12337
12338         Tests for module 'unicase/totitle'.
12339         * modules/unicase/totitle-tests: New file.
12340
12341         Tests for module 'unicase/tolower'.
12342         * modules/unicase/tolower-tests: New file.
12343
12344         Tests for module 'unicase/toupper'.
12345         * modules/unicase/toupper-tests: New file.
12346         * tests/unicase/test-mapping-part1.h: New file.
12347         * tests/unicase/test-mapping-part2.h: New file.
12348
12349         New module 'unicase/totitle'.
12350         * modules/unicase/totitle: New file.
12351         * lib/unicase/totitle.c: New file.
12352
12353         New module 'unicase/tolower'.
12354         * modules/unicase/tolower: New file.
12355         * lib/unicase/tolower.c: New file.
12356
12357         New module 'unicase/toupper'.
12358         * modules/unicase/toupper: New file.
12359         * lib/unicase/toupper.c: New file.
12360         * lib/unicase/simple-mapping.h: New file.
12361
12362         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12363         (mapping_table): New structure.
12364         (output_simple_mapping): New function.
12365         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12366         * modules/gen-uni-tables (Description): Update.
12367         * lib/unicase/toupper.h: New file, automatically generated by
12368         gen-uni-tables.
12369         * lib/unicase/tolower.h: New file, automatically generated by
12370         gen-uni-tables.
12371         * lib/unicase/totitle.h: New file, automatically generated by
12372         gen-uni-tables.
12373         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12374         gen-uni-tables.
12375         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12376         gen-uni-tables.
12377         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12378         gen-uni-tables.
12379
12380         New module 'unicase/base'.
12381         * modules/unicase/base: New file.
12382         * lib/unicase.h: New file.
12383
12384 2009-02-08  Bruno Haible  <bruno@clisp.org>
12385
12386         New module 'uniwbrk/ulc-wordbreaks'.
12387         * modules/uniwbrk/ulc-wordbreaks: New file.
12388         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12389
12390         New module 'uniwbrk/u32-wordbreaks'.
12391         * modules/uniwbrk/u32-wordbreaks: New file.
12392         * lib/uniwbrk/u32-wordbreaks.c: New file.
12393
12394         New module 'uniwbrk/u16-wordbreaks'.
12395         * modules/uniwbrk/u16-wordbreaks: New file.
12396         * lib/uniwbrk/u16-wordbreaks.c: New file.
12397
12398         New module 'uniwbrk/u8-wordbreaks'.
12399         * modules/uniwbrk/u8-wordbreaks: New file.
12400         * lib/uniwbrk/u8-wordbreaks.c: New file.
12401         * lib/uniwbrk/u-wordbreaks.h: New file.
12402
12403         New module 'uniwbrk/table'.
12404         * modules/uniwbrk/table: New file.
12405         * lib/uniwbrk/wbrktable.h: New file.
12406         * lib/uniwbrk/wbrktable.c: New file.
12407
12408         New module 'uniwbrk/wordbreak-property'.
12409         * modules/uniwbrk/wordbreak-property: New file.
12410         * lib/uniwbrk/wordbreak-property.c: New file.
12411
12412         * lib/gen-uni-tables.c (WBP_*): New enum items.
12413         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12414         (unicode_org_wbp): New variable.
12415         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12416         New functions.
12417         (wbp_table): New structure.
12418         (output_wbp, output_wbrk_tables): New functions.
12419         (main): Accept additional argument. Invoke fill_org_wbp,
12420         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12421         output_wbrk_tables.
12422         * modules/gen-uni-tables (Description): Update.
12423         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
12424         gen-uni-tables.
12425
12426         New module 'uniwbrk/base'.
12427         * modules/uniwbrk/base: New file.
12428         * lib/uniwbrk.h: New file.
12429
12430 2009-02-08  Bruno Haible  <bruno@clisp.org>
12431
12432         Update to Unicode 5.1.0.
12433         * lib/gen-uni-tables.c (is_property_alphabetic): Include
12434         U+2185..U+2188.
12435         (is_property_default_ignorable_code_point): Don't include characters
12436         of category Cc or Cs and not-a-characters.
12437         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
12438         U+0D79, U+109E, U+109F, U+A60C.
12439         * lib/unictype/bidi_of.h: Regenerated.
12440         * lib/unictype/blocks.h: Regenerated.
12441         * lib/unictype/categ_C.h: Regenerated.
12442         * lib/unictype/categ_Cf.h: Regenerated.
12443         * lib/unictype/categ_Cn.h: Regenerated.
12444         * lib/unictype/categ_L.h: Regenerated.
12445         * lib/unictype/categ_Ll.h: Regenerated.
12446         * lib/unictype/categ_Lm.h: Regenerated.
12447         * lib/unictype/categ_Lo.h: Regenerated.
12448         * lib/unictype/categ_Lu.h: Regenerated.
12449         * lib/unictype/categ_M.h: Regenerated.
12450         * lib/unictype/categ_Mc.h: Regenerated.
12451         * lib/unictype/categ_Me.h: Regenerated.
12452         * lib/unictype/categ_Mn.h: Regenerated.
12453         * lib/unictype/categ_N.h: Regenerated.
12454         * lib/unictype/categ_Nd.h: Regenerated.
12455         * lib/unictype/categ_Nl.h: Regenerated.
12456         * lib/unictype/categ_No.h: Regenerated.
12457         * lib/unictype/categ_P.h: Regenerated.
12458         * lib/unictype/categ_Pd.h: Regenerated.
12459         * lib/unictype/categ_Pe.h: Regenerated.
12460         * lib/unictype/categ_Pf.h: Regenerated.
12461         * lib/unictype/categ_Pi.h: Regenerated.
12462         * lib/unictype/categ_Po.h: Regenerated.
12463         * lib/unictype/categ_Ps.h: Regenerated.
12464         * lib/unictype/categ_S.h: Regenerated.
12465         * lib/unictype/categ_Sk.h: Regenerated.
12466         * lib/unictype/categ_Sm.h: Regenerated.
12467         * lib/unictype/categ_So.h: Regenerated.
12468         * lib/unictype/categ_of.h: Regenerated.
12469         * lib/unictype/combining.h: Regenerated.
12470         * lib/unictype/ctype_alnum.h: Regenerated.
12471         * lib/unictype/ctype_alpha.h: Regenerated.
12472         * lib/unictype/ctype_graph.h: Regenerated.
12473         * lib/unictype/ctype_lower.h: Regenerated.
12474         * lib/unictype/ctype_print.h: Regenerated.
12475         * lib/unictype/ctype_punct.h: Regenerated.
12476         * lib/unictype/ctype_upper.h: Regenerated.
12477         * lib/unictype/decdigit.h: Regenerated.
12478         * lib/unictype/digit.h: Regenerated.
12479         * lib/unictype/mirror.h: Regenerated.
12480         * lib/unictype/numeric.h: Regenerated.
12481         * lib/unictype/pr_alphabetic.h: Regenerated.
12482         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
12483         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
12484         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
12485         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
12486         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
12487         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
12488         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
12489         * lib/unictype/pr_combining.h: Regenerated.
12490         * lib/unictype/pr_dash.h: Regenerated.
12491         * lib/unictype/pr_decimal_digit.h: Regenerated.
12492         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
12493         * lib/unictype/pr_deprecated.h: Regenerated.
12494         * lib/unictype/pr_diacritic.h: Regenerated.
12495         * lib/unictype/pr_extender.h: Regenerated.
12496         * lib/unictype/pr_format_control.h: Regenerated.
12497         * lib/unictype/pr_grapheme_base.h: Regenerated.
12498         * lib/unictype/pr_grapheme_extend.h: Regenerated.
12499         * lib/unictype/pr_grapheme_link.h: Regenerated.
12500         * lib/unictype/pr_id_continue.h: Regenerated.
12501         * lib/unictype/pr_id_start.h: Regenerated.
12502         * lib/unictype/pr_ideographic.h: Regenerated.
12503         * lib/unictype/pr_ignorable_control.h: Regenerated.
12504         * lib/unictype/pr_lowercase.h: Regenerated.
12505         * lib/unictype/pr_math.h: Regenerated.
12506         * lib/unictype/pr_numeric.h: Regenerated.
12507         * lib/unictype/pr_other_alphabetic.h: Regenerated.
12508         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
12509         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
12510         * lib/unictype/pr_other_id_continue.h: Regenerated.
12511         * lib/unictype/pr_other_lowercase.h: Regenerated.
12512         * lib/unictype/pr_other_math.h: Regenerated.
12513         * lib/unictype/pr_punctuation.h: Regenerated.
12514         * lib/unictype/pr_sentence_terminal.h: Regenerated.
12515         * lib/unictype/pr_soft_dotted.h: Regenerated.
12516         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
12517         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
12518         * lib/unictype/pr_unified_ideograph.h: Regenerated.
12519         * lib/unictype/pr_uppercase.h: Regenerated.
12520         * lib/unictype/pr_xid_continue.h: Regenerated.
12521         * lib/unictype/pr_xid_start.h: Regenerated.
12522         * lib/unictype/pr_zero_width.h: Regenerated.
12523         * lib/unictype/scripts.h: Regenerated.
12524         * lib/unictype/scripts_byname.gperf: Regenerated.
12525         * lib/unictype/sy_java_ident.h: Regenerated.
12526         * lib/unilbrk/lbrkprop1.h: Regenerated.
12527         * lib/unilbrk/lbrkprop2.h: Regenerated.
12528         * tests/unictype/test-categ_C.c: Regenerated.
12529         * tests/unictype/test-categ_Cf.c: Regenerated.
12530         * tests/unictype/test-categ_Cn.c: Regenerated.
12531         * tests/unictype/test-categ_L.c: Regenerated.
12532         * tests/unictype/test-categ_Ll.c: Regenerated.
12533         * tests/unictype/test-categ_Lm.c: Regenerated.
12534         * tests/unictype/test-categ_Lo.c: Regenerated.
12535         * tests/unictype/test-categ_Lu.c: Regenerated.
12536         * tests/unictype/test-categ_M.c: Regenerated.
12537         * tests/unictype/test-categ_Mc.c: Regenerated.
12538         * tests/unictype/test-categ_Me.c: Regenerated.
12539         * tests/unictype/test-categ_Mn.c: Regenerated.
12540         * tests/unictype/test-categ_N.c: Regenerated.
12541         * tests/unictype/test-categ_Nd.c: Regenerated.
12542         * tests/unictype/test-categ_Nl.c: Regenerated.
12543         * tests/unictype/test-categ_No.c: Regenerated.
12544         * tests/unictype/test-categ_P.c: Regenerated.
12545         * tests/unictype/test-categ_Pd.c: Regenerated.
12546         * tests/unictype/test-categ_Pe.c: Regenerated.
12547         * tests/unictype/test-categ_Pf.c: Regenerated.
12548         * tests/unictype/test-categ_Pi.c: Regenerated.
12549         * tests/unictype/test-categ_Po.c: Regenerated.
12550         * tests/unictype/test-categ_Ps.c: Regenerated.
12551         * tests/unictype/test-categ_S.c: Regenerated.
12552         * tests/unictype/test-categ_Sk.c: Regenerated.
12553         * tests/unictype/test-categ_Sm.c: Regenerated.
12554         * tests/unictype/test-categ_So.c: Regenerated.
12555         * tests/unictype/test-ctype_alnum.c: Regenerated.
12556         * tests/unictype/test-ctype_alpha.c: Regenerated.
12557         * tests/unictype/test-ctype_graph.c: Regenerated.
12558         * tests/unictype/test-ctype_lower.c: Regenerated.
12559         * tests/unictype/test-ctype_print.c: Regenerated.
12560         * tests/unictype/test-ctype_punct.c: Regenerated.
12561         * tests/unictype/test-ctype_upper.c: Regenerated.
12562         * tests/unictype/test-decdigit.h: Regenerated.
12563         * tests/unictype/test-digit.h: Regenerated.
12564         * tests/unictype/test-numeric.h: Regenerated.
12565         * tests/unictype/test-pr_alphabetic.c: Regenerated.
12566         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
12567         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
12568         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
12569         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
12570         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
12571         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
12572         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
12573         * tests/unictype/test-pr_combining.c: Regenerated.
12574         * tests/unictype/test-pr_dash.c: Regenerated.
12575         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
12576         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
12577         * tests/unictype/test-pr_deprecated.c: Regenerated.
12578         * tests/unictype/test-pr_diacritic.c: Regenerated.
12579         * tests/unictype/test-pr_extender.c: Regenerated.
12580         * tests/unictype/test-pr_format_control.c: Regenerated.
12581         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
12582         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
12583         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
12584         * tests/unictype/test-pr_id_continue.c: Regenerated.
12585         * tests/unictype/test-pr_id_start.c: Regenerated.
12586         * tests/unictype/test-pr_ideographic.c: Regenerated.
12587         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
12588         * tests/unictype/test-pr_lowercase.c: Regenerated.
12589         * tests/unictype/test-pr_math.c: Regenerated.
12590         * tests/unictype/test-pr_numeric.c: Regenerated.
12591         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
12592         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
12593         Regenerated.
12594         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
12595         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
12596         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
12597         * tests/unictype/test-pr_other_math.c: Regenerated.
12598         * tests/unictype/test-pr_punctuation.c: Regenerated.
12599         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
12600         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
12601         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
12602         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
12603         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
12604         * tests/unictype/test-pr_uppercase.c: Regenerated.
12605         * tests/unictype/test-pr_xid_continue.c: Regenerated.
12606         * tests/unictype/test-pr_xid_start.c: Regenerated.
12607         * tests/unictype/test-pr_zero_width.c: Regenerated.
12608
12609         Update to Unicode 5.1.0.
12610         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
12611         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
12612         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
12613         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
12614         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
12615         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
12616         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
12617         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
12618         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
12619         (nonspacing_table_ind): Update.
12620         * tests/uniwidth/test-uc_width2.sh: Update expected result.
12621
12622         Update to Unicode 5.1.0.
12623         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
12624         code transform.
12625         * lib/uniname/uniname.c (unicode_character_name,
12626         unicode_name_character): Add the range 0x1Fxxx to the code transform.
12627         * lib/uniname/uninames.h: Regenerated.
12628         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
12629
12630 2009-02-07  Bruno Haible  <bruno@clisp.org>
12631
12632         Merge gen-ctype and gen-lbrk into a single program.
12633         * lib/gen-uni-tables.c: New file, incorporating
12634         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
12635         Add directory prefixes to the names of the generated files.
12636         * lib/unictype/gen-ctype.c: Remove file.
12637         * lib/unilbrk/gen-lbrk.c: Remove file.
12638         * modules/gen-uni-tables: New file.
12639         * modules/unictype/gen-ctype: Remove file.
12640         * modules/unilbrk/gen-lbrk: Remove file.
12641
12642 2009-02-07  Bruno Haible  <bruno@clisp.org>
12643
12644         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
12645
12646         New module 'unistr/u32-strcoll'.
12647         * modules/unistr/u32-strcoll: New file.
12648         * lib/unistr/u32-strcoll.c: New file.
12649
12650         New module 'unistr/u16-strcoll'.
12651         * modules/unistr/u16-strcoll: New file.
12652         * lib/unistr/u16-strcoll.c: New file.
12653
12654         New module 'unistr/u8-strcoll'.
12655         * modules/unistr/u8-strcoll: New file.
12656         * lib/unistr/u8-strcoll.c: New file.
12657         * lib/unistr/u-strcoll.h: New file.
12658
12659 2009-02-07  Bruno Haible  <bruno@clisp.org>
12660
12661         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
12662         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12663         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
12664         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
12665         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
12666         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
12667
12668 2009-02-07  Bruno Haible  <bruno@clisp.org>
12669
12670         Make 64-bit clean.
12671         * lib/unictype/gen-ctype.c (output_predicate, output_category,
12672         output_combclass, output_bidi_category, output_decimal_digit,
12673         output_digit, output_numeric, output_mirror, output_scripts,
12674         output_ident_category): Use proper width specifier in format strings.
12675
12676 2009-02-07  Bruno Haible  <bruno@clisp.org>
12677
12678         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
12679         failure behaviour.
12680
12681 2009-02-07  Jim Meyering  <meyering@redhat.com>
12682
12683         regex: avoid compilation failure with upcoming gcc-4.4
12684         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
12685         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
12686         "... error: integer overflow in preprocessor expression".
12687
12688 2009-02-05  Ben Pfaff  <blp@gnu.org>
12689
12690         Fix link errors on Windows when close module is used.
12691         * modules/close: Add $(LIB_CLOSE) to Link section.
12692         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
12693         $(LIB_CLOSE) on Windows.
12694
12695 2009-02-05  Jim Meyering  <meyering@redhat.com>
12696
12697         still avoid unused-parameter warnings, but do it cleanly
12698         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
12699         (get_fs_usage): Cast to void instead.
12700         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
12701         (dev_from_mount_options, read_file_system_list): Cast to void.
12702         Prompted by Bruno Haible.
12703
12704 2009-02-04  Jim Meyering  <meyering@redhat.com>
12705
12706         fsusage.c: correct copyright year
12707         * lib/fsusage.c: Reflect year in which the change is pushed into
12708
12709         avoid misc. warnings
12710         * lib/fsusage.c (UNUSED_PARAM): Define.
12711         (get_fs_usage): Mark parameter "disk" as unused.
12712         * lib/getugroups.c (getgrent): Use "void" in prototype.
12713         * lib/mountlist.c: Mark unused parameters.
12714         (read_file_system_list): Declare a local with "const".
12715         * lib/nanosleep.c (getnow): Declare static.
12716         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
12717
12718         dirfd: set errno upon failure
12719         * lib/dirfd.c: Include <errno.h>.
12720         Set errno to ENOTSUP when returning -1.
12721         * modules/dirfd (Depends-on): Add errno.
12722         Suggested by John Kodis <kodis@comcast.net>.
12723
12724 2009-02-01  Bruno Haible  <bruno@clisp.org>
12725
12726         Don't assume sizeof (long) >= sizeof (void *).
12727         * lib/memcmp.c: Include stdint.h.
12728         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
12729         srcp2 to 'const byte *'.
12730         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
12731         types to uintptr_t.
12732         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
12733         * modules/memcmp (Depends-on): Add stdint.
12734         Reported by Ozkan Sezer <sezeroz@gmail.com>.
12735
12736 2009-01-30  Eric Blake  <ebb9@byu.net>
12737
12738         fix more require-before-expand issues
12739         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
12740         expand, AC_PROG_AWK.
12741         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
12742
12743 2009-01-28  Eric Blake  <ebb9@byu.net>
12744
12745         version-etc: use consistent URL formatting
12746         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
12747         Improve formatting.  Use fputs for string without %.
12748
12749 2009-01-28  Jim Meyering  <meyering@redhat.com>
12750
12751         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
12752         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
12753         "underquoted definition of NAME" from autoconf-2.59.
12754
12755 2009-01-28  Bruno Haible  <bruno@clisp.org>
12756
12757         * doc/gnulib.texi: Add "Obsolete modules" to index.
12758
12759 2009-01-28  Jim Meyering  <meyering@redhat.com>
12760
12761         useless-if-before-free: recognize more variants
12762         * build-aux/useless-if-before-free: Also recognize e.g.,
12763         if (NULL != p) free (p);
12764
12765 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
12766
12767         test-getaddrinfo: skip (don't fail) this test when there's no network
12768         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
12769         on the presumption that it means you lack network access.
12770
12771 2009-01-26  Jim Meyering  <meyering@redhat.com>
12772
12773         fflush: avoid warnings on modern systems
12774         * lib/fflush.c (rpl_fflush): Move declarations of locals,
12775         pos and result, into scopes where they're used.
12776
12777 2009-01-26  Eric Blake  <ebb9@byu.net>
12778
12779         Silence warning reintroduced by recent extensions patch.
12780         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
12781         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
12782         autoconf.
12783
12784         Backport improved autoconf semantics of AC_DEFUN_ONCE.
12785         * m4/00gnulib.m4: New file.
12786         * gnulib-tool (func_get_filelist): Always use it.
12787         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
12788         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
12789
12790 2009-01-25  Bruno Haible  <bruno@clisp.org>
12791
12792         Make test-quotearg work on MacOS X and AIX.
12793         * tests/test-quotearg.sh: New file.
12794         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
12795         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
12796         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
12797         include <libintl.h>.
12798         (fake_locale): Remove variable.
12799         (gettext, dgettext, dcgettext): Remove functions.
12800         (main): Instead of setting a fake locale, set a real locale. Call
12801         textdomain and bindtextdomain.
12802         * modules/quotearg-tests (Files): Add the new files.
12803         (Depends-on): Add gettext, setenv, unsetenv.
12804         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
12805         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
12806         Augment TESTS_ENVIRONMENT.
12807
12808 2009-01-25  Bruno Haible  <bruno@clisp.org>
12809
12810         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
12811         fr_FR.ISO8859-1 locale on MacOS X.
12812         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
12813         ja_JP.eucJP locale on MacOS X.
12814         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
12815         zh_CN.GB18030 locale on MacOS X.
12816
12817 2009-01-25  Bruno Haible  <bruno@clisp.org>
12818
12819         Avoid link errors on MacOS X 10.3.
12820         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
12821         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12822
12823 2009-01-25  Bruno Haible  <bruno@clisp.org>
12824
12825         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12826         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
12827         * modules/pipe (Files): Remove m4/posix_spawn.m4.
12828         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12829         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
12830         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12831         posix_spawnattr_init, posix_spawnattr_setsigmask,
12832         posix_spawnattr_setflags, posix_spawnattr_destroy.
12833
12834         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
12835         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
12836         * modules/execute (Files): Remove m4/posix_spawn.m4.
12837         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
12838         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
12839         posix_spawnattr_init, posix_spawnattr_setsigmask,
12840         posix_spawnattr_setflags, posix_spawnattr_destroy.
12841
12842 2009-01-25  Bruno Haible  <bruno@clisp.org>
12843
12844         * lib/glthread/threadlib.c: Include <stdlib.h>.
12845
12846 2009-01-25  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/glthread/threadlib.c (dummy): New declaration.
12849
12850 2009-01-25  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
12853         multibyte characters also for the GB18030 encoding. Don't crash when
12854         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
12855
12856 2009-01-25  Bruno Haible  <bruno@clisp.org>
12857
12858         Avoid redefining 'struct random_data' on OSF/1 5.1.
12859         * lib/stdlib.in.h: Include <random.h> if it exists.
12860         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
12861         HAVE_RANDOM_H. Include <random.h> when testing whether
12862         'struct random_data' exists.
12863         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
12864
12865 2009-01-25  Bruno Haible  <bruno@clisp.org>
12866
12867         Don't install charset.alias on MacOS X >= 10.3.
12868         * lib/localcharset.c (DARWIN7): New macro.
12869         (get_charset_aliases): Hardcode the result for Darwin7.
12870         * modules/localcharset (install-exec-local): Don't install
12871         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
12872
12873 2009-01-25  Bruno Haible  <bruno@clisp.org>
12874
12875         Don't install charset.alias on mingw and Cygwin.
12876         * modules/localcharset (install-exec-local): Don't install
12877         charset.alias on mingw and Cygwin, if the file does not yet exist.
12878         The result for these platforms is hardcoded in localcharset.c.
12879
12880 2009-01-25  Bruno Haible  <bruno@clisp.org>
12881
12882         Make it possible again to use AC_GNU_SOURCE together with gnulib.
12883         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
12884         before requiring AC_USE_SYSTEM_EXTENSIONS.
12885
12886 2009-01-25  Jim Meyering  <meyering@redhat.com>
12887
12888         c-strtod: avoid warnings
12889         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
12890         "assignment discards qualifiers from pointer target type" warnings.
12891
12892 2009-01-24  Bruno Haible  <bruno@clisp.org>
12893
12894         Add support for non-UTF-8 locales on MacOS X.
12895         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
12896         canonical encodings. For Darwin 7 and newer, don't map traditional
12897         encodings to UTF-8.
12898         Reported by Vincent Lefevre <vincent@vinc17.org>
12899         at <http://savannah.gnu.org/bugs/?25235>.
12900
12901 2009-01-24  Bruno Haible  <bruno@clisp.org>
12902
12903         * doc/gnulib.texi (Obsolete modules): New section.
12904         Reported by Mike Frysinger <vapier@gentoo.org>.
12905
12906 2009-01-24  Bruno Haible  <bruno@clisp.org>
12907
12908         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
12909         (%.dvi): New rule.
12910
12911 2009-01-24  Bruno Haible  <bruno@clisp.org>
12912
12913         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
12914         Reported by Eric Blake.
12915
12916 2009-01-24  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
12919         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
12920         Reported by Gary V. Vaughan <gary@gnu.org>.
12921
12922 2009-01-24  Bruno Haible  <bruno@clisp.org>
12923
12924         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
12925
12926 2009-01-23  Bruno Haible  <bruno@clisp.org>
12927
12928         Make c-strtod, c-strtold usable in libraries.
12929         * lib/c-strtod.c: Include string.h instead of xalloc.h.
12930         (C_STRTOD): Call strdup instead of xstrdup.
12931         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
12932         * modules/c-strtold (Depends-on): Likewise.
12933         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
12934         * NEWS: Mention the change.
12935         Reported by Michael Gold <mgold@ncf.ca>.
12936
12937 2009-01-23  Jim Meyering  <meyering@redhat.com>
12938
12939         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
12940         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
12941         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
12942
12943 2009-01-23  Simon Josefsson  <simon@josefsson.org>
12944
12945         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
12946         GNU CoreUtils.
12947         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
12948         * modules/version-etc (Description): Update.
12949
12950 2009-01-22  Bruno Haible  <bruno@clisp.org>
12951
12952         Cache the C locale object.
12953         * lib/c-strtod.c (c_locale_cache): New variable.
12954         (c_locale): New function.
12955         (C_STRTOD): Use it, and don't call freelocale.
12956         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
12957         Suggested by Paolo Bonzini.
12958
12959 2009-01-21  Bruno Haible  <bruno@clisp.org>
12960
12961         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
12962         conditions other than overflow.
12963
12964 2009-01-21  Bruno Haible  <bruno@clisp.org>
12965
12966         * lib/c-strtod.c: Include errno.h.
12967         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
12968         value from STRTOD_L and STRTOD.
12969
12970 2009-01-21  Bruno Haible  <bruno@clisp.org>
12971         and Jim Meyering  <meyering@redhat.com>
12972
12973         nanosleep: skip configure test (fail it) for apple universal builds
12974         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
12975         universal builds, assume that nanosleep does not work.
12976         * modules/nanosleep (Depends-on): Add multiarch.
12977
12978         mktime: skip configure test (fail it) for apple universal builds
12979         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
12980         universal builds, assume that mktime does not work.
12981         * modules/mktime (Depends-on): Add multiarch.
12982
12983 2009-01-21  Eric Blake  <ebb9@byu.net>
12984
12985         multiarch: avoid expand-before-require warning
12986         * modules/multiarch (configure.ac): Require, rather than expand,
12987         gl_MULTIARCH.
12988         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
12989         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
12990         enforce that all clients require it.  Partial reversion of
12991         2008-12-29 patch.
12992
12993         error: avoid expand-before-require warning
12994         * modules/errno (configure.ac): Require, rather than expand,
12995         gl_HEADER_ERRNO_H.
12996         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
12997         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
12998         enforce that all clients require it.
12999
13000         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
13001         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
13002         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
13003         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
13004
13005 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
13006
13007         Revert:
13008         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13009
13010         regex: do not depend on obsolete modules.
13011         * modules/regex: Remove memcmp and memmove.
13012
13013 2009-01-20  Bruno Haible  <bruno@clisp.org>
13014
13015         Make the 'link' module link on Windows NT 4.
13016         * lib/link.c (_WIN32_WINNT): Don't define.
13017         (CreateHardLinkFuncType): New type.
13018         (CreateHardLinkFunc, initialized): New variables.
13019         (initialize): New function.
13020         (link): Invoke CreateHardLink indirectly through the function pointer.
13021
13022 2009-01-20  Bruno Haible  <bruno@clisp.org>
13023
13024         Fix compilation failure on mingw.
13025         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
13026
13027 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
13028
13029         * doc/c-strtod.texi: Mention a couple of restrictions.
13030
13031 2009-01-20  Jim Meyering  <meyering@redhat.com>
13032
13033         gettimeofday: move more declarations out of functions
13034         * lib/gettimeofday.c: Move extern declarations of tzset and
13035         gmtime out of containing functions.  Prompted by Bruno Haible.
13036
13037 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13038
13039         regex: do not depend on obsolete modules.
13040         * modules/regex: Remove memcmp and memmove.
13041
13042 2009-01-19  Bruno Haible  <bruno@clisp.org>
13043
13044         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13045         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
13046         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13047         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
13048         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
13049
13050 2009-01-19  Bruno Haible  <bruno@clisp.org>
13051
13052         * tests/test-link.c: Include <errno.h>.
13053         (main): Exit with code 77 when a hard link cannot be created due to
13054         the file system.
13055         * tests/test-link.sh: Skip test when a hard link cannot be created due
13056         to the file system.
13057         Suggested by Eric Blake.
13058
13059 2009-01-19  Martin Lambers  <marlam@marlam.de>
13060
13061         * modules/link-tests: New file.
13062         * tests/test-link.sh: New file.
13063         * tests/test-link.c: New file.
13064
13065 2009-01-19  Eric Blake  <ebb9@byu.net>
13066
13067         doc: mention another function added in cygwin 1.7.0
13068         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
13069         Another new function in cygwin 1.7.
13070
13071 2009-01-19  Bruno Haible  <bruno@clisp.org>
13072
13073         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13074         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
13075         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
13076         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13077         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
13078         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
13079         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
13080         * m4/md4.m4 (gl_MD4): Likewise.
13081         * m4/md5.m4 (gl_MD5): Likewise.
13082         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
13083         * m4/sha1.m4 (gl_SHA1): Likewise.
13084         * m4/sha256.m4 (gl_SHA256): Likewise.
13085         * m4/sha512.m4 (gl_SHA512): Likewise.
13086
13087 2009-01-19  Bruno Haible  <bruno@clisp.org>
13088
13089         * modules/uniname/uniname-tests (Depends-on): Add progname.
13090         * tests/uniname/test-uninames.c: Include progname.h.
13091         (main): Call set_program_name.
13092
13093         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
13094         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
13095         (main): Call set_program_name.
13096
13097         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
13098         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
13099         (main): Call set_program_name.
13100
13101         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
13102         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
13103         (main): Call set_program_name.
13104
13105         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
13106         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
13107         (main): Call set_program_name.
13108
13109         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
13110         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
13111         (main): Call set_program_name.
13112
13113         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
13114         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
13115         (main): Call set_program_name.
13116
13117         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
13118         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
13119         (main): Call set_program_name.
13120
13121         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13122         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13123         (main): Call set_program_name.
13124
13125 2009-01-19  Eric Blake  <ebb9@byu.net>
13126
13127         test-unistd: test previous patch
13128         * tests/test-unistd.c: Test *_FILENO macros.
13129
13130         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
13131         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13132         Guarantee a definition.
13133         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
13134         * modules/unistd-safer (Depends-on): Add dependency on unistd.
13135         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
13136         * lib/dup-safer.c (STDERR_FILENO): Likewise.
13137         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13138         Likewise.
13139         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
13140         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
13141         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13142         Likewise.
13143         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
13144         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
13145         (STDERR_FILENO): Likewise.
13146         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
13147         (STDERR_FILENO): Likewise.
13148         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
13149         (STDERR_FILENO): Likewise.
13150         Reported by Elbert Pol.
13151
13152 2009-01-19  Eric Blake  <ebb9@byu.net>
13153
13154         doc: mention more functions added in cygwin 1.7.0
13155         * doc/posix-functions/abort.texi (abort): Update wording related
13156         to cygwin.
13157         * doc/posix-functions/daylight.texi (daylight): Likewise.
13158         * doc/posix-functions/optarg.texi (optarg): Likewise.
13159         * doc/posix-functions/optarg.texi (opterr): Likewise.
13160         * doc/posix-functions/optarg.texi (optind): Likewise.
13161         * doc/posix-functions/optarg.texi (optopt): Likewise.
13162         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
13163         worked in 1.5.x, and was withdrawn in 1.7.
13164         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
13165         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
13166         cygwin versions.
13167         * doc/posix-functions/perror.texi (perror): Likewise.
13168         * doc/posix-functions/printf.texi (printf): Likewise.
13169         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
13170         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
13171         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
13172         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
13173         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
13174         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
13175         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13176         Likewise.
13177         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13178         Likewise.
13179         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
13180         this function.
13181         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
13182         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
13183         Likewise.
13184         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
13185         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
13186         * doc/posix-functions/confstr.texi (confstr): Likewise.
13187         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
13188         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
13189         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
13190         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
13191         * doc/posix-functions/fputws.texi (fputws): Likewise.
13192         * doc/posix-functions/fwide.texi (fwide): Likewise.
13193         * doc/posix-functions/getwc.texi (getwc): Likewise.
13194         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
13195         * doc/posix-functions/putwc.texi (putwc): Likewise.
13196         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
13197         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
13198         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
13199         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
13200         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
13201         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
13202         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
13203         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
13204         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
13205         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
13206         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
13207
13208 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13209
13210         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
13211         * lib/ioctl.c: Include <sys/ioctl.h>.
13212
13213 2009-01-19  Simon Josefsson  <simon@josefsson.org>
13214
13215         * modules/getdate-tests (Depends-on): Add progname.
13216         * tests/test-getdate.c: Use progname module, to avoid link errors
13217         on non-glibc systems.
13218
13219 2009-01-18  Simon Josefsson  <simon@josefsson.org>
13220
13221         * modules/filenamecat-tests (Depends-on): Add progname.
13222         * modules/fstrcmp-tests (Depends-on): Likewise.
13223
13224         * tests/test-filenamecat.c: Use progname module, to avoid link
13225         errors on non-glibc systems.
13226         * tests/test-fstrcmp.c: Likewise.
13227
13228 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13229
13230         gettimeofday: avoid warning: nested extern declaration of 'localtime'
13231         * lib/gettimeofday.c: Move extern declaration out of function.
13232
13233 2009-01-18  Bruno Haible  <bruno@clisp.org>
13234
13235         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
13236         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
13237         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
13238
13239 2009-01-18  Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/strftime.c (MEMPCPY): Remove unused macro.
13242         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
13243
13244 2009-01-18  Martin Lambers  <marlam@marlam.de>
13245
13246         New module 'link'.
13247         * lib/unistd.in.h (link): New declaration.
13248         * lib/link.c: New file.
13249         * m4/link.m4: New file.
13250         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
13251         HAVE_LINK.
13252         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
13253         * modules/link: New file.
13254         * doc/posix-functions/link.texi: Mention the new module.
13255
13256 2009-01-18  Bruno Haible  <bruno@clisp.org>
13257
13258         * tests/test-avltree_list.c (main): Call set_program_name.
13259         * tests/test-avltree_oset.c (main): Likewise.
13260         * tests/test-obstack-printf.c: Include progname.h.
13261         (main): Call set_program_name.
13262         * tests/test-quotearg.c: Include progname.h.
13263         (main): Call set_program_name.
13264         * tests/test-xmemdup0.c: Include progname.h.
13265         (main): Call set_program_name.
13266
13267 2009-01-18  Bruno Haible  <bruno@clisp.org>
13268
13269         New module 'alphasort'.
13270         * lib/dirent.in.h (alphasort): New declaration.
13271         * lib/alphasort.c: New file, from glibc with modifications.
13272         * m4/alphasort.m4: New file.
13273         * modules/alphasort: New file.
13274         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
13275         HAVE_ALPHASORT.
13276         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13277         HAVE_ALPHASORT.
13278         * doc/posix-functions/alphasort.texi: Mention the new module and the
13279         portability problems.
13280
13281 2009-01-18  Bruno Haible  <bruno@clisp.org>
13282
13283         New module 'scandir'.
13284         * lib/dirent.in.h (scandir): New declaration.
13285         * lib/scandir.c: New file, from glibc with modifications.
13286         * m4/scandir.m4: New file.
13287         * modules/scandir: New file.
13288         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13289         HAVE_SCANDIR.
13290         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13291         HAVE_SCANDIR.
13292         * doc/posix-functions/scandir.texi: Mention the new module and the
13293         portability problems.
13294
13295 2009-01-17  Bruno Haible  <bruno@clisp.org>
13296
13297         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13298         Update documentation.
13299         (func_remove_suffix): Escape all dots in the suffix. Update
13300         documentation.
13301         (func_filter_filelist): Update documentation.
13302         Reported by Ralf Wildenhues.
13303
13304 2009-01-17  Bruno Haible  <bruno@clisp.org>
13305
13306         * modules/dprintf-posix-tests: New file.
13307         * tests/test-dprintf-posix.sh: New file.
13308         * tests/test-dprintf-posix.c: New file.
13309
13310         New modules 'dprintf', 'dprintf-posix'.
13311         * lib/stdio.in.h (dprintf): New declaration.
13312         * lib/dprintf.c: New file.
13313         * m4/dprintf.m4: New file.
13314         * m4/dprintf-posix.m4: New file.
13315         * modules/dprintf: New file.
13316         * modules/dprintf-posix: New file.
13317         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13318         HAVE_DPRINTF, REPLACE_DPRINTF.
13319         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13320         HAVE_DPRINTF, REPLACE_DPRINTF.
13321         * doc/posix-functions/dprintf.texi: Mention the new modules.
13322
13323 2009-01-17  Bruno Haible  <bruno@clisp.org>
13324
13325         * modules/vdprintf-posix-tests: New file.
13326         * tests/test-vdprintf-posix.sh: New file.
13327         * tests/test-vdprintf-posix.c: New file.
13328
13329         New modules 'vdprintf', 'vdprintf-posix'.
13330         * lib/stdio.in.h (vdprintf): New declaration.
13331         * lib/vdprintf.c: New file.
13332         * m4/vdprintf.m4: New file.
13333         * m4/vdprintf-posix.m4: New file.
13334         * modules/vdprintf: New file.
13335         * modules/vdprintf-posix: New file.
13336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13337         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13338         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13339         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13340         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13341
13342 2009-01-17  Bruno Haible  <bruno@clisp.org>
13343
13344         Fix replacement of fopen on mingw.
13345         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13346         mingw.
13347
13348 2009-01-17  Bruno Haible  <bruno@clisp.org>
13349
13350         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13351         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13352
13353 2009-01-17  Bruno Haible  <bruno@clisp.org>
13354
13355         Avoid test-fflush2.sh failure on mingw.
13356         * tests/test-fflush2.c: Include binary-io.h.
13357         (main): Put standard input into binary mode.
13358         * modules/fflush-tests (Depends-on): Add binary-io.
13359
13360 2009-01-17  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/wchar.in.h: In another particular situation, include only the
13363         system's <wchar.h> file.
13364         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13365         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13366         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13367
13368 2009-01-17  Bruno Haible  <bruno@clisp.org>
13369
13370         Support for stripping executables in --enable-relocatable.
13371         * build-aux/install-reloc: Expect one more argument, or an environment
13372         variable RELOC_STRIP_PROG. If set, strip the destination program and
13373         its wrapper.
13374         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13375         RELOC_STRIP_PROG.
13376         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13377         to set RELOCATABLE_STRIP.
13378         * NEWS: Mention the new Makefile requirement.
13379
13380 2009-01-17  Bruno Haible  <bruno@clisp.org>
13381
13382         * build-aux/install-reloc: Remove debugging information left over by
13383         C compiler on MacOS X.
13384
13385 2009-01-17  Bruno Haible  <bruno@clisp.org>
13386
13387         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13388         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13389         _NSGetExecutablePath.
13390
13391 2009-01-16  Jim Meyering  <meyering@redhat.com>
13392
13393         strerror: avoid warnings about discarding "const"
13394         * lib/strerror.c (rpl_strerror): Instead of returning a const
13395         string from each and every "case", use a variable, and add a single
13396         cast after the switch.
13397
13398 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13399
13400         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13401
13402 2009-01-16  Bruno Haible  <bruno@clisp.org>
13403
13404         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13405         array initializer syntax that also works in C++ mode.
13406         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13407
13408 2009-01-16  Jim Meyering  <meyering@redhat.com>
13409
13410         poll: suppress a warning
13411         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13412         to ignore "...unsigned expression < 0 is always false" warnings.
13413
13414 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13415
13416         poll: remove declarations of unused variables
13417         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13418         sockbuf and optlen.
13419
13420 2009-01-15  Bruno Haible  <bruno@clisp.org>
13421
13422         Make fflush-after-ungetc POSIX compliant on BSD systems.
13423         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
13424         (clear_ungetc_buffer): Implement also for other systems.
13425         (rpl_fflush): On glibc systems, invoke
13426         clear_ungetc_buffer_preserving_position. Otherwise, invoke
13427         clear_ungetc_buffer after fetching the stream's position, not before.
13428
13429 2009-01-15  Bruno Haible  <bruno@clisp.org>
13430
13431         Make fflush-after-ungetc POSIX compliant on glibc systems.
13432         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
13433         after ungetc.
13434         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
13435         (rpl_fflush): On glibc systems, simply call the system's fflush
13436         function after clearing the ungetc buffer.
13437         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
13438         Instead, lseek only to the end of file, then use the system's fseeko
13439         for the rest. On glibc systems, reset the EOF indicator bit.
13440
13441 2009-01-15  Jim Meyering  <meyering@redhat.com>
13442
13443         openmp.m4: revert quote-adding change, for portability to older autoconf
13444         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
13445         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
13446         Simon Josefsson noticed the problem when using autoconf-2.61.
13447
13448 2009-01-15  Bruno Haible  <bruno@clisp.org>
13449
13450         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
13451         * tests/test-fflush2.c (ASSERT): Always fail.
13452         (main): Add two tests for fflush() after ungetc(), taking into account
13453         the Austin Group's clarification.
13454         Suggested by Eric Blake.
13455
13456 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
13457
13458         mktime.m4: remove K&R-style function prototypes
13459         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
13460         for the Sun C++ compiler.
13461
13462 2009-01-14  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
13465         while including <wchar.h>.
13466         * lib/wchar.in.h: In two particular situations on HP-UX, include only
13467         the system's <wchar.h> file.
13468         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13469
13470 2009-01-14  Bruno Haible  <bruno@clisp.org>
13471
13472         * m4/csharp.m4: Don't mention gettext on the serial number line.
13473         * m4/csharpexec.m4: Likewise.
13474         * m4/eaccess.m4: Likewise.
13475         * m4/javaexec.m4: Likewise.
13476         * m4/sig_atomic_t.m4: Likewise.
13477         * m4/tmpdir.m4: Likewise.
13478         * m4/intldir.m4: Bump gettext version.
13479         * m4/lib-ld.m4: Likewise.
13480
13481 2009-01-14  Bruno Haible  <bruno@clisp.org>
13482
13483         * lib/progname.c (set_program_name): Add more comments.
13484         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
13485
13486 2009-01-14  Simon Josefsson  <simon@josefsson.org>
13487
13488         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
13489         were sys/stat.h does not define it.
13490
13491 2009-01-14  Jim Meyering  <meyering@redhat.com>
13492
13493         many *.m4 files: improve m4 quoting
13494         99% of this change was performed by running the following commands:
13495         git ls-files | grep '\.m4$' | xargs perl -pi \
13496           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
13497           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13498           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
13499           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
13500         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
13501         The remainder were to add Copyright dates, increment serial numbers,
13502         undo some changes in comments, exclude m4/intl.m4, and add quotes
13503         around the "1" in ",1" where the unusual spacing prohibited the
13504         above regexps from doing the job.  For more details, see
13505         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
13506         * m4/acl.m4: Modified.
13507         * m4/afs.m4: Likewise.
13508         * m4/alloca.m4: Likewise.
13509         * m4/argp.m4: Likewise.
13510         * m4/argz.m4: Likewise.
13511         * m4/atexit.m4: Likewise.
13512         * m4/bison-i18n.m4: Likewise.
13513         * m4/bison.m4: Likewise.
13514         * m4/byteswap.m4: Likewise.
13515         * m4/c-stack.m4: Likewise.
13516         * m4/c-strtod.m4: Likewise.
13517         * m4/calloc.m4: Likewise.
13518         * m4/canonicalize-lgpl.m4: Likewise.
13519         * m4/chown.m4: Likewise.
13520         * m4/clock_time.m4: Likewise.
13521         * m4/codeset.m4: Likewise.
13522         * m4/copy-file.m4: Likewise.
13523         * m4/csharp.m4: Likewise.
13524         * m4/csharpcomp.m4: Likewise.
13525         * m4/csharpexec.m4: Likewise.
13526         * m4/d-ino.m4: Likewise.
13527         * m4/d-type.m4: Likewise.
13528         * m4/dirfd.m4: Likewise.
13529         * m4/double-slash-root.m4: Likewise.
13530         * m4/eaccess.m4: Likewise.
13531         * m4/eealloc.m4: Likewise.
13532         * m4/environ.m4: Likewise.
13533         * m4/errno_h.m4: Likewise.
13534         * m4/euidaccess.m4: Likewise.
13535         * m4/execute.m4: Likewise.
13536         * m4/fatal-signal.m4: Likewise.
13537         * m4/fchdir.m4: Likewise.
13538         * m4/fcntl_h.m4: Likewise.
13539         * m4/fileblocks.m4: Likewise.
13540         * m4/filenamecat.m4: Likewise.
13541         * m4/findprog.m4: Likewise.
13542         * m4/flexmember.m4: Likewise.
13543         * m4/fnmatch.m4: Likewise.
13544         * m4/fopen.m4: Likewise.
13545         * m4/fpending.m4: Likewise.
13546         * m4/fprintf-posix.m4: Likewise.
13547         * m4/free.m4: Likewise.
13548         * m4/frexp.m4: Likewise.
13549         * m4/frexpl.m4: Likewise.
13550         * m4/fsusage.m4: Likewise.
13551         * m4/ftruncate.m4: Likewise.
13552         * m4/gc-camellia.m4: Likewise.
13553         * m4/gc-random.m4: Likewise.
13554         * m4/gc.m4: Likewise.
13555         * m4/getaddrinfo.m4: Likewise.
13556         * m4/getcwd-abort-bug.m4: Likewise.
13557         * m4/getcwd-path-max.m4: Likewise.
13558         * m4/getdate.m4: Likewise.
13559         * m4/getdomainname.m4: Likewise.
13560         * m4/getgroups.m4: Likewise.
13561         * m4/gethostname.m4: Likewise.
13562         * m4/gethrxtime.m4: Likewise.
13563         * m4/getline.m4: Likewise.
13564         * m4/getloadavg.m4: Likewise.
13565         * m4/getndelim2.m4: Likewise.
13566         * m4/getpass.m4: Likewise.
13567         * m4/gettext.m4: Likewise.
13568         * m4/gettime.m4: Likewise.
13569         * m4/gettimeofday.m4: Likewise.
13570         * m4/gnulib-common.m4: Likewise.
13571         * m4/group-member.m4: Likewise.
13572         * m4/host-os.m4: Likewise.
13573         * m4/iconv.m4: Likewise.
13574         * m4/iconv_open.m4: Likewise.
13575         * m4/inet_ntop.m4: Likewise.
13576         * m4/inet_pton.m4: Likewise.
13577         * m4/inline.m4: Likewise.
13578         * m4/intldir.m4: Likewise.
13579         * m4/intlmacosx.m4: Likewise.
13580         * m4/intmax.m4: Likewise.
13581         * m4/intmax_t.m4: Likewise.
13582         * m4/inttypes.m4: Likewise.
13583         * m4/inttypes_h.m4: Likewise.
13584         * m4/inttypes-pri.m4: Likewise.
13585         * m4/isapipe.m4: Likewise.
13586         * m4/isnand.m4: Likewise.
13587         * m4/isnanf.m4: Likewise.
13588         * m4/isnanl.m4: Likewise.
13589         * m4/javacomp.m4: Likewise.
13590         * m4/javaexec.m4: Likewise.
13591         * m4/jm-winsz1.m4: Likewise.
13592         * m4/jm-winsz2.m4: Likewise.
13593         * m4/lchown.m4: Likewise.
13594         * m4/lcmessage.m4: Likewise.
13595         * m4/ldexpl.m4: Likewise.
13596         * m4/lib-ld.m4: Likewise.
13597         * m4/lib-link.m4: Likewise.
13598         * m4/libsigsegv.m4: Likewise.
13599         * m4/link-follow.m4: Likewise.
13600         * m4/localcharset.m4: Likewise.
13601         * m4/locale-fr.m4: Likewise.
13602         * m4/locale-ja.m4: Likewise.
13603         * m4/locale-tr.m4: Likewise.
13604         * m4/locale-zh.m4: Likewise.
13605         * m4/lock.m4: Likewise.
13606         * m4/longlong.m4: Likewise.
13607         * m4/ls-mntd-fs.m4: Likewise.
13608         * m4/lstat.m4: Likewise.
13609         * m4/malloc.m4: Likewise.
13610         * m4/mathl.m4: Likewise.
13611         * m4/mbrtowc.m4: Likewise.
13612         * m4/mbstate_t.m4: Likewise.
13613         * m4/mbswidth.m4: Likewise.
13614         * m4/memchr.m4: Likewise.
13615         * m4/memcmp.m4: Likewise.
13616         * m4/memcpy.m4: Likewise.
13617         * m4/memmem.m4: Likewise.
13618         * m4/memmove.m4: Likewise.
13619         * m4/mempcpy.m4: Likewise.
13620         * m4/memrchr.m4: Likewise.
13621         * m4/memset.m4: Likewise.
13622         * m4/minmax.m4: Likewise.
13623         * m4/mkdir-slash.m4: Likewise.
13624         * m4/mkdtemp.m4: Likewise.
13625         * m4/mktime.m4: Likewise.
13626         * m4/mmap-anon.m4: Likewise.
13627         * m4/mountlist.m4: Likewise.
13628         * m4/nanosleep.m4: Likewise.
13629         * m4/nls.m4: Likewise.
13630         * m4/nocrash.m4: Likewise.
13631         * m4/open.m4: Likewise.
13632         * m4/openat.m4: Likewise.
13633         * m4/openmp.m4: Likewise.
13634         * m4/pathmax.m4: Likewise.
13635         * m4/perl.m4: Likewise.
13636         * m4/physmem.m4: Likewise.
13637         * m4/pipe.m4: Likewise.
13638         * m4/po.m4: Likewise.
13639         * m4/poll.m4: Likewise.
13640         * m4/posixtm.m4: Likewise.
13641         * m4/posixver.m4: Likewise.
13642         * m4/printf-frexp.m4: Likewise.
13643         * m4/printf-frexpl.m4: Likewise.
13644         * m4/printf-posix.m4: Likewise.
13645         * m4/printf-posix-rpl.m4: Likewise.
13646         * m4/printf.m4: Likewise.
13647         * m4/progtest.m4: Likewise.
13648         * m4/putenv.m4: Likewise.
13649         * m4/readline.m4: Likewise.
13650         * m4/readlink.m4: Likewise.
13651         * m4/readutmp.m4: Likewise.
13652         * m4/realloc.m4: Likewise.
13653         * m4/regex.m4: Likewise.
13654         * m4/relocatable.m4: Likewise.
13655         * m4/relocatable-lib.m4: Likewise.
13656         * m4/rename-dest-slash.m4: Likewise.
13657         * m4/rename.m4: Likewise.
13658         * m4/rmdir-errno.m4: Likewise.
13659         * m4/rmdir.m4: Likewise.
13660         * m4/roundf.m4: Likewise.
13661         * m4/roundl.m4: Likewise.
13662         * m4/rpmatch.m4: Likewise.
13663         * m4/save-cwd.m4: Likewise.
13664         * m4/selinux-selinux-h.m4: Likewise.
13665         * m4/setenv.m4: Likewise.
13666         * m4/settime.m4: Likewise.
13667         * m4/sig2str.m4: Likewise.
13668         * m4/sig_atomic_t.m4: Likewise.
13669         * m4/signalblocking.m4: Likewise.
13670         * m4/signbit.m4: Likewise.
13671         * m4/sigpipe.m4: Likewise.
13672         * m4/sockets.m4: Likewise.
13673         * m4/sockpfaf.m4: Likewise.
13674         * m4/st_dm_mode.m4: Likewise.
13675         * m4/stat-time.m4: Likewise.
13676         * m4/stdbool.m4: Likewise.
13677         * m4/stdint.m4: Likewise.
13678         * m4/stdint_h.m4: Likewise.
13679         * m4/stpcpy.m4: Likewise.
13680         * m4/stpncpy.m4: Likewise.
13681         * m4/strcase.m4: Likewise.
13682         * m4/strchrnul.m4: Likewise.
13683         * m4/strcspn.m4: Likewise.
13684         * m4/strdup.m4: Likewise.
13685         * m4/strftime.m4: Likewise.
13686         * m4/strndup.m4: Likewise.
13687         * m4/strnlen.m4: Likewise.
13688         * m4/strpbrk.m4: Likewise.
13689         * m4/strptime.m4: Likewise.
13690         * m4/strsep.m4: Likewise.
13691         * m4/strtod.m4: Likewise.
13692         * m4/strtoimax.m4: Likewise.
13693         * m4/strtok_r.m4: Likewise.
13694         * m4/strtol.m4: Likewise.
13695         * m4/strtoll.m4: Likewise.
13696         * m4/strtoul.m4: Likewise.
13697         * m4/strtoull.m4: Likewise.
13698         * m4/strtoumax.m4: Likewise.
13699         * m4/strverscmp.m4: Likewise.
13700         * m4/threadlib.m4: Likewise.
13701         * m4/timegm.m4: Likewise.
13702         * m4/tm_gmtoff.m4: Likewise.
13703         * m4/tmpdir.m4: Likewise.
13704         * m4/tmpfile.m4: Likewise.
13705         * m4/tzset.m4: Likewise.
13706         * m4/uintmax_t.m4: Likewise.
13707         * m4/unlinkdir.m4: Likewise.
13708         * m4/unlocked-io.m4: Likewise.
13709         * m4/uptime.m4: Likewise.
13710         * m4/userspec.m4: Likewise.
13711         * m4/utimbuf.m4: Likewise.
13712         * m4/utime.m4: Likewise.
13713         * m4/utimes-null.m4: Likewise.
13714         * m4/utimes.m4: Likewise.
13715         * m4/vararrays.m4: Likewise.
13716         * m4/vasnprintf.m4: Likewise.
13717         * m4/vfprintf-posix.m4: Likewise.
13718         * m4/vprintf-posix.m4: Likewise.
13719         * m4/wait-process.m4: Likewise.
13720         * m4/wchar_t.m4: Likewise.
13721         * m4/wint_t.m4: Likewise.
13722         * m4/write-any-file.m4: Likewise.
13723         * m4/yield.m4: Likewise.
13724
13725 2009-01-13  Bruno Haible  <bruno@clisp.org>
13726
13727         Avoid test-copy-file.sh failures when ACL support insufficient.
13728         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
13729         TESTS_ENVIRONMENT.
13730         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
13731         Reported by Jim Meyering.
13732
13733 2009-01-13  Bruno Haible  <bruno@clisp.org>
13734
13735         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
13736         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
13737         * modules/unistdio/u8-printf-parse (Files): Likewise.
13738         * modules/unistdio/u32-printf-parse (Files): Likewise.
13739         * modules/unistdio/ulc-printf-parse (Files): Likewise.
13740
13741 2009-01-13  Simon Josefsson  <simon@josefsson.org>
13742
13743         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
13744         and m4/inttypes_h.m4 too.
13745
13746 2009-01-12  Eric Blake  <ebb9@byu.net>
13747
13748         tests: IRIX 6.2 cc can't compile -0.0 into .data
13749         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
13750         rather than at compile-time.
13751         * tests/test-floorl.c (minus_zero): Likewise.
13752         * tests/test-frexpl.c (minus_zero): Likewise.
13753         * tests/test-isnan.c (minus_zerol): Likewise.
13754         * tests/test-isnanl.h (minus_zero): Likewise.
13755         * tests/test-ldexpl.c (minus_zero): Likewise.
13756         * tests/test-roundl.c (minus_zero): Likewise.
13757         * tests/test-signbit.c (minus_zerol): Likewise.
13758         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
13759         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
13760         * tests/test-truncl.c (minus_zero): Likewise.
13761         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
13762         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
13763         Reported by Tom G. Christensen and Nelson H. F. Beebe.
13764
13765 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13766
13767         regex: fix glibc bug 9697
13768         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
13769         handling.
13770
13771 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13772
13773         regex: fix glibc bug 697
13774         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
13775         being NULL also if there are no backreferences.
13776
13777 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
13778
13779         regex: merge glibc changes
13780         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
13781         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
13782         re_string_skip_chars, re_string_reconstruct): Likewise.
13783         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
13784
13785 2009-01-07  Jim Meyering  <meyering@redhat.com>
13786
13787         poll: filter through cppi
13788         * lib/poll.c: Indent cpp directives to reflect nesting.
13789
13790 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
13791
13792         poll: don't return uninitialized
13793         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
13794
13795 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
13796
13797         avoid compile failure on AIX 6.1
13798         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
13799         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
13800
13801 2009-01-04  Jim Meyering  <meyering@redhat.com>
13802
13803         remove duplicate inclusion of <stdio.h>
13804         * tests/test-fprintf-posix.c: Likewise.
13805         * tests/test-printf-posix.c: Likewise.
13806         * tests/test-snprintf-posix.c: Likewise.
13807         * tests/test-sprintf-posix.c: Likewise.
13808         * tests/test-vasprintf-posix.c: Likewise.
13809         * tests/test-vfprintf-posix.c: Likewise.
13810         * tests/test-vprintf-posix.c: Likewise.
13811         * tests/test-vsnprintf-posix.c: Likewise.
13812         * tests/test-vsprintf-posix.c: Likewise.
13813
13814 2009-01-03  Jim Meyering  <meyering@redhat.com>
13815
13816         gnulib-tool: fix sed-based filtering
13817         * gnulib-tool (func_filter_filelist): Remove extra backslash
13818         in sed_fff_filter definition.
13819
13820 2009-01-02  Jim Meyering  <meyering@redhat.com>
13821
13822         strftime: avoid compilation failure on Solaris 2.6
13823         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
13824         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
13825         Don't #define mbrlen or mbsinit, since now they're guaranteed to
13826         be available.  Reported by Tom G. Christensen.  Details in
13827         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
13828
13829 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13830             Bruno Haible  <bruno@clisp.org>
13831
13832         Speed up gnulib-tool by doing more string processing through shell
13833         built-ins.
13834         * gnulib-tool (fast_func_append): New variable.
13835         (func_remove_prefix, func_remove_suffix): New functions.
13836         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
13837         (func_filter_filelist): New function.
13838         (func_get_dependencies): Use func_remove_suffix instead of sed.
13839         (func_get_automake_snippet): Use func_filter_filelist instead of a
13840         subshell and sed invocation.
13841
13842 2009-01-01  Bruno Haible  <bruno@clisp.org>
13843
13844         Fix a security bug.
13845         * gnulib-tool (func_import, import, update): Don't allow the characters
13846         '"', '$', '`', '\' in macro arguments that become part of commands that
13847         are evaluated.
13848
13849 2009-01-01  Bruno Haible  <bruno@clisp.org>
13850
13851         * gnulib-tool (func_reset_sigpipe): Add more comments.
13852
13853 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13854
13855         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
13856         func_emit_tests_Makefile_am, func_import): Abort loops early if we
13857         already know the answer.
13858
13859 2009-01-01  Jim Meyering  <meyering@redhat.com>
13860
13861         * lib/version-etc.c (version_etc_va): Update copyright year.
13862
13863 2008-12-30  Bruno Haible  <bruno@clisp.org>
13864
13865         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
13866         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
13867         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
13868
13869 2008-12-29  Eric Blake  <ebb9@byu.net>
13870
13871         multiarch: avoid autoconf AC_REQUIRE bug
13872         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
13873         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
13874         2.63 and older.
13875         Reported by Bruno Haible, and analyzed in
13876         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
13877
13878 2008-12-29  Bruno Haible  <bruno@clisp.org>
13879
13880         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
13881         files in subdirectories correctly.
13882         Reported by Ralf Wildenhues.
13883
13884 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13885
13886         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
13887         rather than 'join FILE -', for Solaris join.
13888
13889 2008-12-29  Bruno Haible  <bruno@clisp.org>
13890
13891         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
13892         quoting.
13893         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
13894         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
13895         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
13896         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
13897         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
13898         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
13899         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
13900         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
13901         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13902         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
13903         * m4/nls.m4 (AM_NLS): Likewise.
13904         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
13905         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
13906         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
13907         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
13908         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
13909         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
13910         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
13911         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
13912         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
13913         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13914         * m4/xsize.m4 (gl_XSIZE): Likewise.
13915         Suggested by Jim Meyering.
13916
13917 2008-11-17  Bruce Korb  <bkorb@gnu.org>
13918
13919         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
13920         * lib/parse-duration.c: use a switch instead of cascading if's.
13921
13922 2008-12-29  Eric Blake  <ebb9@byu.net>
13923
13924         wchar.h: supply WEOF on Irix 5.3
13925         * lib/wchar.in.h (wint_t): Also supply WEOF.
13926         * lib/wctype.in.h (wint_t): Likewise.
13927         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
13928         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
13929         Reported by Tom G. Christensen.
13930
13931 2008-12-26  Bruno Haible  <bruno@clisp.org>
13932
13933         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
13934         i486, i586, i686.
13935
13936 2008-12-26  Bruno Haible  <bruno@clisp.org>
13937
13938         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
13939
13940 2008-12-26  Bruno Haible  <bruno@clisp.org>
13941
13942         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
13943         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
13944         not __STDC_CONSTANT_MACROS.
13945         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
13946
13947 2008-12-25  Bruno Haible  <bruno@clisp.org>
13948
13949         Add support for universal builds to vasnprintf.
13950         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
13951         universal builds, guess no.
13952         * modules/vasnprintf-posix (Depends-on): Add multiarch.
13953         * modules/vasprintf-posix (Depends-on): Likewise.
13954         * modules/fprintf-posix (Depends-on): Likewise.
13955         * modules/vfprintf-posix (Depends-on): Likewise.
13956         * modules/snprintf-posix (Depends-on): Likewise.
13957         * modules/vsnprintf-posix (Depends-on): Likewise.
13958         * modules/sprintf-posix (Depends-on): Likewise.
13959         * modules/vsprintf-posix (Depends-on): Likewise.
13960         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13961         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13962         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13963         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13964         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13965         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13966         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13967
13968         Add support for universal builds to <inttypes.h>.
13969         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
13970         _SCNu64_PREFIX): In Apple
13971         universal builds, define directly, using _LP64.
13972         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
13973         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
13974         * modules/inttypes (Depends-on): Add multiarch.
13975         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13976
13977         Add support for universal builds to <stdint.h>.
13978         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
13979         universal builds, define directly, using _LP64.
13980         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
13981         Apple universal builds, don't test for the size and suffix of ptrdiff_t
13982         and size_t.
13983         * modules/stdint (Depends-on): Add multiarch.
13984         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
13985
13986         New module 'multiarch'.
13987         * modules/multiarch: New file.
13988         * m4/multiarch.m4: New file.
13989
13990 2008-12-25  Bruno Haible  <bruno@clisp.org>
13991
13992         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
13993
13994 2008-12-25  Bruno Haible  <bruno@clisp.org>
13995
13996         * modules/btowc (License): Relicense under LGPLv2+.
13997         * modules/mbsinit (License): Likewise.
13998         * modules/mbrtowc (License): Likewise.
13999         * modules/wcrtomb (License): Likewise.
14000         * modules/streq (License): Likewise.
14001         Reported by David Lutterkort <lutter@redhat.com>.
14002
14003 2008-12-23  Bruno Haible  <bruno@clisp.org>
14004
14005         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
14006
14007 2008-12-23  Bruno Haible  <bruno@clisp.org>
14008
14009         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
14010         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
14011         GETADDRINFO_LIB, not in LIBS.
14012         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
14013         * modules/canon-host (Link): Likewise.
14014         * NEWS: Mention the change.
14015         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
14016         GETADDRINFO_LIB.
14017
14018 2008-12-22  Bruno Haible  <bruno@clisp.org>
14019
14020         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
14021         * doc/posix-functions/iswalpha_l.texi: Likewise.
14022         * doc/posix-functions/iswblank_l.texi: Likewise.
14023         * doc/posix-functions/iswcntrl_l.texi: Likewise.
14024         * doc/posix-functions/iswctype_l.texi: Likewise.
14025         * doc/posix-functions/iswdigit_l.texi: Likewise.
14026         * doc/posix-functions/iswgraph_l.texi: Likewise.
14027         * doc/posix-functions/iswlower_l.texi: Likewise.
14028         * doc/posix-functions/iswprint_l.texi: Likewise.
14029         * doc/posix-functions/iswpunct_l.texi: Likewise.
14030         * doc/posix-functions/iswspace_l.texi: Likewise.
14031         * doc/posix-functions/iswupper_l.texi: Likewise.
14032         * doc/posix-functions/iswxdigit_l.texi: Likewise.
14033         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
14034         * doc/posix-functions/open_wmemstream.texi: Likewise.
14035         * doc/posix-functions/swscanf.texi: Likewise.
14036         * doc/posix-functions/towctrans_l.texi: Likewise.
14037         * doc/posix-functions/towlower.texi: Likewise.
14038         * doc/posix-functions/towlower_l.texi: Likewise.
14039         * doc/posix-functions/towupper.texi: Likewise.
14040         * doc/posix-functions/towupper_l.texi: Likewise.
14041         * doc/posix-functions/vfwprintf.texi: Likewise.
14042         * doc/posix-functions/vfwscanf.texi: Likewise.
14043         * doc/posix-functions/vswscanf.texi: Likewise.
14044         * doc/posix-functions/vwprintf.texi: Likewise.
14045         * doc/posix-functions/vwscanf.texi: Likewise.
14046         * doc/posix-functions/wcpcpy.texi: Likewise.
14047         * doc/posix-functions/wcpncpy.texi: Likewise.
14048         * doc/posix-functions/wcscasecmp.texi: Likewise.
14049         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
14050         * doc/posix-functions/wcscoll_l.texi: Likewise.
14051         * doc/posix-functions/wcsdup.texi: Likewise.
14052         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14053         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
14054         * doc/posix-functions/wcsnlen.texi: Likewise.
14055         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14056         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
14057         * doc/posix-functions/wctrans_l.texi: Likewise.
14058         * doc/posix-functions/wctype_l.texi: Likewise.
14059         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
14060         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
14061         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
14062         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
14063         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
14064         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
14065         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
14066         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
14067         * doc/glibc-functions/wcschrnul.texi: Likewise.
14068         * doc/glibc-functions/wcsftime_l.texi: Likewise.
14069         * doc/glibc-functions/wcstod_l.texi: Likewise.
14070         * doc/glibc-functions/wcstof_l.texi: Likewise.
14071         * doc/glibc-functions/wcstol_l.texi: Likewise.
14072         * doc/glibc-functions/wcstold_l.texi: Likewise.
14073         * doc/glibc-functions/wcstoll_l.texi: Likewise.
14074         * doc/glibc-functions/wcstoq.texi: Likewise.
14075         * doc/glibc-functions/wcstoul_l.texi: Likewise.
14076         * doc/glibc-functions/wcstoull_l.texi: Likewise.
14077         * doc/glibc-functions/wcstouq.texi: Likewise.
14078         * doc/glibc-functions/wmempcpy.texi: Likewise.
14079
14080 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
14081             Eric Blake  <ebb9@byu.net>
14082             Paolo Bonzini  <bonzini@gnu.org>
14083             Bruno Haible  <bruno@clisp.org>
14084
14085         Make c-stack work on Haiku.
14086         * lib/c-stack.c (SA_ONSTACK): Define fallback.
14087         (c_stack_action): Use SA_ONSTACK flag.
14088
14089 2008-12-22  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
14092
14093 2008-12-22  Bruno Haible  <bruno@clisp.org>
14094
14095         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
14096         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
14097         being overridden.
14098         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
14099         New macros.
14100         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
14101         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
14102         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
14103         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
14104
14105 2008-12-22  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
14108         from test code.
14109
14110 2008-12-22  Eric Blake  <ebb9@byu.net>
14111
14112         Avoid gcc warnings on cygwin.
14113         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
14114         Avoid unused variable.
14115         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
14116         Likewise.
14117
14118 2008-12-22  Bruno Haible  <bruno@clisp.org>
14119
14120         Remove HAVE_MBRTOWC conditionals.
14121         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14122         (mbscasecmp): Assume mbrtowc function.
14123         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14124         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14125         * lib/mbschr.c: Include mbuiter.h unconditionally.
14126         (mbschr): Assume mbrtowc function.
14127         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14128         (mbscspn): Assume mbrtowc function.
14129         * lib/mbslen.c: Include mbuiter.h unconditionally.
14130         (mbslen): Assume mbrtowc function.
14131         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
14132         (mbsncasecmp): Assume mbrtowc function.
14133         * lib/mbsnlen.c: Include mbiter.h unconditionally.
14134         (mbsnlen): Assume mbrtowc function.
14135         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
14136         (mbspbrk): Assume mbrtowc function.
14137         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
14138         (mbspcasecmp): Assume mbrtowc function.
14139         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
14140         (mbsrchr): Assume mbrtowc function.
14141         * lib/mbssep.c: Include mbuiter.h unconditionally.
14142         (mbssep): Assume mbrtowc function.
14143         * lib/mbsspn.c: Include mbuiter.h unconditionally.
14144         (mbsspn): Assume mbrtowc function.
14145         * lib/mbsstr.c: Include mbuiter.h unconditionally.
14146         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
14147         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
14148         (mbstok_r): Assume mbrtowc function.
14149         * lib/propername.c: Include mbuiter.h unconditionally.
14150         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
14151         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
14152         (trim2): Assume mbrtowc function.
14153         * lib/mbswidth.c (mbsinit): Remove fallback definition.
14154         (mbsnwidth): Assume mbrtowc function.
14155         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
14156         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
14157         fallback definitions.
14158         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
14159
14160 2008-12-22  Bruno Haible  <bruno@clisp.org>
14161
14162         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
14163
14164 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
14165
14166         * modules/regex: Request emulations for the mb*/wc* functions we need.
14167         * m4/regex.m4: Don't look for those functions here.
14168         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
14169
14170 2008-12-22  Bruno Haible  <bruno@clisp.org>
14171
14172         * modules/fnmatch (Depends-on): Remove duplicated dependency.
14173
14174 2008-12-21  Bruno Haible  <bruno@clisp.org>
14175
14176         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
14177         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
14178         (Include): Remove conditionalization.
14179         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
14180         (Include): Remove conditionalization.
14181         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
14182         (Include): Remove conditionalization.
14183         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
14184         * m4/mbfile.m4 (gl_MBFILE): Likewise.
14185         * NEWS: Mention the change.
14186         Reported by Alan Hourihane <alanh@fairlite.co.uk>
14187         via Sergey Poznyakoff <gray@gnu.org.ua>.
14188
14189 2008-12-21  Bruno Haible  <bruno@clisp.org>
14190
14191         * MODULES.html.sh (Extended multibyte and wide character utilities
14192         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
14193         wcrtomb, wcsrtombs.
14194         (Support for systems lacking POSIX:2008): Add accept, bind, close,
14195         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
14196         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
14197         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
14198
14199 2008-12-21  Bruno Haible  <bruno@clisp.org>
14200
14201         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
14202
14203 2008-12-21  Bruno Haible  <bruno@clisp.org>
14204
14205         * modules/wcsnrtombs-tests: New file.
14206         * tests/test-wcsnrtombs1.sh: New file.
14207         * tests/test-wcsnrtombs2.sh: New file.
14208         * tests/test-wcsnrtombs3.sh: New file.
14209         * tests/test-wcsnrtombs4.sh: New file.
14210         * tests/test-wcsnrtombs.c: New file.
14211
14212         New module 'wcsnrtombs'.
14213         * lib/wchar.in.h (wcsnrtombs): New declaration.
14214         * lib/wcsnrtombs.c: New file.
14215         * lib/wcsrtombs-state.c: New file.
14216         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
14217         (internal_state): Remove variable.
14218         * m4/wcsnrtombs.m4: New file.
14219         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
14220         compilation units.
14221         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
14222         HAVE_WCSNRTOMBS.
14223         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
14224         HAVE_WCSNRTOMBS.
14225         * modules/wcsnrtombs: New file.
14226         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
14227         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
14228
14229 2008-12-21  Bruno Haible  <bruno@clisp.org>
14230
14231         * modules/wcsrtombs-tests: New file.
14232         * tests/test-wcsrtombs1.sh: New file.
14233         * tests/test-wcsrtombs2.sh: New file.
14234         * tests/test-wcsrtombs3.sh: New file.
14235         * tests/test-wcsrtombs4.sh: New file.
14236         * tests/test-wcsrtombs.c: New file.
14237
14238         New module 'wcsrtombs'.
14239         * lib/wchar.in.h (wcsrtombs): New declaration.
14240         * lib/wcsrtombs.c: New file.
14241         * m4/wcsrtombs.m4: New file.
14242         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
14243         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14244         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
14245         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14246         * modules/wcsrtombs: New file.
14247         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
14248         bugs.
14249
14250 2008-12-21  Bruno Haible  <bruno@clisp.org>
14251
14252         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
14253         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
14254         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
14255         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
14256         if not correct.
14257         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
14258         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
14259         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14260         m4/locale-zh.m4, m4/codeset.m4.
14261         * doc/posix-functions/wcrtomb.texi: Document the bug.
14262
14263 2008-12-21  Bruno Haible  <bruno@clisp.org>
14264
14265         Work around a btowc() bug on IRIX 6.5.
14266         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
14267         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
14268         REPLACE_WTOBC if not.
14269         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
14270         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
14271         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
14272
14273 2008-12-21  Bruno Haible  <bruno@clisp.org>
14274
14275         * modules/wcrtomb-tests: New file.
14276         * tests/test-wcrtomb.sh: New file.
14277         * tests/test-wcrtomb.c: New file.
14278
14279         New module 'wcrtomb'.
14280         * lib/wchar.in.h (wcrtomb): New declaration.
14281         * lib/wcrtomb.c: New file.
14282         * m4/wcrtomb.m4: New file.
14283         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14284         HAVE_WCRTOMB.
14285         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14286         HAVE_WCRTOMB.
14287         * modules/wcrtomb: New file.
14288         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14289
14290 2008-12-21  Bruno Haible  <bruno@clisp.org>
14291
14292         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14293         * modules/mbsrtowcs (Files): Likewise.
14294         * modules/wctob (Files): Likewise.
14295         * modules/c-strcase-tests (Files): Likewise.
14296         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14297         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14298         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14299         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14300         * modules/vasnprintf-posix-tests (Files): Likewise.
14301
14302 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14303
14304         gitlog-to-changelog: pass all command-line arguments to git-log
14305         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14306         it is sometimes convenient to filter the commits in various ways.
14307         gitlog-to-changelog only allows --since to specify a start date,
14308         but git-log itself supports many other filtering mechanisms.
14309         At the moment, I want to filter by branch name.  Rather than
14310         adding a --branch option to gitlog-to-changelog, it seems more
14311         flexible to simply pass all options directly to git-log and let
14312         git do the work.  Notice that this effectively makes --since a
14313         redundant option for gitlog-to-changelog, but removing it would
14314         require current usage to change since calls would then require
14315         an additional '--'.
14316
14317 2008-12-21  Bruno Haible  <bruno@clisp.org>
14318
14319         * modules/mbsnrtowcs-tests: New file.
14320         * tests/test-mbsnrtowcs1.sh: New file.
14321         * tests/test-mbsnrtowcs2.sh: New file.
14322         * tests/test-mbsnrtowcs3.sh: New file.
14323         * tests/test-mbsnrtowcs4.sh: New file.
14324         * tests/test-mbsnrtowcs.c: New file.
14325
14326         New module 'mbsnrtowcs'.
14327         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14328         * lib/mbsnrtowcs.c: New file.
14329         * lib/mbsrtowcs-state.c: New file.
14330         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14331         (internal_state): Remove variable.
14332         * m4/mbsnrtowcs.m4: New file.
14333         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14334         compilation units.
14335         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14336         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14337         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14338         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14339         * modules/mbsnrtowcs: New file.
14340         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14341         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14342         portability problem.
14343
14344 2008-12-21  Bruno Haible  <bruno@clisp.org>
14345
14346         Work around mbsrtowcs bug.
14347         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14348         (gl_FUNC_MBSRTOWCS): Invoke it.
14349         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14350         m4/locale-zh.m4.
14351         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14352
14353 2008-12-21  Bruno Haible  <bruno@clisp.org>
14354
14355         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14356
14357 2008-12-21  Bruno Haible  <bruno@clisp.org>
14358
14359         Update doc for AIX.
14360         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14361         16-bit wchar_t type.
14362         * doc/posix-functions/btowc.texi: Likewise.
14363         * doc/posix-functions/fgetwc.texi: Likewise.
14364         * doc/posix-functions/fgetws.texi: Likewise.
14365         * doc/posix-functions/fputwc.texi: Likewise.
14366         * doc/posix-functions/fputws.texi: Likewise.
14367         * doc/posix-functions/fwide.texi: Likewise.
14368         * doc/posix-functions/fwprintf.texi: Likewise.
14369         * doc/posix-functions/fwscanf.texi: Likewise.
14370         * doc/posix-functions/getwchar.texi: Likewise.
14371         * doc/posix-functions/getwc.texi: Likewise.
14372         * doc/posix-functions/iswalnum.texi: Likewise.
14373         * doc/posix-functions/iswalpha.texi: Likewise.
14374         * doc/posix-functions/iswblank.texi: Likewise.
14375         * doc/posix-functions/iswcntrl.texi: Likewise.
14376         * doc/posix-functions/iswctype.texi: Likewise.
14377         * doc/posix-functions/iswdigit.texi: Likewise.
14378         * doc/posix-functions/iswgraph.texi: Likewise.
14379         * doc/posix-functions/iswlower.texi: Likewise.
14380         * doc/posix-functions/iswprint.texi: Likewise.
14381         * doc/posix-functions/iswpunct.texi: Likewise.
14382         * doc/posix-functions/iswspace.texi: Likewise.
14383         * doc/posix-functions/iswupper.texi: Likewise.
14384         * doc/posix-functions/iswxdigit.texi: Likewise.
14385         * doc/posix-functions/mbrtowc.texi: Likewise.
14386         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14387         * doc/posix-functions/mbstowcs.texi: Likewise.
14388         * doc/posix-functions/mbtowc.texi: Likewise.
14389         * doc/posix-functions/putwchar.texi: Likewise.
14390         * doc/posix-functions/putwc.texi: Likewise.
14391         * doc/posix-functions/swprintf.texi: Likewise.
14392         * doc/posix-functions/tolower.texi: Likewise.
14393         * doc/posix-functions/toupper.texi: Likewise.
14394         * doc/posix-functions/towctrans.texi: Likewise.
14395         * doc/posix-functions/ungetwc.texi: Likewise.
14396         * doc/posix-functions/vswprintf.texi: Likewise.
14397         * doc/posix-functions/wcrtomb.texi: Likewise.
14398         * doc/posix-functions/wcscat.texi: Likewise.
14399         * doc/posix-functions/wcschr.texi: Likewise.
14400         * doc/posix-functions/wcscmp.texi: Likewise.
14401         * doc/posix-functions/wcscoll.texi: Likewise.
14402         * doc/posix-functions/wcscpy.texi: Likewise.
14403         * doc/posix-functions/wcscspn.texi: Likewise.
14404         * doc/posix-functions/wcsftime.texi: Likewise.
14405         * doc/posix-functions/wcslen.texi: Likewise.
14406         * doc/posix-functions/wcsncat.texi: Likewise.
14407         * doc/posix-functions/wcsncmp.texi: Likewise.
14408         * doc/posix-functions/wcsncpy.texi: Likewise.
14409         * doc/posix-functions/wcspbrk.texi: Likewise.
14410         * doc/posix-functions/wcsrchr.texi: Likewise.
14411         * doc/posix-functions/wcsrtombs.texi: Likewise.
14412         * doc/posix-functions/wcsspn.texi: Likewise.
14413         * doc/posix-functions/wcsstr.texi: Likewise.
14414         * doc/posix-functions/wcstod.texi: Likewise.
14415         * doc/posix-functions/wcstof.texi: Likewise.
14416         * doc/posix-functions/wcstoimax.texi: Likewise.
14417         * doc/posix-functions/wcstok.texi: Likewise.
14418         * doc/posix-functions/wcstold.texi: Likewise.
14419         * doc/posix-functions/wcstoll.texi: Likewise.
14420         * doc/posix-functions/wcstol.texi: Likewise.
14421         * doc/posix-functions/wcstombs.texi: Likewise.
14422         * doc/posix-functions/wcstoull.texi: Likewise.
14423         * doc/posix-functions/wcstoul.texi: Likewise.
14424         * doc/posix-functions/wcstoumax.texi: Likewise.
14425         * doc/posix-functions/wcswidth.texi: Likewise.
14426         * doc/posix-functions/wcsxfrm.texi: Likewise.
14427         * doc/posix-functions/wctob.texi: Likewise.
14428         * doc/posix-functions/wctomb.texi: Likewise.
14429         * doc/posix-functions/wctrans.texi: Likewise.
14430         * doc/posix-functions/wctype.texi: Likewise.
14431         * doc/posix-functions/wcwidth.texi: Likewise.
14432         * doc/posix-functions/wmemchr.texi: Likewise.
14433         * doc/posix-functions/wmemcmp.texi: Likewise.
14434         * doc/posix-functions/wmemcpy.texi: Likewise.
14435         * doc/posix-functions/wmemmove.texi: Likewise.
14436         * doc/posix-functions/wmemset.texi: Likewise.
14437         * doc/posix-functions/wprintf.texi: Likewise.
14438         * doc/posix-functions/wscanf.texi: Likewise.
14439
14440 2008-12-21  Bruno Haible  <bruno@clisp.org>
14441
14442         Update doc for HP-UX 11.11.
14443         * doc/posix-functions/btowc.texi: Clarify that the function is missing
14444         in HP-UX version 11.00, not in all versions of HP-UX 11.
14445         * doc/posix-functions/fwide.texi: Likewise.
14446         * doc/posix-functions/fwprintf.texi: Likewise.
14447         * doc/posix-functions/fwscanf.texi: Likewise.
14448         * doc/posix-functions/inet_ntop.texi: Likewise.
14449         * doc/posix-functions/inet_pton.texi: Likewise.
14450         * doc/posix-functions/mbrlen.texi: Likewise.
14451         * doc/posix-functions/mbrtowc.texi: Likewise.
14452         * doc/posix-functions/mbsinit.texi: Likewise.
14453         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14454         * doc/posix-functions/swprintf.texi: Likewise.
14455         * doc/posix-functions/swscanf.texi: Likewise.
14456         * doc/posix-functions/towctrans.texi: Likewise.
14457         * doc/posix-functions/vfwprintf.texi: Likewise.
14458         * doc/posix-functions/vswprintf.texi: Likewise.
14459         * doc/posix-functions/vwprintf.texi: Likewise.
14460         * doc/posix-functions/wcrtomb.texi: Likewise.
14461         * doc/posix-functions/wcsrtombs.texi: Likewise.
14462         * doc/posix-functions/wcsstr.texi: Likewise.
14463         * doc/posix-functions/wctob.texi: Likewise.
14464         * doc/posix-functions/wctrans.texi: Likewise.
14465         * doc/posix-functions/wmemchr.texi: Likewise.
14466         * doc/posix-functions/wmemcmp.texi: Likewise.
14467         * doc/posix-functions/wmemcpy.texi: Likewise.
14468         * doc/posix-functions/wmemmove.texi: Likewise.
14469         * doc/posix-functions/wmemset.texi: Likewise.
14470         * doc/posix-functions/wprintf.texi: Likewise.
14471         * doc/posix-functions/wscanf.texi: Likewise.
14472
14473 2008-12-21  Bruno Haible  <bruno@clisp.org>
14474
14475         Work around a portability problem.
14476         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
14477         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
14478
14479 2008-12-20  Bruno Haible  <bruno@clisp.org>
14480
14481         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
14482         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
14483         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
14484         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
14485         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
14486
14487         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
14488         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
14489         set.
14490         (GNULIB_defined_mbstate_t): New macro.
14491         (mbsinit): Redefine if REPLACE_MBSINIT is set.
14492         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
14493         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
14494         reuses the system's mbrtowc function but works around the bugs.
14495         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
14496         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
14497         macros.
14498         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
14499         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
14500         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
14501         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
14502         REPLACE_MBSINIT if mbsinit needs to be overridden.
14503         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
14504         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14505         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
14506         REPLACE_MBSINIT, REPLACE_MBRTOWC.
14507         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14508         m4/locale-zh.m4.
14509         (Depends): Add mbsinit.
14510         * modules/mbsinit (Depends): Add mbrtowc.
14511         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
14512
14513 2008-12-20  Bruno Haible  <bruno@clisp.org>
14514
14515         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
14516         so that there are no conversion errors on AIX.
14517         * tests/test-mbsrtowcs.c (main): LIkewise.
14518
14519 2008-12-20  Bruno Haible  <bruno@clisp.org>
14520
14521         Work around wctob bug on Solaris <= 9.
14522         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
14523         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
14524         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
14525         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
14526         * modules/wctob (Files): Add m4/locale-fr.m4.
14527         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
14528
14529 2008-12-20  Bruno Haible  <bruno@clisp.org>
14530
14531         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
14532         /dev/null.
14533         * tests/test-select-in.sh: Likewise.
14534         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14535
14536 2008-12-20  Bruno Haible  <bruno@clisp.org>
14537
14538         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
14539         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
14540         Cygwin 1.5.x.
14541
14542 2008-12-20  Bruno Haible  <bruno@clisp.org>
14543
14544         Ensure mbstate_t is defined on HP-UX 11.11.
14545         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
14546         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
14547         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
14548         AC_USE_SYSTEM_EXTENSIONS.
14549         * modules/fnmatch (Depends-on): Add extensions.
14550         * modules/mbrlen (Depends-on): Likewise.
14551         * modules/mbrtowc (Depends-on): Likewise.
14552         * modules/mbsinit (Depends-on): Likewise.
14553         * modules/mbsrtowcs (Depends-on): Likewise.
14554         * modules/mbswidth (Depends-on): Likewise.
14555         * modules/quotearg (Depends-on): Likewise.
14556         * modules/strftime (Depends-on): Likewise.
14557
14558 2008-12-20  Bruno Haible  <bruno@clisp.org>
14559
14560         Ensure wctob is declared on IRIX 6.5.
14561         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
14562         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
14563         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
14564         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
14565         of HAVE_WCTOB.
14566         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
14567         HAVE_WCTOB.
14568         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
14569
14570 2008-12-19  Bruno Haible  <bruno@clisp.org>
14571
14572         * modules/mbsrtowcs-tests: New file.
14573         * tests/test-mbsrtowcs1.sh: New file.
14574         * tests/test-mbsrtowcs2.sh: New file.
14575         * tests/test-mbsrtowcs3.sh: New file.
14576         * tests/test-mbsrtowcs4.sh: New file.
14577         * tests/test-mbsrtowcs.c: New file.
14578
14579         New module 'mbsrtowcs'.
14580         * lib/wchar.in.h (mbsrtowcs): New declaration.
14581         * lib/mbsrtowcs.c: New file.
14582         * m4/mbsrtowcs.m4: New file.
14583         * modules/mbsrtowcs: New file.
14584         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
14585         HAVE_MBSRTOWCS.
14586         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
14587         HAVE_MBSRTOWCS.
14588         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
14589
14590 2008-12-19  Bruno Haible  <bruno@clisp.org>
14591
14592         New module 'mbrlen'.
14593         * lib/wchar.in.h (mbrlen): New declaration.
14594         * lib/mbrlen.c: New file.
14595         * m4/mbrlen.m4: New file.
14596         * modules/mbrlen: New file.
14597         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
14598         HAVE_MBRLEN.
14599         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
14600         HAVE_MBRLEN.
14601         * doc/posix-functions/mbrlen.texi: Document the new module.
14602
14603 2008-12-19  Bruno Haible  <bruno@clisp.org>
14604
14605         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
14606         * modules/mbrtowc (Depends-on): Add verify.
14607         Suggested by Paul Eggert.
14608
14609 2008-12-18  Bruno Haible  <bruno@clisp.org>
14610
14611         * modules/mbsinit-tests: New file.
14612         * tests/test-mbsinit.sh: New file.
14613         * tests/test-mbsinit.c: New file.
14614
14615 2008-12-18  Bruno Haible  <bruno@clisp.org>
14616
14617         * modules/mbrtowc-tests: New file.
14618         * tests/test-mbrtowc1.sh: New file.
14619         * tests/test-mbrtowc2.sh: New file.
14620         * tests/test-mbrtowc3.sh: New file.
14621         * tests/test-mbrtowc4.sh: New file.
14622         * tests/test-mbrtowc.c: New file.
14623
14624         New module 'mbrtowc'.
14625         * lib/wchar.in.h (mbstate_t): Override when the system does not have
14626         mbsinit and mbrtowc.
14627         (mbrtowc): New declaration.
14628         * lib/mbrtowc.c: New file.
14629         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
14630         * modules/mbrtowc: New file.
14631         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
14632         HAVE_MBRTOWC.
14633         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
14634         HAVE_MBRTOWC.
14635         * doc/posix-functions/mbrtowc.texi: Document the new module.
14636
14637 2008-12-18  Bruno Haible  <bruno@clisp.org>
14638
14639         New module 'wctob'.
14640         * lib/wchar.in.h (wctob): New declaration.
14641         * lib/wctob.c: New file.
14642         * m4/wctob.m4: New file.
14643         * modules/wctob: New file.
14644         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
14645         HAVE_WCTOB.
14646         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
14647         * doc/posix-functions/wctob.texi: Document the new module.
14648
14649 2008-12-18  Bruno Haible  <bruno@clisp.org>
14650
14651         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
14652         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
14653
14654 2008-12-18  Simon Josefsson  <simon@josefsson.org>
14655
14656         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
14657         G. Christensen" <tgc@jupiterrise.com>.
14658
14659         * lib/flock.c: Need to include errno.h.  Reported by "Tom
14660         G. Christensen" <tgc@jupiterrise.com>.
14661
14662         * lib/flock.c: Need to include string.h.  Reported by "Tom
14663         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
14664         <ebb9@byu.net>.
14665
14666 2008-12-18  Bruno Haible  <bruno@clisp.org>
14667
14668         * m4/locale-ja.m4: New file, from GNU gettext.
14669
14670 2008-12-17  Bruno Haible  <bruno@clisp.org>
14671
14672         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
14673         Suggested by Eric Blake.
14674
14675 2008-12-17  Bruno Haible  <bruno@clisp.org>
14676
14677         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
14678
14679 2008-12-17  Bruno Haible  <bruno@clisp.org>
14680
14681         * lib/mbsinit.c: Include verify.h. Verify an assumption.
14682         * modules/mbsinit (Depends-on): Add verify.
14683         Suggested by Paul Eggert.
14684
14685 2008-12-17  Bruno Haible  <bruno@clisp.org>
14686
14687         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
14688         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
14689         gl_FUNC_MBRTOWC.
14690         * m4/mbiter.m4 (gl_MBITER): LIkewise.
14691         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
14692         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
14693         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
14694         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
14695         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
14696         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
14697         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
14698         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
14699         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
14700         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
14701         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
14702         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
14703         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
14704         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
14705         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14706         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
14707         * modules/trim (configure.ac): Likewise.
14708
14709 2008-12-17  Bruno Haible  <bruno@clisp.org>
14710
14711         * modules/btowc-tests: New file.
14712         * tests/test-btowc1.sh: New file.
14713         * tests/test-btowc2.sh: New file.
14714         * tests/test-btowc.c: New file.
14715
14716         New module 'btowc'.
14717         * lib/wchar.in.h (btowc): New declaration.
14718         * lib/btowc.c: New file.
14719         * m4/btowc.m4: New file.
14720         * modules/btowc: New file.
14721         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
14722         HAVE_BTOWC.
14723         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
14724         * doc/posix-functions/btowc.texi: Document the new module.
14725
14726 2008-12-17  Bruno Haible  <bruno@clisp.org>
14727
14728         New module 'mbsinit'.
14729         * lib/wchar.in.h (mbsinit): New declaration.
14730         * lib/mbsinit.c: New file.
14731         * m4/mbsinit.m4: New file.
14732         * modules/mbsinit: New file.
14733         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
14734         HAVE_MBSINIT.
14735         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
14736         HAVE_MBSINIT.
14737         * doc/posix-functions/mbsinit.texi: Document the new module.
14738
14739 2008-12-16  Bruno Haible  <bruno@clisp.org>
14740
14741         * lib/unistd.in.h: Add comment.
14742         * tests/test-environ.c: Don't include <stdlib.h>.
14743
14744 2008-12-16  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/parse-duration.h (parse_duration): Document return value
14747         convention.
14748         * lib/parse-duration.c: Include specification header first. Add
14749         comments.
14750         (_): Remove macro.
14751         (parse_year_month_day, parse_hour_minute_second): Move side effects
14752         outside of strchr call.
14753         (parse_non_iso8601): Move side effects outside of isspace call.
14754         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
14755         call.
14756
14757 2008-12-16  Bruno Haible  <bruno@clisp.org>
14758
14759         * tests/test-parse-duration.sh: Produce no output when the test
14760         succeeds.
14761
14762 2008-12-16  Bruno Haible  <bruno@clisp.org>
14763
14764         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
14765         expressions.
14766
14767 2008-12-15  Bruno Haible  <bruno@clisp.org>
14768
14769         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
14770         * doc/glibc-functions/flistxattr.texi: Likewise.
14771         * doc/glibc-functions/fopencookie.texi: Likewise.
14772         * doc/glibc-functions/fremovexattr.texi: Likewise.
14773         * doc/glibc-functions/fsetxattr.texi: Likewise.
14774         * doc/glibc-functions/getxattr.texi: Likewise.
14775         * doc/glibc-functions/lgetxattr.texi: Likewise.
14776         * doc/glibc-functions/listxattr.texi: Likewise.
14777         * doc/glibc-functions/llistxattr.texi: Likewise.
14778         * doc/glibc-functions/lremovexattr.texi: Likewise.
14779         * doc/glibc-functions/lsetxattr.texi: Likewise.
14780         * doc/glibc-functions/removexattr.texi: Likewise.
14781         * doc/glibc-functions/setxattr.texi: Likewise.
14782         * doc/posix-functions/open_memstream.texi: Likewise.
14783
14784 2008-12-15  Eric Blake  <ebb9@byu.net>
14785
14786         Update doc for cygwin 1.7.
14787         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
14788         functions.
14789         * doc/posix-functions/fchmodat.texi: Likewise.
14790         * doc/posix-functions/fchownat.texi: Likewise.
14791         * doc/posix-functions/fdopendir.texi: Likewise.
14792         * doc/posix-functions/fmemopen.texi: Likewise.
14793         * doc/posix-functions/freeaddrinfo.texi: Likewise.
14794         * doc/posix-functions/fstatat.texi: Likewise.
14795         * doc/posix-functions/futimens.texi: Likewise.
14796         * doc/posix-functions/gai_strerror.texi: Likewise.
14797         * doc/posix-functions/getaddrinfo.texi: Likewise.
14798         * doc/posix-functions/getnameinfo.texi: Likewise.
14799         * doc/posix-functions/if_freenameindex.texi: Likewise.
14800         * doc/posix-functions/if_indextoname.texi: Likewise.
14801         * doc/posix-functions/if_nameindex.texi: Likewise.
14802         * doc/posix-functions/if_nametoindex.texi: Likewise.
14803         * doc/posix-functions/insque.texi: Likewise.
14804         * doc/posix-functions/linkat.texi: Likewise.
14805         * doc/posix-functions/llrint.texi: Likewise.
14806         * doc/posix-functions/llrintf.texi: Likewise.
14807         * doc/posix-functions/llrintl.texi: Likewise.
14808         * doc/posix-functions/lockf.texi: Likewise.
14809         * doc/posix-functions/lrintl.texi: Likewise.
14810         * doc/posix-functions/mkdirat.texi: Likewise.
14811         * doc/posix-functions/mkfifoat.texi: Likewise.
14812         * doc/posix-functions/mknodat.texi: Likewise.
14813         * doc/posix-functions/mq_close.texi: Likewise.
14814         * doc/posix-functions/mq_getattr.texi: Likewise.
14815         * doc/posix-functions/mq_notify.texi: Likewise.
14816         * doc/posix-functions/mq_open.texi: Likewise.
14817         * doc/posix-functions/mq_receive.texi: Likewise.
14818         * doc/posix-functions/mq_send.texi: Likewise.
14819         * doc/posix-functions/mq_setattr.texi: Likewise.
14820         * doc/posix-functions/mq_timedreceive.texi: Likewise.
14821         * doc/posix-functions/mq_timedsend.texi: Likewise.
14822         * doc/posix-functions/mq_unlink.texi: Likewise.
14823         * doc/posix-functions/open_memstream.texi: Likewise.
14824         * doc/posix-functions/openat.texi: Likewise.
14825         * doc/posix-functions/posix_fadvise.texi: Likewise.
14826         * doc/posix-functions/posix_fallocate.texi: Likewise.
14827         * doc/posix-functions/posix_madvise.texi: Likewise.
14828         * doc/posix-functions/posix_memalign.texi: Likewise.
14829         * doc/posix-functions/posix_openpt.texi: Likewise.
14830         * doc/posix-functions/readlinkat.texi: Likewise.
14831         * doc/posix-functions/remque.texi: Likewise.
14832         * doc/posix-functions/renameat.texi: Likewise.
14833         * doc/posix-functions/rintl.texi: Likewise.
14834         * doc/posix-functions/sem_unlink.texi: Likewise.
14835         * doc/posix-functions/shm_open.texi: Likewise.
14836         * doc/posix-functions/shm_unlink.texi: Likewise.
14837         * doc/posix-functions/signgam.texi: Likewise.
14838         * doc/posix-functions/sigset.texi: Likewise.
14839         * doc/posix-functions/stpcpy.texi: Likewise.
14840         * doc/posix-functions/stpncpy.texi: Likewise.
14841         * doc/posix-functions/strerror.texi: Likewise.
14842         * doc/posix-functions/strtod.texi: Likewise.
14843         * doc/posix-functions/symlinkat.texi: Likewise.
14844         * doc/posix-functions/unlinkat.texi: Likewise.
14845         * doc/posix-functions/utimensat.texi: Likewise.
14846         * doc/glibc-functions/bindresvport.texi: Likewise.
14847         * doc/glibc-functions/dn_expand.texi: Likewise.
14848         * doc/glibc-functions/exp10.texi: Likewise.
14849         * doc/glibc-functions/exp10f.texi: Likewise.
14850         * doc/glibc-functions/fgetxattr.texi: Likewise.
14851         * doc/glibc-functions/flistxattr.texi: Likewise.
14852         * doc/glibc-functions/fopencookie.texi: Likewise.
14853         * doc/glibc-functions/freeifaddrs.texi: Likewise.
14854         * doc/glibc-functions/fremovexattr.texi: Likewise.
14855         * doc/glibc-functions/fsetxattr.texi: Likewise.
14856         * doc/glibc-functions/getifaddrs.texi: Likewise.
14857         * doc/glibc-functions/getxattr.texi: Likewise.
14858         * doc/glibc-functions/lgetxattr.texi: Likewise.
14859         * doc/glibc-functions/listxattr.texi: Likewise.
14860         * doc/glibc-functions/llistxattr.texi: Likewise.
14861         * doc/glibc-functions/lremovexattr.texi: Likewise.
14862         * doc/glibc-functions/lsetxattr.texi: Likewise.
14863         * doc/glibc-functions/pow10.texi: Likewise.
14864         * doc/glibc-functions/pow10f.texi: Likewise.
14865         * doc/glibc-functions/rcmd_af.texi: Likewise.
14866         * doc/glibc-functions/removexattr.texi: Likewise.
14867         * doc/glibc-functions/res_init.texi: Likewise.
14868         * doc/glibc-functions/res_mkquery.texi: Likewise.
14869         * doc/glibc-functions/res_query.texi: Likewise.
14870         * doc/glibc-functions/res_querydomain.texi: Likewise.
14871         * doc/glibc-functions/res_send.texi: Likewise.
14872         * doc/glibc-functions/rresvport_af.texi: Likewise.
14873         * doc/glibc-functions/setxattr.texi: Likewise.
14874         * doc/glibc-functions/strcasestr.texi: Likewise.
14875
14876 2008-12-15  Bruno Haible  <bruno@clisp.org>
14877
14878         Fix compilation error on OSF/1 4.0.
14879         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
14880         <sys/time.h>, simply delegate to the system header.
14881         Reported by Daniel Richard G. <oss@teragram.com>.
14882
14883 2008-12-15  Bruno Haible  <bruno@clisp.org>
14884
14885         * doc/posix-functions/openat.texi: Mention the 'openat' module.
14886         * doc/posix-functions/fchmodat.texi: Likewise.
14887         * doc/posix-functions/fchownat.texi: Likewise.
14888         * doc/posix-functions/fdopendir.texi: Likewise.
14889         * doc/posix-functions/fstatat.texi: Likewise.
14890         * doc/posix-functions/mkdirat.texi: Likewise.
14891         * doc/posix-functions/unlinkat.texi: Likewise.
14892
14893 2008-12-14  Bruno Haible  <bruno@clisp.org>
14894
14895         Update doc for POSIX:2008.
14896         * doc/posix-functions/faccessat.texi: New file.
14897         * doc/posix-functions/fchmodat.texi: New file.
14898         * doc/posix-functions/fchownat.texi: New file.
14899         * doc/posix-functions/fdopendir.texi: New file.
14900         * doc/posix-functions/fstatat.texi: New file.
14901         * doc/posix-functions/futimens.texi: New file.
14902         * doc/posix-functions/linkat.texi: New file.
14903         * doc/posix-functions/mkdirat.texi: New file.
14904         * doc/posix-functions/mkfifoat.texi: New file.
14905         * doc/posix-functions/mknodat.texi: New file.
14906         * doc/posix-functions/open_wmemstream.texi: New file.
14907         * doc/posix-functions/openat.texi: New file.
14908         * doc/posix-functions/psiginfo.texi: New file.
14909         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
14910         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
14911         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
14912         * doc/posix-functions/readlinkat.texi: New file.
14913         * doc/posix-functions/renameat.texi: New file.
14914         * doc/posix-functions/strerror_l.texi: New file.
14915         * doc/posix-functions/symlinkat.texi: New file.
14916         * doc/posix-functions/unlinkat.texi: New file.
14917         * doc/posix-functions/utimensat.texi: New file.
14918         * doc/gnulib.texi (Function Substitutes): Add these subsections.
14919
14920 2008-12-14  Bruno Haible  <bruno@clisp.org>
14921
14922         Update doc for POSIX:2008.
14923         * doc/posix-functions/alphasort.texi: Renamed from
14924         doc/glibc-functions/alphasort.texi.
14925         * doc/posix-functions/dirfd.texi: Renamed from
14926         doc/glibc-functions/dirfd.texi.
14927         * doc/posix-functions/dprintf.texi: Renamed from
14928         doc/glibc-functions/dprintf.texi.
14929         * doc/posix-functions/duplocale.texi: Renamed from
14930         doc/glibc-functions/duplocale.texi.
14931         * doc/posix-functions/fexecve.texi: Renamed from
14932         doc/glibc-functions/fexecve.texi.
14933         * doc/posix-functions/fmemopen.texi: Renamed from
14934         doc/glibc-functions/fmemopen.texi.
14935         * doc/posix-functions/freelocale.texi: Renamed from
14936         doc/glibc-functions/freelocale.texi.
14937         * doc/posix-functions/getdate_err.texi: Renamed from
14938         doc/glibc-functions/getdate_err.texi.
14939         * doc/posix-functions/isalnum_l.texi: Renamed from
14940         doc/glibc-functions/isalnum_l.texi.
14941         * doc/posix-functions/isalpha_l.texi: Renamed from
14942         doc/glibc-functions/isalpha_l.texi.
14943         * doc/posix-functions/isblank_l.texi: Renamed from
14944         doc/glibc-functions/isblank_l.texi.
14945         * doc/posix-functions/iscntrl_l.texi: Renamed from
14946         doc/glibc-functions/iscntrl_l.texi.
14947         * doc/posix-functions/isdigit_l.texi: Renamed from
14948         doc/glibc-functions/isdigit_l.texi.
14949         * doc/posix-functions/isgraph_l.texi: Renamed from
14950         doc/glibc-functions/isgraph_l.texi.
14951         * doc/posix-functions/islower_l.texi: Renamed from
14952         doc/glibc-functions/islower_l.texi.
14953         * doc/posix-functions/isprint_l.texi: Renamed from
14954         doc/glibc-functions/isprint_l.texi.
14955         * doc/posix-functions/ispunct_l.texi: Renamed from
14956         doc/glibc-functions/ispunct_l.texi.
14957         * doc/posix-functions/isspace_l.texi: Renamed from
14958         doc/glibc-functions/isspace_l.texi.
14959         * doc/posix-functions/isupper_l.texi: Renamed from
14960         doc/glibc-functions/isupper_l.texi.
14961         * doc/posix-functions/iswalnum_l.texi: Renamed from
14962         doc/glibc-functions/iswalnum_l.texi.
14963         * doc/posix-functions/iswalpha_l.texi: Renamed from
14964         doc/glibc-functions/iswalpha_l.texi.
14965         * doc/posix-functions/iswblank_l.texi: Renamed from
14966         doc/glibc-functions/iswblank_l.texi.
14967         * doc/posix-functions/iswcntrl_l.texi: Renamed from
14968         doc/glibc-functions/iswcntrl_l.texi.
14969         * doc/posix-functions/iswctype_l.texi: Renamed from
14970         doc/glibc-functions/iswctype_l.texi.
14971         * doc/posix-functions/iswdigit_l.texi: Renamed from
14972         doc/glibc-functions/iswdigit_l.texi.
14973         * doc/posix-functions/iswgraph_l.texi: Renamed from
14974         doc/glibc-functions/iswgraph_l.texi.
14975         * doc/posix-functions/iswlower_l.texi: Renamed from
14976         doc/glibc-functions/iswlower_l.texi.
14977         * doc/posix-functions/iswprint_l.texi: Renamed from
14978         doc/glibc-functions/iswprint_l.texi.
14979         * doc/posix-functions/iswpunct_l.texi: Renamed from
14980         doc/glibc-functions/iswpunct_l.texi.
14981         * doc/posix-functions/iswspace_l.texi: Renamed from
14982         doc/glibc-functions/iswspace_l.texi.
14983         * doc/posix-functions/iswupper_l.texi: Renamed from
14984         doc/glibc-functions/iswupper_l.texi.
14985         * doc/posix-functions/iswxdigit_l.texi: Renamed from
14986         doc/glibc-functions/iswxdigit_l.texi.
14987         * doc/posix-functions/isxdigit_l.texi: Renamed from
14988         doc/glibc-functions/isxdigit_l.texi.
14989         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
14990         doc/glibc-functions/mbsnrtowcs.texi.
14991         * doc/posix-functions/mkdtemp.texi: Renamed from
14992         doc/glibc-functions/mkdtemp.texi.
14993         * doc/posix-functions/newlocale.texi: Renamed from
14994         doc/glibc-functions/newlocale.texi.
14995         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
14996         doc/glibc-functions/nl_langinfo_l.texi.
14997         * doc/posix-functions/open_memstream.texi: Renamed from
14998         doc/glibc-functions/open_memstream.texi.
14999         * doc/posix-functions/opterr.texi: Renamed from
15000         doc/glibc-functions/opterr.texi.
15001         * doc/posix-functions/optind.texi: Renamed from
15002         doc/glibc-functions/optind.texi.
15003         * doc/posix-functions/optopt.texi: Renamed from
15004         doc/glibc-functions/optopt.texi.
15005         * doc/posix-functions/psignal.texi: Renamed from
15006         doc/glibc-functions/psignal.texi.
15007         * doc/posix-functions/scandir.texi: Renamed from
15008         doc/glibc-functions/scandir.texi.
15009         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
15010         doc/glibc-functions/sched_get_priority_min.texi.
15011         * doc/posix-functions/signgam.texi: Renamed from
15012         doc/glibc-functions/signgam.texi.
15013         * doc/posix-functions/stpcpy.texi: Renamed from
15014         doc/glibc-functions/stpcpy.texi.
15015         * doc/posix-functions/stpncpy.texi: Renamed from
15016         doc/glibc-functions/stpncpy.texi.
15017         * doc/posix-functions/strcasecmp_l.texi: Renamed from
15018         doc/glibc-functions/strcasecmp_l.texi.
15019         * doc/posix-functions/strcoll_l.texi: Renamed from
15020         doc/glibc-functions/strcoll_l.texi.
15021         * doc/posix-functions/strfmon_l.texi: Renamed from
15022         doc/glibc-functions/strfmon_l.texi.
15023         * doc/posix-functions/strftime_l.texi: Renamed from
15024         doc/glibc-functions/strftime_l.texi.
15025         * doc/posix-functions/strncasecmp_l.texi: Renamed from
15026         doc/glibc-functions/strncasecmp_l.texi.
15027         * doc/posix-functions/strndup.texi: Renamed from
15028         doc/glibc-functions/strndup.texi.
15029         * doc/posix-functions/strnlen.texi: Renamed from
15030         doc/glibc-functions/strnlen.texi.
15031         * doc/posix-functions/strsignal.texi: Renamed from
15032         doc/glibc-functions/strsignal.texi.
15033         * doc/posix-functions/strxfrm_l.texi: Renamed from
15034         doc/glibc-functions/strxfrm_l.texi.
15035         * doc/posix-functions/timer_gettime.texi: Renamed from
15036         doc/glibc-functions/timer_gettime.texi.
15037         * doc/posix-functions/tolower_l.texi: Renamed from
15038         doc/glibc-functions/tolower_l.texi.
15039         * doc/posix-functions/toupper_l.texi: Renamed from
15040         doc/glibc-functions/toupper_l.texi.
15041         * doc/posix-functions/towctrans_l.texi: Renamed from
15042         doc/glibc-functions/towctrans_l.texi.
15043         * doc/posix-functions/towlower_l.texi: Renamed from
15044         doc/glibc-functions/towlower_l.texi.
15045         * doc/posix-functions/towupper_l.texi: Renamed from
15046         doc/glibc-functions/towupper_l.texi.
15047         * doc/posix-functions/uselocale.texi: Renamed from
15048         doc/glibc-functions/uselocale.texi.
15049         * doc/posix-functions/vdprintf.texi: Renamed from
15050         doc/glibc-functions/vdprintf.texi.
15051         * doc/posix-functions/wcpcpy.texi:
15052         Renamed from doc/glibc-functions/wcpcpy.texi.
15053         * doc/posix-functions/wcpncpy.texi: Renamed from
15054         doc/glibc-functions/wcpncpy.texi.
15055         * doc/posix-functions/wcscasecmp.texi: Renamed from
15056         doc/glibc-functions/wcscasecmp.texi.
15057         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
15058         doc/glibc-functions/wcscasecmp_l.texi.
15059         * doc/posix-functions/wcscoll_l.texi: Renamed from
15060         doc/glibc-functions/wcscoll_l.texi.
15061         * doc/posix-functions/wcsdup.texi: Renamed from
15062         doc/glibc-functions/wcsdup.texi.
15063         * doc/posix-functions/wcsncasecmp.texi: Renamed from
15064         doc/glibc-functions/wcsncasecmp.texi.
15065         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
15066         doc/glibc-functions/wcsncasecmp_l.texi.
15067         * doc/posix-functions/wcsnlen.texi: Renamed from
15068         doc/glibc-functions/wcsnlen.texi.
15069         * doc/posix-functions/wcsnrtombs.texi: Renamed from
15070         doc/glibc-functions/wcsnrtombs.texi.
15071         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
15072         doc/glibc-functions/wcsxfrm_l.texi.
15073         * doc/posix-functions/wctrans_l.texi: Renamed from
15074         doc/glibc-functions/wctrans_l.texi.
15075         * doc/posix-functions/wctype_l.texi: Renamed from
15076         doc/glibc-functions/wctype_l.texi.
15077         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15078         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
15079         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
15080         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
15081         these subsections.
15082         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
15083         Remove sections.
15084
15085 2008-12-14  Bruno Haible  <bruno@clisp.org>
15086
15087         Update doc for POSIX:2008.
15088         * doc/posix-functions/*.texi: Update URL of POSIX specification.
15089
15090 2008-12-14  Bruno Haible  <bruno@clisp.org>
15091
15092         Update doc for POSIX:2008.
15093         * doc/pastposix-functions/bcmp.texi: Renamed from
15094         doc/posix-functions/bcmp.texi.
15095         * doc/pastposix-functions/bcopy.texi: Renamed from
15096         doc/posix-functions/bcopy.texi.
15097         * doc/pastposix-functions/bsd_signal.texi: Renamed from
15098         doc/posix-functions/bsd_signal.texi.
15099         * doc/pastposix-functions/bzero.texi: Renamed from
15100         doc/posix-functions/bzero.texi.
15101         * doc/pastposix-functions/ecvt.texi: Renamed from
15102         doc/posix-functions/ecvt.texi.
15103         * doc/pastposix-functions/fcvt.texi: Renamed from
15104         doc/posix-functions/fcvt.texi.
15105         * doc/pastposix-functions/ftime.texi: Renamed from
15106         doc/posix-functions/ftime.texi.
15107         * doc/pastposix-functions/gcvt.texi: Renamed from
15108         doc/posix-functions/gcvt.texi.
15109         * doc/pastposix-functions/getcontext.texi: Renamed from
15110         doc/posix-functions/getcontext.texi.
15111         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
15112         doc/posix-functions/gethostbyaddr.texi.
15113         * doc/pastposix-functions/gethostbyname.texi: Renamed from
15114         doc/posix-functions/gethostbyname.texi.
15115         * doc/pastposix-functions/getwd.texi: Renamed from
15116         doc/posix-functions/getwd.texi.
15117         * doc/pastposix-functions/h_errno.texi: Renamed from
15118         doc/posix-functions/h_errno.texi.
15119         * doc/pastposix-functions/index.texi: Renamed from
15120         doc/posix-functions/index.texi.
15121         * doc/pastposix-functions/makecontext.texi: Renamed from
15122         doc/posix-functions/makecontext.texi.
15123         * doc/pastposix-functions/mktemp.texi: Renamed from
15124         doc/posix-functions/mktemp.texi.
15125         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15126         doc/posix-functions/pthread_attr_getstackaddr.texi.
15127         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15128         doc/posix-functions/pthread_attr_setstackaddr.texi.
15129         * doc/pastposix-functions/rindex.texi: Renamed from
15130         doc/posix-functions/rindex.texi.
15131         * doc/pastposix-functions/scalb.texi: Renamed from
15132         doc/posix-functions/scalb.texi.
15133         * doc/pastposix-functions/setcontext.texi: Renamed from
15134         doc/posix-functions/setcontext.texi.
15135         * doc/pastposix-functions/swapcontext.texi: Renamed from
15136         doc/posix-functions/swapcontext.texi.
15137         * doc/pastposix-functions/ualarm.texi: Renamed from
15138         doc/posix-functions/ualarm.texi.
15139         * doc/pastposix-functions/usleep.texi: Renamed from
15140         doc/posix-functions/usleep.texi.
15141         * doc/pastposix-functions/vfork.texi: Renamed from
15142         doc/posix-functions/vfork.texi.
15143         * doc/pastposix-functions/wcswcs.texi: Renamed from
15144         doc/posix-functions/wcswcs.texi.
15145         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
15146         (Function Substitutes): Update.
15147
15148 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15149
15150         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
15151         m4/strerror.m4.
15152
15153 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15154             Bruno Haible  <bruno@clisp.org>
15155
15156         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
15157
15158 2008-12-13  Bruno Haible  <bruno@clisp.org>
15159
15160         * modules/strtoull (Depends-on): Remove unistd.
15161
15162 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15163
15164         * modules/strtoull (Depends-on): Add stdlib.
15165
15166 2008-12-11  Simon Josefsson  <simon@josefsson.org>
15167
15168         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
15169
15170 2008-12-10  Jim Meyering  <meyering@redhat.com>
15171
15172         gl_ASSERT: don't say assertions are disabled when they're not
15173         * m4/assert.m4 (gl_ASSERT): Do not make configure report
15174         "checking whether to enable assertions... no", when they are in
15175         fact enabled.  This is solely a bug in the output of configure.
15176         In spite of saying "no", NDEBUG was not defined in that case.
15177         Also, as noted by Eric Blake, leave assertions enabled upon
15178         --enable-assert=INVALID.
15179
15180 2008-12-10  Bruno Haible  <bruno@clisp.org>
15181
15182         Change MODULES.html to refer to POSIX:2008 where possible.
15183         * MODULES.html.sh (POSIX2008_URL): New variable.
15184         (posix_headers): Remove sys/timeb, ucontext.
15185         (posix2001_headers): New variable.
15186         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
15187         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
15188         index, makecontext, mktemp, pthread_attr_getstackaddr,
15189         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
15190         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
15191         (posix2001_functions): New variable.
15192         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
15193         otherwise.
15194
15195 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15196
15197         add missing include to parse-duration.c
15198         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
15199         * modules/parse-duration (Depends-on): Add xalloc.
15200
15201         fix sed script reading maint.mk
15202         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
15203         (syntax-check-rules): Use it.
15204
15205 2008-12-09  Bruno Haible  <bruno@clisp.org>
15206
15207         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
15208         MacOS X 10.4/PowerPC.
15209         Reported by Simon Josefsson.
15210
15211 2008-12-08  Jim Meyering  <meyering@redhat.com>
15212
15213         work around mingw's lack of some S_IF definitions
15214         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
15215         Reported by Simon Josefsson.
15216
15217 2008-12-08  Bruno Haible  <bruno@clisp.org>
15218
15219         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
15220         applied to variables. Needed on MacOS X 10.4/PowerPC.
15221         Reported by Simon Josefsson.
15222
15223 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
15224         and Eric Blake  <ebb9@byu.net>
15225
15226         assert: honor --enable-assert
15227         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
15228         order to honor --enable-assert, rather than treating it as a
15229         synonym for --disable-assert.
15230
15231 2008-12-08  Jim Meyering  <meyering@redhat.com>
15232
15233         * lib/posixtm.c: Remove now-useless declaration of mktime.
15234
15235         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
15236
15237 2008-12-07  Bruno Haible  <bruno@clisp.org>
15238
15239         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
15240         test_once): Mark functions as static.
15241         * tests/test-tls.c (test_tls): Likewise.
15242
15243 2008-12-07  Bruno Haible  <bruno@clisp.org>
15244
15245         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
15246         iconv_register_autodetect.
15247
15248 2008-12-07  Jim Meyering  <meyering@redhat.com>
15249
15250         posixtm.c: avoid a warning
15251         * lib/posixtm.c (posixtime): Don't initialize tm0.
15252         It's no longer needed to placate gcc4's -Wuninitialized,
15253         and the attempt to placate would elicit a new warning.
15254
15255         unicodeio.c: mark unused parameters
15256         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15257         (fallback_failure_callback): Likewise.
15258
15259 2008-12-07  Bruno Haible  <bruno@clisp.org>
15260
15261         * gnulib-tool (func_create_testdir): When building the tests
15262         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
15263         Reported by Simon Josefsson.
15264
15265 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15266
15267         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
15268
15269 2008-12-06  Bruno Haible  <bruno@clisp.org>
15270
15271         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
15272         Suggested by Eric Blake.
15273
15274 2008-12-06  Bruno Haible  <bruno@clisp.org>
15275
15276         Fix a c-stack test failure on MacOS X.
15277         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15278         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15279         handler for SIGBUS as well.
15280         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15281         install a signal handler for SIGBUS as well.
15282         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15283
15284 2008-12-06  Bruno Haible  <bruno@clisp.org>
15285
15286         Advocacy documentation.
15287         * doc/gnulib-intro.texi (Benefits): New section.
15288         * doc/gnulib.texi: Update.
15289
15290 2008-12-06  Bruno Haible  <bruno@clisp.org>
15291
15292         Document the 'manywarnings' module.
15293         * doc/manywarnings.texi: New file.
15294         * doc/gnulib.texi: Include it.
15295
15296 2008-12-05  Eric Blake  <ebb9@byu.net>
15297
15298         tests: silence some gcc warnings
15299         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15300         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15301         type mismatches.
15302
15303 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15304             Bruno Haible  <bruno@clisp.org>
15305
15306         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15307
15308 2008-11-29  Jim Meyering  <meyering@redhat.com>
15309
15310         unicodeio.c: mark unused parameters
15311         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15312         (fallback_failure_callback): Likewise.
15313
15314         fts: fix a thinko
15315         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15316         (set_stat_type): Return S_IF*-valued "type" directly.
15317         Prompted by James Youngman's spotting a related bug.
15318         Confirmed by further testing through find.
15319
15320         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15321         * lib/fts.c (D_TYPE): Define.
15322         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15323         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15324         (s_ifmt_shift_bits): New function.
15325         (set_stat_type): New function.
15326         (fts_build): When not calling fts_stat, call set_stat_type
15327         to propagate dirent.d_type info to fts_read caller.
15328         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15329         fts_statp->st_mode type information may be valid.
15330
15331 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15332
15333         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15334         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15335         <sds@gnu.org>.
15336
15337 2008-11-20  Bruno Haible  <bruno@clisp.org>
15338
15339         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15340         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15341         INCLUDE_NEXT.
15342         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15343         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15344         * modules/math (Makefile.am): Substitute
15345         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15346         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15347
15348 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15349             Bruno Haible  <bruno@clisp.org>
15350
15351         * lib/stdint.in.h: Define all type macros so that their expansion is
15352         a single typedef'ed token. Fixes a compilation failure in Boost which
15353         does "using ::int8_t;".
15354
15355 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15356
15357         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15358         gl_MANYWARN_ALL_GCC.
15359         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15360         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15361         * modules/manywarnings: New file.
15362         * MODULES.html.sh: Mention manywarnings module.
15363
15364 2008-11-18  Bruno Haible  <bruno@clisp.org>
15365
15366         * doc/gnulib-tool.texi (Unit tests): New section.
15367
15368 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15369
15370         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15371         paths like 'lib/po/foo.po'.
15372
15373 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15374
15375         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15376         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15377
15378 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15379
15380         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15381         parameter works.
15382
15383 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15384
15385         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15386
15387 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15388
15389         * modules/parse-duration-tests: New file.
15390         * tests/test-parse-duration.sh: New file.
15391         * tests/test-parse-duration.c: New file.
15392
15393         New module 'parse-duration'.
15394         * lib/parse-duration.h: New file.
15395         * lib/parse-duration.c: New file.
15396         * modules/parse-duration: New file.
15397
15398 2008-11-17  Bruno Haible  <bruno@clisp.org>
15399
15400         * tests/test-select-out.sh: Comment out the first pipe test.
15401         Reported by Simon Josefsson.
15402
15403 2008-11-17  Bruno Haible  <bruno@clisp.org>
15404
15405         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15406         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15407         gl_HOSTENT.
15408
15409 2008-11-17  Bruno Haible  <bruno@clisp.org>
15410
15411         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15412         -lnetwork and -lnet. Needed for Haiku and BeOS.
15413
15414 2008-11-16  Bruno Haible  <bruno@clisp.org>
15415
15416         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15417
15418 2008-11-16  Bruno Haible  <bruno@clisp.org>
15419
15420         Avoid test failure on Haiku.
15421         * tests/test-fsync.c: Include <errno.h>.
15422         (main): Don't require that fsync (0) fails.
15423
15424 2008-11-15  Bruno Haible  <bruno@clisp.org>
15425
15426         New module 'hostent'.
15427         * modules/hostent: New file.
15428         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
15429
15430 2008-11-15  Bruno Haible  <bruno@clisp.org>
15431
15432         New module 'servent'.
15433         * modules/servent: New file.
15434         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
15435
15436 2008-11-15  Bruno Haible  <bruno@clisp.org>
15437
15438         Avoid generating same test program with two different rules.
15439         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
15440         test-frexp to test-frexp-nolibm.
15441         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
15442         test-frexpl to test-frexpl-nolibm.
15443
15444 2008-11-15  Bruno Haible  <bruno@clisp.org>
15445
15446         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
15447         $(FREXPL_LIBM).
15448
15449 2008-11-15  Bruno Haible  <bruno@clisp.org>
15450
15451         * lib/netdb.in.h: Activate the definitions also when the system's
15452         <netdb.h> has 'struct addrinfo'.
15453         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
15454         EAI_OVERFLOW or AI_NUMERICSERV.
15455         * doc/posix-headers/netdb.texi: Document the problem.
15456
15457 2008-11-15  Bruno Haible  <bruno@clisp.org>
15458
15459         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
15460
15461         Make the 'sched' module work on platforms where <sched.h> exists but
15462         is incomplete (such as Haiku).
15463         * lib/sched.in.h; Include the system's <sched.h> if it exists.
15464         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
15465         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
15466         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
15467         HAVE_STRUCT_SCHED_PARAM.
15468         * modules/sched (Depends-on): Add include_next.
15469         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
15470         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
15471         * doc/posix-headers/sched.texi: Document the issue.
15472
15473 2008-11-13  Jim Meyering  <meyering@redhat.com>
15474
15475         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
15476         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
15477         test would fail due to the difference in the Report bugs to ...
15478         line.  The expected address is empty, "<>", while the actual
15479         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
15480
15481 2008-11-12  Bruno Haible  <bruno@clisp.org>
15482
15483         lstat: don't compile lstat.c on systems lacking lstat
15484         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
15485         which don't have lstat; this is handled by lib/sys_stat.in.h already.
15486         Reported by Daniel P. Berrange via Jim Meyering.
15487
15488 2008-11-12  Jim Meyering  <meyering@redhat.com>
15489
15490         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
15491
15492 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15493
15494         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15495         instead.
15496
15497 2008-11-12  Bruno Haible  <bruno@clisp.org>
15498
15499         * lib/unicodeio.c: Include unistr.h.
15500         (utf8_wctomb): Remove function.
15501         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
15502
15503 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15504
15505         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
15506         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
15507         <bruno@clisp.org>.
15508         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
15509
15510 2008-11-12  Simon Josefsson  <simon@josefsson.org>
15511
15512         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
15513         * doc/gnulib.texi: Add section for warnings.
15514
15515 2008-11-11  Bruno Haible  <bruno@clisp.org>
15516
15517         * lib/sockets.h: Add a comment.
15518
15519 2008-11-11  Karl Berry  <karl@gnu.org>
15520
15521         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
15522
15523 2008-11-11  Eric Blake  <ebb9@byu.net>
15524
15525         fdl.texi: avoid git symlinks
15526         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
15527
15528 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15529
15530         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
15531
15532 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15533
15534         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
15535         (gl_WARN_ADD): Substitute $2 if literal.
15536
15537 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15538
15539         * m4/warning.m4: Remove.
15540
15541 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
15542
15543         * m4/warnings.m4: Almost complete rewrite. :-)
15544
15545 2008-11-10  Simon Josefsson  <simon@josefsson.org>
15546
15547         * modules/warnings: New module.
15548         * m4/warnings.m4: New file.
15549         * MODULES.html.sh: Mention warnings module.
15550         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
15551         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15552
15553 2008-11-10  Eric Blake  <ebb9@byu.net>
15554
15555         fdl.texi: make a symlink to the latest version
15556         * doc/standards.texi: Revert today's earlier change.
15557         * doc/fdl-1.2.texi: Rename from old fdl.texi...
15558         * doc/fdl.texi: ...and replace this with a symlink to the newer
15559         fdl-1.3.texi.
15560
15561 2008-11-10  Bruno Haible  <bruno@clisp.org>
15562
15563         * tests/test-select-fd.c (main): Accept the result file name as fourth
15564         argument.
15565         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
15566         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
15567
15568 2008-11-10  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
15571         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
15572         as autoconf-substituted macros.
15573         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
15574         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
15575         gl_NETDB_H_DEFAULTS. Set these variables.
15576         * modules/netdb (Makefile.am): Substitute these variables.
15577
15578 2008-11-10  Eric Blake  <ebb9@byu.net>
15579
15580         standards.texi: include correct file for FDL 1.3
15581         * doc/standards.texi (GNU Free Documentation License): Change
15582         include file to pull in FDL 1.3, not 1.2.
15583
15584         fdl.texi: revert accidental change to license
15585         * doc/fdl.texi: This is FDL 1.2, not 1.3.
15586
15587 2008-11-10  Bruno Haible  <bruno@clisp.org>
15588
15589         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
15590         cross-compiling guesses also when the native compile gives no result.
15591
15592 2008-11-10  Bruno Haible  <bruno@clisp.org>
15593
15594         * lib/spawni.c (__spawni): Force variable into the stack.
15595
15596 2008-11-10  Bruno Haible  <bruno@clisp.org>
15597
15598         Add support for Haiku.
15599         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
15600         glibc and BeOS, but also on Haiku.
15601         * lib/fpurge.c (fpurge): Likewise.
15602         * lib/freadable.c (freadable): Likewise.
15603         * lib/freadahead.c (freadahead): Likewise.
15604         * lib/freading.c (freading): Likewise.
15605         * lib/freadptr.c (freadptr): Likewise.
15606         * lib/freadseek.c (freadptrinc): Likewise.
15607         * lib/fseeko.c (rpl_fseeko): Likewise.
15608         * lib/fseterr.c (fseterr): Likewise.
15609         * lib/fwritable.c (fwritable): Likewise.
15610         * lib/fwriting.c (fwriting): Likewise.
15611         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
15612
15613 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15614
15615         * lib/config.charset: Treat Haiku like BeOS.
15616
15617 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
15618
15619         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
15620         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
15621
15622 2008-11-08  Bruno Haible  <bruno@clisp.org>
15623
15624         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
15625         AC_CACHE_CHECK.
15626
15627 2008-11-08  Bruno Haible  <bruno@clisp.org>
15628
15629         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
15630
15631 2008-11-08  Bruno Haible  <bruno@clisp.org>
15632
15633         * tests/test-select-fd.c: New file.
15634         * tests/test-select-in.sh: New file.
15635         * tests/test-select-out.sh: New file.
15636         * tests/test-select-stdin.c: New file.
15637         * modules/select-tests (Files): Add the new files.
15638         (Depends-on): Add gettimeofday.
15639         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
15640         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
15641         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
15642
15643 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
15644             Bruno Haible  <bruno@clisp.org>
15645
15646         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
15647
15648 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
15649
15650         * build-aux/pmccabe2html: Added support for C++ source files.
15651
15652 2008-11-05  Ben Pfaff  <blp@gnu.org>
15653
15654         Fix lib/close.c build on Windows.
15655         * modules/close (Files): Add lib/w32sock.h.
15656
15657 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
15658
15659         Accept Bison's NEWS format.
15660         * build-aux/announce-gen (print_news_deltas): Tweak
15661         $re_prefix.
15662
15663 2008-11-04  Bruno Haible  <bruno@clisp.org>
15664
15665         * modules/random_r (Maintainer): Add glibc.
15666
15667 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15668
15669         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
15670         by karl@freefriends.org (Karl Berry).
15671         * doc/alloca.texi: Likewise.
15672         * doc/c-ctype.texi: Likewise.
15673         * doc/c-strcase.texi: Likewise.
15674         * doc/c-strcaseeq.texi: Likewise.
15675         * doc/c-strcasestr.texi: Likewise.
15676         * doc/c-strstr.texi: Likewise.
15677         * doc/c-strtod.texi: Likewise.
15678         * doc/c-strtold.texi: Likewise.
15679         * doc/ctime.texi: Likewise.
15680         * doc/error.texi: Likewise.
15681         * doc/fdl.texi: Likewise.
15682         * doc/gcd.texi: Likewise.
15683         * doc/getdate.texi: Likewise.
15684         * doc/gnulib-intro.texi: Likewise.
15685         * doc/gnulib-tool.texi: Likewise.
15686         * doc/gnulib.texi: Likewise.
15687         * doc/inet_ntoa.texi: Likewise.
15688         * doc/maintain.texi: Likewise.
15689         * doc/make-stds.texi: Likewise.
15690         * doc/quote.texi: Likewise.
15691         * doc/regexprops-generic.texi: Likewise.
15692         * doc/standards.texi: Likewise.
15693         * doc/verify.texi: Likewise.
15694         * doc/visibility.texi: Likewise.
15695         * doc/gnulib.texi (GNU Free Documentation License): Include
15696         fdl-1.3.texi instead of fdl.texi.
15697
15698 2008-11-04  Simon Josefsson  <simon@josefsson.org>
15699
15700         * doc/fdl-1.3.texi: New file, from
15701         <http://www.gnu.org/licenses/fdl-1.3.texi>.
15702         * modules/fdl-1.3: Add.
15703         * MODULES.html.sh: Add fdl-1.3.
15704
15705 2008-11-03  Bruno Haible  <bruno@clisp.org>
15706
15707         Make determination of absolute name of header file work with AIX xlc.
15708         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
15709         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
15710         preprocessing.
15711         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15712         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
15713
15714 2008-11-03  Simon Josefsson  <simon@josefsson.org>
15715
15716         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
15717         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
15718         <ludo@gnu.org>.
15719
15720 2008-11-02  Bruno Haible  <bruno@clisp.org>
15721
15722         Mark 'strpbrk' obsolete.
15723         * modules/strpbrk (Status, Notice): New sections.
15724         * modules/strtok_r (Depends-on): Add strpbrk.
15725
15726 2008-11-02  Bruno Haible  <bruno@clisp.org>
15727
15728         Mark 'strdup' obsolete.
15729         * modules/strdup (Status, Notice): New sections.
15730         * modules/findprog (Depends-on): Add strdup.
15731         * modules/getaddrinfo (Depends-on): Likewise.
15732         * modules/localename (Depends-on): Likewise.
15733         * modules/relocatable-lib (Depends-on): Likewise.
15734         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
15735         * modules/relocatable-prog (Depends-on): Likewise.
15736         * modules/trim (Depends-on): Likewise.
15737         * modules/unictype/gen-ctype (Depends-on): Likewise.
15738         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15739
15740 2008-11-02  Bruno Haible  <bruno@clisp.org>
15741
15742         Mark 'strcspn' obsolete.
15743         * modules/strcspn (Status, Notice): New sections.
15744
15745 2008-11-02  Bruno Haible  <bruno@clisp.org>
15746
15747         Mark 'rmdir' obsolete.
15748         * modules/rmdir (Status, Notice): New sections.
15749         * modules/clean-temp (Depends-on): Add rmdir.
15750         * modules/openat (Depends-on): Likewise.
15751
15752 2008-11-02  Bruno Haible  <bruno@clisp.org>
15753
15754         Mark 'raise' obsolete.
15755         * modules/raise (Status, Notice): New sections.
15756         (Include): Specify <signal.h>.
15757         * modules/stdio (Depends-on): Add raise.
15758         * modules/write (Depends-on): Likewise.
15759
15760 2008-11-02  Bruno Haible  <bruno@clisp.org>
15761
15762         Mark 'memset' obsolete.
15763         * modules/memset (Status, Notice): New sections.
15764
15765 2008-11-02  Bruno Haible  <bruno@clisp.org>
15766
15767         Mark 'memmove' obsolete.
15768         * modules/memmove (Status, Notice): New sections.
15769         * modules/argp (Depends-on): Add memmove.
15770         * modules/argz (Depends-on): Likewise.
15771         * modules/canonicalize (Depends-on): Likewise.
15772         * modules/canonicalize-lgpl (Depends-on): Likewise.
15773         * modules/fts (Depends-on): Likewise.
15774         * modules/getcwd (Depends-on): Likewise.
15775         * modules/human (Depends-on): Likewise.
15776         * modules/regex (Depends-on): Likewise.
15777         * modules/striconveh (Depends-on): Likewise.
15778         * modules/trim (Depends-on): Likewise.
15779         * modules/unistr/u8-move (Depends-on): Likewise.
15780         * modules/unistr/u16-move (Depends-on): Likewise.
15781         * modules/unistr/u32-move (Depends-on): Likewise.
15782
15783 2008-11-02  Bruno Haible  <bruno@clisp.org>
15784
15785         Mark 'memcpy' obsolete.
15786         * modules/memcpy (Status, Notice): New sections.
15787
15788 2008-11-02  Bruno Haible  <bruno@clisp.org>
15789
15790         Mark 'memcmp' obsolete.
15791         * modules/memcmp (Status, Notice): New sections.
15792         * modules/argmatch (Depends-on): Add memchr.
15793         * modules/backupfile (Depends-on): Likewise.
15794         * modules/c-strcasestr (Depends-on): Likewise.
15795         * modules/crypto/des (Depends-on): Likewise.
15796         * modules/csharpcomp (Depends-on): Likewise.
15797         * modules/fnmatch (Depends-on): Likewise.
15798         * modules/git-merge-changelog (Depends-on): Likewise.
15799         * modules/isnand (Depends-on): Likewise.
15800         * modules/isnand-nolibm (Depends-on): Likewise.
15801         * modules/isnanf (Depends-on): Likewise.
15802         * modules/isnanf-nolibm (Depends-on): Likewise.
15803         * modules/isnanl (Depends-on): Likewise.
15804         * modules/isnanl-nolibm (Depends-on): Likewise.
15805         * modules/mbchar (Depends-on): Likewise.
15806         * modules/memcoll (Depends-on): Likewise.
15807         * modules/quotearg (Depends-on): Likewise.
15808         * modules/regex (Depends-on): Likewise.
15809         * modules/relocatable-prog (Depends-on): Likewise.
15810         * modules/same (Depends-on): Likewise.
15811         * modules/signbit (Depends-on): Likewise.
15812         * modules/strcasestr-simple (Depends-on): Likewise.
15813         * modules/unictype/gen-ctype (Depends-on): Likewise.
15814         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
15815         * modules/uniname/uniname (Depends-on): Likewise.
15816         * modules/unistr/u8-cmp (Depends-on): Likewise.
15817
15818 2008-11-02  Bruno Haible  <bruno@clisp.org>
15819
15820         Mark 'memchr' obsolete.
15821         * modules/memchr (Status, Notice): New sections.
15822         * modules/argp (Depends-on): Add memchr.
15823         * modules/base64 (Depends-on): Likewise.
15824         * modules/c-strcasestr (Depends-on): Likewise.
15825         * modules/chdir-long (Depends-on): Likewise.
15826         * modules/fnmatch (Depends-on): Likewise.
15827         * modules/getsubopt (Depends-on): Likewise.
15828         * modules/git-merge-changelog (Depends-on): Likewise.
15829         * modules/glob (Depends-on): Likewise.
15830         * modules/strcasestr-simple (Depends-on): Likewise.
15831         * modules/strnlen (Depends-on): Likewise.
15832
15833 2008-11-02  Bruno Haible  <bruno@clisp.org>
15834
15835         Mark 'atexit' obsolete.
15836         * modules/atexit (Status, Notice): New sections.
15837         * modules/chdir-long (Depends-on): Add atexit.
15838         * modules/wait-process (Depends-on): Likewise.
15839
15840 2008-11-02  Bruno Haible  <bruno@clisp.org>
15841
15842         * gnulib-tool: New option --with-obsolete.
15843         (func_usage): Document it.
15844         (func_modules_transitive_closure): Drop obsolete dependencies if
15845         incobsolete is not true.
15846         (func_import): Read and save the incobsolete variable to the cache.
15847
15848 2008-11-02  Bruno Haible  <bruno@clisp.org>
15849
15850         * modules/TEMPLATE-EXTENDED: New field 'Status'.
15851         * gnulib-tool: New option --extract-status.
15852         (func_usage): Document it.
15853         (sed_extract_prog): Recognize it.
15854         (func_get_status): New function.
15855
15856 2008-10-30  Simon Josefsson  <simon@josefsson.org>
15857
15858         * modules/sockets (License): Change from LGPL to LGPLv2+.
15859
15860 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15861
15862         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
15863
15864 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15865
15866         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15867         Mention times and sys_times.
15868         * modules/sys_times, modules/sys_times-tests: New modules.
15869         * modules/times, modules/times-tests: Likewise
15870         * m4/sys_times_h.m4: New file.
15871         * lib/sys_times.in.h: Likewise
15872         * lib/times.c: Likewise.
15873         * tests/test-sys_times.c: Likewise.
15874         * tests/test-times.c: Likewise.
15875         * doc/posix-headers/sys_times.texi: Update.
15876         * doc/posix-functions/times.texi: Update.
15877
15878 2008-10-28  Jim Meyering  <meyering@redhat.com>
15879
15880         * modules/tempname (Depends-on): Add lstat.
15881
15882         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
15883
15884 2008-10-28  Simon Josefsson  <simon@josefsson.org>
15885
15886         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
15887         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
15888         using idiom used elsewhere in gnulib.
15889
15890 2008-10-27  Jim Meyering  <meyering@redhat.com>
15891
15892         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
15893
15894 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15895
15896         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
15897         TESTS_ENVIRONMENT, for shell scripts that needs to call built
15898         programs.
15899         * tests/test-argp-2.sh: Use $EXEEXT when needed.
15900
15901 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15902
15903         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
15904
15905 2008-10-27  Bruno Haible  <bruno@clisp.org>
15906
15907         * tests/test-lstat.c: Include <stdio.h>.
15908
15909 2008-10-27  Simon Josefsson  <simon@josefsson.org>
15910
15911         * modules/lstat-tests: New module.
15912         * tests/test-lstat.c: New file.
15913
15914 2008-10-26  Jim Meyering  <meyering@redhat.com>
15915
15916         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
15917
15918 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15919             Bruno Haible  <bruno@clisp.org>
15920
15921         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
15922         * modules/configmake (Include): Add a note that the include must come
15923         after all system headers.
15924         * lib/javaversion.c: Include configmake.h after all other includes.
15925
15926 2008-10-26  Bruno Haible  <bruno@clisp.org>
15927
15928         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
15929         HAVE_STRUCT_RANDOM_DATA to 1.
15930         (gl_STDLIB_H): Simplify.
15931
15932 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15933
15934         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
15935         substitute HAVE_STRUCT_RANDOM_DATA.
15936         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
15937         random_data.
15938         * modules/stdlib (Makefile.am): Substitute
15939         HAVE_STRUCT_RANDOM_DATA.
15940
15941 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15942
15943         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
15944         * doc/gnulib-intro.texi (Copyright): Likewise.
15945
15946 2008-10-26  Simon Josefsson  <simon@josefsson.org>
15947
15948         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
15949         findings.
15950
15951 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
15952             Bruno Haible  <bruno@clisp.org>
15953
15954         * lib/unistd.in.h: Include <winsock2.h>.
15955         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
15956         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
15957         Provide dummy declarations.
15958         (gethostname): Override.
15959         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
15960         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
15961         gl_PREREQ_SYS_H_WINSOCK2.
15962         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
15963         * doc/posix-functions/gethostname.texi: More details.
15964
15965 2008-10-25  Bruno Haible  <bruno@clisp.org>
15966
15967         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
15968         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
15969         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
15970
15971         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
15972         here ...
15973         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
15974         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
15975         gl_UNISTD_H_DEFAULTS.
15976
15977 2008-10-25  Eric Blake  <ebb9@byu.net>
15978
15979         signbit: avoid spurious compiler failure
15980         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
15981         declarations inside function.
15982
15983 2008-10-24  Simon Josefsson  <simon@josefsson.org>
15984             Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
15987         * modules/random_r (Depends-on): Add stdint.
15988
15989 2008-10-24  Bruno Haible  <bruno@clisp.org>
15990
15991         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
15992         Eggert.
15993         * modules/strerror (License): Likewise.
15994
15995 2008-10-24  Jim Meyering  <meyering@redhat.com>
15996
15997         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
15998         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
15999
16000 2008-10-24  Eric Blake  <ebb9@byu.net>
16001
16002         getgroups: fix compilation when getgroups is available
16003         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
16004         but with <config.h> override of getgroups disabled.
16005
16006 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16007
16008         * doc/gnulib.texi (Header files): Add note about C++ problems.
16009         Explained by Bruno Haible <bruno@clisp.org>.
16010
16011 2008-10-23  Bruno Haible  <bruno@clisp.org>
16012
16013         Define a dummy SA_NODEFER macro on Interix.
16014         * lib/signal.in.h (SA_NODEFER): Define fallback.
16015         Reported by Aleksey Cheusov <cheusov@tut.by> via
16016         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
16017
16018 2008-10-23  Bruno Haible  <bruno@clisp.org>
16019
16020         * modules/freadahead (License): Change to LGPLv2+.
16021         Suggested by Simon Josefsson.
16022
16023 2008-10-23  Jim Meyering  <meyering@redhat.com>
16024
16025         random_r: new module
16026         * modules/random_r: New file.
16027         * m4/random_r.m4: New file.
16028         * lib/random_r.c: New file, from glibc.
16029         * modules/random_r-tests: New file.
16030         * tests/test-random_r.c: New file.
16031         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
16032          Declare.
16033         (RAND_MAX): Define.
16034         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
16035         * modules/stdlib: Substitute them, too.
16036         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
16037         * doc/glibc-functions/initstate_r.texi: Mention the new module.
16038         * doc/glibc-functions/random_r.texi: Likewise.
16039         * doc/glibc-functions/setstate_r.texi: Likewise.
16040         * doc/glibc-functions/srandom_r.texi: Likewise.
16041         * config/srclist.txt: Mention it.
16042
16043 2008-10-23  David Lutterkort  <lutter@redhat.com>
16044
16045         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
16046         link requirement
16047
16048 2008-10-23  Jim Meyering  <meyering@redhat.com>
16049
16050         selinux-h: mark parameters of stub functions as intentionally unused
16051         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
16052         * lib/se-context.in.h: Likewise.
16053
16054 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16055
16056         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
16057
16058 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16059
16060         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
16061
16062 2008-10-22  Eric Blake  <ebb9@byu.net>
16063
16064         glthread/thread: avoid compiler warning
16065         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
16066         Add unreachable abort to silence compiler.
16067
16068 2008-10-22  Eric Blake  <ebb9@byu.net>
16069
16070         netdb: also supply struct addrinfo for cygwin 1.5.x
16071         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
16072         older cygwin.
16073         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
16074         cygwin.
16075         * doc/posix-headers/netdb.texi (netdb.h): Document this.
16076
16077 2008-10-22  Bruno Haible  <bruno@clisp.org>
16078
16079         * users.txt: Update entry about pspp.
16080
16081 2008-10-21  Bruno Haible  <bruno@clisp.org>
16082
16083         Simplification.
16084         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
16085         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
16086
16087         Simplification.
16088         * lib/ioctl.c (ioctl): Don't undefine.
16089         * lib/socket.c (socket): Don't undefine.
16090
16091         Remove unused module indicator macros.
16092         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
16093         GNULIB_$1 as a C macro.
16094
16095         * doc/posix-functions/close.texi: Undo last change.
16096         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
16097         Windows platforms.
16098
16099 2008-10-21  Bruno Haible  <bruno@clisp.org>
16100
16101         Add gethostname() declaration to <unistd.h>.
16102         * lib/unistd.in.h (gethostname): New declaration.
16103         * lib/gethostname.c: Include <unistd.h>.
16104         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
16105         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
16106         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
16107         and HAVE_GETHOSTNAME.
16108         * modules/gethostname (Depends-on): Add unistd.
16109         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16110         (Include): Specify <unistd.h>.
16111         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
16112         HAVE_GETHOSTNAME.
16113         * tests/test-gethostname.c: Include <unistd.h> first.
16114
16115 2008-10-21  Bruno Haible  <bruno@clisp.org>
16116
16117         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
16118         * modules/select-tests (Depends-on): Likewise.
16119         Reported by Simon Josefsson.
16120
16121 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16122
16123         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16124         * lib/accept.c: New file, based on winsock.c.
16125         * lib/bind.c: New file, based on winsock.c.
16126         * lib/connect.c: New file, based on winsock.c.
16127         * lib/getpeername.c: New file, based on winsock.c.
16128         * lib/getsockname.c: New file, based on winsock.c.
16129         * lib/getsockopt.c: New file, based on winsock.c.
16130         * lib/ioctl.c: New file, based on winsock.c.
16131         * lib/listen.c: New file, based on winsock.c.
16132         * lib/recv.c: New file, based on winsock.c.
16133         * lib/recvfrom.c: New file, based on winsock.c.
16134         * lib/send.c: New file, based on winsock.c.
16135         * lib/sendto.c: New file, based on winsock.c.
16136         * lib/setsockopt.c: New file, based on winsock.c.
16137         * lib/shutdown.c: New file, based on winsock.c.
16138         * lib/socket.c: New file, based on winsock.c.
16139         * lib/w32sock.h: New file, based on winsock.c.
16140         * lib/winsock.c: Remove file.
16141         * modules/accept: Likewise.
16142         * modules/bind: Likewise.
16143         * modules/connect: Likewise.
16144         * modules/getpeername: Likewise.
16145         * modules/getsockname: Likewise.
16146         * modules/getsockopt: Likewise.
16147         * modules/ioctl: Likewise.
16148         * modules/listen: Likewise.
16149         * modules/recv: Likewise.
16150         * modules/recvfrom: Likewise.
16151         * modules/send: Likewise.
16152         * modules/sendto: Likewise.
16153         * modules/setsockopt: Likewise.
16154         * modules/shutdown: Likewise.
16155         * modules/socket: Use socket.c instead of winsock.c.
16156         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
16157         * doc/posix-functions/accept.texi: Doc fix.
16158         * doc/posix-functions/bind.texi: Doc fix.
16159         * doc/posix-functions/close.texi: Doc fix.
16160         * doc/posix-functions/connect.texi: Doc fix.
16161         * doc/posix-functions/getpeername.texi: Doc fix.
16162         * doc/posix-functions/getsockname.texi: Doc fix.
16163         * doc/posix-functions/getsockopt.texi: Doc fix.
16164         * doc/posix-functions/ioctl.texi: Doc fix.
16165         * doc/posix-functions/listen.texi: Doc fix.
16166         * doc/posix-functions/recv.texi: Doc fix.
16167         * doc/posix-functions/recvfrom.texi: Doc fix.
16168         * doc/posix-functions/send.texi: Doc fix.
16169         * doc/posix-functions/sendto.texi: Doc fix.
16170         * doc/posix-functions/setsockopt.texi: Doc fix.
16171         * doc/posix-functions/shutdown.texi: Doc fix.
16172         * doc/posix-functions/socket.texi: Doc fix.
16173
16174 2008-10-20  Bruno Haible  <bruno@clisp.org>
16175
16176         Take into account the role of SIGABRT_COMPAT on Windows 2008.
16177         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
16178         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
16179         as an alias for SIGABRT.
16180         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
16181         (sigaction): Map it to SIGABRT.
16182         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
16183
16184 2008-10-20  Bruno Haible  <bruno@clisp.org>
16185
16186         * lib/fts.c: Don't include lstat.h.
16187         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
16188
16189         Move the lstat() declaration to <sys/stat.h>.
16190         * lib/lstat.h: Remove file.
16191         * lib/sys_stat.in.h: Add special invocation convention.
16192         (lstat): New declaration.
16193         * lib/lstat.c (orig_lstat): New function.
16194         (rpl_lstat): Use orig_lstat instead of lstat.
16195         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
16196         AC_C_INLINE. Set REPLACE_LSTAT.
16197         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
16198         and REPLACE_LSTAT.
16199         * modules/lstat (Files): Remove lib/lstat.h.
16200         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16201         (Include): Specify <sys/stat.h> instead of lstat.h.
16202         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
16203         REPLACE_LSTAT.
16204         * NEWS: Mention the change.
16205
16206 2008-10-20  Bruno Haible  <bruno@clisp.org>
16207
16208         * modules/posix_spawn-tests: New file.
16209         * tests/test-posix_spawn3.c: New file.
16210
16211 2008-10-20  Bruno Haible  <bruno@clisp.org>
16212
16213         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
16214         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16215         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
16216         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16217         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
16218
16219 2008-10-20  Bruno Haible  <bruno@clisp.org>
16220
16221         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
16222         of posix_spawn on AIX 5.3.
16223
16224 2008-10-20  Bruno Haible  <bruno@clisp.org>
16225
16226         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
16227
16228 2008-10-20  Bruno Haible  <bruno@clisp.org>
16229
16230         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
16231         of AC_LANG_PROGRAM.
16232
16233 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16234
16235         * lib/netdb.in.h: Don't define GNU specific constants until they
16236         are supported or needed.  Reported by Bruno Haible
16237         <bruno@clisp.org>.
16238
16239 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16240
16241         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
16242
16243 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16244
16245         * lib/getaddrinfo.h: Remove file.
16246         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
16247         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
16248         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
16249         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
16250         * modules/netdb: Substitute GNULIB_GETADDRINFO.
16251         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
16252         * tests/test-getaddrinfo.c: Likewise.
16253         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
16254         * NEWS: Mention change.
16255
16256 2008-10-19  Bruno Haible  <bruno@clisp.org>
16257
16258         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
16259
16260 2008-10-19  Bruno Haible  <bruno@clisp.org>
16261
16262         * lib/wait-process.c: Include simply <sys/wait.h>.
16263         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
16264         WIFSTOPPED): Remove fallback definitions.
16265         * modules/wait-process (Depends-on): Add sys_wait.
16266
16267         New module 'sys_wait'.
16268         * modules/sys_wait: New file.
16269         * lib/sys_wait.in.h: New file, partially copied from
16270         lib/wait-process.c.
16271         * m4/sys_wait_h.m4: New file.
16272         * doc/posix-headers/sys_wait.texi: Mention the new module.
16273
16274 2008-10-19  Bruno Haible  <bruno@clisp.org>
16275
16276         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16277
16278 2008-10-19  Bruno Haible  <bruno@clisp.org>
16279
16280         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16281         * lib/wait-process.c (WAIT_T): Remove type.
16282         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16283         (wait_subprocess): Update.
16284
16285 2008-10-19  Bruno Haible  <bruno@clisp.org>
16286
16287         New module 'atoll'.
16288         * modules/atoll: New file.
16289         * lib/stdlib.in.h (atoll): New declaration.
16290         * lib/atoll.c: New file, from glibc with modifications.
16291         * m4/atoll.m4: New file.
16292         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16293         HAVE_ATOLL.
16294         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16295         * doc/posix-functions/atoll.texi: Mention the new module.
16296
16297 2008-10-19  Bruno Haible  <bruno@clisp.org>
16298
16299         Add strtoull() declaration to <stdlib.h>.
16300         * lib/stdlib.in.h (strtoull): New declaration.
16301         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16302         Set HAVE_STRTOULL.
16303         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16304         HAVE_STRTOULL.
16305         * modules/strtoull (Depends-on): Add stdlib.
16306         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16307         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16308         HAVE_STRTOULL.
16309
16310 2008-10-19  Bruno Haible  <bruno@clisp.org>
16311
16312         Add strtoll() declaration to <stdlib.h>.
16313         * lib/stdlib.in.h (strtoll): New declaration.
16314         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16315         Set HAVE_STRTOLL.
16316         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16317         HAVE_STRTOLL.
16318         * modules/strtoll (Depends-on): Add stdlib.
16319         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16320         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16321
16322 2008-10-19  Bruno Haible  <bruno@clisp.org>
16323
16324         * modules/bcopy (Depends-on): Add strings.
16325         (Include): Specify <strings.h>.
16326
16327 2008-10-19  Bruno Haible  <bruno@clisp.org>
16328
16329         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16330
16331 2008-10-19  Bruno Haible  <bruno@clisp.org>
16332
16333         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16334         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16335         mingw.
16336
16337 2008-10-19  Bruno Haible  <bruno@clisp.org>
16338
16339         * lib/atanl.c: Don't include isnanl.h.
16340         * lib/cosl.c: Likewise.
16341         * lib/ldexpl.c: Likewise.
16342         * lib/logl.c: Likewise.
16343         * lib/sinl.c: Likewise.
16344         * lib/sqrtl.c: Likewise.
16345         * lib/tanl.c: Likewise.
16346
16347         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16348         * lib/isnanf.h: Remove file.
16349         * lib/isnand.h: Remove file.
16350         * lib/isnanl.h: Remove file.
16351         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16352         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16353         macros.
16354         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16355         HAVE_ISNANF, don't define it as a C macro.
16356         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16357         HAVE_ISNAND, don't define it as a C macro.
16358         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16359         HAVE_ISNANL, don't define it as a C macro.
16360         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16361         HAVE_ISNAN[FDL].
16362         * modules/isnanf (Files): Remove lib/isnanf.h.
16363         (Depends-on): Add math.
16364         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16365         (Include): Specify <math.h> instead of isnanf.h.
16366         * modules/isnand (Files): Remove lib/isnand.h.
16367         (Depends-on): Add math.
16368         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16369         (Include): Specify <math.h> instead of isnand.h.
16370         * modules/isnanl (Files): Remove lib/isnanl.h.
16371         (Depends-on): Add math.
16372         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16373         (Include): Specify <math.h> instead of isnanl.h.
16374         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16375         HAVE_ISNAN[FDL].
16376         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16377         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16378         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16379         * NEWS: Mention the change.
16380
16381 2008-10-18  Bruno Haible  <bruno@clisp.org>
16382
16383         Add getusershell(), setusershell(), endusershell() declarations to
16384         <unistd.h>.
16385         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16386         declarations.
16387         * lib/getusershell.c: Include unistd.h.
16388         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16389         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16390         HAVE_GETUSERSHELL.
16391         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16392         and HAVE_GETUSERSHELL.
16393         * modules/getusershell (Depends-on): Add unistd, extensions.
16394         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16395         (Include): Specify <unistd.h>.
16396         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16397         HAVE_GETUSERSHELL.
16398
16399 2008-10-18  Bruno Haible  <bruno@clisp.org>
16400
16401         Add a getloadavg() declaration to <stdlib.h>.
16402         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16403         getloadavg declaration.
16404         (getloadavg): New declaration.
16405         * lib/getloadavg.c: Include <stdlib.h> first.
16406         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16407         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16408         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16409         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16410         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16411         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16412         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16413         (Include): Specify <stdlib.h>.
16414         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16415         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16416
16417 2008-10-18  Bruno Haible  <bruno@clisp.org>
16418
16419         * lib/dirchownmod.c: Don't include lchmod.h.
16420
16421         Move the lchmod() declaration to <sys/stat.h>.
16422         * lib/lchmod.h: Remove file.
16423         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
16424         (lchmod): New declaration, moved here from lib/lchown.h.
16425         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
16426         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
16427         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
16428         and HAVE_LCHMOD.
16429         * modules/lchmod (Files): Remove lib/lchmod.h.
16430         (Depends-on): Add sys_stat, extensions.
16431         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16432         (Include): Specify <sys/stat.h> instead of lchmod.h.
16433         * modules/sys_stat (Depends-on): Add link-warning.
16434         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
16435         definition of GL_LINK_WARNING.
16436         * NEWS: Mention the change.
16437
16438 2008-10-18  Bruno Haible  <bruno@clisp.org>
16439
16440         * lib/fchdir.c: Don't include dirfd.h.
16441         * lib/fts.c: Likewise.
16442         * lib/getcwd.c: Likewise.
16443         * lib/glob.c: Likewise.
16444
16445         Move the dirfd() declaration to <dirent.h>.
16446         * lib/dirfd.h: Remove file.
16447         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
16448         (dirfd): New declaration.
16449         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
16450         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
16451         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
16452         HAVE_DECL_DIRFD.
16453         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
16454         HAVE_DECL_DIRFD.
16455         * modules/dirfd (Files): Remove lib/dirfd.h.
16456         (Depends-on): Add dirent, extensions.
16457         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
16458         (Include): Specify <dirent.h> instead of dirfd.h.
16459         * modules/dirent (Depends-on): Add link-warning.
16460         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
16461         definition of GL_LINK_WARNING.
16462         * NEWS: Mention the change.
16463
16464 2008-10-18  Bruno Haible  <bruno@clisp.org>
16465
16466         Move the euidaccess() declaration to <unistd.h>.
16467         * lib/euidaccess.h: Remove file.
16468         * lib/unistd.in.h (euidaccess): New declaration.
16469         * lib/euidaccess.c: Don't include euidaccess.h.
16470         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
16471         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
16472         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
16473         and HAVE_EUIDACCESS.
16474         * modules/euidaccess (Files): Remove lib/euidaccess.h.
16475         (Depends-on): Add unistd.
16476         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16477         (Include): Specify <unistd.h> instead of euidaccess.h.
16478         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
16479         HAVE_EUIDACCESS.
16480         * NEWS: Mention the change.
16481
16482 2008-10-18  Bruno Haible  <bruno@clisp.org>
16483
16484         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
16485
16486         Move the getdomainname() declaration to <unistd.h>.
16487         * lib/getdomainname.h: Remove file.
16488         * lib/unistd.in.h (getdomainname): New declaration.
16489         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
16490         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
16491         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16492         HAVE_GETDOMAINNAME.
16493         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16494         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
16495         * modules/getdomainname (Files): Remove lib/getdomainname.h.
16496         (Depends-on): Add unistd, extensions.
16497         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16498         (Includes): Specify <unistd.h> instead of getdomainname.h.
16499         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
16500         HAVE_GETDOMAINNAME.
16501         * NEWS: Mention the change.
16502
16503 2008-10-18  Bruno Haible  <bruno@clisp.org>
16504
16505         * modules/dirent: New file.
16506         * m4/dirent_h.m4: New file.
16507         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
16508         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
16509         * modules/fchdir (Files): Remove lib/dirent.in.h.
16510         (Depends-on): Add dirent.
16511         (Makefile.am): Move rules to modules/dirent.
16512         * doc/posix-headers/dirent.texi: Mention the new module.
16513
16514 2008-10-18  Bruno Haible  <bruno@clisp.org>
16515
16516         Avoid -Wunused-parameter warnings in public gnulib header files.
16517         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
16518         macro.
16519         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
16520
16521 2008-10-18  Bruno Haible  <bruno@clisp.org>
16522
16523         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
16524         * doc/glibc-functions/error.texi: Mention the module 'error'.
16525         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
16526         * doc/glibc-functions/getdomainname.texi: Mention the module
16527         'getdomainname'.
16528         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
16529         * doc/glibc-functions/getpagesize.texi: Mention the module
16530         'getpagesize'.
16531         * doc/glibc-functions/getusershell.texi: Mention the module
16532         'getusershell'.
16533         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
16534         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
16535         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
16536         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
16537         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
16538         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
16539         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
16540         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
16541         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
16542         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
16543         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
16544         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
16545         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
16546         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
16547
16548 2008-10-17  Bruno Haible  <bruno@clisp.org>
16549
16550         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
16551         HP-UX and IRIX, use -0.0L.
16552         * tests/test-ceill.c (minus_zero): Likewise.
16553         * tests/test-floorl.c (minus_zero): Likewise.
16554         * tests/test-frexpl.c (minus_zero): Likewise.
16555         * tests/test-isnan.c (minus_zerol): Likewise.
16556         * tests/test-isnanl.h (minus_zero): Likewise.
16557         * tests/test-ldexpl.c (minus_zero): Likewise.
16558         * tests/test-roundl.c (minus_zero): Likewise.
16559         * tests/test-signbit.c (minus_zerol): Likewise.
16560         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
16561         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
16562         * tests/test-truncl.c (minus_zero): Likewise.
16563         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
16564         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
16565         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
16566         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16567
16568 2008-10-17  Bruno Haible  <bruno@clisp.org>
16569
16570         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
16571         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
16572         that it gets activated only for gcc >= 3.0.
16573         * lib/dirent.in.h: Likewise.
16574         * lib/errno.in.h: Likewise.
16575         * lib/fcntl.in.h: Likewise.
16576         * lib/float.in.h: Likewise.
16577         * lib/iconv.in.h: Likewise.
16578         * lib/inttypes.in.h: Likewise.
16579         * lib/locale.in.h: Likewise.
16580         * lib/math.in.h: Likewise.
16581         * lib/netdb.in.h: Likewise.
16582         * lib/netinet_in.in.h: Likewise.
16583         * lib/search.in.h: Likewise.
16584         * lib/signal.in.h: Likewise.
16585         * lib/spawn.in.h: Likewise.
16586         * lib/stdarg.in.h: Likewise.
16587         * lib/stdint.in.h: Likewise.
16588         * lib/stdio.in.h: Likewise.
16589         * lib/stdlib.in.h: Likewise.
16590         * lib/string.in.h: Likewise.
16591         * lib/strings.in.h: Likewise.
16592         * lib/sys_file.in.h: Likewise.
16593         * lib/sys_ioctl.in.h: Likewise.
16594         * lib/sys_select.in.h: Likewise.
16595         * lib/sys_socket.in.h: Likewise.
16596         * lib/sys_stat.in.h: Likewise.
16597         * lib/sys_time.in.h: Likewise.
16598         * lib/sysexits.in.h: Likewise.
16599         * lib/time.in.h: Likewise.
16600         * lib/unistd.in.h: Likewise.
16601         * lib/wchar.in.h: Likewise.
16602         * lib/wctype.in.h: Likewise.
16603         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16604
16605 2008-10-17  Jim Meyering  <meyering@redhat.com>
16606
16607         ignore-value: don't depend on inline module
16608         * modules/ignore-value (Depends-on): Remove 'inline'.
16609         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
16610         Suggestion from Bruno Haible.
16611
16612 2008-10-17  Bruno Haible  <bruno@clisp.org>
16613
16614         New implementation of condition variables for Win32.
16615         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
16616         (gl_linked_waitqueue_t): New type.
16617         (gl_cond_t): Use it.
16618         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
16619         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
16620         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
16621         (glthread_cond_init_func, glthread_cond_wait_func,
16622         glthread_cond_timedwait_func, glthread_cond_signal_func,
16623         glthread_cond_broadcast_func, glthread_cond_destroy_func):
16624         Reimplemented on the basis of gl_linked_waitqueue_t.
16625         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
16626         gl_waitqueue_t.
16627         (gl_rwlock_t): Update.
16628         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
16629
16630 2008-10-17  Simon Josefsson  <simon@josefsson.org>
16631
16632         * modules/recvfrom (Depends-on): Add dependency on getpeername.
16633         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16634
16635 2008-10-17  Jim Meyering  <meyering@redhat.com>
16636
16637         ignore-value: new module
16638         * modules/ignore-value: New file.
16639         * lib/ignore-value.h: New file.
16640         * MODULES.html.sh (Compiler warning management): New section,
16641         just for this module.  More to come.
16642
16643 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16644
16645         open-safer.c: avoid 'signed and unsigned in conditional...' warning
16646         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
16647         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
16648
16649 2008-10-16  Jim Meyering  <meyering@redhat.com>
16650
16651         openat-die.c: avoid 'no previous prototype' warning
16652         * lib/openat-die.c: Include "openat.h".
16653         Reported by Reuben Thomas <rrt@sc3d.org>.
16654
16655 2008-10-16  Simon Josefsson  <simon@josefsson.org>
16656
16657         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
16658         * lib/netdb.in.h: Fix typo.
16659         Reported by Bruno Haible  <bruno@clisp.org>
16660
16661         * lib/netdb.in.h: Include sys/socket.h for platforms without
16662         netdb.h, to get structures like hostent on MinGW.
16663         * modules/netdb (Depends-on): Add sys_socket.
16664
16665 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16666
16667         * modules/netdb, modules/netdb-tests: New file.
16668         * m4/netdb_h.m4: New file.
16669         * lib/netdb.in.h: Add, currently just an empty file pending
16670         definitions.
16671         * tests/test-netdb.c: New file.
16672         * doc/posix-headers/netdb.texi: Mention that we replace it if
16673         needed.
16674         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16675         netdb.
16676
16677 2008-10-15  Simon Josefsson  <simon@josefsson.org>
16678
16679         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
16680         with code.
16681
16682 2008-10-13  Bruno Haible  <bruno@clisp.org>
16683
16684         * lib/glthread/cond.c (glthread_cond_wait_func,
16685         glthread_cond_timedwait_func): Add a comment.
16686
16687 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16688
16689         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
16690         * tests/test-select.c: Likewise,
16691
16692 2008-10-13  Bruno Haible  <bruno@clisp.org>
16693
16694         * lib/glthread/cond.c (glthread_cond_wait_func,
16695         glthread_cond_timedwait_func): Fix variable name.
16696         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
16697
16698 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
16699
16700         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
16701         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
16702         struct sockaddr.sa_len.
16703         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
16704
16705 2008-10-13  Simon Josefsson  <simon@josefsson.org>
16706
16707         * build-aux/pmccabe2html: Add css and css_url parameters.
16708
16709 2008-10-12  Bruno Haible  <bruno@clisp.org>
16710
16711         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
16712         calling aclx_get.
16713         Reported by Rainer Tammer <tammer@tammer.net>.
16714
16715 2008-10-12  Bruno Haible  <bruno@clisp.org>
16716
16717         Use msvcrt aware primitives for creation/termination of Win32 threads.
16718         * lib/glthread/thread.c: Include <process.h>.
16719         (glthread_create_func): Use _beginthreadex instead of CreateThread.
16720         (wrapper_func): Update signature.
16721         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
16722
16723 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16724             Bruno Haible  <bruno@clisp.org>
16725
16726         Provide a Win32 implementation of the 'cond' module.
16727         * lib/glthread/cond.h [USE_WIN32]: New implementation.
16728         * lib/glthread/cond.c (glthread_cond_init_func,
16729         glthread_cond_wait_func, glthread_cond_timedwait_func,
16730         glthread_cond_signal_func, glthread_cond_broadcast_func,
16731         glthread_cond_destroy_func) [USE_WIN32]: New functions.
16732         * modules/cond (Dependencies): Add gettimeofday.
16733
16734 2008-10-11  Bruno Haible  <bruno@clisp.org>
16735
16736         Make sleep work on older versions of mingw.
16737         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
16738         only whether it exists.
16739         * doc/posix-functions/sleep.texi: Mention the problem with older
16740         versions of mingw.
16741
16742 2008-10-11  Bruno Haible  <bruno@clisp.org>
16743
16744         New module 'shutdown'.
16745         * modules/shutdown: New file.
16746         * lib/sys_socket.in.h (shutdown): New declaration.
16747         * lib/winsock.c (shutdown): New function.
16748         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
16749         GNULIB_SHUTDOWN.
16750         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
16751         * doc/posix-functions/shutdown.texi: Document the new module.
16752
16753 2008-10-11  Jim Meyering  <meyering@redhat.com>
16754
16755         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
16756
16757 2008-10-11  Bruno Haible  <bruno@clisp.org>
16758
16759         New module 'fclose'.
16760         * modules/fclose: New file.
16761         * lib/stdio.in.h (fclose): New declaration.
16762         * lib/fclose.c: New file.
16763         * m4/fclose.m4: New file.
16764         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
16765         REPLACE_FCLOSE.
16766         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
16767         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
16768         REPLACE_FCLOSE.
16769         * modules/close (Depends-on): fclose.
16770         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
16771
16772 2008-10-11  Bruno Haible  <bruno@clisp.org>
16773
16774         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
16775         set errno and don't call _close.
16776
16777 2008-10-10  Bruno Haible  <bruno@clisp.org>
16778
16779         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
16780         ACL, not afterwards. Fixes test failure on Cygwin.
16781
16782 2008-10-09  Ben Pfaff  <blp@gnu.org>
16783
16784         * build-aux/announce-gen: Fix gnulib version related part of usage
16785         message.  Die with a useful error message if no tarballs are
16786         found.
16787
16788 2008-10-10  Jim Meyering  <meyering@redhat.com>
16789
16790         bootstrap: use git's --depth=N option only if it's supported
16791         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
16792         recognize the --depth option.  Reported by Pádraig Brady.
16793
16794 2008-10-09  Bruno Haible  <bruno@clisp.org>
16795
16796         New module 'ioctl'.
16797         * modules/ioctl: New file.
16798         * lib/sys_socket.in.h (ioctl): Remove declaration.
16799         * lib/winsock.c: Include <sys/ioctl.h>.
16800         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
16801         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16802         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
16803         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
16804         * doc/posix-functions/ioctl.texi: Mention the new module.
16805
16806 2008-10-09  Bruno Haible  <bruno@clisp.org>
16807
16808         New module 'sys_ioctl'.
16809         * lib/sys_ioctl.in.h: New file.
16810         * m4/sys_ioctl_h.m4: New file.
16811         * modules/sys_ioctl: New file.
16812         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
16813
16814 2008-10-09  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
16817         * lib/winsock.c: Include <stdarg.h>.
16818         (rpl_ioctl): Change to second argument 'int' and then varargs.
16819
16820 2008-10-09  Bruno Haible  <bruno@clisp.org>
16821
16822         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
16823         when the sys_socket module is present and the system has <winsock2.h>.
16824
16825 2008-10-09  Bruno Haible  <bruno@clisp.org>
16826
16827         * doc/posix-functions/close.texi: Mention module 'close' instead of
16828         module 'sys_socket'.
16829
16830 2008-10-09  Bruno Haible  <bruno@clisp.org>
16831
16832         * doc/glibc-headers/sys_ioctl.texi: New file.
16833         * doc/gnulib.texi: Include it.
16834
16835 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16836             Bruno Haible  <bruno@clisp.org>
16837
16838         Combine the two replacements of 'close'.
16839         * lib/sys_socket.in.h (close): Define to a reminder to include
16840         <unistd.h>.
16841         (_gl_close_fd_maybe_socket): New declaration.
16842         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
16843         * lib/winsock.c (close): Remove undefinition.
16844         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
16845         needed for the gnulib module 'close'.
16846         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
16847         define to an error symbol or to a warning, if suitable.
16848         * lib/close.c: Include <sys/socket.h>.
16849         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
16850         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
16851         UNISTD_H_HAVE_WINSOCK2_H.
16852         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
16853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16854         UNISTD_H_HAVE_WINSOCK2_H.
16855         * modules/sys_socket (Files): Add m4/unistd_h.m4.
16856         (configure.ac): Set a module indicator.
16857         (Makefile.am): Substitute GNULIB_CLOSE.
16858         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
16859         * modules/poll-tests (Depends-on): Add close.
16860         * modules/select-tests (Depends-on): Likewise.
16861
16862 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16863             Bruno Haible  <bruno@clisp.org>
16864
16865         New module 'close'.
16866         * modules/close: New file.
16867         * lib/unistd.in.h (close): Move declaration out of the
16868         FCHDIR_REPLACEMENT scope.
16869         (_gl_unregister_fd): New declaration.
16870         * lib/close.c: New file.
16871         * lib/fchdir.c (rpl_close): Remove function.
16872         * m4/close.m4: New file.
16873         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16874         close.
16875         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
16876         REPLACE_CLOSE.
16877         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
16878         REPLACE_CLOSE.
16879         * modules/fchdir (Depends-on): Add close.
16880
16881 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16882             Bruno Haible  <bruno@clisp.org>
16883
16884         * lib/fcntl.in.h (open): Simplify conditionals.
16885         (_gl_register_fd): New declaration.
16886         * lib/fchdir.c (rpl_open): Remove function.
16887         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
16888         also.
16889         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
16890         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
16891         open.
16892
16893 2008-10-09  Jim Meyering  <meyering@redhat.com>
16894
16895         GNUmakefile: use the more name-space-friendly "_version"
16896         * top/GNUmakefile (_dummy): Update.
16897         (_version): Rename from "version".
16898
16899 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16900             Bruno Haible  <bruno@clisp.org>
16901
16902         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
16903         rpl_close.
16904         (_gl_register_fd): New function, extracted from rpl_open.
16905         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
16906         (rpl_open, rpl_opendir): Use _gl_register_fd.
16907
16908 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
16909
16910         Fix organization of 'open' replacement.
16911         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
16912         (gl_FUNC_OPEN): Use it.
16913         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
16914
16915 2008-10-08  Bruno Haible  <bruno@clisp.org>
16916
16917         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
16918
16919 2008-10-08  Simon Josefsson  <simon@josefsson.org>
16920
16921         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
16922         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
16923         listen).
16924
16925 2008-10-08  Eric Blake  <ebb9@byu.net>
16926
16927         GNUmakefile: add 'make version' target
16928         * top/GNUmakefile (_curr-ver): Split version update rules...
16929         (version): ...into a target.
16930
16931 2008-10-07  Bruno Haible  <bruno@clisp.org>
16932
16933         Use a more portable replacement expression for -0.0L.
16934         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
16935         instead of -0.0L. Fix m4 quotation.
16936
16937         * tests/test-signbit.c: Include <float.h>.
16938         (minus_zero): New variable.
16939         (test_signbitl): Use minus_zero instead of -zero.
16940         * modules/signbit-tests (Depends-on): Add float.
16941
16942         * tests/test-ceill.c: Include <float.h>.
16943         (zero): Remove variable.
16944         (minus_zero): New variable.
16945         (main): Use minus_zero instead of -zero.
16946         * modules/ceill-tests (Depends-on): Add float.
16947
16948         * tests/test-floorl.c: Include <float.h>.
16949         (zero): Remove variable.
16950         (minus_zero): New variable.
16951         (main): Use minus_zero instead of -zero.
16952         * modules/floorl-tests (Depends-on): Add float.
16953
16954         * tests/test-roundl.c: Include <float.h>.
16955         (zero): Remove variable.
16956         (minus_zero): New variable.
16957         (main): Use minus_zero instead of -zero.
16958         * modules/roundl-tests (Depends-on): Add float.
16959
16960         * tests/test-truncl.c: Include <float.h>.
16961         (zero): Remove variable.
16962         (minus_zero): New variable.
16963         (main): Use minus_zero instead of -zero.
16964         * modules/truncl-tests (Depends-on): Add float.
16965
16966         * tests/test-frexpl.c (zero): Remove variable.
16967         (minus_zero): New variable.
16968         (main): Use minus_zero instead of -zero.
16969         * modules/frexpl-tests (Depends-on): Add float.
16970
16971         * tests/test-isnan.c (zerol): Remove variable.
16972         (minus_zerol): New variable.
16973         (test_long_double): Use minus_zerol instead of -zerol.
16974         * modules/isnan-tests (Depends-on): Add float.
16975
16976         * tests/test-isnanl.h (zero): Remove variable.
16977         (minus_zero): New variable.
16978         (main): Use minus_zero instead of -zero.
16979         * modules/isnanl-nolibm-tests (Depends-on): Add float.
16980         * modules/isnanl-tests (Depends-on): Add float.
16981
16982         * tests/test-ldexpl.c (zero): Remove variable.
16983         (minus_zero): New variable.
16984         (main): Use minus_zero instead of -zero.
16985         * modules/ldexpl-tests (Depends-on): Add float.
16986
16987         * tests/test-snprintf-posix.h (zerol): Remove variable.
16988         (minus_zerol): New variable.
16989         (test_function): Use minus_zerol instead of -zerol.
16990         * modules/snprintf-posix-tests (Depends-on): Add float.
16991         * modules/vsnprintf-posix-tests (Depends-on): Add float.
16992
16993         * tests/test-sprintf-posix.h (zerol): Remove variable.
16994         (minus_zerol): New variable.
16995         (test_function): Use minus_zerol instead of -zerol.
16996         * modules/sprintf-posix-tests (Depends-on): Add float.
16997         * modules/vsprintf-posix-tests (Depends-on): Add float.
16998
16999         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
17000         (minus_zerol): New variable.
17001         (test_function): Use minus_zerol instead of -zerol.
17002         * modules/vasnprintf-posix-tests (Depends-on): Add float.
17003
17004         * tests/test-vasprintf-posix.c (zerol): Remove variable.
17005         (minus_zerol): New variable.
17006         (test_function): Use minus_zerol instead of -zerol.
17007         * modules/vasprintf-posix-tests (Depends-on): Add float.
17008
17009 2008-10-07  Simon Josefsson  <simon@josefsson.org>
17010
17011         * MODULES.html.sh (Support for building documentation): Mention
17012         pmccabe2html.  Sort entries.
17013
17014         Add pmccabe2html module, from gnupdf.
17015         * build-aux/pmccabe.css: New file.
17016         * build-aux/pmccabe2html: New file.
17017         * m4/pmccabe2html.m4: New file.
17018         * modules/pmccabe2html: New file.
17019
17020 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
17021
17022         flock: new module
17023         * MODULES.html.sh: Add to list of modules.
17024         * lib/flock.c: flock implementation for Windows and Unix systems
17025         which have fcntl.
17026         * doc/glibc-functions/flock.texi: Update documentation.
17027         * lib/sys_file.in.h: <sys/file.h> header file.
17028         * m4/flock.m4: M4 macros.
17029         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
17030         * modules/flock: flock module.
17031         * modules/flock-tests: flock tests module.
17032         * modules/sys_file: sys/file.h module.
17033         * tests/test-flock.c: test suite for flock.
17034
17035 2008-10-06  Jim Meyering  <meyering@redhat.com>
17036
17037         bootstrap: check for LT_INIT more portably still ;-)
17038         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
17039         Spotted by Bruno Haible.
17040
17041 2008-10-06  Eric Blake  <ebb9@byu.net>
17042
17043         test-signbit: avoid tripping Irix cc bug on -0.0L
17044         * tests/test-signbit.c (minus_zerol): Delete, and replace with
17045         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
17046         entire testsuite consistent and avoids an Irix 6.2 bug.
17047
17048 2008-10-05  Bruno Haible  <bruno@clisp.org>
17049             Jim Meyering  <jim@meyering.net>
17050
17051         Add an option for ignoring EPIPE during close_stdout.
17052         * lib/closeout.h: Include <stdbool.h>.
17053         (close_stdout_set_ignore_EPIPE): New declaration.
17054         * lib/closeout.c: Include <stdbool.h>.
17055         (ignore_EPIPE): New variable.
17056         (close_stdout_set_ignore_EPIPE): New function.
17057         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
17058         * lib/close-stream.c (close_stream): Mention the possible EPIPE
17059         failure.
17060         * modules/closeout (Depends-on): Add stdbool.
17061
17062 2008-10-05  Bruno Haible  <bruno@clisp.org>
17063
17064         * modules/accept: New file.
17065         * modules/bind: New file.
17066         * modules/connect: New file.
17067         * modules/getpeername: New file.
17068         * modules/getsockname: New file.
17069         * modules/getsockopt: New file.
17070         * modules/listen: New file.
17071         * modules/recv: New file.
17072         * modules/recvfrom: New file.
17073         * modules/send: New file.
17074         * modules/sendto: New file.
17075         * modules/setsockopt: New file.
17076         * modules/socket: New file.
17077         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
17078         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
17079         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
17080         the particular module is requested. Add a link warning when the
17081         particular module is not requested.
17082         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
17083         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
17084         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
17085         the particular module is requested.
17086         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
17087         gl_SYS_SOCKET_H_DEFAULTS): New macros.
17088         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
17089         * modules/sys_socket (Depends-on): Add link-warning.
17090         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
17091         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
17092         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
17093         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
17094         GL_LINK_WARNING.
17095         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
17096         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
17097         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
17098         * doc/posix-functions/getpeername.texi: Mention the new module
17099         'getpeername'.
17100         * doc/posix-functions/getsockname.texi: Mention the new module
17101         'getsockname'.
17102         * doc/posix-functions/getsockopt.texi: Mention the new module
17103         'getsockopt'.
17104         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
17105         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
17106         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
17107         * doc/posix-functions/send.texi: Mention the new module 'send'.
17108         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
17109         * doc/posix-functions/setsockopt.texi: Mention the new module
17110         'setsockopt'.
17111         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
17112         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
17113         listen, connect, accept.
17114         * modules/select-tests (Depends-on): Likewise.
17115
17116 2008-10-05  Bruno Haible  <bruno@clisp.org>
17117
17118         * lib/winsock.c (strerror): Remove unused #undef.
17119         (rpl_close): Remove unused local variable.
17120
17121         * modules/sys_socket (Depends-on); Add errno.
17122
17123 2008-10-05  Bruno Haible  <bruno@clisp.org>
17124
17125         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17126         (select): Add a link warning when the 'select' module is not used.
17127         * modules/sys_select (Depends-on): Add link-warning.
17128         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17129         Suggested by Paolo Bonzini.
17130
17131 2008-10-05  Jim Meyering  <meyering@redhat.com>
17132
17133         bootstrap: check for LT_INIT more portably
17134         * build-aux/bootstrap: Avoid using grep -E, since it's not
17135         portable enough.  Suggestion from Bruno Haible.
17136
17137 2008-10-05  Bruno Haible  <bruno@clisp.org>
17138
17139         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
17140         as being fixed by gnulib.
17141
17142 2008-10-05  Bruno Haible  <bruno@clisp.org>
17143
17144         * modules/select-tests: New file, mostly copied from
17145         modules/sys_select-tests.
17146         * tests/test-select.c: New file, mostly copied from
17147         tests/test-sys_select.c.
17148         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
17149         * modules/sys_select-tests (Depends-on): Remove all dependencies.
17150         (Makefile.am): Remove test_sys_select_LDADD.
17151
17152         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
17153         to an undefined symbol, for an error message.
17154         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
17155         (gl_SYS_SELECT_H_DEFAULTS): New macro.
17156         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
17157         winsock-select.c here.
17158         * modules/sys_select (Files): Remove lib/winsock-select.c.
17159         (Depends-on): Remove alloca.
17160         (Makefile.am): Substitute GNULIB_SELECT.
17161         * modules/select: New file.
17162         * doc/posix-functions/select.texi: Update.
17163
17164 2008-10-05  Bruno Haible  <bruno@clisp.org>
17165
17166         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
17167         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
17168         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
17169         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
17170         getdtablesize.
17171         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
17172         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
17173
17174 2008-10-05  Bruno Haible  <bruno@clisp.org>
17175
17176         * modules/getdtablesize-tests: New file.
17177         * tests/test-getdtablesize.c: New file.
17178
17179         New module 'getdtablesize'.
17180         * lib/unistd.in.h (getdtablesize): New declaration.
17181         * lib/getdtablesize.c: New file.
17182         * m4/getdtablesize.m4: New file.
17183         * modules/getdtablesize: New file.
17184         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17185         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
17186         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
17187         HAVE_GETDTABLESIZE.
17188         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
17189
17190 2008-10-05  Bruno Haible  <bruno@clisp.org>
17191
17192         * modules/sched (Makefile.am): Fix typo.
17193         Reported by Simon Josefsson.
17194
17195 2008-10-05  Jim Meyering  <meyering@redhat.com>
17196
17197         bootstrap: check for LT_INIT, too
17198         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
17199         are deprecated.  Suggestion from Ralf Wildenhues.
17200
17201 2008-10-05  Bruno Haible  <bruno@clisp.org>
17202
17203         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
17204         overriding them by ours.
17205         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
17206
17207 2008-10-05  Jim Meyering  <meyering@redhat.com>
17208
17209         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
17210         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
17211         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
17212
17213 2008-10-04  Bruno Haible  <bruno@clisp.org>
17214
17215         * modules/dup2 (License): Change to LGPLv2+.
17216         * modules/sleep (License): Likewise.
17217         * modules/perror (License): Likewise.
17218         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
17219         Blake.
17220         * modules/signal (License): Likewise.
17221         * modules/sigprocmask (License): Likewise.
17222         * modules/raise (License): Change to LGPLv2+, with approval by Jim
17223         Meyering.
17224
17225 2008-10-04  Bruno Haible  <bruno@clisp.org>
17226
17227         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
17228         Reported by Rainer Tammer <tammer@tammer.net>.
17229
17230 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
17231             Bruno Haible  <bruno@clisp.org>
17232
17233         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
17234         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
17235         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
17236
17237 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
17238
17239         filevercmp: new module
17240         * lib/filevercmp.h: New function filevercmp comparing version strings.
17241         * lib/filevercmp.c: Implementation of filevercmp function.
17242         * modules/filevercmp: Module metadata.
17243         * tests/test-filevercmp.c: Unit test for new module.
17244         * modules/filevercmp-tests: Unit test metadata.
17245         * MODULES.html.sh: Add filevercmp module.
17246
17247 2008-10-03  Bruno Haible  <bruno@clisp.org>
17248
17249         * lib/c-ctype.h: Add comment.
17250         Reported by Jim Meyering.
17251
17252 2008-10-02  Bruno Haible  <bruno@clisp.org>
17253
17254         * modules/posix_spawn-internal (Depends-on): Add 'open'.
17255
17256 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17257
17258         * build-aux/bootstrap: Allow renaming bootstrap, and change the
17259         name of bootstrap.conf accordingly.
17260
17261 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17262
17263         * build-aux/bootstrap: Install git-merge-changelog configuration
17264         items into .gitconfig if needed.
17265
17266 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17267
17268         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
17269         git repository, and initialize/update it accordingly.
17270
17271 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
17272
17273         * modules/fsync-tests: New file.
17274         * tests/test-fsync.c: New file.
17275
17276         New module 'fsync'.
17277         * lib/fsync.c: New file.
17278         * m4/fsync.m4: New file.
17279         * modules/fsync: New file.
17280         * lib/unistd.in.h (fsync): New declaration.
17281         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17282         GNULIB_FSYNC and HAVE_FSYNC.
17283         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17284         * MODULES.html.sh (posix_functions): Add fsync.
17285         * doc/posix-functions/fsync.texi: Mention the new module.
17286
17287 2008-10-02  Jim Meyering  <meyering@redhat.com>
17288
17289         fts.c: sync with similar code from coreutils' remove.c
17290         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17291         Guard also with "#if defined __linux__", since for now at least,
17292         this code is Linux-kernel-specific.
17293
17294 2008-10-02  Jim Meyering  <meyering@redhat.com>
17295
17296         fts: bug fixes
17297         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17298         Include <sys/vfs.h>, not <sys/statfs.h>.
17299
17300         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17301         Include <sys/vfs.h>, not <sys/statfs.h>.
17302
17303 2008-10-01  Bruno Haible  <bruno@clisp.org>
17304
17305         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17306         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17307         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17308         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17309         * doc/posix-functions/posix_spawnp.texi: Likewise.
17310         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17311         whether posix_spawn actually works.
17312         * m4/pipe.m4 (gl_PIPE): Likewise.
17313         * modules/execute (Files): Add m4/posix_spawn.m4.
17314         * modules/pipe (Files): Add m4/posix_spawn.m4.
17315         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17316
17317 2008-10-01  Jim Meyering  <meyering@redhat.com>
17318
17319         remove trailing spaces
17320         * NEWS: Likewise.
17321         * lib/poll.c (poll): Likewise.
17322         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17323         * lib/winsock.c (rpl_close): Likewise.
17324         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17325         * modules/yield: Likewise.
17326         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17327         * tests/test-sys_select.c (connect_to_socket): Likewise.
17328
17329         fts.c: adjust a new interface to be more generally useful
17330         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17331         (fts_build): Adjust caller.
17332
17333 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17334
17335         * modules/cond-tests: New file.
17336         * tests/test-cond.c: New file.
17337
17338 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17339             Bruno Haible  <bruno@clisp.org>
17340
17341         * modules/cond (Dependencies): Add errno, time.
17342         * lib/glthread/cond.h: Include <time.h>.
17343         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17344         across platforms.
17345
17346 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17347             Bruno Haible  <bruno@clisp.org>
17348
17349         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17350
17351 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17352             Bruno Haible  <bruno@clisp.org>
17353
17354         * modules/tls-tests (Depends-on): Add thread, yield.
17355         (configure.ac): Remove all checks.
17356         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17357         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17358         gl_thread_self): Remove definitions. Include glthread/thread.h and
17359         glthread/yield.h instead.
17360         (test_tls): Pass an additional NULL argument to gl_thread_join.
17361
17362 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17363             Bruno Haible  <bruno@clisp.org>
17364
17365         * modules/lock-tests (Depends-on): Add thread, yield.
17366         (configure.ac): Remove all checks.
17367         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17368         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17369         gl_thread_self): Remove definitions. Include glthread/thread.h and
17370         glthread/yield.h instead.
17371         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17372         additional NULL argument to gl_thread_join.
17373
17374 2008-09-30  Bruno Haible  <bruno@clisp.org>
17375
17376         Fix the Win32 implementation of the 'thread' module.
17377         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17378         pointer type.
17379         (gl_thread_self): Invoke gl_thread_self_func.
17380         (gl_thread_self_func): New declaration.
17381         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17382         (do_init_self_key, init_self_key): New functions.
17383         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17384         Remove some fields.
17385         (running_threads, running_lock): Remove variables.
17386         (get_current_thread_handle): New function.
17387         (gl_thread_self_func, wrapper_func, glthread_create_func,
17388         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17389         simplified.
17390
17391 2008-09-30  Bruno Haible  <bruno@clisp.org>
17392
17393         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17394         files.
17395
17396 2008-09-30  Jim Meyering  <meyering@redhat.com>
17397
17398         fts.m4: correct the test for statfs.f_type
17399         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17400         when checking for statfs.f_type.
17401
17402 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17403
17404         tests: avoid some compiler warnings
17405         * tests/test-memchr.c (main): Pass NULL indirectly.
17406         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17407
17408 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17409
17410         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17411         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17412         exactly specified dayshifts.
17413         (dayshift): New rule.
17414         (rel): Add dayshift.
17415         (relative_time_table) [tomorrow, yesterday, today, now]:
17416         Use tDAY_SHIFT in place of tDAY_UNIT.
17417         * tests/test-getdate.c: Add tests for now-disallowed countable
17418         dayshifts, e.g., "4 yesterday ago".
17419
17420 2008-09-29  Bruno Haible  <bruno@clisp.org>
17421
17422         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17423         * tests/test-posix_spawn1.in.sh: Renamed from
17424         tests/test-posix_spawn.in.sh.
17425         * tests/test-posix_spawn2.c: New file.
17426         * tests/test-posix_spawn2.in.sh: New file.
17427         * modules/posix_spawnp-tests (Files): Update.
17428         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
17429
17430 2008-09-29  Bruno Haible  <bruno@clisp.org>
17431
17432         Propagate effects of putenv/setenv/unsetenv to child processes.
17433         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
17434         * lib/pipe.c (create_pipe): Likewise.
17435
17436 2008-09-29  Bruno Haible  <bruno@clisp.org>
17437
17438         Enable use of shell scripts as executables in mingw.
17439         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
17440         run the program as a shell script.
17441         * lib/pipe.c (create_pipe): Likewise.
17442         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
17443         resulting array.
17444
17445 2008-09-29  Eric Blake  <ebb9@byu.net>
17446
17447         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
17448
17449 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
17450
17451         * doc/posix-functions/accept.texi: Update mingw problems.
17452         * doc/posix-functions/bind.texi: Update mingw problems.
17453         * doc/posix-functions/close.texi: Update mingw problems.
17454         * doc/posix-functions/connect.texi: Update mingw problems.
17455         * doc/posix-functions/getpeername.texi: Update mingw problems.
17456         * doc/posix-functions/getsockname.texi: Update mingw problems.
17457         * doc/posix-functions/getsockopt.texi: Update mingw problems.
17458         * doc/posix-functions/ioctl.texi: Update mingw problems.
17459         * doc/posix-functions/listen.texi: Update mingw problems.
17460         * doc/posix-functions/recv.texi: Update mingw problems.
17461         * doc/posix-functions/recvfrom.texi: Update mingw problems.
17462         * doc/posix-functions/select.texi: Update mingw problems.
17463         * doc/posix-functions/send.texi: Update mingw problems.
17464         * doc/posix-functions/sendto.texi: Update mingw problems.
17465         * doc/posix-functions/setsockopt.texi: Update mingw problems.
17466         * doc/posix-functions/socket.texi: Update mingw problems.
17467
17468 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
17469             Bruno Haible  <bruno@clisp.org>
17470
17471         * lib/sys_select.in.h: Include sys/time.h.
17472         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
17473         * modules/sys_select: Depend on sys_time.
17474         * tests/test-sys_select.c: Test that sys/select.h defines struct
17475         timeval fully.
17476
17477 2008-09-29  Bruno Haible  <bruno@clisp.org>
17478
17479         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
17480         * lib/sys_select.in.h: Likewise.
17481
17482 2008-09-29  Bruno Haible  <bruno@clisp.org>
17483
17484         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
17485
17486 2008-09-29  Bruno Haible  <bruno@clisp.org>
17487
17488         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
17489         Set LIBSOCKET instead of augmenting LIBS.
17490         * modules/sockets (Link): New section.
17491         * modules/sockets-tests (test_sockets_LDADD): New variable.
17492         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
17493         * modules/poll-tests (test_poll_LDADD): New variable.
17494         * NEWS: Document the change.
17495
17496 2008-09-29  Bruno Haible  <bruno@clisp.org>
17497
17498         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
17499         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
17500         ARPA_INET_H directly.
17501         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17502
17503 2008-09-28  Bruno Haible  <bruno@clisp.org>
17504
17505         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
17506         from gl_HEADER_SYS_SOCKET.
17507         (gl_HEADER_SYS_SOCKET): Invoke it.
17508         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17509
17510 2008-09-28  Bruno Haible  <bruno@clisp.org>
17511
17512         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
17513         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
17514         Needed on OSF/1 4.0.
17515
17516 2008-09-28  Bruno Haible  <bruno@clisp.org>
17517
17518         Override open more carefully.
17519         * lib/open.c (orig_open): New function.
17520         (rpl_open): Use orig_open instead of open.
17521         * lib/fcntl.in.h: Add special invocation convention.
17522         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
17523         (gl_FUNC_OPEN): Invoke it.
17524
17525         Override freopen more carefully.
17526         * lib/freopen.c (orig_freopen): New function.
17527         (rpl_freopen): Use orig_freopen instead of freopen.
17528         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
17529         (gl_FUNC_FREOPEN): Invoke it.
17530
17531         Override fopen more carefully.
17532         * lib/fopen.c (orig_fopen): New function.
17533         (rpl_fopen): Use orig_fopen instead of fopen.
17534         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
17535         (gl_FUNC_FOPEN): Invoke it.
17536         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
17537
17538 2008-09-28  Bruno Haible  <bruno@clisp.org>
17539
17540         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
17541         SIGPIPE.
17542
17543 2008-09-28  Bruno Haible  <bruno@clisp.org>
17544
17545         * tests/test-sigaction.c (handler, main): Disable the check whether
17546         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
17547         glibc systems with LinuxThreads.
17548
17549 2008-09-28  Bruno Haible  <bruno@clisp.org>
17550
17551         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
17552
17553         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
17554         with AIX xlc.
17555         * lib/fcntl.in.h (open): Likewise.
17556         Reported by Rainer Tammer <tammer@tammer.net>.
17557
17558 2008-09-28  Bruno Haible  <bruno@clisp.org>
17559
17560         * modules/posix_spawnp-tests: New file.
17561         * tests/test-posix_spawn.c: New file.
17562         * tests/test-posix_spawn.in.sh: New file.
17563
17564         New module 'posix_spawnp'.
17565         * modules/posix_spawnp: New file.
17566         * lib/spawnp.c: New file, from GNU libc with modifications.
17567         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
17568
17569         New module 'posix_spawn'.
17570         * modules/posix_spawn: New file.
17571         * lib/spawn.c: New file, from GNU libc with modifications.
17572         * doc/posix-functions/posix_spawn.texi: Mention the new module.
17573
17574         New module 'posix_spawnattr_destroy'.
17575         * modules/posix_spawnattr_destroy: New file.
17576         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
17577         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
17578         module.
17579
17580         New module 'posix_spawnattr_setsigmask'.
17581         * modules/posix_spawnattr_setsigmask: New file.
17582         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
17583         modifications.
17584         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
17585         new module.
17586
17587         New module 'posix_spawnattr_getsigmask'.
17588         * modules/posix_spawnattr_getsigmask: New file.
17589         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
17590         modifications.
17591         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
17592         new module.
17593
17594         New module 'posix_spawnattr_setsigdefault'.
17595         * modules/posix_spawnattr_setsigdefault: New file.
17596         * lib/spawnattr_setdefault.c: New file, from GNU libc with
17597         modifications.
17598         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
17599         new module.
17600
17601         New module 'posix_spawnattr_getsigdefault'.
17602         * modules/posix_spawnattr_getsigdefault: New file.
17603         * lib/spawnattr_getdefault.c: New file, from GNU libc with
17604         modifications.
17605         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
17606         new module.
17607
17608         New module 'posix_spawnattr_setschedpolicy'.
17609         * modules/posix_spawnattr_setschedpolicy: New file.
17610         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
17611         modifications.
17612         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
17613         new module.
17614
17615         New module 'posix_spawnattr_getschedpolicy'.
17616         * modules/posix_spawnattr_getschedpolicy: New file.
17617         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
17618         modifications.
17619         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
17620         new module.
17621
17622         New module 'posix_spawnattr_setschedparam'.
17623         * modules/posix_spawnattr_setschedparam: New file.
17624         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
17625         modifications.
17626         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
17627         new module.
17628
17629         New module 'posix_spawnattr_getschedparam'.
17630         * modules/posix_spawnattr_getschedparam: New file.
17631         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
17632         modifications.
17633         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
17634         new module.
17635
17636         New module 'posix_spawnattr_setpgroup'.
17637         * modules/posix_spawnattr_setpgroup: New file.
17638         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
17639         modifications.
17640         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
17641         module.
17642
17643         New module 'posix_spawnattr_getpgroup'.
17644         * modules/posix_spawnattr_getpgroup: New file.
17645         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
17646         modifications.
17647         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
17648         module.
17649
17650         New module 'posix_spawnattr_setflags'.
17651         * modules/posix_spawnattr_setflags: New file.
17652         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
17653         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
17654         module.
17655
17656         New module 'posix_spawnattr_getflags'.
17657         * modules/posix_spawnattr_getflags: New file.
17658         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
17659         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
17660         module.
17661
17662         New module 'posix_spawnattr_init'.
17663         * modules/posix_spawnattr_init: New file.
17664         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
17665         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
17666         module.
17667
17668         New module 'posix_spawn_file_actions_destroy'.
17669         * modules/posix_spawn_file_actions_destroy: New file.
17670         * lib/spawn_faction_destroy.c: New file, from GNU libc with
17671         modifications.
17672         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
17673         the new module.
17674
17675         New module 'posix_spawn_file_actions_addopen'.
17676         * modules/posix_spawn_file_actions_addopen: New file.
17677         * lib/spawn_faction_addopen.c: New file, from GNU libc with
17678         modifications.
17679         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
17680         the new module.
17681
17682         New module 'posix_spawn_file_actions_adddup2'.
17683         * modules/posix_spawn_file_actions_adddup2: New file.
17684         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
17685         modifications.
17686         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
17687         the new module.
17688
17689         New module 'posix_spawn_file_actions_addclose'.
17690         * modules/posix_spawn_file_actions_addclose: New file.
17691         * lib/spawn_faction_addclose.c: New file, from GNU libc with
17692         modifications.
17693         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
17694         the new module.
17695
17696         New module 'posix_spawn_file_actions_init'.
17697         * modules/posix_spawn_file_actions_init: New file.
17698         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
17699         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
17700         new module.
17701
17702         New module 'posix_spawn-internal'.
17703         * modules/posix_spawn-internal: New file.
17704         * lib/spawn_int.h: New file, from GNU libc with modifications.
17705         * lib/spawni.c: New file, from GNU libc with modifications.
17706         * m4/posix_spawn.m4: New file.
17707
17708         New module 'spawn'.
17709         * modules/spawn: New file.
17710         * lib/spawn.in.h: New file, from GNU libc with modifications.
17711         * m4/spawn_h.m4: New file.
17712         * doc/posix-headers/spawn.texi: Mention the new module.
17713
17714 2008-09-28  Bruno Haible  <bruno@clisp.org>
17715
17716         * modules/sched-tests: New file.
17717         * tests/test-sched.c: New file.
17718
17719         New module 'sched'.
17720         * modules/sched: New file.
17721         * lib/sched.in.h: New file.
17722         * m4/sched_h.m4: New file.
17723         * doc/posix-headers/sched.texi: Mention the new module.
17724
17725 2008-09-27  Eric Blake  <ebb9@byu.net>
17726
17727         Fix previous patch, and tweak references to $0.
17728         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
17729         (func_version, func_gnulib_dir): Don't call this program
17730         gnulib-tool.
17731         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
17732         with using $0 in function.
17733         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
17734         (func_fatal_error): Reuse the name the user invoked us with.
17735
17736 2008-09-27  Bruno Haible  <bruno@clisp.org>
17737
17738         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
17739         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
17740         (gl_ICONV_H): Not here.
17741         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
17742         instead of assigning ICONV_H directly.
17743
17744         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
17745         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
17746         WCHAR_H directly.
17747
17748 2008-09-27  Bruno Haible  <bruno@clisp.org>
17749
17750         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
17751         * modules/arpa_inet (Depends-on): Add link-warning.
17752         (Makefile.am): Insert the definition of GL_LINK-WARNING.
17753         * modules/unistd (Makefile.am): Likewise.
17754
17755 2008-09-26  Bruno Haible  <bruno@clisp.org>
17756
17757         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
17758         variables.
17759         (func_version): Essentially copied from gnulib-tool.
17760         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
17761         func_readlink): Copied from gnulib-tool.
17762
17763 2008-09-26  Bruno Haible  <bruno@clisp.org>
17764
17765         * gnulib-tool (func_version): Change directory to $gnulib_dir before
17766         invoking git-version-gen.
17767
17768 2008-09-26  Bruno Haible  <bruno@clisp.org>
17769
17770         * posix-modules: Update to directory names changed on 2008-01-19.
17771         Remove commas in output before splitting into words. No more need to
17772         avoid 'ftruncate' since 2007-02-19.
17773
17774 2008-09-26  Bruno Haible  <bruno@clisp.org>
17775
17776         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
17777
17778 2008-09-26  Bruno Haible  <bruno@clisp.org>
17779
17780         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
17781         * modules/fwriteerror (Depends-on): Add errno.
17782
17783 2008-09-26  Bruno Haible  <bruno@clisp.org>
17784
17785         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
17786         * tests/test-vc-list-files-cvs.sh: Likewise.
17787
17788 2008-09-26  Bruno Haible  <bruno@clisp.org>
17789
17790         * doc/posix-headers/sys_resource.texi: Reorder items.
17791
17792 2008-09-26  Jim Meyering  <meyering@redhat.com>
17793
17794         fts: tweak inode comparison function
17795         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
17796         inode numbers, as documented.
17797
17798         fts: sort dirent entries on inode number before traversing
17799         This avoids a quadratic, seek-related performance penalty when
17800         operating on a directory containing many entries (measurable at 10k;
17801         3.5 hours at 2 million entries with a cold cache) on certain types
17802         of file systems, including ext3 and ext4, but not tmpfs.
17803         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
17804         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
17805         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
17806         (fs_handles_readdir_ordered_dirents_efficiently): New function.
17807         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
17808         (fts_build): Set the stat.st_ino member from D_INO.
17809         If it is likely to be useful, sort dirent entries on inode number.
17810
17811         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
17812         and the struct statfs.f_type member.
17813         * modules/fts (Depends-on): Add d-ino.
17814
17815 2008-09-26  Bruno Haible  <bruno@clisp.org>
17816
17817         * modules/sigpipe-die (Depends-on): Add sigpipe.
17818
17819         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
17820         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
17821         and GNULIB_STDIO_H_SIGPIPE are set.
17822         * lib/stdio-write.c: New file.
17823         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
17824         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17825         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17826         REPLACE_STDIO_WRITE_FUNCS.
17827         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
17828         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17829         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17830         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17831         * modules/stdio (Files): Add lib/stdio-write.c.
17832         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
17833         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
17834         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
17835         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
17836         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
17837         REPLACE_FPRINTF_POSIX.
17838         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
17839         REPLACE_PRINTF_POSIX.
17840         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
17841         REPLACE_VFPRINTF_POSIX.
17842         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
17843         REPLACE_VPRINTF_POSIX.
17844         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
17845         SIGPIPE issue.
17846         * doc/posix-functions/fputc.texi: Likewise.
17847         * doc/posix-functions/fputs.texi: Likewise.
17848         * doc/posix-functions/fwrite.texi: Likewise.
17849         * doc/posix-functions/printf.texi: Likewise.
17850         * doc/posix-functions/putc.texi: Likewise.
17851         * doc/posix-functions/putchar.texi: Likewise.
17852         * doc/posix-functions/puts.texi: Likewise.
17853         * doc/posix-functions/vfprintf.texi: Likewise.
17854         * doc/posix-functions/vprintf.texi: Likewise.
17855
17856         * modules/safe-write (Depends-on): Add write.
17857
17858         * modules/sigpipe-tests: New file.
17859         * tests/test-sigpipe.c: New file.
17860         * tests/test-sigpipe.sh: New file.
17861
17862         * modules/write: New file.
17863         * lib/unistd.in.h: Include <sys/types.h>.
17864         (write): New declaration.
17865         * lib/write.c: New file.
17866         * m4/write.m4: New file.
17867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17868         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
17869         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
17870         GNULIB_WRITE, REPLACE_WRITE.
17871         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
17872         and the SIGPIPE issue.
17873
17874         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
17875         (raise): New declaration.
17876         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
17877         (ext_signal): New function.
17878         (rpl_raise): New function.
17879         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
17880         GNULIB_SIGNAL_H_SIGPIPE.
17881         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
17882         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
17883
17884         * modules/sigpipe: New file.
17885         * m4/sigpipe.m4: New file.
17886
17887 2008-09-25  Derek Price  <derek@ximbiot.com>
17888             Bruno Haible  <bruno@clisp.org>
17889
17890         * gnulib-tool (func_import): Report all license incompatibilities, not
17891         just the first one.
17892
17893 2008-09-25  Bruno Haible  <bruno@clisp.org>
17894
17895         * gnulib-tool (func_import): When computing the edits, consider not
17896         only the Makefile.ams that exist but also those that will be generated.
17897
17898 2008-09-25  Simon Josefsson  <simon@josefsson.org>
17899
17900         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
17901         fixes gnulib-tool --test warning about duplicate dependency.
17902
17903 2008-09-25  Bruno Haible  <bruno@clisp.org>
17904
17905         * gnulib-tool: Don't ask the user to perform edits in the generated
17906         Makefile.ams.
17907         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
17908         apply to the Makefile.am being generated.
17909         (func_emit_tests_Makefile_am): Execute edits that apply to the
17910         Makefile.am being generated.
17911         (func_import): Setup list of Makefile.am edits before emitting the
17912         Makefile.ams, not at the end.
17913         (func_create_testdir): Update.
17914         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17915
17916 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17917
17918         * gnulib-tool (func_import): Store the --tests-base option in the
17919         comment in gnulib-cache.m4.
17920
17921 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
17922
17923         * NEWS: Document increased portability that sys_select now provides.
17924
17925         * lib/sys_select.in.h: Install select wrapper.
17926         * lib/sys_socket.in.h: Use more descriptive name when there is no
17927         select wrapper.
17928         * lib/winsock-select.c: New.
17929         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
17930         Require gl_HEADER_SYS_SOCKET.
17931         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
17932         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
17933         * tests/test-sys_select.c: Add functional tests.
17934
17935 2008-09-24  Eric Blake  <ebb9@byu.net>
17936
17937         open, fopen: close fd leak in last patch
17938         * lib/open.c (rpl_open): Close fd before returning error.
17939         * lib/fopen.c (rpl_fopen): Close fd before returning error.
17940         * doc/posix-functions/open.texi (open): Document that Irix also
17941         has the bug.
17942         * doc/posix-functions/fopen.texi (fopen): Likewise.
17943         Reported by Paolo Bonzini.
17944
17945 2008-09-24  Bruno Haible  <bruno@clisp.org>
17946
17947         Ensure that a filename ending in a slash cannot be used to access a
17948         non-directory.
17949         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
17950         to check whether it's really a directory.
17951         * lib/fopen.c: Include fcntl.h, unistd.h.
17952         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
17953         and fdopen().
17954         * modules/fopen (Depends-on): Add unistd.
17955         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
17956         * tests/test-fopen.c (main): Likewise.
17957         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
17958         * doc/posix-functions/fopen.texi: Likewise.
17959         Reported by Eric Blake.
17960
17961 2008-09-23  Eric Blake  <ebb9@byu.net>
17962
17963         c-stack: avoid compiler optimizations when provoking overflow
17964         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
17965         recursion harder to optimize, to ensure a stack overflow occurs.
17966         * tests/test-c-stack.c (recurse): Likewise.
17967         Borrowed from libsigsegv.
17968
17969         c-stack: work around Irix sigaltstack bug
17970         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
17971         whether sigaltstack uses wrong end of stack_t (copied in part from
17972         libsigsegv).
17973         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
17974         Irix bug, without requiring an over-allocation.
17975         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
17976         bug.
17977
17978         fopen: document mingw bug on directories
17979         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
17980         not allowing a stream visiting a directory, even though reading
17981         from such a stream is not portable.
17982
17983 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17984
17985         * lib/poll.c: Rewrite.
17986         * modules/poll: Depend on alloca.
17987
17988 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
17989
17990         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
17991         instead define prototypes for a full set of wrappers.  Ensure
17992         that Cygwin does not use the compatibility code, which is only
17993         for MinGW.
17994         * lib/winsock.c: New.
17995         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
17996         * modules/sys_socket: Add lib/winsock.c.
17997
17998         * modules/poll-tests: Add errno and perror.
17999         * tests/test-poll.c: Use ioctl, not ioctlsocket.
18000
18001 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18002
18003         * tests/test-poll.c: Downgrade minimum needed Winsock version.
18004
18005 2008-09-23  Bruno Haible  <bruno@clisp.org>
18006
18007         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
18008         * doc/glibc-functions/*: Likewise.
18009
18010 2008-09-23  Simon Josefsson  <simon@josefsson.org>
18011
18012         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
18013         success.
18014
18015 2008-09-22  Eric Blake  <ebb9@byu.net>
18016             Bruno Haible  <bruno@clisp.org>
18017
18018         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
18019         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
18020         supply %A but mishandle pseudo-NaN.
18021         Reported by Simon Josefsson.
18022
18023 2008-09-21  Bruno Haible  <bruno@clisp.org>
18024
18025         * tests/test-lock.c (main): Tweak skip message.
18026         * tests/test-tls.c (main): Likewise.
18027
18028 2008-09-21  Bruno Haible  <bruno@clisp.org>
18029
18030         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
18031         whether 'struct sigaction' has sa_sigaction here...
18032         (gl_PREREQ_SIG_HANDLER_H): ... not here.
18033         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
18034
18035 2008-09-21  Bruno Haible  <bruno@clisp.org>
18036
18037         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
18038         section.
18039         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
18040         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
18041         the new section.
18042         (Support for obsolete systems lacking POSIX:2001): New section.
18043         (String handling <string.h>): Move strdup to the new section.
18044         Suggested by Simon Josefsson and Paolo Bonzini.
18045
18046 2008-09-21  Bruno Haible  <bruno@clisp.org>
18047
18048         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
18049         exponents in %e and %g results on 'long double'. Needed for mingw's
18050         improved *printf functions.
18051         * tests/test-vasprintf-posix.c (test_function): Likewise.
18052         * tests/test-snprintf-posix.h (test_function): Likewise.
18053         * tests/test-sprintf-posix.h (test_function): Likewise.
18054         Reported by Eric Blake.
18055
18056 2008-09-21  Bruno Haible  <bruno@clisp.org>
18057
18058         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
18059         * tests/test-sprintf-posix.h (test_function): Likewise.
18060
18061 2008-09-21  Bruno Haible  <bruno@clisp.org>
18062
18063         * modules/getpass (Depends-on): Add strdup-posix.
18064
18065         New module 'strdup-posix'.
18066         * modules/strdup-posix: New file.
18067         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
18068         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
18069         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18070         REPLACE_STRDUP.
18071         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
18072         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18074         strdup-posix.
18075
18076         * modules/strdup (Depends-on): Remove malloc-posix.
18077
18078 2008-09-20  Bruno Haible  <bruno@clisp.org>
18079
18080         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
18081         Wildenhues.
18082
18083 2008-09-20  Bruno Haible  <bruno@clisp.org>
18084
18085         Ensure that wint_t gets defined on IRIX 5.3.
18086         * lib/wchar.in.h (wint_t): Define if not defined by the system.
18087         * lib/wctype.in.h (wint_t): Likewise.
18088         (__wctype_wint_t): Remove type.
18089         (isw*): Use wint_t instead of __wctype_wint_t.
18090         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
18091         * modules/wchar (Files): Add m4/wint_t.m4.
18092         (Makefile.am): Substitute HAVE_WINT_T.
18093         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
18094         * tests/test-wctype.c: Check that wint_t is defined.
18095         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
18096         * doc/posix-headers/wctype.texi: Likewise.
18097         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18098
18099 2008-09-18  Bruno Haible  <bruno@clisp.org>
18100
18101         * gnulib-tool (func_exit): Update comment.
18102
18103 2008-09-18  Simon Josefsson  <simon@josefsson.org>
18104
18105         * modules/getaddrinfo (Depends-on): Remove strdup, this module
18106         assumes strdup exists and does not depend on strdup to return
18107         ENOMEM on out of memory conditions.
18108
18109 2008-09-18  Bruno Haible  <bruno@clisp.org>
18110
18111         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
18112         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
18113         digits for the exponent.
18114
18115 2008-09-18  Jim Meyering  <meyering@redhat.com>
18116             Bruno Haible  <bruno@clisp.org>
18117
18118         * lib/vasnprintf.c (decimal_point_char): Define also if
18119         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18120
18121 2008-09-16  Bruno Haible  <bruno@clisp.org>
18122         and Eric Blake  <ebb9@byu.net>
18123
18124         vasnprintf: support Irix 5.3
18125         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18126         that mishandle long double infinity.
18127         Reported by Tom G. Christensen.
18128
18129 2008-09-16  Bruno Haible  <bruno@clisp.org>
18130
18131         * doc/glibc-functions/scandir.texi: Mention the function is missing on
18132         Solaris 9.
18133         * doc/glibc-functions/alphasort.texi: Likewise.
18134         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
18135
18136 2008-09-16  Jim Meyering  <meyering@redhat.com>
18137
18138         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
18139         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
18140         a umask modification leak out of a subshell.  Otherwise, the
18141         opensolaris /bin/sh would be accepted and thus cause unwarranted
18142         failures in the coreutils test suite.
18143
18144 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
18145
18146         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
18147         to succeed.
18148
18149 2008-09-16  Jim Meyering  <meyering@redhat.com>
18150
18151         avoid spurious test failure when library is built without ACL support
18152         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
18153         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
18154         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
18155         * tests/test-copy-acl.sh: Likewise.
18156
18157 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18158
18159         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
18160         based on character occurrence counts.
18161
18162 2008-09-15  Eric Blake  <ebb9@byu.net>
18163
18164         tests: avoid some compiler warnings
18165         * tests/test-memchr.c (main): Pass NULL indirectly.
18166         * tests/test-closein.c (main): Avoid unused variable.
18167
18168 2008-09-15  Bruno Haible  <bruno@clisp.org>
18169
18170         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
18171         are missing on OpenBSD 4.0 individually.
18172         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18173
18174 2008-09-15  Bruno Haible  <bruno@clisp.org>
18175
18176         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
18177         * doc/posix-functions/strerror.texi: Mention also Cygwin.
18178         * doc/posix-functions/perror.texi: Likewise.
18179         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
18180         is missing.
18181         Reported by Eric Blake.
18182
18183         * lib/errno.in.h: Use replacement values >= 2000.
18184         Reported by Eric Blake.
18185
18186 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18187
18188         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
18189         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
18190         limit.
18191         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
18192         compareseq was aborted.
18193
18194 2008-09-14  Bruno Haible  <bruno@clisp.org>
18195
18196         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
18197         yvec_edit_count.
18198         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
18199         (fstrcmp_bounded): Simplify result computation accordingly.
18200
18201 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18202
18203         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
18204         (fstrcmp): Define in terms of fstrcmp_bounded.
18205         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
18206         lower_bound argument.
18207         Return quickly if the result is certainly < lower_bound.
18208         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
18209
18210 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18211
18212         * lib/diffseq.h (EARLY_ABORT): New macro.
18213         (compareseq): Change return type to bool. Return true when EARLY_ABORT
18214         evaluates to true.
18215
18216 2008-09-14  Bruno Haible  <bruno@clisp.org>
18217
18218         * modules/perror-tests: New file.
18219         * tests/test-perror.sh: New file.
18220         * tests/test-perror.c: New file.
18221
18222         New module 'perror'.
18223         * lib/stdio.in.h (perror): New declaration.
18224         * lib/perror.c: New file.
18225         * m4/perror.m4: New file.
18226         * modules/perror: New file.
18227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
18228         * doc/posix-functions/perror.texi: Mention the perror module.
18229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
18230         REPLACE_PERROR.
18231         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
18232         REPLACE_PERROR.
18233
18234 2008-09-14  Bruno Haible  <bruno@clisp.org>
18235
18236         * modules/stdio (Makefile.am): Reorder to match the order in
18237         lib/stdio.in.h.
18238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18239
18240 2008-09-13  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
18243
18244 2008-09-13  Bruno Haible  <bruno@clisp.org>
18245
18246         Extend strerror to cover the added errno values.
18247         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
18248         (rpl_strerror): Provide error messages for the added errno values and
18249         for the WSA* values.
18250         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
18251         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
18252         strerror.
18253         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
18254         * modules/strerror (Depends-on): Add errno.
18255         * doc/posix-functions/strerror.texi: Document the change.
18256         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
18257         and EOVERFLOW.
18258
18259 2008-09-13  Bruno Haible  <bruno@clisp.org>
18260
18261         * modules/EOVERFLOW: Remove file.
18262         * m4/eoverflow.m4: Remove file.
18263         * modules/EOVERFLOW-tests: Remove file.
18264         * tests/test-EOVERFLOW.c: Remove file.
18265         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
18266         * modules/ftell (Depends-on): Likewise.
18267         * modules/getdelim (Depends-on): Likewise.
18268         * modules/getugroups (Depends-on): Likewise.
18269         * modules/poll (Depends-on): Likewise.
18270         * modules/snprintf (Depends-on): Likewise.
18271         * modules/sprintf-posix (Depends-on): Likewise.
18272         * modules/vasnprintf (Depends-on): Likewise.
18273         * modules/vasprintf (Depends-on): Likewise.
18274         * modules/vfprintf-posix (Depends-on): Likewise.
18275         * modules/vsnprintf (Depends-on): Likewise.
18276         * modules/vsprintf-posix (Depends-on): Likewise.
18277         * modules/xvasprintf (Depends-on): Likewise.
18278         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18279         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18280         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18281         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18282         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18283         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18284         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18285         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18286         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18287         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18288         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18289         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18290         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18291         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18292         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18293         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18294         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18295         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18296         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18297         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18298         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18299         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18300         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18301         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18302         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18303         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18304         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18305         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18306         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18307         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18308         * MODULES.html.sh: Remove EOVERFLOW.
18309         * NEWS: Mention the change.
18310
18311 2008-09-13  Bruno Haible  <bruno@clisp.org>
18312
18313         * modules/errno-tests: New file.
18314         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18315
18316         * lib/errno.in.h: New file.
18317         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18318         * modules/errno: New file.
18319         * doc/posix-headers/errno.texi: Update documentation.
18320         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18321
18322 2008-09-13  Bruno Haible  <bruno@clisp.org>
18323
18324         * tests/test-poll.c: Use #if for native Windows, rather than testing
18325         __MSVCRT__.
18326
18327 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18328             Bruno Haible  <bruno@clisp.org>
18329
18330         * lib/glob.c: Don't include <pwd.h> on native Windows.
18331         (WINDOWS32): New macro.
18332         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18333
18334 2008-09-13  Bruno Haible  <bruno@clisp.org>
18335
18336         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18337         (ETIMEDOUT): Remove macro.
18338         (glthread_cond_timedwait_multithreaded): New declaration.
18339         (glthread_cond_timedwait): Use it.
18340         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18341         (glthread_cond_timedwait_multithreaded): New function.
18342
18343 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18344
18345         * modules/poll-tests: Do not check for io.h.
18346         * tests/test-poll.c: Check for __MSVCRT__ instead.
18347
18348 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18349
18350         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18351         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18352         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18353
18354 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18355
18356         * modules/poll-tests: New.
18357         * tests/test-poll.c: New.
18358
18359 2008-09-12  Eric Blake  <ebb9@byu.net>
18360
18361         frexp: test for NetBSD failure on -0.0
18362         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18363         not all, bugs from NetBSD 3.0 have been fixed.
18364         * doc/posix-functions/frexp.texi (frexp): Document bug.
18365         Reported by Thomas Klausner.
18366
18367         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18368         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18369         literal -0.0.
18370         Reported by Jonathan C. Patschke <jp@centtech.com>.
18371
18372 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18373
18374         * lib/glthread/cond.h: Use dummy implementation also if
18375         USE_WIN32_THREADS.
18376
18377 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18378
18379         * modules/fnmatch-posix (License): Change to LGPLv2+.
18380         * modules/fnmatch-gnu (License): Likewise.
18381
18382 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18383
18384         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18385
18386 2008-09-11  Jim Meyering  <meyering@redhat.com>
18387
18388         * users.txt: Add gtk-vnc.
18389
18390 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18391
18392         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18393         rotate amounts.
18394
18395         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18396         required for 16-bit and 8-bit rotates.
18397         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18398         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18399         UINT8_MAX instead of hard-coded constants.
18400         Suggested by Paul Eggert.
18401
18402 2008-09-07  Bruno Haible  <bruno@clisp.org>
18403
18404         * tests/test-striconveh.c (main): Check behaviour when converting from
18405         UTF-7.
18406
18407         Make striconveh work better with stateful encodings.
18408         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18409         that iconv does not increment the inptr when returning -1/EINVAL.
18410
18411 2008-09-07  Bruno Haible  <bruno@clisp.org>
18412
18413         * build-aux/config.rpath: Update according to libtool-2.2.6.
18414         * build-aux/config.libpath: Likewise.
18415
18416 2008-09-06  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18419         * lib/freadptr.c (freadptr): Likewise.
18420         * lib/freadseek.c (freadptrinc): Likewise.
18421         Reported by Simon Josefsson.
18422
18423 2008-09-06  Bruno Haible  <bruno@clisp.org>
18424
18425         * modules/freadptr (License): Change to LGPLv2+.
18426         * modules/freadseek (License): Likewise.
18427         Suggested by Eric Blake.
18428
18429         * modules/memchr2 (License): Change to LGPLv2+.
18430         Approved by Eric Blake.
18431
18432 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18433             Bruno Haible  <bruno@clisp.org>
18434
18435         Make gnulib-tool work with native 'sed' on AIX.
18436         * gnulib-tool (sed_noop): New variable.
18437         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
18438         func_add_or_update, func_create_testdir): Use it to initialize sed
18439         script variables.
18440         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18441
18442 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
18443             Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
18446         also works after #include directives.
18447
18448 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
18449
18450         getdate.y: reject an out-of-range timezone value
18451         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
18452         the range [-24...+24].  When specified with only one or two digits,
18453         * tests/test-getdate.c: Tests for the fix.
18454         * doc/getdate.texi: Document this change.
18455
18456 2008-09-03  Bruno Haible  <bruno@clisp.org>
18457
18458         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
18459
18460 2008-09-02  Simon Josefsson  <simon@josefsson.org>
18461
18462         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
18463         <bruce.korb@gmail.com> with ideas from Ben Pfaff
18464         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
18465         Blake <ebb9@byu.net>.
18466
18467         * tests/test-bitrotate.c: Add more test vectors.
18468
18469 2008-09-02  Eric Blake  <ebb9@byu.net>
18470
18471         vasnprintf-posix: handle large precision via %.*d
18472         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
18473         when handling it ourselves.
18474         * tests/test-vasnprintf-posix.c (test_function): Add test.
18475         * tests/test-snprintf-posix.h (test_function): Likewise.
18476         * tests/test-sprintf-posix.h (test_function): Likewise.
18477         * tests/test-vasprintf-posix.c (test_function): Likewise.
18478         Reported by Alain Guibert.
18479
18480 2008-09-01  Eric Blake  <ebb9@byu.net>
18481
18482         c-stack: make configure-time check more robust
18483         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
18484         successful sigaction call.
18485         Reported by Tom G. Christensen.
18486
18487 2008-09-01  Bruno Haible  <bruno@clisp.org>
18488
18489         New module 'findprog-lgpl'.
18490         * modules/findprog-lgpl: New file.
18491         * lib/findprog-lgpl.c: New file.
18492         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
18493         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
18494         to decide whether to use strdup or xstrdup, concatenated_filename or
18495         xconcatenated_filename.
18496
18497 2008-09-01  Bruno Haible  <bruno@clisp.org>
18498
18499         Split module 'concat-filename' into 'concat-filename' (LGPL) and
18500         'xconcat-filename' (GPL).
18501         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
18502         (License): Change to LGPLv2+.
18503         * modules/xconcat-filename: New file.
18504         * lib/concat-filename.h (concatenated_filename): Change specification.
18505         (xconcatenated_filename): New declaration.
18506         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
18507         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
18508         memory situations.
18509         * lib/xconcat-filename.c: New file.
18510         * NEWS: Mention the change.
18511         * lib/findprog.c: Include concat-filename.h, not filename.h.
18512         (find_in_path): Use xconcatenated_filename instead of
18513         concatenated_filename.
18514         * lib/javacomp.c: Include concat-filename.h, not filename.h.
18515         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18516         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18517         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18518         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
18519         instead of concatenated_filename.
18520         * lib/javaexec.c: Include concat-filename.h, not filename.h.
18521         (execute_java_class): Use xconcatenated_filename instead of
18522         concatenated_filename.
18523         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
18524         * modules/javacomp (Depends-on): Likewise.
18525         * modules/javaexec (Depends-on): Likewise.
18526
18527 2008-09-01  Bruno Haible  <bruno@clisp.org>
18528
18529         Split module 'filename' into 'filename' and 'concat-filename'.
18530         * modules/filename: Keep only lib/filename.h.
18531         (License): Change to LGPLv2+.
18532         * modules/concat-filename: New file, extracted from modules/filename.
18533         * lib/filename.h (concatenated_filename): Remove declaration.
18534         * lib/concat-filename.h: New file, extracted from lib/filename.h.
18535         * lib/concat-filename.c: Include concat-filename.h.
18536         * NEWS: Mention the change.
18537
18538 2008-09-01  Simon Josefsson  <simon@josefsson.org>
18539
18540         * lib/bitrotate.h (rotl8, rotr8): Add.
18541
18542         * modules/bitrotate (configure.ac): Need
18543         AC_REQUIRE([AC_C_INLINE]).
18544         (Description): Mention stdint.h.  Reported by Bruno Haible
18545         <bruno@clisp.org>.
18546
18547         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
18548         Paolo Bonzini <bonzini@gnu.org>.
18549
18550 2008-08-31  Bruno Haible  <bruno@clisp.org>
18551
18552         Assume Solaris specific bi-arch conventions on Solaris systems.
18553         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
18554         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
18555         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
18556         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
18557         like acl_libdirstem.
18558         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
18559         acl_libdirstem.
18560         * NEWS: Mention the change.
18561         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
18562
18563 2008-08-31  Jim Meyering  <meyering@redhat.com>
18564
18565         * lib/strftime.h: Add comments describing the two added arguments.
18566
18567         remove duplicate #include directives
18568         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
18569         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
18570
18571 2008-08-31  Bruno Haible  <bruno@clisp.org>
18572
18573         New module 'sigpipe-die'.
18574         * modules/sigpipe-die: New file.
18575         * lib/sigpipe-die.h: New file.
18576         * lib/sigpipe-die.c: New file.
18577         * MODULES.html.sh (Signal handling): Add sigpipe-die.
18578
18579 2008-08-31  Bruno Haible  <bruno@clisp.org>
18580
18581         Don't override previously installed signal handlers.
18582         * lib/fatal-signal.c (saved_sigactions): New variable.
18583         (uninstall_handlers): Reset the signal to the saved handler, not
18584         to SIG_DFL (except when ignored).
18585         (install_handlers): Save the previous handlers.
18586
18587 2008-08-30  Bruno Haible  <bruno@clisp.org>
18588
18589         * gnulib-tool (func_reset_sigpipe): New function.
18590         (func_get_automake_snippet, func_modules_transitive_closure,
18591         func_import): Invoke it before a join command that reads from stdin,
18592         to avoid "echo: write error: Broken pipe" error messages on stderr.
18593         Reported by Sam Steingold <sds@gnu.org>.
18594
18595 2008-08-30  Bruno Haible  <bruno@clisp.org>
18596
18597         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
18598         Code copied from m4/open.m4.
18599         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
18600         access and the filename ends in a slash. Code copied from lib/open.c.
18601         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
18602         * tests/test-fopen.c (main): Check against bug with trailing slash.
18603
18604 2008-08-29  Bruno Haible  <bruno@clisp.org>
18605
18606         Avoid some "gcc -pedantic" warnings.
18607         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
18608         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
18609         * lib/dirent.in.h: Likewise.
18610         * lib/fcntl.in.h: Likewise.
18611         * lib/float.in.h: Likewise.
18612         * lib/iconv.in.h: Likewise.
18613         * lib/inttypes.in.h: Likewise.
18614         * lib/locale.in.h: Likewise.
18615         * lib/math.in.h: Likewise.
18616         * lib/netinet_in.in.h: Likewise.
18617         * lib/search.in.h: Likewise.
18618         * lib/signal.in.h: Likewise.
18619         * lib/stdarg.in.h: Likewise.
18620         * lib/stdint.in.h: Likewise.
18621         * lib/stdio.in.h: Likewise.
18622         * lib/stdlib.in.h: Likewise.
18623         * lib/string.in.h: Likewise.
18624         * lib/strings.in.h: Likewise.
18625         * lib/sys_select.in.h: Likewise.
18626         * lib/sys_socket.in.h: Likewise.
18627         * lib/sys_stat.in.h: Likewise.
18628         * lib/sys_time.in.h: Likewise.
18629         * lib/sysexits.in.h: Likewise.
18630         * lib/time.in.h: Likewise.
18631         * lib/unistd.in.h: Likewise.
18632         * lib/wchar.in.h: Likewise.
18633         * lib/wctype.in.h: Likewise.
18634         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
18635         * modules/fchdir (Makefile.am): Likewise.
18636         * modules/fcntl (Makefile.am): Likewise.
18637         * modules/float (Makefile.am): Likewise.
18638         * modules/iconv_open (Makefile.am): Likewise.
18639         * modules/inttypes (Makefile.am): Likewise.
18640         * modules/locale (Makefile.am): Likewise.
18641         * modules/math (Makefile.am): Likewise.
18642         * modules/netinet_in (Makefile.am): Likewise.
18643         * modules/search (Makefile.am): Likewise.
18644         * modules/signal (Makefile.am): Likewise.
18645         * modules/stdarg (Makefile.am): Likewise.
18646         * modules/stdint (Makefile.am): Likewise.
18647         * modules/stdio (Makefile.am): Likewise.
18648         * modules/stdlib (Makefile.am): Likewise.
18649         * modules/string (Makefile.am): Likewise.
18650         * modules/strings (Makefile.am): Likewise.
18651         * modules/sys_select (Makefile.am): Likewise.
18652         * modules/sys_socket (Makefile.am): Likewise.
18653         * modules/sys_stat (Makefile.am): Likewise.
18654         * modules/sys_time (Makefile.am): Likewise.
18655         * modules/sysexits (Makefile.am): Likewise.
18656         * modules/time (Makefile.am): Likewise.
18657         * modules/unistd (Makefile.am): Likewise.
18658         * modules/wchar (Makefile.am): Likewise.
18659         * modules/wctype (Makefile.am): Likewise.
18660         Reported by Reuben Thomas <rrt@sc3d.org>.
18661
18662 2008-08-29  Bruno Haible  <bruno@clisp.org>
18663
18664         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
18665         any more.
18666
18667 2008-08-29  Simon Josefsson  <simon@josefsson.org>
18668
18669         * MODULES.html.sh (Misc): Add bitrotate.
18670
18671         * modules/bitrotate: New file.
18672
18673         * lib/bitrotate.h: New file.
18674
18675         * modules/bitrotate-tests: New file.
18676
18677         * tests/test-bitrotate.c: New file.
18678
18679         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
18680         on the bitrotate module.
18681
18682         * lib/arctwo.c: Use new bitrotate module.
18683
18684 2008-08-29  Jim Meyering  <meyering@redhat.com>
18685
18686         bootstrap: merge changes from coreutils
18687         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
18688         of copied files.  Remove a kludge, now that this is fixed.
18689         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
18690         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
18691         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
18692
18693 2008-08-29  Bruno Haible  <bruno@clisp.org>
18694
18695         * MODULES.html.sh: Remove --cvs-urls option.
18696
18697 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
18698
18699         maint.mk: adjust to file name change
18700         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
18701
18702 2008-08-28  Jim Meyering  <meyering@redhat.com>
18703
18704         * modules/getndelim2 (License): Relicense to LGPLv2+.
18705         Approved by Richard Stallman for the version of 1995, and by
18706         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
18707
18708 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
18709
18710         * lib/getdelim.c (flockfile, funlockfile): Make all of them
18711         dummy if one is not available.  Do not touch them if
18712         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
18713         (getc_maybe_unlocked): New.
18714         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
18715
18716 2008-08-26  Eric Blake  <ebb9@byu.net>
18717
18718         doc/INSTALL: resync from autoconf
18719         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
18720         (INSTALL_PRELUDE): Delete; this is done more efficiently by
18721         moving...
18722         * install.texi [!autoconf]: ...here.  Resync from autoconf.
18723         * INSTALL: Regenerate.
18724         * INSTALL.ISO: New file.
18725         * INSTALL.UTF-8: Likewise.
18726
18727 2008-08-26  Jim Meyering  <meyering@redhat.com>
18728
18729         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
18730         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
18731         these definitions conditional, so that they may be overridden, too.
18732
18733 2008-08-26  Bruno Haible  <bruno@clisp.org>
18734
18735         Generate INSTALL file variants with prettier quotes.
18736         * doc/Makefile (INSTALL_PRELUDE): New macro.
18737         (INSTALL): Use it.
18738         (INSTALL.ISO, INSTALL.UTF-8): New rules.
18739
18740 2008-08-26  Bruno Haible  <bruno@clisp.org>
18741
18742         Run makeinfo in an English locale.
18743         * doc/Makefile (MAKEINFO): New variable.
18744
18745 2008-08-26  Bruno Haible  <bruno@clisp.org>
18746
18747         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
18748         Suggested by Eric Blake.
18749
18750 2008-08-25  Bruno Haible  <bruno@clisp.org>
18751
18752         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
18753
18754 2008-08-25  Eric Blake  <ebb9@byu.net>
18755
18756         c-stack: test that stack overflow can be caught
18757         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
18758         that platform allows handling stack overflow; at least OS/2 EMX
18759         has sigaltstack, but crashes before transferring control to
18760         handler on stack overflow.
18761         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
18762         check for HAVE_STACK_OVERFLOW_HANDLING.
18763         Reported by Elbert Pol.
18764
18765 2008-08-25  Bruno Haible  <bruno@clisp.org>
18766
18767         * doc/posix-functions/strftime.texi: Fix description of strftime
18768         module.
18769
18770 2008-08-24  Bruno Haible  <bruno@clisp.org>
18771
18772         * tests/uniwidth/test-uc_width2.c: New file.
18773         * tests/uniwidth/test-uc_width2.sh: New file.
18774         * modules/uniwidth/width-tests (Files): Add the new files.
18775         (TESTS): Add uniwidth/test-uc_width2.sh.
18776         (TESTS_ENVIRONMENT): New variable.
18777         (check_PROGRAMS): Add test-uc_width2.
18778         (test_uc_width2_SOURCES): New variable.
18779
18780         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
18781         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
18782         not 0x00AB.
18783         Reported by Alexander V. Lukyanov <lav@netis.ru>.
18784
18785 2008-08-22  Eric Blake  <ebb9@byu.net>
18786
18787         test-lock, test-tls: mention why a test is skipped
18788         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
18789         skipped.
18790         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
18791
18792         count-one-bits: relax license
18793         * modules/count-one-bits (License): Relicense to LGPLv2+.
18794         Suggested by Ludovic Courtès, approved by Ben Pfaff.
18795
18796 2008-08-22  Andreas Schwab  <schwab@suse.de>
18797
18798         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
18799         Remove spurious space in assignment.
18800
18801 2008-08-21  Simon Josefsson  <simon@josefsson.org>
18802
18803         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
18804         Paul Eggert <eggert@CS.UCLA.EDU>.
18805
18806 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
18807
18808         * modules/gettext: Add m4/threadlib.m4.
18809
18810 2008-08-19  Eric Blake  <ebb9@byu.net>
18811
18812         test-c-stack: fix compilation failure on FreeBSD 5.0
18813         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
18814         headers before <sys/resource.h>.
18815         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
18816         the bug.
18817         Reported by Nelson H. F. Beebe.
18818
18819         strverscmp: migrate from "strverscmp.h" to <string.h>
18820         * modules/string (Makefile.am): Add new hooks.
18821         * modules/strverscmp (Files): Remove strverscmp.h.
18822         (Depends-on): Add string.
18823         (configure.ac): Add indicator.
18824         (Include): Mention new header.
18825         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
18826         defaults.
18827         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
18828         results.
18829         * lib/strverscmp.h: Delete.
18830         * lib/string.in.h (strverscmp): Provide declaration, when needed.
18831         * tests/test-strverscmp.c (includes): Adjust client.
18832         * lib/check-version.c (includes): Likewise.
18833         * NEWS: Document the change.
18834
18835         strverscmp: add unit test
18836         * modules/strverscmp-tests: New file.
18837         * tests/test-strverscmp.c: Likewise.
18838
18839 2008-08-19  Simon Josefsson  <simon@josefsson.org>
18840
18841         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
18842         regarding Windows crypto stuff, from Mono.
18843
18844 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
18845
18846         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
18847         if present, for intel RND.  Return error on failures.
18848
18849 2008-08-18  Ben Pfaff  <blp@gnu.org>
18850
18851         gitlog-to-changelog: give better diagnostic for failed pipe-open
18852         * build-aux/gitlog-to-changelog: Improve error message: suggest
18853         that the version of Git may be too old.
18854
18855 2008-08-18  Simon Josefsson  <simon@josefsson.org>
18856
18857         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
18858         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
18859
18860 2008-08-18  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
18863         pthread_in_use().
18864
18865 2008-08-18  Bruno Haible  <bruno@clisp.org>
18866
18867         * lib/glthread/threadlib.c: Include <pthread.h>.
18868
18869 2008-08-18  Bruno Haible  <bruno@clisp.org>
18870
18871         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
18872         glthread_recursive_lock_* macros.
18873         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
18874         Fix syntax error.
18875
18876 2008-08-18  Bruno Haible  <bruno@clisp.org>
18877
18878         * lib/glthread/thread.c: Avoid forcing a context switch right after
18879         thread creation.
18880
18881 2008-08-17  Bruno Haible  <bruno@clisp.org>
18882
18883         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
18884         * lib/glthread/thread.h: Provide Win32 specific implementation.
18885         * modules/thread (Files): Add lib/glthread/thread.c.
18886         (Depends-on): Add lock.
18887         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
18888
18889 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18890
18891         New module 'yield'.
18892         * modules/yield: New file.
18893         * lib/glthread/yield.h: New file.
18894         * m4/yield.m4: New file.
18895         * MODULES.html.sh (Multithreading): Add yield.
18896
18897 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18898
18899         New module 'thread'.
18900         * modules/thread: New file.
18901         * lib/glthread/thread.h: New file.
18902         * m4/thread.m4: New file.
18903         * MODULES.html.sh (Multithreading): Add thread.
18904
18905 2008-08-17  Bruno Haible  <bruno@clisp.org>
18906
18907         * lib/glthread/lock.h: Include <stdlib.h> always.
18908         * lib/glthread/tls.h: Likewise.
18909         * lib/glthread/cond.h: Likewise.
18910
18911 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18912
18913         New module 'cond'.
18914         * modules/cond: New file.
18915         * lib/glthread/cond.h: New file.
18916         * lib/glthread/cond.c: New file.
18917         * m4/cond.m4: New file.
18918         * MODULES.html.sh (Multithreading): Add cond.
18919
18920 2008-08-16  Eric Blake  <ebb9@byu.net>
18921
18922         c-stack: fix regression on Irix 5.3 from 2008-06-21
18923         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
18924         sa_sigaction...
18925         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
18926         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
18927         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
18928         * modules/signal (Makefile.am): Use the value.
18929         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
18930         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
18931         * doc/posix-headers/signal.texi (signal.h): Document this
18932         portability issue.
18933         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
18934         Reported by Tom G. Christensen.
18935
18936 2008-08-17  Bruno Haible  <bruno@clisp.org>
18937
18938         New module 'threadlib'.
18939         * modules/threadlib: New file.
18940         * lib/glthread/threadlib.c: New file, extracted from
18941         lib/glthread/lock.c.
18942         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
18943         functions.
18944         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
18945         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
18946         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
18947         macros.
18948         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
18949         (gl_DISABLE_THREADS): Remove macro.
18950         * modules/lock (Files): Remove build-aux/config.rpath.
18951         (Depends-on): Remove havelib. Add threadlib.
18952         (configure.ac-early): Remove section.
18953         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
18954         * modules/tls (Depends-on): Remove lock. Add threadlib.
18955         (Link): New section, copied from threadlib.
18956         * MODULES.html.sh (Multithreading): Add threadlib.
18957
18958 2008-08-14  Bruno Haible  <bruno@clisp.org>
18959
18960         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
18961         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
18962         glthread_rwlock_unlock, glthread_rwlock_destroy,
18963         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
18964         glthread_recursive_lock_destroy): Define as macros always.
18965         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
18966         glthread_lock_lock.
18967         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
18968         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
18969         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
18970         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
18971         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
18972         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
18973         (glthread_recursive_lock_lock_func): Renamed from
18974         glthread_recursive_lock_lock.
18975         (glthread_recursive_lock_unlock_func): Renamed from
18976         glthread_recursive_lock_unlock.
18977         (glthread_recursive_lock_destroy_func): Renamed from
18978         glthread_recursive_lock_destroy.
18979
18980 2008-08-14  Bruno Haible  <bruno@clisp.org>
18981
18982         * lib/glthread/lock.h: Renamed from lib/lock.h.
18983         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
18984         * lib/glthread/tls.h: Renamed from lib/tls.h.
18985         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
18986         * lib/fstrcmp.c: Update includes.
18987         * lib/strsignal.c: Update includes.
18988         * modules/lock (Files, Makefile.am): Update.
18989         (Include): Change to "glthread/lock.h".
18990         * modules/tls (Files, Makefile.am): Update.
18991         (Include): Change to "glthread/tls.h".
18992         * tests/test-lock.c: Update includes.
18993         * tests/test-tls.c: Update includes.
18994         * NEWS: Mention the renamed header files.
18995
18996 2008-08-11  Jim Meyering  <meyering@redhat.com>
18997
18998         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
18999
19000 2008-08-11  Eric Blake  <ebb9@byu.net>
19001
19002         test-c-stack: avoid C99-ism
19003         * tests/test-c-stack.c (main): Fix whitespace, move declaration
19004         before statement.
19005         Reported by Alain Guibert.
19006
19007 2008-08-10  Jim Meyering  <meyering@redhat.com>
19008
19009         ensure that return value of uinttostr et al are not ignored
19010         * lib/inttostr.h (__GNUC_PREREQ): Define.
19011         (__attribute_warn_unused_result__): Define.
19012         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
19013
19014 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
19015
19016         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
19017         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
19018
19019 2008-08-07  Jim Meyering  <meyering@redhat.com>
19020
19021         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
19022
19023         * modules/mkstemp (License): Relicense under LGPLv2+.
19024         * modules/tempname (License): Likewise.
19025
19026 2008-08-06  Bruno Haible  <bruno@clisp.org>
19027
19028         * lib/poll.c (poll): Further micro-optimization.
19029
19030 2008-08-06  Jim Meyering  <meyering@redhat.com>
19031
19032         inet_pton.c: use locale-independent tolower
19033         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
19034         (inet_pton6): Use c_tolower rather than tolower.
19035         * modules/inet_pton (Depends-on): Add c-ctype.
19036
19037 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
19038
19039         * lib/poll.c (poll): Avoid division when timeout is 0, cache
19040         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
19041
19042 2008-08-06  Jim Meyering  <meyering@redhat.com>
19043
19044         * modules/inet_pton (License): Relicense under LGPLv2+.
19045
19046 2008-08-03  Bruno Haible  <bruno@clisp.org>
19047
19048         Additional non-aborting API for lock and tls.
19049         * lib/lock.h: Include <errno.h>.
19050         (glthread_lock_init): New macro/function.
19051         (gl_lock_init): Define as wrapper around glthread_lock_init.
19052         (glthread_lock_lock): New macro/function.
19053         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
19054         (glthread_lock_unlock): New macro/function.
19055         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
19056         (glthread_lock_destroy): New macro/function.
19057         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
19058         (glthread_rwlock_init): New macro/function.
19059         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
19060         (glthread_rwlock_rdlock): New macro/function.
19061         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
19062         (glthread_rwlock_wrlock): New macro/function.
19063         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
19064         (glthread_rwlock_unlock): New macro/function.
19065         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
19066         (glthread_rwlock_destroy): New macro/function.
19067         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
19068         (glthread_recursive_lock_init): New macro/function.
19069         (gl_recursive_lock_init): Define as wrapper around
19070         glthread_recursive_lock_init.
19071         (glthread_recursive_lock_lock): New macro/function.
19072         (gl_recursive_lock_lock): Define as wrapper around
19073         glthread_recursive_lock_lock.
19074         (glthread_recursive_lock_unlock): New macro/function.
19075         (gl_recursive_lock_unlock): Define as wrapper around
19076         glthread_recursive_lock_unlock.
19077         (glthread_recursive_lock_destroy): New macro/function.
19078         (gl_recursive_lock_destroy): Define as wrapper around
19079         glthread_recursive_lock_destroy.
19080         (glthread_once): New macro/function.
19081         (gl_once): Define as wrapper around glthread_once.
19082         Update function declarations.
19083         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
19084         glthread_rwlock_init. Return error code.
19085         (glthread_rwlock_rdlock_multithreaded): Renamed from
19086         glthread_rwlock_rdlock. Return error code.
19087         (glthread_rwlock_wrlock_multithreaded): Renamed from
19088         glthread_rwlock_wrlock. Return error code.
19089         (glthread_rwlock_unlock_multithreaded): Renamed from
19090         glthread_rwlock_unlock. Return error code.
19091         (glthread_rwlock_destroy_multithreaded): Renamed from
19092         glthread_rwlock_destroy. Return error code.
19093         (glthread_recursive_lock_init_multithreaded): Renamed from
19094         glthread_recursive_lock_init. Return error code.
19095         (glthread_recursive_lock_lock_multithreaded): Renamed from
19096         glthread_recursive_lock_lock. Return error code.
19097         (glthread_recursive_lock_unlock_multithreaded): Renamed from
19098         glthread_recursive_lock_unlock. Return error code.
19099         (glthread_recursive_lock_destroy_multithreaded): Renamed from
19100         glthread_recursive_lock_destroy. Return error code.
19101         (glthread_once_call): Make static.
19102         (glthread_once_multithreaded): Renamed from glthread_once.
19103         * lib/tls.h: Include <errno.h>.
19104         (glthread_tls_key_init): New macro/function.
19105         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
19106         (glthread_tls_set): New macro/function.
19107         (gl_tls_set): Define as wrapper around glthread_tls_set.
19108         (glthread_tls_key_destroy): New macro/function.
19109         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
19110         Update function declarations.
19111         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
19112         glthread_tls_get.
19113         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19114
19115 2008-08-04  Eric Blake  <ebb9@byu.net>
19116
19117         gnumakefile: use space, not TAB, outside of targets
19118         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
19119
19120 2008-08-02  Jim Meyering  <meyering@redhat.com>
19121
19122         getdate.y: avoid locale-dependent date parsing failure
19123         In Turkish locales, getdate would fail to recognize keywords
19124         containing a lowercase "i".  The solution is not to rely on
19125         locale-sensitive case-conversion.
19126         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19127         (lookup_word): Use c_toupper in place of toupper.
19128         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19129         Reported by Vefa Bicakci <bicave@superonline.com> in
19130         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
19131         * modules/getdate (Depends-on): Add c-ctype.
19132
19133 2008-08-02  Bruno Haible  <bruno@clisp.org>
19134
19135         * gnulib-tool (func_import): When updating or creating a .gitignore
19136         file, prepend each added line with a slash, and ignore leading slashes
19137         from the existing lines.
19138         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19139
19140 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19141
19142         Portability fix for GNU make 3.79.1.
19143         * top/GNUmakefile: Avoid 'else COND', which older GNU make
19144         versions do not understand.
19145
19146 2008-08-01  Bruno Haible  <bruno@clisp.org>
19147
19148         Work around bug of HP-UX 10.20 cc with -0.0 literal.
19149         * tests/test-isnanf.h (zero): New variable.
19150         (main): Avoid literal -0.0f.
19151         * tests/test-isnand.h (zero): New variable.
19152         (main): Avoid literal -0.0.
19153         * tests/test-isnanl.h (zero): New variable.
19154         (main): Avoid literal -0.0L.
19155         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
19156         (test_float, test_double, test_long_double): Avoid literals -0.0f,
19157         -0.0, -0.0L.
19158         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
19159         (test_signbitd): Avoid literal -0.0.
19160         (test_signbitl): Avoid literal -0.0L.
19161         * tests/test-ceilf1.c (zero): New variable.
19162         (main): Avoid literal -0.0f.
19163         * tests/test-ceill.c (zero): New variable.
19164         (main): Avoid literal -0.0L.
19165         * tests/test-floorf1.c (zero): New variable.
19166         (main): Avoid literal -0.0f.
19167         * tests/test-floorl.c (zero): New variable.
19168         (main): Avoid literal -0.0L.
19169         * tests/test-roundf1.c (zero): New variable.
19170         (main): Avoid literal -0.0f.
19171         * tests/test-round1.c (zero): New variable.
19172         (main): Avoid literal -0.0.
19173         * tests/test-roundl.c (zero): New variable.
19174         (main): Avoid literal -0.0L.
19175         * tests/test-truncf1.c (zero): New variable.
19176         (main): Avoid literal -0.0f.
19177         * tests/test-trunc1.c (zero): New variable.
19178         (main): Avoid literal -0.0.
19179         * tests/test-truncl.c (zero): New variable.
19180         (main): Avoid literal -0.0L.
19181         * tests/test-frexp.c (zero): New variable.
19182         (main): Avoid literal -0.0.
19183         * tests/test-frexpl.c (zero): New variable.
19184         (main): Avoid literal -0.0L.
19185         * tests/test-ldexpl.c (zero): New variable.
19186         (main): Avoid literal -0.0L.
19187         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19188         (zerod, zerol): New variables.
19189         (test_function): Avoid literals -0.0, -0.0L.
19190         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19191         (zerod, zerol): New variables.
19192         (test_function): Avoid literals -0.0, -0.0L.
19193         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19194         (zerod, zerol): New variables.
19195         (test_function): Avoid literals -0.0, -0.0L.
19196         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19197         (zerod, zerol): New variables.
19198         (test_function): Avoid literals -0.0, -0.0L.
19199         * tests/test-strtod.c (zero): New variable.
19200         (main): Avoid literal -0.0.
19201         Reported by Jonathan C. Patschke <jp@centtech.com>.
19202
19203 2008-07-31  Jim Meyering  <meyering@redhat.com>
19204
19205         sha256.h: correct definition of SHA224_DIGEST_SIZE
19206         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
19207         Reported by Paulie Pena IV <paulie4@gmail.com>.
19208         Define as 224 / 8, rather than as a literal.
19209         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
19210         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
19211         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
19212
19213 2008-07-31  Bruno Haible  <bruno@clisp.org>
19214
19215         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
19216         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
19217         Reported by Jonathan Patschke <jp@centtech.com>.
19218
19219 2008-07-31  Bruno Haible  <bruno@clisp.org>
19220
19221         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
19222         Reported by Paolo Bonzini <bonzini@gnu.org>.
19223
19224 2008-07-30  Eric Blake  <ebb9@byu.net>
19225
19226         test-strtod: allow compilation without -lm
19227         * tests/test-strtod.c (main): Avoid link dependence on fabs.
19228         Reported by Dennis Clarke <blastwave@gmail.com>.
19229
19230 2008-07-28  Jim Meyering  <meyering@redhat.com>
19231
19232         bootstrap: work also when there are no .po files in po/
19233         * build-aux/bootstrap (update_po_files): Complete the change
19234         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
19235
19236 2008-07-27  Jim Meyering  <meyering@redhat.com>
19237
19238         * users.txt: Add zile.
19239
19240 2008-07-26  Ben Pfaff  <blp@gnu.org>
19241
19242         Add missing dependencies on new m4/exponent[fdl].m4 files.
19243         * modules/isnanf-nolibm: Add m4/exponentf.m4.
19244         * modules/isnand-nolibm: Add m4/exponentd.m4.
19245         * modules/isnanl-nolibm: Add m4/exponentl.m4.
19246         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
19247         m4/isnan[fdl].m4, because the macros actually used moved.
19248         Reported by Jim Meyering.
19249
19250 2008-07-14  Ben Pfaff  <blp@gnu.org>
19251
19252         Add isinf module.
19253         * lib/isinf.c: New file.
19254         * lib/math.in.h: Define isinf macro if we have decided to replace
19255         it.
19256         * m4/isinf.m4: New file.
19257         * m4/math_h.m4: Initialize and substitute variables for isinf
19258         module.
19259         * modules/isinf: New file.
19260         * modules/isinf-tests: New file.
19261         * modules/math: Add substitutions for new module.
19262         * tests/test-isinf.c: New file.
19263         * doc/posix-functions/isinf.texi: Mention new module.
19264         * MODULES.html.sh: Mention new module.
19265
19266 2008-07-14  Ben Pfaff  <blp@gnu.org>
19267
19268         Factor out some macros for use by additional modules.
19269         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
19270         exponentf.m4.
19271         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
19272         exponentd.m4.
19273         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
19274         file exponentl.m4.
19275         * m4/exponentf.m4: New file.
19276         * m4/exponentd.m4: New file.
19277         * m4/exponentl.m4: New file.
19278         * modules/isnanf: Use new file m4/exponentf.m4.
19279         * modules/isnand: Use new file m4/exponentd.m4.
19280         * modules/isnanl: Use new file m4/exponentl.m4.
19281
19282 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19283
19284         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19285         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19286         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19287         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19288
19289         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19290         readlink on platforms without PATH_MAX.
19291
19292 2008-07-21  Eric Blake  <ebb9@byu.net>
19293
19294         Warn, not fail, on stale version.
19295         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19296
19297         Don't allow installation with stale devel version number.
19298         * top/GNUmakefile (_is-install-target): New macro.
19299         (_curr-ver): Forbid installation with stale version number.
19300
19301 2008-07-20  Bruno Haible  <bruno@clisp.org>
19302
19303         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19304         TESTS_ENVIRONMENT.
19305         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19306
19307 2008-07-20  Bruno Haible  <bruno@clisp.org>
19308
19309         * lib/c-stack.h (c_stack_action): Add documentation.
19310         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19311
19312 2008-07-20  Bruno Haible  <bruno@clisp.org>
19313
19314         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19315         * modules/readlink (License): Likewise.
19316
19317 2008-07-17  Eric Blake  <ebb9@byu.net>
19318
19319         * modules/c-stack (Link): Fix typo.
19320
19321         Make c-stack use libsigsegv, when available.
19322         * modules/c-stack (Depends-on): Add libsigsegv.
19323         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19324         needed.
19325         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19326         (segv_handler, overflow_handler, c_stack_action)
19327         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19328         implementation when libsigsegv is available, but only when using
19329         the library is necessary.
19330         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19331         comment, explaining why XSI check fails on Linux.
19332         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19333         * tests/test-c-stack2.sh: Tweak skip message.
19334         * NEWS: Document new link-time requirements.
19335
19336 2008-07-16  Eric Blake  <ebb9@byu.net>
19337
19338         c-stack: Expose false positives when not using libsigsegv.
19339         * modules/c-stack-tests (Files): Expand test.
19340         * tests/test-c-stack.c (main): Add means to conditionally trigger
19341         non-overflow SIGSEGV.
19342         * tests/test-c-stack2.sh: New file.
19343
19344 2008-07-14  Bruno Haible  <bruno@clisp.org>
19345
19346         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19347         Reported by Eric Blake.
19348
19349 2008-07-14  Sam Steingold  <sds@gnu.org>
19350             Bruno Haible  <bruno@clisp.org>
19351
19352         New module libsigsegv.
19353         * modules/libsigsegv: New file.
19354         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19355         modifications.
19356         * MODULES.html.sh (Signal handling): New section.
19357
19358 2008-07-14  Bruno Haible  <bruno@clisp.org>
19359
19360         * modules/unictype/ctype-* (Description): Add the word "function".
19361         Improves the resulting doc in MODULES.html.
19362
19363 2008-07-12  Ben Pfaff  <blp@gnu.org>
19364
19365         Add longlong module.
19366         * modules/longlong: New file.
19367
19368 2008-07-12  Bruno Haible  <bruno@clisp.org>
19369
19370         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19371         to empty.
19372
19373 2008-07-10  Ben Pfaff  <blp@gnu.org>
19374
19375         Add isnan module.
19376         * doc/posix-functions/isnan.texi: Mention new module.
19377         * lib/math.in.h: Define isnan macro if we have decided to replace
19378         it.
19379         * m4/isnan.m4: New file.
19380         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19381         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19382         also.
19383         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19384         redundancy.
19385         * m4/math_h.m4: Initialize and substitute variables for isnan
19386         module.
19387         * modules/isnan: New file.
19388         * modules/isnan-tests: New file.
19389         * modules/math: Add substitutions for new module.
19390         * tests/test-isnan.c: New file.
19391         * MODULES.html.sh: Mention new module.
19392
19393 2008-07-10  Ben Pfaff  <blp@gnu.org>
19394
19395         Add isnanf module.
19396         * lib/isnanf.m4: New file.
19397         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19398         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19399         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19400         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19401         * modules/isnanf: New file.
19402         * modules/isnanf-tests: New file.
19403         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19404         files.
19405         * tests/test-isnanf-nolibm.c: factored most of its contents into
19406         new file tests/test-isnanf.h.
19407         * tests/test-isnanf.h: New file.
19408         * tests/test-isnanf.c: New file.
19409         * MODULES.html.sh: Mention new module.
19410         * doc/glibc-functions/isnanf.texi: Mention new module.
19411
19412 2008-07-10  Ben Pfaff  <blp@gnu.org>
19413
19414         Add isnand module.
19415         * lib/isnand.h: New file.
19416         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19417         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19418         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19419         functionality also.
19420         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19421         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19422         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19423         * modules/isnand: New file.
19424         * modules/isnand-tests: New file.
19425         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
19426         files.
19427         * tests/test-isnand-nolibm.c: factored most of its contents into
19428         new file tests/test-isnand.h.
19429         * tests/test-isnand.h: New file.
19430         * tests/test-isnand.c: New file.
19431         * MODULES.html.sh: Mention new module.
19432
19433 2008-07-10  Ben Pfaff  <blp@gnu.org>
19434
19435         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
19436         * lib/isnand.h: Rename lib/isnand-nolibm.h.
19437         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
19438         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
19439         * modules/isnanf-nolibm: Update references to renamed files.
19440         * modules/isnand-nolibm: Likewise.
19441         * modules/isnanf-nolibm-tests: Likewise.
19442         * modules/isnand-nolibm-tests: Likewise.
19443         * lib/frexp.c: Likewise.
19444         * lib/isfinite.c: Likewise.
19445         * lib/signbitd.c: Likewise.
19446         * lib/signbitf.c: Likewise.
19447         * lib/vasnprintf.c: Likewise.
19448         * tests/test-ceilf1.c: Likewise.
19449         * tests/test-ceilf2.c: Likewise.
19450         * tests/test-floorf1.c: Likewise.
19451         * tests/test-floorf2.c: Likewise.
19452         * tests/test-frexp.c: Likewise.
19453         * tests/test-round1.c: Likewise.
19454         * tests/test-round2.c: Likewise.
19455         * tests/test-roundf1.c: Likewise.
19456         * tests/test-strtod.c: Likewise.
19457         * tests/test-trunc1.c: Likewise.
19458         * tests/test-trunc2.c: Likewise.
19459         * tests/test-truncf1.c: Likewise.
19460         * tests/test-truncf2.c: Likewise.
19461         * NEWS: Mention the renamed header files.
19462
19463 2008-07-11  Jim Meyering  <meyering@redhat.com>
19464
19465         vc-list-files: make the last-resort awk code more portable
19466         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
19467         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
19468         does not support it.
19469
19470 2008-07-10  Eric Blake  <ebb9@byu.net>
19471
19472         Work with tar's bootstrap.
19473         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
19474         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
19475         an m4 comment.
19476
19477 2008-07-09  Jim Meyering  <meyering@redhat.com>
19478
19479         posix-shell.m4: fix typo that made this test malfunction
19480         * m4/posix-shell.m4: Remove capitalization in variable name.
19481
19482 2008-07-08  Bruno Haible  <bruno@clisp.org>
19483
19484         * m4/onceonly.m4: Update comments.
19485         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19486
19487 2008-07-04  Jim Meyering  <meyering@redhat.com>
19488
19489         * users.txt: Add vc-dwim.
19490         (bison, coreutils): Use the gitweb URL.
19491
19492 2008-07-03  Jim Meyering  <meyering@redhat.com>
19493
19494         * users.txt: Add libffcall.  From Sam Steingold.
19495
19496 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
19497
19498         getdate.y: do not ignore TZ with relative day, month or year offset
19499         * lib/getdate.y (get_date): Move the tz-handling block to follow the
19500         relative-date-handling, since otherwise, the latter would clobber the
19501         sole output (an updated Start value) of the tz-handling block.
19502         * tests/test-getdate.c: Tests for the fix
19503
19504 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19505
19506         Recognize 'foo_LIBRARIES += libgnu.a'.
19507         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
19508         makefile snippet has already specified an installation location,
19509         also using '+='.
19510
19511 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
19512
19513         getdate.y: factor out common actions
19514         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
19515         Use them in place of open-coded actions.
19516
19517 2008-07-01  Simon Josefsson  <simon@josefsson.org>
19518
19519         Add self-test for getdate module.
19520         * modules/getdate-tests: New file.
19521         * tests/test-getdate.c: New file.
19522
19523 2008-06-29  Bruno Haible  <bruno@clisp.org>
19524
19525         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
19526         .gitignore.
19527         Reported by Sylvain Beucler <beuc@beuc.net>.
19528
19529 2008-06-29  Bruno Haible  <bruno@clisp.org>
19530
19531         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
19532         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
19533
19534 2008-06-29  Bruno Haible  <bruno@clisp.org>
19535
19536         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
19537         EXTRA_DIST.
19538         Reported by Sylvain Beucler <beuc@beuc.net>.
19539
19540 2008-06-26  Jim Meyering  <meyering@redhat.com>
19541
19542         make several modules depend on the "open" module
19543         This provides slightly increased consistency when opening-for-write
19544         the name of a non-directory spelled with a trailing slash.
19545         * modules/chdir-safer: Likewise.
19546         * modules/chown: Likewise.
19547         * modules/clean-temp: Likewise.
19548         * modules/copy-file: Likewise.
19549         * modules/fchdir: Likewise.
19550         * modules/fcntl-safer: Likewise.
19551         * modules/pipe: Likewise.
19552         * modules/utime: Likewise.
19553         Prompted by Eric Blake and Bruno Haible.
19554
19555 2008-06-24  Andreas Schwab  <schwab@suse.de>
19556
19557         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
19558         literals can be used as initializers for global variables.
19559
19560 2008-06-23  Eric Blake  <ebb9@byu.net>
19561
19562         Make gnulib-cache.m4 easier to diff.
19563         * gnulib-tool (func_import): Allow newlines when reading cached
19564         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
19565
19566 2008-06-23  Bruno Haible  <bruno@clisp.org>
19567
19568         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
19569         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
19570         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
19571         m4/signalblocking.m4.
19572         (gl_PREREQ_SIGACTION): Don't invoke it.
19573         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
19574         gl_PREREQ_SIG_HANDLER_H.
19575         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19576         Don't check for sigaction here.
19577
19578 2008-06-23  Bruno Haible  <bruno@clisp.org>
19579
19580         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
19581         (install_handlers): Don't set the SA_RESETHAND flag.
19582
19583 2008-06-23  Bruno Haible  <bruno@clisp.org>
19584
19585         * m4/sigaction.m4: Comment fixes.
19586         * lib/signal.in.h: Likewise.
19587
19588 2008-06-23  Eric Blake  <ebb9@byu.net>
19589
19590         Fix typo.
19591         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
19592
19593         Avoid SA_ namespace.
19594         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
19595         Reported by Ralf Wildenhues.
19596
19597         Avoid test failure due to SA_RESTORER.
19598         * tests/test-sigaction.c (SA_MASK): New macro.
19599         (main): Avoid failing due to extension flags being set.
19600         Reported by Jim Meyering.
19601
19602         Revert use of sig-handler.h in sigprocmask.c.
19603         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
19604         it requires the existence of struct sigaction.
19605         * lib/sigprocmask.c (handler_t): Restore typedef.
19606         (rpl_signal, old_handlers): Use local type.
19607
19608 2008-06-22  Bruno Haible  <bruno@clisp.org>
19609
19610         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
19611         conditionally.
19612         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19613
19614 2008-06-22  Bruno Haible  <bruno@clisp.org>
19615
19616         * doc/posix-functions/siginterrupt.texi: Move note.
19617
19618         * lib/signal.in.h (SA_RESTART): New macro.
19619         * lib/sigaction.c: Update comment.
19620
19621         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
19622
19623         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
19624         (gl_PREREQ_SIGPROCMASK): Invoke it.
19625         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
19626
19627         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
19628
19629         * lib/sigprocmask.c: Update a comment.
19630
19631 2008-06-21  Eric Blake  <ebb9@byu.net>
19632
19633         Use sigaction module rather than signal().
19634         * modules/c-stack (Depends-on): Add sigaction.
19635         * modules/fatal-signal (Depends-on): Likewise.
19636         * modules/nanosleep (Depends-on): Likewise.
19637         * modules/sigprocmask (Files): Add sig-handler.h.
19638         * modules/sigaction (Files): Likewise.
19639         * lib/sig-handler.h (get_handler): New file, suggested by Paul
19640         Eggert.
19641         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
19642         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
19643         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
19644         (init_fatal_signals): Likewise.
19645         * lib/nanosleep.c (rpl_nanosleep): Likewise.
19646         (siginterrupt): Delete fallback.
19647         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
19648         instead.
19649         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
19650         siginterrupt.
19651
19652         New module sigaction, for mingw.
19653         * modules/sigaction: New module...
19654         * modules/sigaction-tests: ...and its test.
19655         * m4/sigaction.m4: New file.
19656         * lib/sigaction.c: Likewise.
19657         * tests/test-sigaction.c: Likewise.
19658         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
19659         * modules/signal (Makefile.am): Likewise.
19660         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
19661         needed.
19662         * doc/posix-headers/signal.texi (signal.h): Mention provided
19663         types.
19664         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
19665         that sigaction is preferable.
19666         * doc/posix-functions/sigaction.texi (sigaction): Mention new
19667         module.
19668         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19669         sigaction.
19670
19671         Improve robustness of sigprocmask by overriding signal.
19672         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
19673         is in use.
19674         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
19675         (SIGKILL, SIGSTOP): Provide fallbacks.
19676         (rpl_signal): Implement.
19677         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
19678         signal can be called inside handlers.
19679
19680         Fix nanosleep module on mingw.
19681         * modules/nanosleep (Depends-on): Add sys_select.
19682         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
19683
19684         Fix licensing of sigprocmask.
19685         * modules/raise (License): Relicense as LGPL.
19686
19687 2008-06-21  Bruno Haible  <bruno@clisp.org>
19688
19689         * lib/propername.c (proper_name_utf8): Don't use the transliterated
19690         result if it contains question marks.
19691         Reported by Michael Geng <linux@michaelgeng.de>.
19692
19693 2008-06-19  Bruno Haible  <bruno@clisp.org>
19694
19695         Fix CVS-ism.
19696         * doc/gnulib.texi: Include updated-stamp.texi.
19697         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
19698         (updated-stamp.texi): New rule.
19699         (gnulib.info): Depend on it.
19700         * doc/.gitignore: Add updated-stamp.texi.
19701         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
19702
19703 2008-06-19  Bruno Haible  <bruno@clisp.org>
19704
19705         * doc/Makefile (gnulib.info): Update and simplify dependencies.
19706         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
19707
19708 2008-06-19  Eric Blake  <ebb9@byu.net>
19709
19710         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
19711         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
19712         Reported by Stepan Kasal.
19713
19714 2008-06-18  Bruno Haible  <bruno@clisp.org>
19715
19716         * lib/fatal-signal.c (init_fatal_signals): Add comment.
19717         Reported by Eric Blake.
19718
19719 2008-06-18  Eric Blake  <ebb9@byu.net>
19720
19721         Work around cygwin 1.5.25 strsignal bug.
19722         * tests/test-strsignal.c: Allow for const char *.
19723         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
19724
19725 2008-06-18  Simon Josefsson  <simon@josefsson.org>
19726
19727         * users.txt: Update URL to article and add author/date
19728         information.
19729
19730 2008-06-17  Bruno Haible  <bruno@clisp.org>
19731
19732         New macro gl_DISABLE_THREADS.
19733         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
19734         if the user did not pass --enable-threads or --disable-threads option.
19735         (gl_DISABLE_THREADS): New macro.
19736         Reported by Eric Blake <ebb9@byu.net>.
19737
19738 2008-06-17  Bruno Haible  <bruno@clisp.org>
19739
19740         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
19741         when the macro ignores it.
19742         Based on a patch by Eric Blake <ebb9@byu.net>.
19743
19744 2008-06-17  Bruno Haible  <bruno@clisp.org>
19745
19746         * modules/tls (License): Change to LGPLv2+.
19747         Reported by Eric Blake.
19748
19749 2008-06-17  Eric Blake  <ebb9@byu.net>
19750
19751         Simplify c-stack prerequisites.
19752         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
19753         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
19754         no longer requires <ucontext.h> to exist.  Optimize setrlimit
19755         check.
19756         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
19757         <sys/resource.h>.
19758
19759         Move c-stack test into testsuite.
19760         * modules/c-stack-tests: New file.
19761         * lib/c-stack.c [DEBUG]: Move test program...
19762         * tests/test-c-stack.c: ...into this new file.  Skip rather than
19763         fail test if sigaltstack is lacking.
19764         * tests/test-c-stack.sh: New driver file.
19765
19766 2008-06-16  Eric Blake  <ebb9@byu.net>
19767
19768         Use raise module consistently.
19769         * modules/fatal-signal (Depends-on): Add raise.
19770         * modules/sigprocmask (Depends-on): Likewise.
19771         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
19772         * lib/sigprocmask.c (sigprocmask): Likewise.
19773         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
19774         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
19775
19776         Fix compliance bug in sigpending.
19777         * lib/sigprocmask.c (sigpending): Return pending array via
19778         parameter, not return value.
19779
19780 2008-06-14  Eric Blake  <ebb9@byu.net>
19781
19782         Improve obstack-printf test code.
19783         * tests/test-obstack-printf.c (test_function): Fix comment, and
19784         simplify usage of obstack_* in macros.  Add a test for coverage.
19785         Reported by Bruno Haible.
19786
19787 2008-06-14  Bruno Haible  <bruno@clisp.org>
19788
19789         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
19790         array size as a constant, not as a const variable.
19791         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
19792         AC_USE_SYSTEM_EXTENSIONS.
19793         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
19794         Test whether the obstack_printf function actually exists.
19795         * modules/obstack-printf (Depends-on): Add extensions.
19796         (Include): Remove obstack.h.
19797         * modules/obstack-printf-posix (Depends-on): Add extensions.
19798         (Include): Remove obstack.h.
19799
19800 2008-06-13  Eric Blake  <ebb9@byu.net>
19801
19802         Add obstack-printf and obstack-printf-posix modules.
19803         * modules/obstack-printf: New file.
19804         * modules/obstack-printf-posix: Likewise.
19805         * MODULES.html.sh (Misc): Mention them.
19806         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
19807         Likewise.
19808         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
19809         Likewise.
19810         * modules/stdio (Makefile.am): Accomodate new modules.
19811         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
19812         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
19813         Declare.
19814         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
19815         functions.
19816         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
19817         (gl_REPLACE_OBSTACK_PRINTF): New macros
19818         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
19819         * tests/test-obstack-printf.c: New file.
19820         * modules/obstack-printf-tests: Likewise.
19821         * modules/obstack-printf-posix-tests: Likewise.
19822
19823 2008-06-11  Bruno Haible  <bruno@clisp.org>
19824
19825         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
19826         * lib/open.c: Include errno.h.
19827         (open): Fail when attempting to write to a file that has a trailing
19828         slash.
19829         * tests/test-open.c (main): Test against trailing slash bug.
19830         * doc/posix-functions/open.texi: Mention the trailing slash bug.
19831
19832 2008-06-10  Bruno Haible  <bruno@clisp.org>
19833
19834         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
19835         for $? to work inside the trap command, with various /bin/sh-s.
19836         * tests/test-vc-list-files-cvs.sh: Likewise.
19837
19838 2008-06-10  Bruno Haible  <bruno@clisp.org>
19839
19840         * lib/acl-internal.h: Don't include gettext.h here.
19841         * lib/set-mode-acl.c: Include gettext.h here.
19842         * lib/copy-acl.c: Likewise.
19843
19844 2008-06-10  Bruno Haible  <bruno@clisp.org>
19845
19846         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
19847         * lib/wait-process.c (wait_subprocess): Likewise.
19848         * lib/execute.h (execute): Add termsigp argument.
19849         * lib/execute.c (execute): Likewise.
19850         * lib/csharpcomp.c (compile_csharp_using_pnet,
19851         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
19852         * lib/csharpexec.c (execute_csharp_using_pnet,
19853         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
19854         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
19855         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
19856         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
19857         is_jikes_present): Update.
19858         * lib/javaexec.c (execute_java_class): Update.
19859         * lib/javaversion.c (execute_and_read_line): Update.
19860         * NEWS: Document the changes.
19861         Reported by Eric Blake.
19862
19863 2008-06-10  Eric Blake  <ebb9@byu.net>
19864
19865         Add missing include.
19866         * tests/test-strstr.c (includes): Add <signal.h>.
19867         * tests/test-strcasestr.c (includes): Likewise.
19868         * tests/test-memmem.c (includes): Likewise.
19869
19870 2008-06-10  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/wait-process.c (wait_subprocess): Add an assertion.
19873
19874 2008-06-10  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
19877
19878 2008-06-10  Bruno Haible  <bruno@clisp.org>
19879
19880         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
19881         using alarm().
19882         * tests/test-strcasestr.c (main): Likewise.
19883         * tests/test-strstr.c (main): Likewise.
19884
19885 2008-06-09  Bruno Haible  <bruno@clisp.org>
19886
19887         Work around the Solaris 10 ACE ACLs ABI change.
19888         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
19889         declare if ACL_NO_TRIVIAL is present.
19890         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
19891         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
19892         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
19893         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
19894         define if ACL_NO_TRIVIAL is present.
19895         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
19896         and use the current ABI.
19897         (file_has_acl): Use same #if condition as elsewhere.
19898         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
19899         in use, and use the current ABI.
19900         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
19901         Reported by Jim Meyering.
19902
19903 2008-06-09  Eric Blake  <ebb9@byu.net>
19904
19905         Work around environments that (stupidly) ignore SIGALRM.
19906         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
19907         before using alarm().
19908         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19909         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19910         Reported by Ian Beckwith <ianb@erislabs.net>.
19911
19912         Produce autobuild blurb earlier in log.
19913         * modules/autobuild (configure.ac-early): Move AB_INIT here.
19914
19915 2008-06-09  Jim Meyering  <meyering@redhat.com>
19916         and OndÅ™ej Vašík  <ovasik@redhat.com>
19917
19918         utimens.c: correct kernel bug work-around
19919         OndÅ™ej Vašík found that the invalid return value of 280 indicates
19920         failure, not success, and the kernel bug we're trying to work
19921         around affects not just the utimensat call, but also the fallback
19922         futimens call.
19923         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
19924         not success.
19925         [HAVE_FUTIMENS]: Use the same work-around, here.
19926
19927 2008-06-09  Jim Meyering  <meyering@redhat.com>
19928
19929         add more guards around definition of ACE_-related code
19930         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
19931         ALLOW and ACE_OWNER are also defined.
19932
19933 2008-06-08  Bruno Haible  <bruno@clisp.org>
19934
19935         * lib/acl-internal.h: Add me as co-author.
19936         * lib/file-has-acl.c: Likewise.
19937         * lib/set-mode-acl.c: Likewise.
19938         * lib/copy-acl.c: Likewise.
19939
19940 2008-06-08  Bruno Haible  <bruno@clisp.org>
19941
19942         Add support for AIX ACLs.
19943         * lib/acl-internal.h (acl_nontrivial): New declaration.
19944         * lib/file-has-acl.c (acl_nontrivial): New function.
19945         (file_has_acl): Add implementation using AIX 4 ACL API.
19946         * lib/set-mode-acl.c (qset_acl): Likewise.
19947         * lib/copy-acl.c (qcopy_acl): Likewise.
19948
19949 2008-06-08  Bruno Haible  <bruno@clisp.org>
19950
19951         Add support for HP-UX ACLs.
19952         * lib/acl-internal.h (acl_nontrivial): New declaration.
19953         * lib/file-has-acl.c (acl_nontrivial): New function.
19954         (file_has_acl): Add implementation using HP-UX 11 ACL API.
19955         * lib/set-mode-acl.c (qset_acl): Likewise.
19956         * lib/copy-acl.c (qcopy_acl): Likewise.
19957
19958 2008-06-08  Bruno Haible  <bruno@clisp.org>
19959
19960         Add support for Cygwin ACLs.
19961         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
19962         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
19963         the chmod_or_fchmod call.
19964         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
19965
19966 2008-06-08  Bruno Haible  <bruno@clisp.org>
19967
19968         Fix bug with setuid modes in Solaris 10+ code.
19969         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
19970         succeeded, when the mode contains some special bits.
19971
19972 2008-06-08  Bruno Haible  <bruno@clisp.org>
19973
19974         Add support for Solaris 7..10 ACLs.
19975         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
19976         declarations.
19977         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
19978         functions.
19979         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
19980         * lib/set-mode-acl.c (qset_acl): Likewise.
19981         * lib/copy-acl.c (qcopy_acl): Likewise.
19982
19983 2008-06-08  Bruno Haible  <bruno@clisp.org>
19984
19985         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
19986         declaration.
19987         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
19988         (acl_access_nontrivial): Remove MacOS X case.
19989         (file_has_acl): Use acl_extended_nontrivial.
19990         * lib/copy-acl.c (qcopy_acl): Likewise.
19991
19992 2008-06-08  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
19995
19996 2008-06-08  Jim Meyering  <meyering@redhat.com>
19997
19998         * modules/acl (Maintainer): Add Bruno Haible.
19999
20000 2008-06-07  Bruno Haible  <bruno@clisp.org>
20001
20002         Improve support for Tru64 ACLs.
20003         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
20004         ACL on OSF/1.
20005
20006 2008-06-07  Bruno Haible  <bruno@clisp.org>
20007
20008         Add support for MacOS X ACLs.
20009         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
20010         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
20011         * lib/set-mode-acl.c (qset_acl): Likewise.
20012         * lib/copy-acl.c (qcopy_acl): Likewise.
20013
20014 2008-06-07  Bruno Haible  <bruno@clisp.org>
20015
20016         Fix memory leak introduced on 2008-05-22.
20017         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
20018         use.
20019
20020 2008-06-07  Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
20023         to construct an empty ACL.
20024
20025 2008-06-07  Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
20028         precisely.
20029         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
20030
20031 2008-06-07  Bruno Haible  <bruno@clisp.org>
20032
20033         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
20034         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
20035
20036 2008-06-07  Bruno Haible  <bruno@clisp.org>
20037
20038         * doc/posix-functions/_setjmp.texi: Explain the use of this function
20039         regardless of POSIX.
20040         * doc/posix-functions/_longjmp.texi: Likewise.
20041         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
20042         SystemV platform in this case.
20043
20044 2008-06-06  Eric Blake  <ebb9@byu.net>
20045
20046         Document abort() bugs.
20047         * doc/posix-functions/abort.texi (abort): Mention anomalies.
20048
20049         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
20050         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
20051         sigsetjmp.
20052         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
20053         siglongjmp, but only as a macro.
20054         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
20055         is obsolete.
20056         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
20057
20058         Tweak documentation to cover cygwin argz bugs.
20059         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
20060         argz bug fix; no code change needed since no cygwin releases
20061         occurred between the last fix and the bug being tested.
20062         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
20063         module and recently fixed cygwin bugs.
20064         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
20065         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
20066         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
20067         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
20068         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
20069         Likewise.
20070         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
20071         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
20072         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
20073         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
20074         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20075         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
20076         Likewise.
20077
20078         Avoid gcc warning on cygwin.
20079         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
20080         !ACL_NO_TRIVIAL]: Avoid unused variable.
20081
20082 2008-06-05  Eric Blake  <ebb9@byu.net>
20083
20084         Be tolerant of UNKNOWN version in gnulib-tool test dir.
20085         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
20086         git-version-gen fails to come up with a version.
20087         Reported by Simon Josefsson.
20088
20089 2008-06-05  Jim Meyering  <meyering@redhat.com>
20090             Paul Eggert  <eggert@cs.ucla.edu>
20091
20092         utimens.c: work around a probable Linux kernel bug
20093         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
20094         appears to be a kernel bug that causes utimensat to return 280
20095         instead of 0, indicating success.
20096
20097 2008-06-04  Bruno Haible  <bruno@clisp.org>
20098
20099         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
20100         2008-06-01 commit.
20101
20102 2008-06-04  Bruno Haible  <bruno@clisp.org>
20103
20104         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
20105         * lib/file-has-acl.c (acl_access_nontrivial): New function.
20106         (file_has_acl): Use it. Save errno afterwards.
20107         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
20108
20109 2008-06-03  Bruno Haible  <bruno@clisp.org>
20110
20111         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
20112         draft code. Simplify #ifs.
20113         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
20114         Put Solaris code after POSIX-draft code. Fix comments regarding
20115         Solaris 10, HP-UX. Mention Cygwin.
20116         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
20117
20118 2008-06-03  Eric Blake  <ebb9@byu.net>
20119
20120         Provide fallback for older kernels.
20121         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20122         Provide runtime fallback if kernel lacks support.
20123         Reported by Mike Frysinger.
20124
20125 2008-06-02  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20128         it exists.
20129
20130 2008-06-02  Bruno Haible  <bruno@clisp.org>
20131
20132         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
20133         * lib/copy-acl.c (qcopy_acl): Update comment.
20134
20135 2008-06-02  Bruno Haible  <bruno@clisp.org>
20136
20137         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
20138         like ACL APIs.
20139
20140 2008-06-02  Bruno Haible  <bruno@clisp.org>
20141
20142         * tests/test-file-has-acl.sh: Use different code for Cygwin.
20143         * tests/test-set-mode-acl.sh: Likewise.
20144         * tests/test-copy-acl.sh: Likewise.
20145         * tests/test-copy-file.sh: Likewise.
20146
20147 2008-06-02  Bruno Haible  <bruno@clisp.org>
20148
20149         * tests/test-file-has-acl.sh: Remove unused code.
20150
20151 2008-06-01  Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
20154         (copy_acl): Just a wrapper around qcopy_acl that emits the error
20155         messages.
20156         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
20157
20158 2008-06-01  Bruno Haible  <bruno@clisp.org>
20159
20160         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
20161         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
20162         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
20163         APIs.
20164         * modules/acl-tests (configure.ac): Remove tests now contained in
20165         m4/acl.m4.
20166
20167 2008-06-02  Jim Meyering  <meyering@redhat.com>
20168
20169         announce-gen: use a better key-server host name
20170         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
20171         it may be more consistently reliable.  Suggested by Werner Koch
20172         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
20173
20174 2008-06-01  Bruno Haible  <bruno@clisp.org>
20175
20176         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
20177         Reported by Voroskoi Andras <voroskoi@gmail.com>.
20178
20179 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
20180
20181         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
20182
20183 2008-06-01  Bruno Haible  <bruno@clisp.org>
20184
20185         New ACL tests.
20186         * tests/test-file-has-acl.sh: New file.
20187         * tests/test-file-has-acl.c: New file.
20188         * tests/test-set-mode-acl.sh: New file.
20189         * tests/test-set-mode-acl.c: New file.
20190         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
20191         * tests/test-copy-acl.c: New file.
20192         * modules/acl-tests: New file, based on modules/copy-file-tests.
20193         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
20194         (Depends-on): Add acl-tests.
20195         (configure.ac): Remove checks.
20196         (Makefile.am): Don't create test-sameacls program here any more.
20197
20198 2008-06-01  Bruno Haible  <bruno@clisp.org>
20199
20200         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
20201         * tests/test-sameacls.c: Include progname.h.
20202         (main): Invoke set_program_name. Portability fixes for MacOS X,
20203         Solaris, HP-UX.
20204
20205 2008-06-01  Bruno Haible  <bruno@clisp.org>
20206
20207         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
20208         function.
20209         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
20210
20211 2008-06-01  Bruno Haible  <bruno@clisp.org>
20212
20213         * modules/rpmatch (Depends-on): Add strdup.
20214
20215 2008-06-01  Bruno Haible  <bruno@clisp.org>
20216
20217         * lib/pipe.c: Include unistd-safer.h.
20218         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
20219         * modules/pipe (Depends-on): Add unistd-safer.
20220
20221 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20222
20223         * modules/autobuild (configure.ac): Call AB_INIT.
20224
20225 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20226
20227         * tests/test-getaddrinfo.c: Don't print debug messages by default.
20228         Suggested by Bruno Haible <bruno@clisp.org>.
20229
20230 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20231
20232         * tests/test-base64.c: Cast size_t to unsigned long when invoking
20233         printf.  Use %lu instead of %d.  Reported by Bruno Haible
20234         <bruno@clisp.org>.
20235
20236 2008-05-29  Eric Blake  <ebb9@byu.net>
20237
20238         Prefer new POSIX 200x interfaces over futimesat.
20239         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
20240         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
20241         when available.
20242         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
20243
20244 2008-05-28  Bruno Haible  <bruno@clisp.org>
20245
20246         * modules/stpcpy (License): Change to LGPLv2+.
20247         Requested by David Lutterkort <dlutter@redhat.com>.
20248
20249 2008-05-27  Bruno Haible  <bruno@clisp.org>
20250
20251         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
20252         current mingw.
20253         Reported by Jose E. Marchesi <jemarch@gnu.org>.
20254
20255 2008-05-27  Bruno Haible  <bruno@clisp.org>
20256
20257         * modules/iconv_open (Link): New section, from module 'iconv'.
20258         * modules/striconv (Link): Likewise.
20259         * modules/striconveh (Link): Likewise.
20260         * modules/xstriconv (Link): Likewise.
20261         * modules/unicodeio (Link): Likewise.
20262         * modules/propername (Link): Likewise.
20263         Reported by Jim Meyering.
20264
20265 2008-05-26  Jim Meyering  <meyering@redhat.com>
20266
20267         sha256: do not artificially restrict buffer length to be < 2^32
20268         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
20269         uint32_t to size_t.
20270         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
20271         to match.
20272
20273         avoid unaligned access errors, e.g., on sparc
20274         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
20275         direct access through a possibly-unaligned uint64* pointer.
20276         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20277         direct access through a possibly-unaligned uint32* pointer.
20278         Prompted by this patch from Tom "spot" Callaway:
20279         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20280
20281         sha512.c: fix typo in comment
20282         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20283
20284 2008-05-25  Bruno Haible  <bruno@clisp.org>
20285
20286         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20287         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20288         (Makefile.am): Update lib_SOURCES.
20289
20290 2008-05-25  Bruno Haible  <bruno@clisp.org>
20291
20292         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20293
20294 2008-05-25  Jim Meyering  <meyering@redhat.com>
20295
20296         useless-if-before-free: freed expr may have white-space differences
20297         * build-aux/useless-if-before-free: Recognize cases in which the
20298         freed expression differs from the tested one in embedded white
20299         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20300         $1 was used, so we can't make any regexp shy.  Improved tests now
20301         detect this.
20302
20303         useless-if-before-free: accept white space in the expression.
20304         * build-aux/useless-if-before-free: For now, any white space
20305         in the expression must be identical in the free argument.
20306
20307         useless-if-before-free: efficiency tweak
20308         * build-aux/useless-if-before-free: Make the expression-matching
20309         regexp "shy".
20310         Make the *outer* regexp shy, not the expr-matching one.
20311
20312         update code-in-comment to accept cast of free arg
20313         * build-aux/useless-if-before-free: Update regexp.
20314
20315 2008-05-25  Bruno Haible  <bruno@clisp.org>
20316
20317         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20318         * modules/copy-file-tests (Files, Makefile.am): Update.
20319         * tests/test-copy-file.c (func_test_copy): Update.
20320
20321 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20322
20323         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20324
20325 2008-05-23  Bruno Haible  <bruno@clisp.org>
20326
20327         Improve support for ACLs on OSF/1.
20328         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20329         Remove fallback for unknown flavors of ACLs.
20330
20331 2008-05-22  Bruno Haible  <bruno@clisp.org>
20332
20333         Add support for ACLs on OSF/1.
20334         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20335         replacements.
20336         (acl_free_text): New macro fallback.
20337         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20338         acl_free.
20339         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20340         acl_free_text function. Require AC_C_INLINE.
20341
20342 2008-05-22  Bruno Haible  <bruno@clisp.org>
20343
20344         Make copy_acl work on MacOS X 10.5.
20345         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20346         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20347         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20348         If MODE_INSIDE_ACL, don't assume that every system has the same text
20349         representation for ACLs as FreeBSD.
20350         * lib/copy-acl.c (copy_acl): Add support for platforms with
20351         !MODE_INSIDE_ACL.
20352         * lib/file-has-acl.c (file_has_acl): Likewise.
20353         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20354         FreeBSD, MacOS X, or IRIX, respectively.
20355
20356 2008-05-22  Bruno Haible  <bruno@clisp.org>
20357
20358         * lib/acl.h: Don't include <sys/acl.h>.
20359         (GETACLCNT): Move fallback to lib/acl-internal.h.
20360         * lib/acl-internal.h: Include <sys/acl.h> here.
20361         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20362
20363 2008-05-22  Bruno Haible  <bruno@clisp.org>
20364
20365         Split off copy_acl function to separate file.
20366         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20367         * lib/acl.c (copy_acl): Moved function to separate file.
20368         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20369         * modules/acl (Files): Add lib/copy-acl.c.
20370         (Makefiles.am): Augment lib_SOURCES.
20371
20372 2008-05-22  Bruno Haible  <bruno@clisp.org>
20373
20374         * modules/copy-file-tests: New file.
20375         * tests/test-copy-file.sh: New file.
20376         * tests/test-copy-file.c: New file.
20377         * tests/test-copy-file-sameacls.c: New file.
20378
20379 2008-05-22  Eric Blake  <ebb9@byu.net>
20380
20381         Avoid gcc warning.
20382         * tests/test-memcmp.c (main): Pass NULL indirectly.
20383
20384 2008-05-21  Bruno Haible  <bruno@clisp.org>
20385
20386         Add reference doc about ACLs.
20387         * doc/acl-resources.txt: New file.
20388         * doc/acl-cygwin.txt: New file.
20389
20390 2008-05-21  Bruno Haible  <bruno@clisp.org>
20391
20392         Avoid one more warning from gcc.
20393         * lib/vasnprintf.c (IF_LINT): Update comments.
20394         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20395
20396 2008-05-21  Jim Meyering  <meyering@redhat.com>
20397
20398         avoid a warning from gcc
20399         * lib/vasnprintf.c (IF_LINT): Define.
20400         (scale10_round_decimal_long_double):
20401         Use it to avoid a "may be used uninitialized" warning.
20402         (scale10_round_decimal_double): Likewise.
20403
20404 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20405
20406         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20407         declared.
20408
20409 2008-05-20  Bruno Haible  <bruno@clisp.org>
20410
20411         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20412         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20413
20414 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20415
20416         * modules/memcmp-tests: New file.
20417         * tests/test-memcmp.c: New file.
20418
20419 2008-05-19  Bruno Haible  <bruno@clisp.org>
20420
20421         * modules/propername (Notice, configure.ac): Put quoted "..." into
20422         --keyword option.
20423         * lib/propername.h: Update comments accordingly.
20424         Reported by Eric Blake.
20425
20426 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
20427
20428         * modules/getpass-gnu (Depends-on): Add fseeko.
20429
20430 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20431
20432         * modules/base64-tests: New file.
20433
20434 2008-05-19  Bo Borgerson <gigabo@gmail.com>
20435
20436         * lib/base64.c (base64_decode_ctx): If a decode context structure
20437         was passed in use it to ignore newlines.  If a context structure
20438         was _not_ passed in, continue to treat newlines as garbage (this
20439         is the historical behavior).  Formerly base64_decode.
20440         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20441         takes a decode context structure.
20442         * lib/base64.h (base64_decode): Macro for four-argument calls.
20443         (base64_decode_alloc): Likewise.
20444         * lib/base64.c (base64_decode_ctx): If a decode context structure
20445         was passed in use it to ignore newlines.  If a context structure
20446         was _not_ passed in, continue to treat newlines as garbage (this
20447         is the historical behavior).  Formerly base64_decode.
20448         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
20449         takes a decode context structure.
20450         * lib/base64.h (base64_decode): Macro for four-argument calls.
20451         (base64_decode_alloc): Likewise.
20452
20453 2008-05-19  Jim Meyering  <meyering@redhat.com>
20454
20455         avoid a warning from gcc
20456         * lib/trim.c (IF_LINT): Define.
20457         (trim2): Use it to avoid a "may be used uninitialized" warning.
20458
20459         Fix doc typo.
20460         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
20461
20462 2008-05-19  Bruno Haible  <bruno@clisp.org>
20463
20464         * doc/glibc-functions/getpass.texi: Document limits of other
20465         implementations.
20466
20467 2008-05-19  Simon Josefsson  <simon@josefsson.org>
20468             Bruno Haible <bruno@clisp.org>
20469
20470         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
20471
20472 2008-05-18  Bruno Haible  <bruno@clisp.org>
20473
20474         * modules/propername: New file, from GNU gettext.
20475         * lib/propername.h: New file, from GNU gettext.
20476         * lib/propername.c: New file, from GNU gettext.
20477         * MODULES.html.sh (Internationalization functions): Add propername.
20478
20479 2008-05-16  Jim Meyering  <meyering@redhat.com>
20480             Bruno Haible  <bruno@clisp.org>
20481
20482         Avoid some warnings from "gcc -Wshadow".
20483         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
20484
20485 2008-05-15  Eric Blake  <ebb9@byu.net>
20486
20487         Extend previous patch to cygwin 1.7.0.
20488         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
20489         fast implementation in cygwin >= 1.7.0.
20490         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20491         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20492
20493 2008-05-15  Bruno Haible  <bruno@clisp.org>
20494
20495         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
20496         implementation in glibc >= 2.9.
20497         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20498         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20499
20500 2008-05-15  Bruno Haible  <bruno@clisp.org>
20501
20502         * MODULES.html.sh (Internationalization functions): Remove linebreak.
20503         (Unicode string functions): Add unilbrk/*.
20504         Reported by Karl Berry.
20505
20506 2008-05-15  Eric Blake  <ebb9@byu.net>
20507
20508         Fix violation of <stdbool.h> replacement in regex.
20509         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
20510         * lib/regexec.c (re_search_internal): Likewise.
20511         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
20512
20513 2008-05-15  Jim Meyering  <meyering@redhat.com>
20514
20515         avoid distracting test output when git or cvs is not found
20516         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
20517         * tests/test-vc-list-files-git.sh: Likewise.
20518
20519 2008-05-15  Eric Blake  <ebb9@byu.net>
20520
20521         Glibc finally accepted the memmem speedup code, bugzilla #5514.
20522         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
20523         glibc version.
20524         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
20525         * doc/posix-functions/strstr.texi (strstr): Likewise.
20526         * lib/str-two-way.h (MAX): Sychronize with glibc.
20527
20528 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
20529
20530         * lib/regcomp.c (optimize_utf8): Add a note on why we test
20531         opr.ctx_type.
20532         (calc_first): Initialize constraint field.
20533         (duplicate_node_closure): Use it instead of special casing ANCHORS.
20534         Fix grammar.
20535         (duplicate_node): Merge constraint field for all node types.
20536         (calc_eclosure_iter): Look at constraint field for all node types.
20537         * lib/regex_internal.c (create_cd_newstate): Don't look at
20538         opr.ctx_type.
20539
20540 2008-05-14  Bruno Haible  <bruno@clisp.org>
20541
20542         Help GCC to do better code generation.
20543         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
20544         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
20545         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
20546         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
20547         Declare with attribute 'malloc' if supported.
20548
20549 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
20550
20551         use "echo STR|wc -c" rather than unportable "expr length STR"
20552         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
20553         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
20554
20555 2008-05-14  Jim Meyering  <meyering@redhat.com>
20556
20557         use dd ibs=$n count=1 ... rather than less-portable head -c$n
20558         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
20559         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
20560         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
20561         via Collin Lasse.
20562
20563 2008-05-14  Eric Blake  <ebb9@byu.net>
20564
20565         Avoid quadratic growth in gl_LIBSOURCES.
20566         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
20567         Suggested by Bruno Haible.
20568
20569         Test xmemdup0.
20570         * modules/xmemdup0-tests: New file.
20571         * tests/test-xmemdup0.c: Likewise.
20572
20573 2008-05-13  Eric Blake  <ebb9@byu.net>
20574
20575         Split xmemdup0 into its own module.
20576         * modules/xmemdup0: New file.
20577         * lib/xmemdup0.h: Likewise.
20578         * lib/xmemdup0.c: Likewise.
20579         * MODULES.html.sh (Memory management functions): Add xmemdup0.
20580         * lib/xalloc.h (xmemdup0): Remove.
20581         * lib/xmalloc.c (xmemdup0): Likewise.
20582
20583 2008-05-13  Eric Blake  <ebb9@byu.net>
20584             Bruno Haible  <bruno@clisp.org>
20585
20586         Reduce number of forks required during autoconf.
20587         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
20588         and gl_LIBSOURCES_DIR.
20589         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
20590         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
20591         m4_syscmd per file.
20592         <m4_foreach_w>: Move...
20593         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
20594
20595 2008-05-13  Eric Blake  <ebb9@byu.net>
20596
20597         * gnulib-tool: Fix various comment typos.
20598
20599 2008-05-12  Bruno Haible  <bruno@clisp.org>
20600
20601         Tailor the linebreaking algorithm.
20602         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
20603
20604 2008-05-12  Bruno Haible  <bruno@clisp.org>
20605
20606         Update to Unicode 5.0.0.
20607         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20608         LBP_JV, LBP_JT. Redistribute values.
20609         (unilbrk_table): Change size.
20610         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
20611         Unicode TR#14 rev. 22.
20612         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
20613         LBP_JV, LBP_JT. Redistribute values.
20614         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
20615         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
20616         Update.
20617         * lib/unilbrk/lbrkprop1.h: Regenerated.
20618         * lib/unilbrk/lbrkprop2.h: Regenerated.
20619         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
20620         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
20621         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
20622         Likewise.
20623         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
20624         Likewise.
20625         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
20626         result.
20627         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
20628         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
20629         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
20630         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
20631         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
20632         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
20633
20634 2008-05-11  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
20637
20638 2008-05-11  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
20641         * modules/unilbrk/gen-lbrk: New file.
20642
20643 2008-05-11  Bruno Haible  <bruno@clisp.org>
20644
20645         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
20646         * m4/sha512.m4 (gl_SHA512): Likewise.
20647
20648 2008-05-11  Jim Meyering  <meyering@redhat.com>
20649
20650         New modules: crypto/sha256, crypto/sha512 (from coreutils)
20651         * modules/crypto/sha256: New file.
20652         * modules/crypto/sha512: Likewise.
20653         * lib/sha256.c: Likewise.
20654         * lib/sha256.h: Likewise.
20655         * lib/sha512.c: Likewise.
20656         * lib/sha512.h: Likewise.
20657         * lib/u64.h: Likewise.
20658         * m4/sha256.m4: Likewise.
20659         * m4/sha512.m4: Likewise.
20660         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
20661
20662 2008-05-10  Bruno Haible  <bruno@clisp.org>
20663
20664         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
20665         (Input/Output <stdio.h>): Add xprintf.
20666         (Signal handling <signal.h>): Add strsignal.
20667         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
20668         (Core language properties): Add func.
20669         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
20670         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
20671         strings.
20672         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
20673         (Input/output): New section.
20674         (File system functions): Add openat-die, stat-macros.
20675         (Networking functions): Add sockets.
20676         (Unicode string functions): Add unictype/*.
20677         (Support for building libraries and executables): Add gperf.
20678         (Support for building documentation): Add agpl-3.0.
20679         (Misc): Add nocrash.
20680
20681 2008-05-10  Bruno Haible  <bruno@clisp.org>
20682
20683         * modules/unictype/gen-ctype: New file.
20684
20685 2008-05-10  Jim Meyering  <meyering@redhat.com>
20686
20687         Make chdir-safer.c more efficient on a system with no symlinks.
20688         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
20689         also if ELOOP is zero.  Suggested by Bruno Haible.
20690
20691         Make chdir-safer.c slightly safer.
20692         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
20693         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
20694
20695         Avoid compile failure on systems without ELOOP (like mingw).
20696         * lib/chdir-safer.c (ELOOP): Define if not already defined.
20697         Reported by Bruno Haible.
20698
20699 2008-05-10  Bruno Haible  <bruno@clisp.org>
20700
20701         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
20702         (is_utf8_encoding): Use a case-insensitive comparison.
20703         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
20704         streq.
20705
20706 2008-05-10  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
20709         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
20710         * lib/unilbrk/ulc-common.h (iconv_string_length,
20711         iconv_string_keeping_offsets): Remove declarations.
20712         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
20713         Don't include <iconv.h>, streq.h, xsize.h.
20714         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
20715         conversion.
20716         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
20717         <iconv.h>, streq.h, xsize.h.
20718         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
20719         conversion.
20720         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
20721         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
20722         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
20723         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
20724
20725 2008-05-10  Bruno Haible  <bruno@clisp.org>
20726
20727         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
20728         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
20729
20730         * modules/unilbrk/u32-width-linebreaks-tests: New file.
20731         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
20732
20733         * modules/unilbrk/u16-width-linebreaks-tests: New file.
20734         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
20735
20736         * modules/unilbrk/u8-width-linebreaks-tests: New file.
20737         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
20738
20739         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
20740         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
20741
20742         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
20743         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
20744
20745         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
20746         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
20747
20748         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
20749         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
20750
20751 2008-05-10  Bruno Haible  <bruno@clisp.org>
20752
20753         Split up 'linebreak' module.
20754         * lib/unilbrk.h: New file, based on lib/linebreak.h.
20755         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
20756         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
20757         modifications.
20758         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
20759         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
20760         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
20761         lib/linebreak.c.
20762         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
20763         lib/linebreak.c.
20764         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
20765         lib/linebreak.c.
20766         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
20767         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
20768         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
20769         lib/linebreak.c.
20770         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
20771         lib/linebreak.c.
20772         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
20773         lib/linebreak.c.
20774         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
20775         lib/linebreak.c.
20776         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
20777         lib/linebreak.c.
20778         * modules/unilbrk/base: New file.
20779         * modules/unilbrk/tables: New file.
20780         * modules/unilbrk/u8-possible-linebreaks: New file.
20781         * modules/unilbrk/u16-possible-linebreaks: New file.
20782         * modules/unilbrk/u32-possible-linebreaks: New file.
20783         * modules/unilbrk/ulc-common: New file.
20784         * modules/unilbrk/ulc-possible-linebreaks: New file.
20785         * modules/unilbrk/u8-width-linebreaks: New file.
20786         * modules/unilbrk/u16-width-linebreaks: New file.
20787         * modules/unilbrk/u32-width-linebreaks: New file.
20788         * modules/unilbrk/ulc-width-linebreaks: New file.
20789         * lib/linebreak.h: Remove file.
20790         * lib/linebreak.c: Remove file.
20791         * m4/linebreak.m4: Remove file.
20792         * modules/linebreak: Remove file.
20793         * NEWS: Mention the changes.
20794
20795 2008-05-09  Eric Blake  <ebb9@byu.net>
20796
20797         Add xmemdup0.
20798         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
20799         implementation.
20800         * lib/xmalloc.c (xmemdup0): New C implementation.
20801
20802 2008-05-08  Bruno Haible  <bruno@clisp.org>
20803
20804         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
20805
20806 2008-05-07  Eric Blake  <ebb9@byu.net>
20807
20808         Support cross-compilation of <wctype.h>.
20809         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
20810         AC_CACHE_CHECK.
20811
20812 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
20813
20814         * build-aux/vc-list-files: Add support for bzr.
20815
20816 2008-05-03  Jim Meyering  <meyering@redhat.com>
20817
20818         avoid failed assertion with tight malloc
20819         * tests/test-getndelim2.c: Correct an off-by-one assertion.
20820
20821 2008-05-03  Simon Josefsson  <simon@josefsson.org>
20822
20823         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
20824         are needed from arpa/inet.h.
20825         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
20826         Reported by Bruno Haible.
20827
20828 2008-05-02  Jim Meyering  <meyering@redhat.com>
20829
20830         avoid compilation error on FreeBSD 6
20831         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
20832
20833 2008-05-01  Jim Meyering  <meyering@redhat.com>
20834
20835         useless-if-before-free: correct --help's exit status description
20836         * build-aux/useless-if-before-free (usage): Like grep, exit 0
20837         for one or more matches, etc.  Reported by Bruno Haible.
20838
20839         vc-list-files: make the stand-alone gnulib test work
20840         * modules/vc-list-files-tests (configure.ac):
20841         Define and AC_SUBST abs_aux_dir.
20842         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
20843         $(abs_top_srcdir) to each script and having each of them
20844         duplicate the work of setting PATH, set PATH here, using
20845         the new variable, abs_aux_dir instead.
20846         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
20847         * tests/test-vc-list-files-git.sh: Likewise.
20848         Reported by Bruno Haible.
20849
20850 2008-05-01  Bruno Haible  <bruno@clisp.org>
20851
20852         * lib/getndelim2.c (getndelim2): Fix newsize computation during
20853         reallocation. Rename 'done' to 'found_delimiter'.
20854
20855 2008-05-01  Jim Meyering  <meyering@redhat.com>
20856
20857         vc-list-files: accommodate /bin/sh like the one from Solaris 10
20858         * build-aux/vc-list-files: Use `...`, not $(...).
20859
20860 2008-04-30  Jim Meyering  <meyering@redhat.com>
20861
20862         add tests for vc-list-files
20863         * modules/vc-list-files-tests: New module.
20864         * tests/test-vc-list-files-cvs.sh: New file.
20865         * tests/test-vc-list-files-git.sh: New file.
20866
20867         avoid a warning from gcc
20868         * lib/getndelim2.c (IF_LINT): Define.
20869         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
20870
20871         vc-list-files: work properly with build-aux/cvsu, too
20872         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
20873         to all cvs-based clauses.
20874
20875         vc-list-files: work properly in the CVS+awk case, too
20876         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
20877
20878         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
20879         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
20880         take more than one file argument, so .  Add quotes, just in case $dir
20881         ever contains a shell meta-character.  Prompted by Soren Hansen in
20882         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
20883
20884 2008-04-29  Eric Blake  <ebb9@byu.net>
20885
20886         Optimize getndelim2 to use block operations when possible.
20887         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
20888         freadseek, and memchr2.
20889         * lib/getndelim2.c (getndelim2): Use them for block reads.
20890
20891 2008-04-29  Bruno Haible  <bruno@clisp.org>
20892
20893         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
20894         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20895         * modules/inet_ntop (Depends-on): Add extensions.
20896         * modules/inet_pton (Depends-on): Likewise.
20897         Reported by Simon Josefsson.
20898
20899 2008-04-29  Jim Meyering  <meyering@redhat.com>
20900
20901         When the is more than one match in a block, match all of them.
20902         * build-aux/useless-if-before-free: Iterate through each block
20903         until there are no more matches.
20904
20905         Fix broken useless-if-before-free script.
20906         * build-aux/useless-if-before-free: Fix typo: missing "?" after
20907         the expression to match cast of argument to free-like function.
20908
20909 2008-04-29  Eric Blake  <ebb9@byu.net>
20910
20911         Use new header.
20912         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
20913
20914 2008-04-29  Jim Meyering  <meyering@redhat.com>
20915
20916         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
20917         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
20918         by gnulib to exist and to declare e.g., inet_ntop.
20919         Don't include "inet_ntop.h", now removed.
20920
20921         * m4/arpa_inet_h.m4: Remove trailing blanks.
20922
20923 2008-04-29  Eric Blake  <ebb9@byu.net>
20924
20925         Silence valgrind on safe reads beyond potential array bounds.
20926         * lib/rawmemchr.valgrind: New file.
20927         * lib/strchrnul.valgrind: Likewise.
20928         * modules/rawmemchr (Files): Distribute new file.
20929         * modules/strchrnul (Files): Likewise.
20930         Suggested by Bruno Haible.
20931
20932 2008-04-29  Bruno Haible  <bruno@clisp.org>
20933
20934         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
20935         (inet_ntop, inet_pton): Change portability warning's wording.
20936         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
20937         Invoke gl_CHECK_NEXT_HEADERS.
20938         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
20939         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
20940         set ARPA_INET_H.
20941         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
20942         * modules/arpa_inet (Description): No longer only for systems that
20943         lack it.
20944         (Depends-on): Add include_next.
20945         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
20946         HAVE_ARPA_INET_H.
20947
20948 2008-04-29  Jim Meyering  <meyering@redhat.com>
20949
20950         * modules/mkdir (License): Re-license as LGPLv2+.
20951
20952 2008-04-29  Bruno Haible  <bruno@clisp.org>
20953
20954         * modules/rawmemchr (Maintainer): Set to Eric.
20955         * modules/strchrnul (Maintainer): Likewise.
20956
20957 2008-04-29  Simon Josefsson  <simon@josefsson.org>
20958
20959         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
20960         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
20961
20962         * modules/arpa_inet (arpa/inet.h): Use them.
20963
20964 2008-04-28  Eric Blake  <ebb9@byu.net>
20965
20966         Test getndelim2.
20967         * modules/getndelim2-tests: New file.
20968         * tests/test-getndelim2.c: Likewise.
20969         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
20970         stream.
20971         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
20972
20973         * MODULES.html.sh: Document new module.
20974
20975 2008-04-20  Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/c-stack.c (die): Use raise.
20978         * modules/c-stack (Depends-on): Add raise.
20979
20980 2008-04-28  Bruno Haible  <bruno@clisp.org>
20981
20982         Expect rpmatch to be declared.
20983         * lib/yesno.c (rpmatch): Remove declaration.
20984
20985         Declare rpmatch.
20986         * lib/stdlib.in.h (rpmatch): New declaration.
20987         * lib/rpmatch.c: Include <stdlib.h> first.
20988         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
20989         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
20990         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
20991         HAVE_RPMATCH.
20992         * modules/rpmatch (Depends-on): Add stdlib, extensions.
20993         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20994         (Include): Set to <stdlib.h>.
20995         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
20996         HAVE_RPMATCH.
20997         * NEWS: Document the change.
20998
20999 2008-04-28  Bruno Haible  <bruno@clisp.org>
21000
21001         Change rpmatch to use nl_langinfo when appropriate.
21002         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
21003         (N_): New macro.
21004         (localized_pattern): New function/macro.
21005         (try): Remove match, nomatch arguments. Copy the pattern into safe
21006         memory before caching it.
21007         (rpmatch): Use localized_pattern. Add translator comments.
21008         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
21009         Suggested by Eric Blake.
21010         * modules/rpmatch (Depends-on): Add stdbool.
21011
21012 2008-04-28  Eric Blake  <ebb9@byu.net>
21013
21014         Add rawmemchr module, matching glibc.
21015         * modules/string (Makefile.am): New indicator.
21016         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
21017         * lib/string.in.h (rawmemchr): Declare when appropriate.
21018         * modules/rawmemchr: New file.
21019         * m4/rawmemchr.m4: Likewise.
21020         * lib/rawmemchr.c: Likewise.
21021         * modules/rawmemchr-tests: Likewise.
21022         * tests/test-rawmemchr.c: Likewise.
21023         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
21024         module.
21025         * modules/strchrnul (Depends-on): Add rawmemchr.
21026         * lib/strchrnul.c (strchrnul): Optimize a corner case.
21027
21028         Whitespace cleanup.
21029         * tests/test-strchrnul.c: Reindent.
21030         * lib/strchrnul.c: Likewise.
21031
21032         Optimize and test strchrnul.
21033         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
21034         * modules/strchrnul-tests: New file.
21035         * tests/test-strchrnul.c: Likewise.
21036
21037         Remove intprops dependency.
21038         * modules/memchr (Depends-on): Remove intprops.
21039         * modules/memrchr (Depends-on): Likewise.
21040         * modules/memchr2 (Depends-on): Likewise.
21041         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
21042         * lib/memrchr.c (__memrchr): Likewise.
21043         * lib/memrchr2.c (memchr2): Likewise.
21044         Reported by Simon Josefsson.
21045
21046 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21047
21048         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
21049         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21050
21051 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21052
21053         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
21054
21055         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
21056
21057         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
21058
21059         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
21060         declarations.
21061         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
21062
21063         * m4/inet_pton.m4: Don't check for header files.
21064
21065         * m4/inet_ntop.m4: Don't check for header files.
21066
21067 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21068
21069         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
21070         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
21071         trigger for cygwin).
21072         Reported by Bruno Haible  <bruno@clisp.org>.
21073
21074 2008-04-28  Bruno Haible  <bruno@clisp.org>
21075
21076         * doc/posix-functions/strdup.texi: Mention mingw problem.
21077
21078 2008-04-27  Bruno Haible  <bruno@clisp.org>
21079
21080         * modules/stat-time-tests (Depends-on): Add sleep.
21081         * tests/test-stat-time.c (force_unlink): New function.
21082         (cleanup): Use it.
21083         (test_mtime): Remove the ctime related tests.
21084         (test_ctime): New function, containing the ctime related tests.
21085         (main): Call test_ctime, except on native Windows platforms.
21086
21087 2008-04-27  Bruno Haible  <bruno@clisp.org>
21088
21089         * lib/rpmatch.c (rpmatch): Add some comments.
21090         Reported by James Youngman <jay@gnu.org>.
21091
21092 2008-04-27  Bruno Haible  <bruno@clisp.org>
21093
21094         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
21095         quiet NaNs.
21096
21097 2008-04-27  Bruno Haible  <bruno@clisp.org>
21098
21099         Make test-yesno.sh work on mingw.
21100         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
21101         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
21102         (main): Set stdin to binary mode.
21103         * modules/yesno-tests (Depends-on): Add binary-io.
21104
21105 2008-04-27  Bruno Haible  <bruno@clisp.org>
21106
21107         Fix 'isfinite' on x86, x86_64, ia64 platforms.
21108         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
21109         argument that lie outside the IEEE 854 domain.
21110         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
21111         (gl_ISFINITE): Use it.
21112         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
21113
21114 2008-04-27  Bruno Haible  <bruno@clisp.org>
21115
21116         Allow local renaming in config.h.
21117         * lib/memrchr.c (memrchr): Don't undefine outside libc.
21118
21119 2008-04-27  Bruno Haible  <bruno@clisp.org>
21120
21121         * lib/memchr.c (__memchr): Change type of 'i'.
21122         * lib/memchr2.c (memchr2): Likewise.
21123
21124 2008-04-26  Eric Blake  <ebb9@byu.net>
21125         and Bruno Haible  <bruno@clisp.org>
21126
21127         Optimize and test memrchr.
21128         * modules/memrchr (Depends-on): Add intprops.
21129         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
21130         * modules/memrchr-tests: New file.
21131         * tests/test-memrchr.c: New file.
21132
21133 2008-04-26  Bruno Haible  <bruno@clisp.org>
21134
21135         Add tentative support for DragonFly BSD.
21136         * lib/stdio-impl.h: Add macros for DragonFly BSD.
21137         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
21138         fp.
21139         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21140         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
21141         * lib/fpurge.c (fpurge): Likewise.
21142         * lib/freadable.c (freaadable): Likewise.
21143         * lib/freadahead.c (freadahead): Likewise.
21144         * lib/freading.c (freading): Likewise.
21145         * lib/freadptr.c (freadptr): Likewise.
21146         * lib/freadseek.c (freadptrinc): Likewise.
21147         * lib/fseeko.c (fseeko): Likewise.
21148         * lib/fseterr.c (fseterr): Likewise.
21149         * lib/fwritable.c (fwritable): Likewise.
21150         * lib/fwriting.c (fwriting): Likewise.
21151
21152 2008-04-26  Bruno Haible  <bruno@clisp.org>
21153
21154         * lib/stdio-impl.h: New file.
21155         * lib/fbufmode.c: Include stdio-impl.h.
21156         (fbufmode): Use fp_, remove redundant #defines.
21157         * lib/fflush.c: Include stdio-impl.h.
21158         (clear_ungetc_buffer): Remove redundant #defines.
21159         * lib/fpurge.c: Include stdio-impl.h.
21160         (fpurge): Remove redundant #defines.
21161         * lib/freadable.c: Include stdio-impl.h.
21162         (freadable): Remove redundant #defines.
21163         * lib/freadahead.c: Include stdio-impl.h.
21164         (freadahead): Remove redundant #defines.
21165         * lib/freading.c: Include stdio-impl.h.
21166         (freading): Remove redundant #defines.
21167         * lib/freadptr.c: Include stdio-impl.h.
21168         (freadptr): Remove redundant #defines.
21169         * lib/freadseek.c: Include stdio-impl.h.
21170         (freadptrinc): Remove redundant #defines.
21171         * lib/fseeko.c: Include stdio-impl.h.
21172         (rpl_fseeko): Remove redundant #defines.
21173         * lib/fseterr.c: Include stdio-impl.h.
21174         (fseterr): Remove redundant #defines.
21175         * lib/fwritable.c: Include stdio-impl.h.
21176         (fwritable: Remove redundant #defines.
21177         * lib/fwriting.c: Include stdio-impl.h.
21178         (fwriting): Remove redundant #defines.
21179         * modules/fbufmode (Files): Add lib/stdio-impl.h.
21180         * modules/fflush (Files): Likewise.
21181         * modules/fpurge (Files): Likewise.
21182         * modules/freadable (Files): Likewise.
21183         * modules/freadahead (Files): Likewise.
21184         * modules/freading (Files): Likewise.
21185         * modules/freadptr (Files): Likewise.
21186         * modules/freadseek (Files): Likewise.
21187         * modules/fseeko (Files): Likewise.
21188         * modules/fseterr (Files): Likewise.
21189         * modules/fwritable (Files): Likewise.
21190         * modules/fwriting (Files): Likewise.
21191
21192 2008-04-26  Bruno Haible  <bruno@clisp.org>
21193
21194         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21195         restore_seek_optimization, update_fpos_cache): New functions, extracted
21196         from rpl_fflush.
21197         (rpl_fflush): Use them.
21198         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
21199         (gl_REPLACE_FFLUSH): Use it.
21200
21201 2008-04-26  Bruno Haible  <bruno@clisp.org>
21202
21203         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
21204         on Solaris.
21205         * tests/test-xstrtoimax.sh: Likewise.
21206         * tests/test-xstrtoumax.sh: Likewise.
21207         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21208
21209 2008-04-26  Bruno Haible  <bruno@clisp.org>
21210
21211         * modules/memchr-tests: New file.
21212         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
21213
21214 2008-04-26  Eric Blake  <ebb9@byu.net>
21215             Bruno Haible  <bruno@clisp.org>
21216
21217         * lib/memchr.c: Include intprops.h.
21218         (__memchr): Optimize parallel detection of matching bytes. Rename local
21219         variables. Add explanatory comments.
21220
21221 2008-04-26  Bruno Haible  <bruno@clisp.org>
21222
21223         Fix module 'memchr', broken since 2000-10-28.
21224         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
21225
21226 2008-04-26  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
21229         comments.
21230
21231 2008-04-25  Eric Blake  <ebb9@byu.net>
21232
21233         Use native fstatat on cygwin 1.7.0.
21234         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
21235         first.
21236
21237 2008-04-23  Eric Blake  <ebb9@byu.net>
21238
21239         Improve memchr2 performance.
21240         * lib/memchr2.c (memchr2): Further optimize parallel detection of
21241         NUL bytes.
21242         * modules/memchr2 (Depends-on): Use intprops.h.
21243
21244 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21245
21246         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
21247         an inline function instead of a CPP macro.  Patch by Ben Pfaff
21248         <blp@cs.stanford.edu>.
21249
21250 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21251
21252         * lib/arpa_inet.in.h: New file.
21253
21254         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
21255         (Makefile.am): Sed in substitute header file.
21256
21257         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
21258         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
21259
21260         * modules/inet_ntop (configure.ac): Use
21261         gl_ARPA_INET_MODULE_INDICATOR.
21262
21263         * modules/inet_pton (configure.ac): Use
21264         gl_ARPA_INET_MODULE_INDICATOR.
21265
21266 2008-04-22  Jim Meyering  <meyering@redhat.com>
21267
21268         * modules/verify (License): Re-license as LGPLv2+.
21269
21270 2008-04-22  Simon Josefsson  <simon@josefsson.org>
21271
21272         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
21273         parameter to void* as per POSIX standard (MinGW uses char*).
21274
21275 2008-04-21  Bruno Haible  <bruno@clisp.org>
21276
21277         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21278         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21279         Define to replacements if REPLACE_ISWCNTRL is 1.
21280         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21281         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21282         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21283         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21284         what it fixes.
21285         * doc/posix-functions/iswalpha.texi: Likewise.
21286         * doc/posix-functions/iswblank.texi: Likewise.
21287         * doc/posix-functions/iswcntrl.texi: Likewise.
21288         * doc/posix-functions/iswdigit.texi: Likewise.
21289         * doc/posix-functions/iswgraph.texi: Likewise.
21290         * doc/posix-functions/iswlower.texi: Likewise.
21291         * doc/posix-functions/iswprint.texi: Likewise.
21292         * doc/posix-functions/iswpunct.texi: Likewise.
21293         * doc/posix-functions/iswspace.texi: Likewise.
21294         * doc/posix-functions/iswupper.texi: Likewise.
21295         * doc/posix-functions/iswxdigit.texi: Likewise.
21296         Reported by Alain Guibert.
21297
21298 2008-04-21  Bruno Haible  <bruno@clisp.org>
21299
21300         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21301         Patch by Alain Guibert.
21302
21303 2008-04-21  Bruno Haible  <bruno@clisp.org>
21304
21305         Fix test failures on mingw.
21306         * tests/test-xstrtol.c (print_no_progname): New function.
21307         (main): Install it in error_print_progname hook.
21308         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21309         * tests/test-xstrtoimax.sh: Likewise.
21310         * tests/test-xstrtoumax.sh: Likewise.
21311
21312 2008-04-21  Bruno Haible  <bruno@clisp.org>
21313
21314         Fix test failure on mingw.
21315         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21316
21317 2008-04-21  Bruno Haible  <bruno@clisp.org>
21318
21319         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21320         Actually assign a value.
21321
21322 2008-04-20  Bruno Haible  <bruno@clisp.org>
21323
21324         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21325         take 2.
21326         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21327         'canonicalize-lgpl' module is also used.
21328         * lib/canonicalize-lgpl.c: Undo last change.
21329         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21330
21331 2008-04-20  Bruno Haible  <bruno@clisp.org>
21332
21333         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21334         config.h. Provide _mkdir based fallback for mingw.
21335         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21336         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21337         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21338         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21339         rather than defining mkdir in config.h.
21340         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21341         (gl_SYS_STAT_H_DEFAULTS): New macro.
21342         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21343         HAVE_IO_H any more.
21344         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21345         HAVE_DECL_MKDIR and HAVE_IO_H.
21346
21347 2008-04-20  Bruno Haible  <bruno@clisp.org>
21348
21349         * lib/isapipe.c: Port to native Windows platforms.
21350
21351 2008-04-20  Bruno Haible  <bruno@clisp.org>
21352
21353         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21354
21355 2008-04-21  Eric Blake  <ebb9@byu.net>
21356
21357         Work around preprocessors that don't handle UINTMAX_MAX.
21358         * lib/memchr2.c (memchr2): Avoid embedded #if.
21359         Reported by Alain Guibert, fix suggested by Bruno Haible.
21360
21361 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21362
21363         * doc/posix-functions/strftime.texi (strftime): Explain better
21364         Windows incompatibility.  Suggested by Micah Cowan
21365         <micah@cowan.name>.
21366
21367 2008-04-20  Bruno Haible  <bruno@clisp.org>
21368
21369         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21370         unistr/u8-mblen.
21371
21372 2008-04-20  Bruno Haible  <bruno@clisp.org>
21373
21374         Fix test failure on platforms with non-GNU iconv.
21375         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21376         (U_TO_U8): Use it, rather than u16_to_u8.
21377         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21378         units at the end of the input string.
21379         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21380
21381 2008-04-20  Bruno Haible  <bruno@clisp.org>
21382
21383         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21384         when the resulting length is 0.
21385         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21386
21387 2008-04-20  Bruno Haible  <bruno@clisp.org>
21388
21389         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21390         works.
21391         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21392
21393 2008-04-20  Bruno Haible  <bruno@clisp.org>
21394
21395         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21396         * modules/tsearch-tests (configure.ac): Test for initstate function.
21397
21398 2008-04-20  Bruno Haible  <bruno@clisp.org>
21399
21400         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21401         for nlink_t if missing.
21402         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21403
21404 2008-04-19  Bruno Haible  <bruno@clisp.org>
21405
21406         Work around snprintf bug on Linux libc5.
21407         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21408         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21409         gl_SNPRINTF_SIZE1.
21410         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21411         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21412         that test failed.
21413         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21414         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21415         * modules/snprintf (Files): Add m4/printf.m4.
21416         * modules/vsnprintf (Files): Likewise.
21417         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21418         * doc/posix-functions/vsnprintf.texi: Likewise.
21419
21420 2008-04-19  Bruno Haible  <bruno@clisp.org>
21421
21422         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21423         from 0.0058 to less than 10^-7.
21424
21425 2008-04-19  Bruno Haible  <bruno@clisp.org>
21426
21427         Fix rounding when a precision is given.
21428         * lib/vasnprintf.c (is_borderline): New function.
21429         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
21430         9...9x.
21431         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
21432         %e, %g.
21433         * tests/test-vasprintf-posix.c (test_function): Likewise.
21434         * tests/test-snprintf-posix.h (test_function): Likewise.
21435         * tests/test-sprintf-posix.h (test_function): Likewise.
21436         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
21437         * tests/test-printf-posix.h (test_function): Likewise.
21438         * tests/test-printf-posix.output: Update.
21439         Reported by John Darrington <john@darrington.wattle.id.au> via
21440         Ben Pfaff <blp@cs.stanford.edu>.
21441
21442 2008-04-18  Simon Josefsson  <simon@josefsson.org>
21443
21444         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
21445         Suggested by Bruno Haible <bruno@clisp.org>.
21446
21447 2008-04-17  Bruno Haible  <bruno@clisp.org>
21448
21449         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
21450         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
21451         implementation.
21452         Patch by Bruce Merry <bmerry@gmail.com>.
21453
21454 2008-04-17  Simon Josefsson  <simon@josefsson.org>
21455
21456         * doc/posix-functions/strftime.texi (strftime): Mention that %e
21457         doesn't work under Windows.
21458
21459 2008-04-16  Bruno Haible  <bruno@clisp.org>
21460
21461         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
21462         New macros.
21463         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
21464         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
21465         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
21466         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
21467         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
21468         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
21469         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
21470         macros.
21471         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
21472         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
21473         Northern Sotho, Uighur.
21474
21475 2008-04-16  Bruno Haible  <bruno@clisp.org>
21476
21477         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
21478         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
21479         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
21480         Reported by Daniel Bergström <daniel@octocode.com>.
21481
21482 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
21483             Bruno Haible  <bruno@clisp.org>
21484
21485         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
21486         function.
21487         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
21488         New functions, mostly extracted from gl_locale_name_default.
21489         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
21490
21491 2008-04-16  Eric Blake  <ebb9@byu.net>
21492
21493         Adjust strtod detection to catch glibc 2.7 bug.
21494         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
21495         Reported by John Gatewood Ham.
21496
21497 2008-04-16  Bruno Haible  <bruno@clisp.org>
21498
21499         Add tentative support for Linux libc5.
21500         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
21501         * lib/fpurge.c (fpurge): Likewise.
21502         * lib/freadable.c (freadable): Likewise.
21503         * lib/freadahead.c (freadahead): Likewise.
21504         * lib/freading.c (freading): Likewise.
21505         * lib/freadptr.c (freadptr): Likewise.
21506         * lib/freadseek.c (freadptrinc): Likewise.
21507         * lib/fseeko.c (rpl_fseeko): Likewise.
21508         * lib/fseterr.c (fseterr): Likewise.
21509         * lib/fwritable.c (fwritable): Likewise.
21510         * lib/fwriting.c (fwriting): Likewise.
21511         Reported by Alain Guibert <alguibert+bts@free.fr>.
21512
21513 2008-04-15  Bruno Haible  <bruno@clisp.org>
21514
21515         * modules/mathl (configure.ac): Define module indicator.
21516
21517 2008-04-15  Bruno Haible  <bruno@clisp.org>
21518
21519         * lib/logl.c (logl): Remove unused variables.
21520
21521 2008-04-15  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
21524         fails.
21525
21526 2008-04-15  Bruno Haible  <bruno@clisp.org>
21527
21528         * lib/trim.c (trim2): Fix argument of isspace() macro.
21529
21530 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
21531
21532         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
21533         to 0.
21534         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
21535
21536 2008-04-14  Bruno Haible  <bruno@clisp.org>
21537
21538         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
21539         AC_LANG_PROGRAM argument.
21540         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
21541         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
21542         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
21543         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
21544         * m4/math_h.m4 (gl_MATH_H): Likewise.
21545         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
21546         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21547         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
21548         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
21549         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21550         * m4/regex.m4 (gl_REGEX): Likewise.
21551         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
21552         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
21553         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21554         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
21555         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
21556         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21557         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21558         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
21559
21560 2008-04-14  Jim Meyering  <meyering@redhat.com>
21561
21562         test-strtod: fix typos: s/abs/fabs/
21563         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
21564
21565 2008-04-13  Bruno Haible  <bruno@clisp.org>
21566
21567         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
21568         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
21569         module is also used and while not building the reloc-wrapper.
21570
21571 2008-04-13  Bruno Haible  <bruno@clisp.org>
21572
21573         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
21574
21575 2008-04-13  Bruno Haible  <bruno@clisp.org>
21576
21577         Fix AIX compilation failure introduced on 2008-04-02.
21578         * tests/test-frexp.c (exp): Undefine before redefining.
21579         * tests/test-frexpl.c (exp): Likewise.
21580
21581 2008-04-13  Bruno Haible  <bruno@clisp.org>
21582
21583         Work around a HP-UX stdio bug.
21584         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
21585         * tests/test-ftello.c (main): Likewise.
21586         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
21587         * doc/posix-functions/ftello.texi: Likewise.
21588
21589 2008-04-13  Bruno Haible  <bruno@clisp.org>
21590
21591         Make test-signbit pass on HP-UX/hppa.
21592         * tests/test-signbit.c (minus_zerol): New variable.
21593         (test_signbitl): Use it.
21594
21595 2008-04-13  Bruno Haible  <bruno@clisp.org>
21596
21597         Make truncl work on OSF/1 4.0.
21598         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
21599         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21600         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
21601         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
21602         HAVE_DECL_TRUNCL.
21603         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
21604         HAVE_DECL_TRUNCL.
21605         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
21606
21607 2008-04-13  Bruno Haible  <bruno@clisp.org>
21608
21609         * lib/unictype.h: Remove trailing comma from enumeration definitions.
21610
21611 2008-04-13  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
21614         expression, so as to avoid HP-UX 11 cc compiler bug.
21615
21616 2008-04-13  Bruno Haible  <bruno@clisp.org>
21617
21618         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
21619
21620 2008-04-13  Bruno Haible  <bruno@clisp.org>
21621
21622         * lib/git-merge-changelog.c: Remove empty declaration outside of
21623         functions.
21624
21625 2008-04-13  Bruno Haible  <bruno@clisp.org>
21626
21627         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
21628
21629 2008-04-13  Bruno Haible  <bruno@clisp.org>
21630
21631         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
21632         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
21633         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
21634         also if it exists but lacks definitions of the SHUT_* macros.
21635         * modules/sys_socket (Description): Update.
21636         Reported by Elbert Pol <e.pol@chello.nl>.
21637
21638 2008-04-13  Bruno Haible  <bruno@clisp.org>
21639
21640         * lib/localcharset.c (OS2): Don't redefine if already defined.
21641         Reported by Elbert Pol <e.pol@chello.nl>.
21642
21643 2008-04-13  Bruno Haible  <bruno@clisp.org>
21644
21645         * lib/binary-io.h [__EMX__]: Include <io.h>.
21646         Reported by Elbert Pol <e.pol@chello.nl>.
21647
21648 2008-04-12  Bruno Haible  <bruno@clisp.org>
21649
21650         * lib/fpucw.h: Enable the definitions also for x86_64.
21651         Needed for NetBSD/x86_64.
21652         Reported by Thomas Klausner <tk@giga.or.at>.
21653
21654 2008-04-12  Bruno Haible  <bruno@clisp.org>
21655
21656         * tests/test-strtod.c: Include isnand.h.
21657         (main): Use isnand instead of isnan.
21658         Reported by Jim Meyering.
21659
21660 2008-04-12  Bruno Haible  <bruno@clisp.org>
21661
21662         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
21663         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
21664
21665 2008-04-12  Jim Meyering  <meyering@redhat.com>
21666
21667         * m4/math_h.m4 (gl_MATH_H): Fix typos.
21668
21669 2008-04-12  Bruno Haible  <bruno@clisp.org>
21670
21671         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
21672         Reported by Elbert Pol <e.pol@chello.nl>.
21673
21674 2008-04-12  Eric Blake  <ebb9@byu.net>
21675
21676         Work around Solaris 10 math.h bug.
21677         * m4/math_h.m4 (gl_MATH_H): Check for bug.
21678         (gl_MATH_H_DEFAULTS): Set up default.
21679         * modules/math (Makefile.am): Replace new indicators.
21680         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
21681         * tests/test-math.c (main): Test this.
21682         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
21683         * doc/posix-headers/math.texi (math.h): Mention bug.
21684         Reported by Nelson H. F. Beebe and Jim Meyering.
21685
21686 2008-04-11  Bruno Haible  <bruno@clisp.org>
21687
21688         Adapt to future versions of Apple GCC.
21689         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
21690         Reported by Peter O'Gorman <peter@pogma.com>.
21691
21692 2008-04-11  Bruno Haible  <bruno@clisp.org>
21693
21694         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
21695
21696 2008-04-11  Bruno Haible  <bruno@clisp.org>
21697
21698         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
21699
21700         * modules/getaddrinfo-tests (Makefile.am): Define
21701         test_getaddrinfo_LDADD.
21702
21703 2008-04-11  Bruno Haible  <bruno@clisp.org>
21704
21705         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
21706         (init): Fix syntax error.
21707         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
21708         is declared.
21709
21710 2008-04-11  Bruno Haible  <bruno@clisp.org>
21711
21712         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
21713         * modules/glob (Depends-on): Add stdbool.
21714
21715 2008-04-11  Bruno Haible  <bruno@clisp.org>
21716
21717         * lib/trim.c: Include <string.h>.
21718
21719 2008-04-11  Eric Blake  <ebb9@byu.net>
21720
21721         Avoid compile failure on OS/2.
21722         * lib/regex_internal.h (internal_function): Disable optimization
21723         on OS/2 (__EMX__), where it caused compiler error.
21724         Reported by Elbert Pol.
21725
21726 2008-04-11  Bruno Haible  <bruno@clisp.org>
21727
21728         Flush the standard error stream before aborting. Needed on mingw.
21729         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
21730         * tests/test-array_list.c (ASSERT): Likewise.
21731         * tests/test-array_oset.c (ASSERT): Likewise.
21732         * tests/test-avltree_list.c (ASSERT): Likewise.
21733         * tests/test-avltree_oset.c (ASSERT): Likewise.
21734         * tests/test-avltreehash_list.c (ASSERT): Likewise.
21735         * tests/test-binary-io.c (ASSERT): Likewise.
21736         * tests/test-byteswap.c (ASSERT): Likewise.
21737         * tests/test-c-ctype.c (ASSERT): Likewise.
21738         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
21739         * tests/test-c-strcasestr.c (ASSERT): Likewise.
21740         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
21741         * tests/test-c-strstr.c (ASSERT): Likewise.
21742         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
21743         * tests/test-canonicalize.c (ASSERT): Likewise.
21744         * tests/test-carray_list.c (ASSERT): Likewise.
21745         * tests/test-ceilf1.c (ASSERT): Likewise.
21746         * tests/test-ceilf2.c (ASSERT): Likewise.
21747         * tests/test-ceill.c (ASSERT): Likewise.
21748         * tests/test-count-one-bits.c (ASSERT): Likewise.
21749         * tests/test-fbufmode.c (ASSERT): Likewise.
21750         * tests/test-fflush2.c (ASSERT): Likewise.
21751         * tests/test-floorf1.c (ASSERT): Likewise.
21752         * tests/test-floorf2.c (ASSERT): Likewise.
21753         * tests/test-floorl.c (ASSERT): Likewise.
21754         * tests/test-fopen.c (ASSERT): Likewise.
21755         * tests/test-fpending.c (ASSERT): Likewise.
21756         * tests/test-fprintf-posix.c (ASSERT): Likewise.
21757         * tests/test-fpurge.c (ASSERT): Likewise.
21758         * tests/test-freadable.c (ASSERT): Likewise.
21759         * tests/test-freadahead.c (ASSERT): Likewise.
21760         * tests/test-freading.c (ASSERT): Likewise.
21761         * tests/test-freadptr.c (ASSERT): Likewise.
21762         * tests/test-freadptr2.c (ASSERT): Likewise.
21763         * tests/test-freadseek.c (ASSERT): Likewise.
21764         * tests/test-freopen.c (ASSERT): Likewise.
21765         * tests/test-frexp.c (ASSERT): Likewise.
21766         * tests/test-frexpl.c (ASSERT): Likewise.
21767         * tests/test-fseek.c (ASSERT): Likewise.
21768         * tests/test-fseeko.c (ASSERT): Likewise.
21769         * tests/test-fstrcmp.c (ASSERT): Likewise.
21770         * tests/test-ftell.c (ASSERT): Likewise.
21771         * tests/test-ftello.c (ASSERT): Likewise.
21772         * tests/test-func.c (ASSERT): Likewise.
21773         * tests/test-fwritable.c (ASSERT): Likewise.
21774         * tests/test-fwriting.c (ASSERT): Likewise.
21775         * tests/test-getdelim.c (ASSERT): Likewise.
21776         * tests/test-getline.c (ASSERT): Likewise.
21777         * tests/test-i-ring.c (ASSERT): Likewise.
21778         * tests/test-iconv-utf.c (ASSERT): Likewise.
21779         * tests/test-iconv.c (ASSERT): Likewise.
21780         * tests/test-isfinite.c (ASSERT): Likewise.
21781         * tests/test-isnand.c (ASSERT): Likewise.
21782         * tests/test-isnanf.c (ASSERT): Likewise.
21783         * tests/test-isnanl.h (ASSERT): Likewise.
21784         * tests/test-ldexpl.c (ASSERT): Likewise.
21785         * tests/test-linked_list.c (ASSERT): Likewise.
21786         * tests/test-linkedhash_list.c (ASSERT): Likewise.
21787         * tests/test-localename.c (ASSERT): Likewise.
21788         * tests/test-lseek.c (ASSERT): Likewise.
21789         * tests/test-mbscasecmp.c (ASSERT): Likewise.
21790         * tests/test-mbscasestr1.c (ASSERT): Likewise.
21791         * tests/test-mbscasestr2.c (ASSERT): Likewise.
21792         * tests/test-mbscasestr3.c (ASSERT): Likewise.
21793         * tests/test-mbscasestr4.c (ASSERT): Likewise.
21794         * tests/test-mbschr.c (ASSERT): Likewise.
21795         * tests/test-mbscspn.c (ASSERT): Likewise.
21796         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
21797         * tests/test-mbspbrk.c (ASSERT): Likewise.
21798         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
21799         * tests/test-mbsrchr.c (ASSERT): Likewise.
21800         * tests/test-mbsspn.c (ASSERT): Likewise.
21801         * tests/test-mbsstr1.c (ASSERT): Likewise.
21802         * tests/test-mbsstr2.c (ASSERT): Likewise.
21803         * tests/test-mbsstr3.c (ASSERT): Likewise.
21804         * tests/test-memchr2.c (ASSERT): Likewise.
21805         * tests/test-memmem.c (ASSERT): Likewise.
21806         * tests/test-open.c (ASSERT): Likewise.
21807         * tests/test-printf-frexp.c (ASSERT): Likewise.
21808         * tests/test-printf-frexpl.c (ASSERT): Likewise.
21809         * tests/test-printf-posix.c (ASSERT): Likewise.
21810         * tests/test-quotearg.c (ASSERT): Likewise.
21811         * tests/test-rbtree_list.c (ASSERT): Likewise.
21812         * tests/test-rbtree_oset.c (ASSERT): Likewise.
21813         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
21814         * tests/test-round1.c (ASSERT): Likewise.
21815         * tests/test-roundf1.c (ASSERT): Likewise.
21816         * tests/test-roundl.c (ASSERT): Likewise.
21817         * tests/test-signbit.c (ASSERT): Likewise.
21818         * tests/test-sleep.c (ASSERT): Likewise.
21819         * tests/test-snprintf-posix.c (ASSERT): Likewise.
21820         * tests/test-snprintf.c (ASSERT): Likewise.
21821         * tests/test-sprintf-posix.c (ASSERT): Likewise.
21822         * tests/test-stat-time.c (ASSERT): Likewise.
21823         * tests/test-strcasestr.c (ASSERT): Likewise.
21824         * tests/test-strerror.c (ASSERT): Likewise.
21825         * tests/test-striconv.c (ASSERT): Likewise.
21826         * tests/test-striconveh.c (ASSERT): Likewise.
21827         * tests/test-striconveha.c (ASSERT): Likewise.
21828         * tests/test-strsignal.c (ASSERT): Likewise.
21829         * tests/test-strstr.c (ASSERT): Likewise.
21830         * tests/test-strtod.c (ASSERT): Likewise.
21831         * tests/test-trunc1.c (ASSERT): Likewise.
21832         * tests/test-trunc2.c (ASSERT): Likewise.
21833         * tests/test-truncf1.c (ASSERT): Likewise.
21834         * tests/test-truncf2.c (ASSERT): Likewise.
21835         * tests/test-truncl.c (ASSERT): Likewise.
21836         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
21837         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
21838         * tests/test-vasnprintf.c (ASSERT): Likewise.
21839         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
21840         * tests/test-vasprintf.c (ASSERT): Likewise.
21841         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
21842         * tests/test-vprintf-posix.c (ASSERT): Likewise.
21843         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
21844         * tests/test-vsnprintf.c (ASSERT): Likewise.
21845         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
21846         * tests/test-wcwidth.c (ASSERT): Likewise.
21847         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
21848         * tests/test-xprintf-posix.c (ASSERT): Likewise.
21849         * tests/test-xvasprintf.c (ASSERT): Likewise.
21850         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
21851         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
21852         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
21853         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
21854         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
21855         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
21856         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
21857         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
21858         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
21859         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
21860         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
21861         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
21862         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
21863         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
21864         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
21865         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
21866         * tests/unictype/test-block_list.c (ASSERT): Likewise.
21867         * tests/unictype/test-block_of.c (ASSERT): Likewise.
21868         * tests/unictype/test-block_test.c (ASSERT): Likewise.
21869         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
21870         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
21871         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
21872         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
21873         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
21874         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
21875         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
21876         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
21877         * tests/unictype/test-combining.c (ASSERT): Likewise.
21878         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
21879         * tests/unictype/test-digit.c (ASSERT): Likewise.
21880         * tests/unictype/test-mirror.c (ASSERT): Likewise.
21881         * tests/unictype/test-numeric.c (ASSERT): Likewise.
21882         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
21883         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
21884         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
21885         * tests/unictype/test-scripts.c (ASSERT): Likewise.
21886         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
21887         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
21888         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
21889         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
21890         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
21891         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
21892         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
21893         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
21894         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
21895         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
21896         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
21897         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
21898         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
21899         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
21900         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
21901         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
21902         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
21903         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
21904         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
21905         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
21906         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
21907         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
21908         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
21909         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
21910         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
21911         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
21912         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
21913         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
21914         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
21915         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
21916         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
21917         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
21918         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
21919         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
21920         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
21921         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
21922         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
21923         Reported by Eric Blake.
21924
21925 2008-04-11  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/wchar.in.h: Tweak comment.
21928
21929 2008-04-11  Bruno Haible  <bruno@clisp.org>
21930
21931         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
21932         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
21933         gl_COMMON.
21934         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
21935
21936 2008-04-11  Bruno Haible  <bruno@clisp.org>
21937
21938         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
21939
21940 2008-04-11  Simon Josefsson  <simon@josefsson.org>
21941
21942         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
21943         of attempting to use non-existing /dev/*random.  Based on patch
21944         from Adam Strzelecki <ono@java.pl> in
21945         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
21946
21947 2008-04-08  Bruno Haible  <bruno@clisp.org>
21948
21949         Add tentative support for emx+gcc.
21950         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
21951         * lib/fpurge.c (fpurge): Likewise.
21952         * lib/freadable.c (freadable): Likewise.
21953         * lib/freadahead.c (freadahead): Likewise.
21954         * lib/freading.c (freading): Likewise.
21955         * lib/freadptr.c (freadptr): Likewise.
21956         * lib/freadseek.c (freadptrinc): Likewise.
21957         * lib/fseeko.c (rpl_fseeko): Likewise.
21958         * lib/fseterr.c (fseterr): Likewise.
21959         * lib/fwritable.c (fwritable): Likewise.
21960         * lib/fwriting.c (fwriting): Likewise.
21961         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
21962
21963 2008-04-09  Eric Blake  <ebb9@byu.net>
21964
21965         Avoid some autoconf warnings.
21966         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
21967         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
21968         * m4/afs.m4 (gl_AFS): Likewise.
21969         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
21970         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
21971         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21972         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
21973         (gl_INTEGER_TYPE_SUFFIX): Likewise.
21974         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
21975         (AC_CHECK_DECLS_ONCE): Likewise.
21976         Rename file...
21977         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
21978         gnulib-tool requires autoconf 2.59 or better.
21979         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
21980
21981 2008-04-08  Eric Blake  <ebb9@byu.net>
21982
21983         Use 'git describe --match' if present (added in git 1.5.5).
21984         * build-aux/git-version-gen: Limit result to tags that match 'v*'
21985         if possible.
21986
21987 2008-04-08  Bruno Haible  <bruno@clisp.org>
21988
21989         Add tentative support for OpenServer.
21990         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
21991         _ptr, _cnt.
21992         * lib/fpurge.c (fpurge): Likewise.
21993         * lib/freadable.c (freadable): Likewise.
21994         * lib/freadahead.c (freadahead): Likewise.
21995         * lib/freading.c (freading): Likewise.
21996         * lib/freadptr.c (freadptr): Likewise.
21997         * lib/freadseek.c (freadptrinc): Likewise.
21998         * lib/fseeko.c (rpl_fseeko): Likewise.
21999         * lib/fseterr.c (fseterr): Likewise.
22000         * lib/fwritable.c (fwritable): Likewise.
22001         * lib/fwriting.c (fwriting): Likewise.
22002         Reported by Roger Cornelius <rac@tenzing.org> and
22003         Brian K. White <brian@aljex.com>.
22004
22005 2008-04-06  Jim Meyering  <meyering@redhat.com>
22006
22007         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
22008
22009 2008-04-06  Bruno Haible  <bruno@clisp.org>
22010
22011         Avoid possible error with non-ASCII bytes in UTF-8 locales.
22012         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
22013         * tests/test-printf-posix.sh: Likewise.
22014         * tests/test-vfprintf-posix.sh: Likewise.
22015         * tests/test-vprintf-posix.sh: Likewise.
22016         * tests/test-xprintf-posix.sh: Likewise.
22017
22018 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22019
22020         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
22021         hide error from 'ls', needed on OS/2.
22022         Report by Elbert Pol <elbert.pol@gmail.com>.
22023
22024 2008-04-04  Eric Blake  <ebb9@byu.net>
22025
22026         Make test-fseeko.c failures meaningful.
22027         * tests/test-fseeko.c: Print line number on failure.
22028         * tests/test-fseek.c: Likewise.
22029         Reported by Nelson H. F. Beebe.
22030
22031         Improve strtod bug detection check.
22032         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
22033         required for Solaris 10.
22034         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
22035
22036 2008-04-04  Bruno Haible  <bruno@clisp.org>
22037
22038         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
22039         by m4/setenv.m4.
22040
22041 2008-04-03  Eric Blake  <ebb9@byu.net>
22042
22043         Ensure sane .version contents.
22044         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
22045         version string.
22046         * build-aux/git-version-gen: Improve documentation.
22047
22048         Make GNU make output nicer.
22049         * top/GNUmakefile [!_have-Makefile]: Add dependency on
22050         MAKECMDGOALS to enforce message for all command line targets.  Set
22051         srcdir for use in maint.mk.
22052
22053         Another maintainer tweak.
22054         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
22055         a target that regenerates version.
22056
22057 2008-04-03  Jim Meyering  <meyering@redhat.com>
22058
22059         vc-list-files: don't cause coreutils "make po-check" failure
22060         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
22061
22062 2008-04-03  Eric Blake  <ebb9@byu.net>
22063
22064         Allow VPATH usage of vc-list-files.
22065         * build-aux/vc-list-files (scriptversion): Add timestamp.
22066         (options): Add --help, --version, -C.
22067         (CVS): Support installed cvsu.
22068
22069 2008-04-02  Bruno Haible  <bruno@clisp.org>
22070
22071         Avoid some "statement with no effect" warnings from gcc.
22072         * tests/test-wctype.c (main): Explicitly ignore unused values.
22073         Reported by Jim Meyering.
22074
22075 2008-04-02  Jim Meyering  <meyering@redhat.com>
22076
22077         Avoid some warnings from "gcc -Wshadow".
22078         * tests/test-frexp.c (exp): Define to a different identifier.
22079         * tests/test-frexpl.c (exp): Likewise.
22080
22081 2008-04-03  Jim Meyering  <meyering@redhat.com>
22082
22083         bootstrap: remove dangling *.[ch] symlinks from lib
22084         * build-aux/bootstrap [dangling symlink removal]: Move find's
22085         -depth option to precede all others, to avoid a warning.
22086         Remove *.[ch] files too, and from "$source_base" (usually lib/).
22087
22088 2008-04-02  Bruno Haible  <bruno@clisp.org>
22089
22090         Avoid some warnings from "gcc -Wshadow".
22091         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
22092         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
22093         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
22094         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
22095         Reported by Jim Meyering.
22096
22097 2008-04-01  Bruno Haible  <bruno@clisp.org>
22098
22099         Fix test to work on IRIX 6.5 with cc.
22100         * tests/test-math.c (numeric_equal): New function.
22101         (main): Use it.
22102
22103 2008-04-01  Bruno Haible  <bruno@clisp.org>
22104
22105         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
22106
22107 2008-04-01  Bruno Haible  <bruno@clisp.org>
22108
22109         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
22110         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22111         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
22112         (Depends-on): Remove math.
22113
22114         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
22115         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22116         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
22117         (Depends-on): Remove math.
22118
22119         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22120         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22121         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22122         (Depends-on): Remove math.
22123         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22124         (Depends-on): Remove math.
22125
22126         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22127         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22128         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22129         (Depends-on): Remove math.
22130         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
22131         (Depends-on): Remove math.
22132
22133         * tests/test-round1.c: Include nan.h.
22134         (main): Use NaNd instead of NAN.
22135         * modules/round-tests (Files): Add tests/nan.h.
22136
22137         * tests/test-trunc1.c: Include nan.h.
22138         (main): Use NaNd instead of NAN.
22139         * modules/trunc-tests (Files): Add tests/nan.h.
22140
22141         * tests/test-roundf1.c: Include nan.h.
22142         (main): Use NaNf instead of NAN.
22143         * modules/roundf-tests (Files): Add tests/nan.h.
22144
22145         * tests/test-truncf1.c: Include nan.h.
22146         (main): Use NaNf instead of NAN.
22147         * modules/truncf-tests (Files): Add tests/nan.h.
22148
22149         * tests/test-ceilf1.c: Include nan.h.
22150         (main): Use NaNf instead of NAN.
22151         * modules/ceilf-tests (Files): Add tests/nan.h.
22152
22153         * tests/test-floorf1.c: Include nan.h.
22154         (main): Use NaNf instead of NAN.
22155         * modules/floorf-tests (Files): Add tests/nan.h.
22156
22157         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
22158         (main): Use NaNf instead of NAN.
22159         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
22160
22161         * tests/test-isnand.c: Include nan.h instead of <math.h>.
22162         (main): Use NaNd instead of NAN.
22163         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
22164
22165         * tests/test-frexp.c: Include nan.h.
22166         (main): Use NaNd instead of NAN.
22167         * modules/frexp-tests (Files): Add tests/nan.h.
22168
22169         * lib/isnan.c: Don't include <math.h>.
22170         (FUNC): Don't use NAN macro.
22171         * modules/isnand-nolibm (Depends-on): Remove math.
22172         * modules/isnanf-nolibm (Depends-on): Remove math.
22173         * modules/isnanl (Depends-on): Remove math.
22174         * modules/isnanl-nolibm (Depends-on): Remove math.
22175
22176         * tests/nan.h: New file.
22177
22178 2008-04-01  Eric Blake  <ebb9@byu.net>
22179
22180         Fix typos.
22181         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
22182         values to be the right type.
22183
22184         For now, cater to gnulib strtod inaccuracies.
22185         * tests/test-strtod.c (main): Allow 1-ulp error on expected
22186         fractional results.  While not as nice from a QoI perspective, it
22187         is a quicker patch than correctly implementing decimal to binary
22188         rounding.
22189
22190 2008-03-31  Eric Blake  <ebb9@byu.net>
22191
22192         Guarantee a definition of NAN.
22193         * lib/math.in.h (NAN): Define if missing.
22194         * tests/test-math.c (main): Test it.
22195         * doc/posix-headers/math.texi (math.h): Document this.
22196         * lib/isnan.c (rpl_isnand): Use it.
22197         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
22198         * tests/test-floorf1.c (NaN): Likewise.
22199         * tests/test-frexp.c (NaN): Likewise.
22200         * tests/test-isnand.c (NaN): Likewise.
22201         * tests/test-isnanf.c (NaN): Likewise.
22202         * tests/test-round1.c (NaN): Likewise.
22203         * tests/test-roundf1.c (NaN): Likewise.
22204         * tests/test-snprintf-posix.h (NaN): Likewise.
22205         * tests/test-sprintf-posix.h (NaN): Likewise.
22206         * tests/test-trunc1.c (NaN): Likewise.
22207         * tests/test-truncf1.c (NaN): Likewise.
22208         * tests/test-vasnprintf-posix.c (NaN): Likewise.
22209         * tests/test-vasprintf-posix.c (NaN): Likewise.
22210         * modules/isnand-nolibm (Depends-on): Add math.
22211         * modules/isnanf-nolibm (Depends-on): Likewise.
22212         * modules/isnanl (Depends-on): Likewise.
22213         * modules/isnanl-nolibm (Depends-on): Likewise.
22214         * modules/snprintf-posix-tests (Depends-on): Likewise.
22215         * modules/sprintf-posix-tests (Depends-on): Likewise.
22216         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
22217         * modules/vsprintf-posix-tests (Depends-on): Likewise.
22218         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
22219         * modules/vasprintf-posix-tests (Depends-on): Likewise.
22220
22221 2008-03-31  Bruno Haible  <bruno@clisp.org>
22222
22223         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
22224         * doc/posix-functions/strtod.texi: Likewise.
22225
22226 2008-03-31  Bruno Haible  <bruno@clisp.org>
22227
22228         * tests/test-strtod.c (main): Don't use C99 syntax.
22229
22230 2008-03-31  Bruno Haible  <bruno@clisp.org>
22231
22232         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
22233         Reported by Eric Blake.
22234
22235 2008-03-31  Jim Meyering  <meyering@redhat.com>
22236
22237         Don't compare actual signbit return values.
22238         * tests/test-strtod.c (main): Rather, compare only their
22239         zero/non-zero nature.
22240
22241 2008-03-31  Eric Blake  <ebb9@byu.net>
22242
22243         More strtod documentation.
22244         * doc/posix-functions/strtod.texi (strtod): Interpret more test
22245         failures as distinct bugs.
22246
22247 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22248
22249         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
22250         Problem reported by Erik Benada in
22251         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
22252
22253 2008-03-30  Bruno Haible  <bruno@clisp.org>
22254
22255         * tests/test-strtod.c: Add comments about which assertion fails on which
22256         platform.
22257         * doc/posix-functions/strtod.texi: Add info about many more platforms.
22258
22259 2008-03-30  Eric Blake  <ebb9@byu.net>
22260
22261         Test signbit behavior on zeros.
22262         * tests/test-signbit.c (test_signbitf): Add tests for zero.
22263         (test_signbitd, test_signbitl): Likewise.
22264
22265         More strtod touchups.
22266         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
22267         sign of negative underflow, for now.  Use .5, not .1.
22268         * doc/posix-functions/strtod.texi (strtod): Mention these
22269         limitations.
22270         Reported by Jim Meyering.
22271
22272 2008-03-30  Bruno Haible  <bruno@clisp.org>
22273
22274         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
22275         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22276
22277 2008-03-30  Bruno Haible  <bruno@clisp.org>
22278
22279         Avoid failure when attempting to return empty iconv results on some
22280         platforms.
22281         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22282         allocation, don't report ENOMEM when the resulting string is empty.
22283
22284 2008-03-30  Bruno Haible  <bruno@clisp.org>
22285
22286         Fix buffer overrun.
22287         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22288         Don't consider the width for tmp_length. Check count against tmp_length
22289         before doing the padding. Ensure enough allocation during padding.
22290
22291 2008-03-30  Eric Blake  <ebb9@byu.net>
22292
22293         strtod touchups.
22294         * lib/strtod.c (strtod): Avoid compiler warnings.
22295         Reported by Jim Meyering.
22296
22297 2008-03-30  Bruno Haible  <bruno@clisp.org>
22298
22299         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22300         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22301         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22302         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22303         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22304         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22305         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22306         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22307
22308         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22309         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22310         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22311         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22312         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22313         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22314         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22315         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22316
22317         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22318         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22319         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22320         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22321         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22322         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22323         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22324         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22325
22326         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22327         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22328
22329         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22330         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22331
22332         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22333         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22334
22335         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22336         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22337         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22338
22339         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22340         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22341         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22342
22343         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22344         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22345         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22346
22347         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22348         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22349         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22350
22351         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22352         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22353         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22354         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22355         (Depends-on): Add EOVERFLOW.
22356         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22357         (Depends-on): Add EOVERFLOW.
22358         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22359         (Depends-on): Add EOVERFLOW.
22360         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22361         (Depends-on): Add EOVERFLOW.
22362         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22363         (Depends-on): Add EOVERFLOW.
22364         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22365         (Depends-on): Add EOVERFLOW.
22366         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22367         (Depends-on): Add EOVERFLOW.
22368         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22369         (Depends-on): Add EOVERFLOW.
22370
22371         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22372         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22373         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22374
22375         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22376         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22377         * modules/snprintf (Depends-on): Add EOVERFLOW.
22378
22379         * lib/poll.c (EOVERFLOW): Remove fallback.
22380         * modules/poll (Depends-on): Add EOVERFLOW.
22381
22382         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22383         * modules/getugroups (Depends-on): Add EOVERFLOW.
22384
22385         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22386         * modules/getdelim (Depends-on): Add EOVERFLOW.
22387
22388         * lib/ftell.c (EOVERFLOW): Remove fallback.
22389         * modules/ftell (Depends-on): Add EOVERFLOW.
22390
22391         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22392         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22393         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22394
22395         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22396
22397         * modules/EOVERFLOW-tests: New file.
22398         * tests/test-EOVERFLOW.c: New file.
22399
22400         * modules/EOVERFLOW: New file.
22401         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22402
22403 2008-03-30  Bruno Haible  <bruno@clisp.org>
22404
22405         Fix bug introduced on 2007-06-10.
22406         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22407         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22408
22409 2008-03-30  Bruno Haible  <bruno@clisp.org>
22410
22411         Improve freadseek's efficiency after ungetc.
22412         * lib/freadseek.c: Include freadahead.h.
22413         (freadptrinc): New function, extracted from freadseek.
22414         (freadseek): Use it in a loop. Use freadahead to determine the number
22415         of loop iterations.
22416         * modules/freadseek (Depends-on): Add freadahead.
22417         (configure.ac): Require AC_C_INLINE.
22418
22419 2008-03-30  Bruno Haible  <bruno@clisp.org>
22420
22421         * lib/freadseek.c (freadseek): Don't ignore the return value of
22422         freadptr.
22423
22424 2008-03-29  Eric Blake  <ebb9@byu.net>
22425
22426         Add hex float support.
22427         * modules/strtod (Depends-on): Add c-ctype.
22428         (Link): Mention POW_LIB.
22429         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
22430         whitespace between 'e' and exponent.
22431         * tests/test-strtod.c (main): Enable hex float tests.
22432         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
22433         now provides.
22434
22435         Document various strtod bugs, with some fixes.
22436         * doc/posix-functions/strtod.texi (strtod): Document bugs with
22437         "-0x", "inf", "nan", and hex constants.
22438         * doc/posix-functions/atof.texi (atof): Likewise.
22439         * modules/stdlib (Makefile.am): Support strtod.
22440         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
22441         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
22442         detect additional strtod bugs.
22443         * lib/stdlib.in.h (rpl_strtod): Add declarations.
22444         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
22445         bool where appropriate.  Parse 'inf' and 'nan'.
22446         * tests/test-strtod.c: New file.
22447         * modules/strtod (Depends-on): Add stdbool, stdlib.
22448         (configure.ac): Turn on module indicator.
22449         * modules/strtod-tests: New module.
22450
22451 2008-03-29  Eric Blake  <ebb9@byu.net>
22452
22453         Fix ftell on mingw.
22454         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
22455         * modules/ftell-tests (Depends-on): Add binary-io.
22456         * modules/ftello-tests (Depends-on): Likewise.
22457         * tests/test-ftell.c (main): Enhance test to cover behavior after
22458         ungetc.  Enforce binary mode.
22459         * tests/test-ftello.c (main): Likewise.
22460
22461         Pass test-freadseek on cygwin.
22462         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
22463         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
22464         ungetc buffer.
22465
22466         * tests/test-fflush2.c (main): Fix typo.
22467
22468 2008-03-29  Bruno Haible  <bruno@clisp.org>
22469
22470         * tests/test-fflush2.c (main): Temporarily disable the contents of
22471         this test.
22472         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
22473         Reported by Eric Blake.
22474
22475 2008-03-28  Simon Josefsson  <simon@josefsson.org>
22476
22477         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
22478         (GC_SHA224_DIGEST_SIZE): Add.
22479
22480         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
22481         (gc_hash_digest_length): Likewise.
22482         (gc_hash_buffer): Likewise.
22483
22484 2008-03-25  Bruno Haible  <bruno@clisp.org>
22485
22486         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
22487         detail which gettext release to use.
22488         Reported by Simon Josefsson.
22489
22490 2008-03-26  Jim Meyering  <meyering@redhat.com>
22491
22492         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
22493         * modules/gnumakefile (clean-GNUmakefile): Also, use
22494         test ... && ... || : syntax rather than if-then ... fi.
22495
22496         gnumakefile: Don't double-quote-expand $(VPATH) value.
22497         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
22498
22499 2008-03-24  Eric Blake  <ebb9@byu.net>
22500
22501         Alter GNUmakefile to install into top directory.
22502         * modules/maintainer-makefile: Split, and add dependency...
22503         * modules/gnumakefile: to this new module.
22504         * build-aux/GNUmakefile: Move...
22505         * top/GNUmakefile: ...here.
22506         * build-aux/maint.mk: Move...
22507         * top/maint.mk: ...here.
22508         * MODULES.html.sh (Support for maintaining...): Document new
22509         module.
22510
22511 2008-03-23  Bruno Haible  <bruno@clisp.org>
22512
22513         * gnulib-tool: New options --vc-files, --no-vc-files.
22514         (func_usage): Document them.
22515         (vc_files): New variable.
22516         (func_import): Consider vc_files.
22517         (func_create_testdir): Set vc_files to empty.
22518         Suggested by Jim Meyering and Karl Berry.
22519
22520 2008-03-23  Bruno Haible  <bruno@clisp.org>
22521
22522         Fix regex compilation error on HP-UX 11.
22523         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
22524         * modules/regex (Files): Add m4/mbstate_t.m4.
22525         Reported by Ton Voon <ton.voon@altinity.com>.
22526
22527 2008-03-23  Bruno Haible  <bruno@clisp.org>
22528
22529         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
22530
22531 2008-03-23  Eric Blake  <ebb9@byu.net>
22532             Bruno Haible  <bruno@clisp.org>
22533
22534         Install files from top/ in the destination directory.
22535         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22536         augmentation also for the files from top/.
22537         (func_import, func_create_testdir): Rewrite file names:
22538         top/filename -> filename.
22539
22540 2008-03-23  Bruno Haible  <bruno@clisp.org>
22541
22542         Tweak "gnulib --version" output.
22543         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
22544
22545 2008-03-23  Bruno Haible  <bruno@clisp.org>
22546
22547         Tweak "gnulib --version" output.
22548         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
22549         rather than contents of ChangeLog, when possible.
22550
22551 2008-03-21  Eric Blake  <ebb9@byu.net>
22552
22553         More --version tweaks.
22554         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
22555         date of last ChangeLog entry.
22556
22557 2008-03-21  Jim Meyering  <meyering@redhat.com>
22558
22559         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
22560
22561 2008-03-20  Eric Blake  <ebb9@byu.net>
22562
22563         VPATH fix.
22564         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
22565
22566 2008-03-20  Simon Josefsson  <simon@josefsson.org>
22567
22568         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
22569         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
22570
22571 2008-03-20  Eric Blake  <ebb9@byu.net>
22572
22573         Sync GNUmakefile with coreutils.
22574         * build-aux/GNUmakefile (have-Makefile): Rename...
22575         (_have-Makefile): ...to this, for namespace consideration.
22576         (GNUmakefile.cfg): Include, if present.
22577         (_autoreconf): Define a default.
22578         (_is-dist-target): New rule for rebuilds to pick up intra-release
22579         version.
22580         (maint-cfg.mk): Rename...
22581         (cfg.mk): ...to this.
22582
22583 2008-03-18  Jim Meyering  <meyering@redhat.com>
22584
22585         New script and module: mktempd
22586         * MODULES.html.sh (maint+release support): Add mktempd.
22587         * build-aux/mktempd: New file.
22588         * modules/mktempd: New file.
22589
22590 2008-03-15  Jim Meyering  <meyering@redhat.com>
22591
22592         Undo last change.
22593         * lib/sha1.c, lib/md5.c: 63 != ~63.
22594         Reported by Andreas Schwab.
22595
22596         sha1.c, md5.c: Hoist a redundant expression.
22597         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
22598         "ctx->buflen" only once, before calling *_process_block.
22599         * lib/md5.c (md5_process_bytes): Likewise.
22600
22601 2008-03-14  Eric Blake  <ebb9@byu.net>
22602
22603         Bump copyright year in files generated by gnulib-tool.
22604         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
22605         gnulib-tool, rather than hard-coding it.
22606
22607         Fix 'gnulib-tool --version' output to work with git.
22608         * gnulib-tool (func_gnulib_dir): New function, extracted from...
22609         (startup): ...here.
22610         (func_version): Use it to invoke git-version-gen, rather than
22611         relying on CVS keyword expansion.  Modernize wording.
22612         (cvsdatestamp, last_checkin_date, version): Kill unused
22613         variables.
22614
22615 2008-03-12  Jim Meyering  <meyering@redhat.com>
22616
22617         Recognize optional cast of the argument to free.
22618         * build-aux/useless-if-before-free: Update regexps.
22619
22620         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
22621
22622 2008-03-11  Bruno Haible  <bruno@clisp.org>
22623
22624         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
22625         by a single package.
22626         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
22627         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
22628         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
22629         Reported by Sam Steingold <sds@gnu.org>.
22630
22631 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22632
22633         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
22634         repositories.
22635
22636 2008-03-11  Bruno Haible  <bruno@clisp.org>
22637
22638         Avoid conflicts between local macro definitions.
22639         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22640         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
22641
22642 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
22643             Bruno Haible  <bruno@clisp.org>
22644
22645         Make va_copy work with some version of xlc on AIX 5.1.
22646         * lib/stdarg.in.h: New file.
22647         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
22648         On AIX, use a <stdarg.h> file substitute.
22649         * modules/stdarg (Files): Add lib/stdarg.in.h.
22650         (Depends-on): Add include_next.
22651         (Makefile.am): Build a stdarg.h substitute if requested.
22652         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
22653
22654 2008-03-10  Bruno Haible  <bruno@clisp.org>
22655
22656         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
22657         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22658         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22659
22660 2008-03-10  Bruno Haible  <bruno@clisp.org>
22661
22662         * modules/stdlib (Depends-on): Add include_next, remove
22663         absolute-header.
22664
22665 2008-03-09  Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/freadahead.h (freadahead): Document more precisely.
22668         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
22669         the sum of both buffer sizes.
22670         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
22671         * NEWS: Document the change.
22672
22673 2008-03-09  Bruno Haible  <bruno@clisp.org>
22674
22675         Extend freadptr to return also the buffer size.
22676         * lib/freadptr.h (freadptr): Add sizep argument.
22677         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
22678         (freadptr): Add sizep argument. Determine buffer size like freadahead
22679         does.
22680         * tests/test-freadptr.c: Don't include freadahead.h.
22681         (main): Adapt for new calling convention of freadptr.
22682         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
22683         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
22684         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
22685         tests/test-freadptr2.sh.
22686         (Depends): Remove freadahead.
22687         (TESTS): Add test-freadptr2.sh.
22688         (check_PROGRAMS): Add test-freadptr2.
22689
22690 2008-03-09  Bruno Haible  <bruno@clisp.org>
22691
22692         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
22693         Report and solution by Simon Josefsson.
22694
22695 2008-03-06  Bruno Haible  <bruno@clisp.org>
22696
22697         Make fflush after ungetc work on BSD platforms.
22698         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
22699         * tests/test-fflush2.c: New file.
22700         * tests/test-fflush2.sh: New file.
22701         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
22702         tests/test-fflush2.c.
22703         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
22704         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
22705
22706 2008-03-06  Eric Blake  <ebb9@byu.net>
22707
22708         Likewise for ftello.
22709         * modules/ftello (Dependencies): Add extensions.
22710         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
22711
22712 2008-03-06  Bruno Haible  <bruno@clisp.org>
22713
22714         * modules/fseeko (Dependencies): Add extensions.
22715         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
22716         Needed on glibc systems.
22717
22718 2008-03-06  Bruno Haible  <bruno@clisp.org>
22719
22720         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
22721         email address.
22722         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22723
22724 2008-03-06  Bruno Haible  <bruno@clisp.org>
22725
22726         * users.txt: Add libgnupdf.
22727
22728 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
22729
22730         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
22731         (Header File Substitutes, Function Substitutes,
22732         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
22733         (Build robot for gnulib): Fix typo.
22734
22735 2008-03-06  Bruno Haible  <bruno@clisp.org>
22736
22737         * doc/gnulib-tool.texi (VCS Issues): Small updates.
22738         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
22739
22740 2008-03-06  Bruno Haible  <bruno@clisp.org>
22741
22742         * doc/func.texi: New file, extracted from doc/gnulib.texi.
22743         * doc/gnulib.texi: Include it.
22744
22745 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22746
22747         * modules/func (License): Change license to unlimited; there was
22748         no LGPL parts in the module anyway.
22749
22750 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22751
22752         * modules/__func__: Renamed to modules/func.
22753         * modules/__func__-tests: Renamed to modules/func-tests.
22754         * tests/test-__func__.c: Renamed to tests/test-func.c.
22755         * m4/__func__.m4: Renamed to m4/func.m4.
22756         * doc/gnulib.texi (__func__): Section renamed to func.
22757         Suggested by Eric Blake <ebb9@byu.net>.
22758
22759 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22760
22761         * doc/gnulib.texi (__func__): Use C99 terminology when talking
22762         about __func__.  Make example self-contained.  Suggested by Eric
22763         Blake <ebb9@byu.net>.
22764
22765         * tests/test-__func__.c (main): Avoid extraneous () around __func.
22766         Suggested by Eric Blake <ebb9@byu.net>.
22767
22768 2008-03-06  Simon Josefsson  <simon@josefsson.org>
22769
22770         * modules/__func__: New file.
22771         * modules/__func__-tests: New file.
22772         * tests/test-__func__.c: New file.
22773         * m4/__func__.m4: New file.
22774         * doc/gnulib.texi (__func__): Document __func__ module.
22775
22776 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22777
22778         * modules/byteswap (License): Re-license as LGPLv2+.
22779
22780 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22781
22782         * doc/Makefile: Add pdf target.
22783
22784 2008-03-05  Simon Josefsson  <simon@josefsson.org>
22785
22786         * modules/inline (License): Use 'unlimited', since there are only
22787         *.m4 files in this module.
22788
22789 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22790             Bruno Haible  <bruno@clisp.org>
22791
22792         Add support for HP C 7.1 on OpenVMS 8.3.
22793         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
22794
22795 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
22796
22797         Update VMS specifics.
22798         * lib/getopt.c [VMS]: Remove include of unixlib.h.
22799
22800 2008-03-02  Jim Meyering  <meyering@redhat.com>
22801
22802         Remove the last dependency on the "free" module.
22803         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
22804         Reported by Bob Proulx.
22805
22806         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
22807
22808         Remove useless "if" tests before free.  Deprecate "free" module.
22809         * doc/posix-functions/free.texi: Mention that this
22810         module is no longer useful.
22811         * modules/free (Notice): Say this module is obsolete.
22812         * modules/readutmp (Depends-on): Remove free.
22813         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
22814         * lib/putenv.c (putenv): Likewise.
22815         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
22816         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
22817         * tests/test-c-strcasestr.c (main): Likewise.
22818         * tests/test-c-strstr.c (main): Likewise.
22819         * tests/test-mbscasestr1.c (main): Likewise.
22820         * tests/test-mbscasestr2.c (main): Likewise.
22821         * tests/test-mbsstr1.c (main): Likewise.
22822         * tests/test-mbsstr2.c (main): Likewise.
22823         * tests/test-memmem.c (main): Likewise.
22824         * tests/test-strcasestr.c (main): Likewise.
22825         * tests/test-striconv.c (main): Likewise.
22826         * tests/test-striconveh.c (main): Likewise.
22827         * tests/test-striconveha.c (main): Likewise.
22828         * tests/test-strstr.c (main): Likewise.
22829
22830         * build-aux/git-version-gen: Adjust a comment and the Usage string.
22831
22832         bootstrap: sync from coreutils again
22833         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
22834
22835 2008-03-01  Jim Meyering  <meyering@redhat.com>
22836
22837         bootstrap: sync from coreutils
22838         * build-aux/bootstrap (update_po_files): Copy a .po file into place
22839         also when the target doesn't exist.
22840
22841 2008-03-01  Eric Blake  <ebb9@byu.net>
22842
22843         Fix bugs in last patch.
22844         * lib/memchr2.c (memchr2): Fix typo.
22845         * tests/test-memchr2.c: Test previous bug, and don't use GNU
22846         extension.
22847         Reported by Bruce Korb.
22848
22849         New module 'memchr2'.
22850         * modules/memchr2: New file.
22851         * modules/memchr2-tests: Likewise.
22852         * lib/memchr2.h: Likewise.
22853         * lib/memchr2.c: Likewise, based on memchr.c.
22854         * tests/test-memchr2.c: New test.
22855         * MODULES.html.sh (String handling): Add memchr2.
22856
22857 2008-02-29  Bruno Haible  <bruno@clisp.org>
22858
22859         * modules/freadseek-tests: New file.
22860         * tests/test-freadseek.sh: New file.
22861         * tests/test-freadseek.c: New file.
22862
22863         New module 'freadseek'.
22864         * modules/freadseek: New file.
22865         * lib/freadseek.h: New file.
22866         * lib/freadseek.c: New file.
22867         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
22868
22869 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
22870
22871         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
22872         wydawca.
22873
22874         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
22875         program_invocation_name and program_invocation_short_name are
22876         present.
22877
22878 2008-02-28  Bruno Haible  <bruno@clisp.org>
22879
22880         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
22881         * tests/test-freadptr.sh: Also test non-seekable stdin.
22882
22883 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
22884
22885         * build-aux/bootstrap (source_base, m4_base)
22886         (doc_base, tests_base): New variables.
22887         (gnulib_tool_options): Do not hardcode base directories, use
22888         the above variables instead.
22889
22890 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
22891
22892         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
22893
22894 2008-02-28  Bruno Haible  <bruno@clisp.org>
22895
22896         * modules/freadptr-tests: New file.
22897         * tests/test-freadptr.sh: New file.
22898         * tests/test-freadptr.c: New file.
22899
22900         New module 'freadptr'.
22901         * modules/freadptr: New file.
22902         * lib/freadptr.h: New file.
22903         * lib/freadptr.c: New file.
22904         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
22905
22906 2008-02-26  Karl Berry  <karl@freefriends.org>
22907
22908         Sync from Libtool:
22909         * libltdl/argz.c (argz_add, argz_count): New functions.
22910         * libltdl/argz.in.h: Declare them.
22911         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
22912
22913 2008-02-22  Bruno Haible  <bruno@clisp.org>
22914
22915         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
22916         is a pointer type.  Needed for HP-UX 10.
22917         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
22918         * doc/posix-functions/gmtime_r.texi: Likewise.
22919         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
22920
22921 2008-02-24  Bruno Haible  <bruno@clisp.org>
22922
22923         * modules/environ-tests: New file.
22924         * tests/test-environ.c: New file.
22925
22926         New module 'environ'.
22927         * modules/environ: New file.
22928         * lib/unistd.in.h (environ): New declaration.
22929         * m4/environ.m4: New file.
22930         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
22931         after use.
22932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
22933         HAVE_DECL_ENVIRON.
22934         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
22935         HAVE_DECL_ENVIRON.
22936         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
22937         wrong claim that 'environ' is missing on some systems.
22938         * modules/execute (Depends-on): Add environ.
22939         * lib/execute.c (environ): Remove fallback declaration.
22940         * modules/pipe (Depends-on): Add environ.
22941         * lib/pipe.c (environ): Remove fallback declaration.
22942         * modules/setenv (Depends-on): Add environ.
22943         * lib/setenv.c (environ): Remove fallback declaration.
22944         * modules/unsetenv (Depends-on): Add environ.
22945         * lib/unsetenv.c (environ): Remove fallback declaration.
22946         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
22947         m4/environ.m4.
22948         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
22949         (gl_PREREQ_UNSETENV): Likewise.
22950
22951 2008-02-24  Bruno Haible  <bruno@clisp.org>
22952
22953         * doc/posix-functions/environ.texi: Document the MacOS X problem.
22954
22955 2008-02-20  Bob Proulx  <bob@proulx.com>
22956
22957         Enable use of older two part flavor 'git describe'.
22958         * build-aux/git-version-gen: If using the older two part flavor of
22959         git version then recreate the third part now present in the
22960         newer three part flavor of git describe.
22961
22962 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
22963
22964         * lib/fts.c (fts_build): Typo correction to comment.
22965
22966 2008-02-17  Bruno Haible  <bruno@clisp.org>
22967
22968         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
22969         generating no-op conflicts.
22970
22971 2008-02-17  Bruno Haible  <bruno@clisp.org>
22972
22973         Speed up by 10%.
22974         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
22975         result_entries, rather than an index-based loop.
22976
22977 2008-02-17  Bruno Haible  <bruno@clisp.org>
22978
22979         Speed up by 25%.
22980         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
22981         'hashcode_cached'.
22982         (entry_create): New function.
22983         (entry_hashcode): Use the cached hashcode if possible.
22984         (read_changelog_file, try_split_merged_entry): Use entry_create.
22985
22986 2008-02-17  Bruno Haible  <bruno@clisp.org>
22987
22988         Speed up from O(n^2) to O(n) for long ChangeLog files.
22989         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
22990         (read_changelog_file): Change implementation of entries_reversed list
22991         to rbtreehash.
22992         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
22993
22994 2008-02-17  Bruno Haible  <bruno@clisp.org>
22995
22996         New option --split-merged-entry.
22997         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
22998         (find_paragraph_end, try_split_merged_entry): New functions.
22999         (long_options): Add option --split-merged-entry.
23000         (usage): Document option --split-merged-entry.
23001         (main): Implement option --split-merged-entry.
23002         Reported by Eric Blake.
23003
23004 2008-02-17  Bruno Haible  <bruno@clisp.org>
23005
23006         * lib/git-merge-changelog.c: Include c-strstr.h.
23007         (main): Support the "git pull --rebase" situation.
23008         * modules/git-merge-changelog (Depends-on): Add c-strstr.
23009         Reported by Eric Blake.
23010
23011 2008-02-16  Eric Blake  <ebb9@byu.net>
23012
23013         Avoid doubling \ in common case of "c-maybe" quoting style.
23014         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
23015         eliding outer quotes.
23016         * lib/quotearg.h: Document this.
23017         * tests/test-quotearg.c (result_strings, inputs, results_g)
23018         (flag_results, locale_results): Test it by adding a new string to
23019         each test group.
23020         (compare_strings): Test new string.
23021
23022 2008-02-13  Eric Blake  <ebb9@byu.net>
23023
23024         Avoid trigraph quoting in default output.
23025         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
23026         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
23027         unless explicitly requested.
23028         * tests/test-quotearg.c (flag_results, main): Add additional tests.
23029
23030 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
23031
23032         Don't rely on signed integer overflowing to negative value.
23033         * lib/getugroups.c (getugroups): Include <limits.h>.
23034         Instead, compare against INT_MAX, and increment only if the test passes.
23035
23036 2008-02-13  Jim Meyering  <meyering@redhat.com>
23037         and Eric Blake  <ebb9@byu.net>
23038
23039         Avoid shadowing warning and compile errors on Linux.
23040         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
23041         forwarding macros on Linux.
23042         (dcgettext): Define a stub, for Linux.
23043         (results_g, main): Avoid warnings.
23044
23045 2008-02-12  Eric Blake  <ebb9@byu.net>
23046
23047         Silence warning in last patch.
23048         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
23049
23050         Quotearg part 4: add tests, fix c-maybe colon quoting.
23051         * lib/quotearg.h: Improve documentation.
23052         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
23053         escapes when adding outer quotes.  When quoting trigraphs, use
23054         valid C notation.  When quoting NUL, omit extra characters if next
23055         character is not digit.  Alter prototype.
23056         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
23057         callers.
23058         * modules/quotearg-tests: New module.
23059         * tests/test-quotearg.c: New test.
23060
23061 2008-02-07  Eric Blake  <ebb9@byu.net>
23062
23063         Quotearg part 3: add flag to control outer quote elision.
23064         * lib/quotearg.h (c_maybe_quoting_style): New style.
23065         (enum quoting_flags): Better documentation of flags.
23066         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
23067         c-maybe style.
23068         (quotearg_buffer_restyled): Handle new flag to elide outer
23069         quotes.
23070
23071         Quotearg part 2: add flag that can control NUL elision.
23072         * lib/quotearg.h (set_quoting_flags): New prototype.
23073         * lib/quotearg.c (struct quoting_options): Add flag field.
23074         (set_quoting_flags): New function.
23075         (quotearg_buffer_restyled): Add flags parameter.
23076         (quotearg_alloc_mem): Set the flag if length cannot be returned.
23077         (quotearg_n_options): Set the flag, since length cannot be
23078         returned.
23079         (quoting_options_from_style): Default flags correctly.
23080
23081         Quotearg part 1: more wrappers, restore quotearg_char state.
23082         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
23083         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
23084         (quotearg_colon_mem): New wrappers.
23085         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
23086         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
23087         functions.
23088         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
23089         (quotearg_colon_mem): New functions.
23090
23091 2008-02-11  Bruno Haible  <bruno@clisp.org>
23092
23093         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
23094         library in the current directory: it does not work with parallel make.
23095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23096
23097 2008-02-11  Bruno Haible  <bruno@clisp.org>
23098
23099         * .gitattributes: New file.
23100
23101 2008-02-11  Jim Meyering  <meyering@redhat.com>
23102
23103         useless-if-before-free: Fix reversed exit values.
23104         * build-aux/useless-if-before-free: Use correct values
23105         for EXIT_MATCH and EXIT_NO_MATCH.
23106
23107         * build-aux/useless-if-before-free: Close stdout carefully.
23108
23109 2008-02-10  Bruno Haible  <bruno@clisp.org>
23110
23111         New module 'git-merge-changelog'.
23112         * modules/git-merge-changelog: New file.
23113         * lib/git-merge-changelog.c: New file.
23114
23115 2008-02-10  Jim Meyering  <meyering@redhat.com>
23116
23117         useless-if-before-free: New option: --list (-l).
23118
23119         useless-if-before-free: Don't exit immediately upon open failure.
23120         * build-aux/useless-if-before-free: Exit 2 for errors.
23121         Upon failure to open a file, don't exit immediately.
23122         Rather, just warn and continue with any remaining files.
23123
23124 2008-02-10  Bruno Haible  <bruno@clisp.org>
23125
23126         New abstract list operation 'node_set_value'.
23127         * lib/gl_list.h (gl_list_node_set_value): New function.
23128         (struct gl_list_implementation): New field node_set_value.
23129         * lib/gl_list.c (gl_list_node_set_value): New function.
23130         * lib/gl_array_list.c (gl_array_node_set_value): New function.
23131         (gl_array_list_implementation): Update.
23132         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
23133         (gl_carray_list_implementation): Update.
23134         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
23135         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23136         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23137         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
23138         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23139         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23140         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23141         Update.
23142         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23143         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
23144         (gl_sublist_list_implementation): Update.
23145
23146 2008-02-10  Bruno Haible  <bruno@clisp.org>
23147
23148         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
23149         Needed when ELEMENT is #defined to 'some_type *'.
23150
23151 2008-02-10  Jim Meyering  <meyering@redhat.com>
23152
23153         New script and module: useless-if-before-free
23154         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
23155         * build-aux/useless-if-before-free: New file.
23156         * modules/useless-if-before-free: New file.
23157
23158         * build-aux/gitlog-to-changelog: Use committer date, not author date.
23159
23160         xstrtol_error: Fix typo.
23161         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
23162         s/exit_failure/exit_status/.
23163
23164 2008-02-09  Jim Meyering  <meyering@redhat.com>
23165
23166         New script and module: gitlog-to-changelog
23167         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
23168         * modules/gitlog-to-changelog: New file.
23169         * build-aux/gitlog-to-changelog: New file.
23170
23171 2008-02-08  Jim Meyering  <meyering@redhat.com>
23172
23173         Avoid two "parameter unused" warnings.
23174         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
23175         Mark "st" as used.
23176
23177         Use "git COMMAND", not "git-COMMAND".
23178         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
23179         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
23180         * build-aux/git-version-gen: Use "git status", not "git-status".
23181
23182 2008-02-07  Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
23185         Avoids a crash on Windows Vista.
23186         Reported by Adam Strzelecki <ono@java.pl> via
23187         Simon Josefsson <simon@josefsson.org>.
23188
23189 2008-02-06  Bruno Haible  <bruno@clisp.org>
23190
23191         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
23192         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
23193         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
23194         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
23195         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23196         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23197         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
23198         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
23199         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23200         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23201         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23202         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23203         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23204         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23205         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23206         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
23207         left-adjust flag.
23208         * tests/test-snprintf-posix.h (test_function): Likewise.
23209         * tests/test-sprintf-posix.h (test_function): Likewise.
23210         * tests/test-vasprintf-posix.c (test_function): Likewise.
23211         * doc/posix-functions/fprintf.texi: Update.
23212         * doc/posix-functions/printf.texi: Update.
23213         * doc/posix-functions/snprintf.texi: Update.
23214         * doc/posix-functions/sprintf.texi: Update.
23215         * doc/posix-functions/vfprintf.texi: Update.
23216         * doc/posix-functions/vprintf.texi: Update.
23217         * doc/posix-functions/vsnprintf.texi: Update.
23218         * doc/posix-functions/vsprintf.texi: Update.
23219         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23220
23221 2008-02-06  Bruno Haible  <bruno@clisp.org>
23222
23223         Fix bug introduced on 2008-01-26.
23224         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
23225
23226 2008-02-06  Bruno Haible  <bruno@clisp.org>
23227
23228         Fix bug introduced on 2007-06-10.
23229         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
23230         !NEED_PRINTF_FLAG_ZERO.
23231
23232 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
23233
23234         getloadavg: use libperfstat on AIX5
23235         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
23236
23237 2008-02-03  Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/diffseq.h: Add comments about required #includes.
23240         Reported by Michael Biggs <gnulib@doubleplum.net>.
23241
23242 2008-02-01  Bruno Haible  <bruno@clisp.org>
23243
23244         * users.txt: Add gnuit.
23245
23246 2008-01-31  Bruno Haible  <bruno@clisp.org>
23247
23248         * lib/md4.c (set_uint32): Mark as inline.
23249         * lib/md5.c (set_uint32): Likewise.
23250         * lib/sha1.c (set_uint32): Likewise.
23251         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
23252         * m4/md5.m4 (gl_MD5): Likewise.
23253         * m4/sha1.m4 (gl_SHA1): Likewise.
23254
23255 2008-01-31  Jim Meyering  <meyering@redhat.com>
23256
23257         Use "sizeof VAR", rather than a literal "4".
23258         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
23259         * lib/md4.c (md4_read_ctx): Likewise.
23260         * lib/sha1.c (sha1_read_ctx): Likewise.
23261
23262 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23263
23264         * tests/test-sha1.c: New file, based on test-md5.c.
23265
23266         * modules/crypto/sha1-tests: New file.
23267
23268 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23269
23270         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
23271
23272 2008-01-31  Jim Meyering  <meyering@redhat.com>
23273
23274         Prefer "sizeof v" over the equivalent "4".
23275         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23276         * lib/md5.c (set_uint32): Likewise.
23277         * lib/sha1.c (set_uint32): Likewise.
23278
23279 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23280
23281         * lib/sha1.c (set_uint32): Mark function as static.
23282
23283 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23284
23285         md2: clarify comments to say that alignment is not required.
23286         * lib/md2.h: Remove warning about alignment in comment.
23287         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23288         never been required.
23289
23290 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23291
23292         md4: adapt alignment constraint fix from sha1.
23293         * lib/md4.c (set_uint32): New function, from sha1.c
23294         (md4_read_ctx): Use it.
23295         (md4_finish_ctx): Doc fix.
23296         * lib/md4.h: Doc fix.
23297
23298 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23299
23300         md5: adapt alignment constraint fix from sha1.
23301         * lib/md5.c (set_uint32): New function, from sha1.c
23302         (md5_read_ctx): Use it.
23303         (md5_finish_ctx): Doc fix.
23304         * lib/md5.h: Doc fix.
23305
23306 2008-01-30  Peter Palfrader  <weasel@debian.org>
23307
23308         sha1: remove the result buffer alignment constraint
23309         * lib/sha1.c (set_uint32): New function.
23310         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23311         constraint.
23312         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23313         * lib/sha1.h: Likewise.
23314
23315 2008-01-30  Andreas Schwab  <schwab@suse.de>
23316             Bruno Haible  <bruno@clisp.org>
23317
23318         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23319         correct definition of LDBL_MIN_EXP.
23320
23321 2008-01-30  Karl Berry  <karl@gnu.org>
23322
23323         * config/srclist-update: try to preserve x bit on updates.
23324         * config/srclistvars.sh: update for karl.
23325
23326 2008-01-29  Jim Meyering  <meyering@redhat.com>
23327
23328         vasnprintf.c: Avoid warning about unused label
23329         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23330         "overflow" label definition and associated code with the
23331         same cpp condition that guards the sole use of that label.
23332
23333 2008-01-26  Bruno Haible  <bruno@clisp.org>
23334
23335         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23336         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23337         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23338         * lib/isnanl-nolibm.h (isnanl): Likewise.
23339         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23340
23341 2008-01-26  Bruno Haible  <bruno@clisp.org>
23342
23343         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23344         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23345
23346 2008-01-26  Bruno Haible  <bruno@clisp.org>
23347
23348         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23349         GCC >= 4.0 built-in.
23350         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23351
23352 2008-01-26  Bruno Haible  <bruno@clisp.org>
23353
23354         Rename isnan, applicable to 'double' only, to isnand.
23355         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23356         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23357         (configure.ac): Update.
23358         (Include): Replace "isnan.h" with "isnand.h".
23359         * m4/isnand.m4: Renamed from m4/isnan.m4.
23360         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23361         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23362         instead of isnan.c.
23363         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23364         instead of HAVE_ISNAN_IN_LIBC.
23365         (isnand): Renamed from isnan.
23366         * lib/isnand.c: New file.
23367         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23368         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23369         (Makefile.am): Update.
23370         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23371         Include isnand.h instead of isnan.h.
23372         (main): Test isnand instead of isnan.
23373         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23374         isnan-nolibm.
23375         * modules/frexp (Depends-on): Likewise.
23376         * modules/frexp-tests (Depends-on): Likewise.
23377         * modules/frexp-nolibm (Depends-on): Likewise.
23378         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23379         * modules/isfinite (Depends-on): Likewise.
23380         * modules/round-tests (Depends-on): Likewise.
23381         * modules/signbit (Depends-on): Likewise.
23382         * modules/signbit-tests (Depends-on): Likewise.
23383         * modules/snprintf-posix (Depends-on): Likewise.
23384         * modules/sprintf-posix (Depends-on): Likewise.
23385         * modules/trunc-tests (Depends-on): Likewise.
23386         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23387         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23388         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23389         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23390         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23391         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23392         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23393         * modules/vasnprintf-posix (Depends-on): Likewise.
23394         * modules/vasprintf-posix (Depends-on): Likewise.
23395         * modules/vfprintf-posix (Depends-on): Likewise.
23396         * modules/vsnprintf-posix (Depends-on): Likewise.
23397         * modules/vsprintf-posix (Depends-on): Likewise.
23398         * lib/frexp.c: Include isnand.h instead of isnan.h.
23399         (ISNAN): Set to isnand instead of isnan.
23400         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23401         (gl_isfinited): Use isnand instead of isnan.
23402         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23403         (gl_signbitd): Use isnand instead of isnan.
23404         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23405         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23406         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23407         (main): Use isnand instead of isnan.
23408         * tests/test-round1.c: Include isnand.h.
23409         (main): Use isnand instead of isnan.
23410         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23411         (ISNAN): Set to isnand instead of isnan.
23412         * tests/test-trunc1.c: Include isnand.h.
23413         (main): Use isnand instead of isnan.
23414         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23415         (equal): Use isnand instead of isnan.
23416         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23417         isnand-nolibm.
23418         * NEWS: Mention the change.
23419
23420 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23421             Bruno Haible  <bruno@clisp.org>
23422
23423         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
23424         the GCC builtins for signbits are present and set
23425         REPLACE_SIGNBIT_USING_GCC if so.
23426         * lib/math.in.h (signbit): Define using GCC builtins if
23427         REPLACE_SIGNBIT_USING_GCC is set.
23428         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
23429         REPLACE_SIGNBIT_USING_GCC.
23430         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
23431
23432 2008-01-25  Jim Meyering  <meyering@redhat.com>
23433
23434         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
23435         * lib/poll.c: Include <config.h>, not "config.h".
23436         * tests/test-getaddrinfo.c: Likewise.
23437
23438 2008-01-25  Simon Josefsson  <simon@josefsson.org>
23439
23440         * modules/sockets-tests: New file.
23441
23442 2008-01-24  Simon Josefsson  <simon@josefsson.org>
23443
23444         * modules/sockets: New module, can be used to call WSA_Startup and
23445         WSA_Cleanup when needed.
23446
23447         * lib/sockets.h, lib/sockets.c: New files.
23448
23449         * m4/sockets.m4: New file.
23450
23451         * tests/test-sockets.c: New file.
23452
23453 2008-01-19  Bruno Haible  <bruno@clisp.org>
23454
23455         * doc/posix-headers: Renamed from doc/headers.
23456         * doc/posix-functions: Renamed from doc/functions.
23457         * doc/gnulib.texi: Update.
23458
23459 2008-01-19  Bruno Haible  <bruno@clisp.org>
23460
23461         * doc/glibc-functions/strcasestr.texi: Include contents of
23462         doc/functions/strcasestr.texi, fixing the list of platforms.
23463         * doc/functions/strcasestr.texi: Remove file.
23464
23465 2008-01-19  Bruno Haible  <bruno@clisp.org>
23466
23467         * doc/glibc-functions/memmem.texi: Include contents of
23468         doc/functions/memmem.texi.
23469         * doc/functions/memmem.texi: Remove file.
23470
23471 2008-01-18  Bruno Haible  <bruno@clisp.org>
23472
23473         * doc/glibc-functions/*.texi: New files.
23474         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
23475         to use the new files.
23476
23477 2008-01-17  Bruno Haible  <bruno@clisp.org>
23478
23479         * tests/test-gethostname.c (main): Fix printf statement.
23480
23481 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23482
23483         * modules/gethostname-tests: New file.
23484
23485         * tests/test-gethostname.c: New file.
23486
23487 2008-01-17  Simon Josefsson  <simon@josefsson.org>
23488
23489         * lib/gethostname.c: Include string.h unconditionally, strncpy is
23490         used by the UNAME case.  Reported by Bruno Haible
23491         <bruno@clisp.org>.
23492
23493 2008-01-17  Eric Blake  <ebb9@byu.net>
23494
23495         Convert c-strcasestr to be more efficient.
23496         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
23497         (Depends-on): Add c-strcase, remove malloca, strnlen.
23498         * tests/test-c-strcasestr.c (main): Enhance test.
23499         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
23500
23501 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
23502
23503         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
23504         Use it in creating po/Makevars.
23505
23506 2008-01-15  Simon Josefsson  <simon@josefsson.org>
23507
23508         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
23509         Applications that requires it should initialize libgcrypt
23510         manually.
23511
23512 2008-01-16  Simon Josefsson  <simon@josefsson.org>
23513
23514         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
23515
23516 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
23517
23518         Fix problem with getdate on mingw32 reported by Simon Josefsson
23519         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
23520         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
23521         tzname", when deciding whether to declare tzname.
23522         * lib/strftime.c (tzname): Likewise.
23523
23524 2008-01-15  Bruno Haible  <bruno@clisp.org>
23525
23526         Work around a MacOS X 10.5 bug in frexpl().
23527         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
23528         * doc/functions/frexpl.texi: Document the bug.
23529         Reported by Elias Pipping <pipping@gentoo.org>.
23530
23531 2008-01-14  Eric Blake  <ebb9@byu.net>
23532
23533         Touch up previous patch.
23534         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
23535         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
23536
23537         Convert strcasestr module to use Two-Way algorithm.
23538         * modules/strcasestr-simple: New module, based on the old
23539         strcasestr, but with Two-Way rather than KMP.
23540         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
23541         * lib/string.in.h (rpl_strcasestr): Declare.
23542         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
23543         performance.
23544         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
23545         * modules/string (Makefile.am): Support strcasestr.
23546         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
23547         * modules/strcasestr-tests (Depends-on): Check for alarm.
23548         * tests/test-strcasestr.c: Augment test.
23549         * lib/str-two-way.h: Clean up stray macro.
23550         * NEWS: Document new module.
23551         * MODULES.html.sh (string handling): Likewise.
23552         * doc/functions/strcasestr.texi: New file.
23553         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
23554         here, since it is not a POSIX function.
23555
23556 2008-01-14  Colin Watson  <cjwatson@debian.org>
23557             Bruno Haible  <bruno@clisp.org>
23558
23559         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
23560         works fine; if not, set REPLACE_STRSIGNAL.
23561         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
23562         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23563         REPLACE_STRSIGNAL.
23564         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
23565         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
23566         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
23567
23568 2008-01-14  Bruno Haible  <bruno@clisp.org>
23569
23570         * modules/strsignal (Include): Change to <string.h>.
23571
23572 2008-01-14  Colin Watson  <cjwatson@debian.org>
23573
23574         * modules/argp (Notice): Add a notice recommending to change
23575         XGETTEXT_OPTIONS.
23576         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
23577
23578 2008-01-13  Colin Watson  <cjwatson@debian.org>
23579
23580         * modules/strsignal-tests: New file.
23581         * tests/test-strsignal.c: New file.
23582
23583         * lib/strsignal.c: New file, from glibc with modifications.
23584         * lib/siglist.h: New file, from glibc with modifications.
23585         * lib/string.in.h (strsignal): New declaration.
23586         * m4/strsignal.m4: New file.
23587         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23588         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
23589         * modules/strsignal: New file.
23590         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
23591         HAVE_DECL_STRSIGNAL.
23592
23593 2008-01-13  Bruno Haible  <bruno@clisp.org>
23594
23595         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
23596         locale encoding is not ASCII. Needed for OpenBSD 4.0.
23597         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
23598         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23599
23600 2008-01-13  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
23603         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
23604         * lib/argp.h (__attribute__): Likewise.
23605         * lib/c-stack.c (__attribute__): Likewise.
23606         * lib/error.h (__attribute__): Likewise.
23607         * lib/fts.c (__attribute__): Likewise.
23608         * lib/openat.h (__attribute__): Likewise.
23609         * lib/stdio.in.h (__attribute__): Likewise.
23610         * lib/string.in.h (__attribute__): Likewise.
23611         * lib/utimens.c (__attribute__): Likewise.
23612         * lib/vasnprintf.h (__attribute__): Likewise.
23613         * lib/xalloc.h (__attribute__): Likewise.
23614         * lib/xprintf.h (__attribute__): Likewise.
23615         * lib/xstrtol.h (__attribute__): Likewise.
23616         * lib/xvasprintf.h (__attribute__): Likewise.
23617
23618 2008-01-12  Bruno Haible  <bruno@clisp.org>
23619
23620         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
23621         * doc/glibc-headers/a.out.texi: New file.
23622         * doc/glibc-headers/aliases.texi: New file.
23623         * doc/glibc-headers/alloca.texi: New file.
23624         * doc/glibc-headers/ar.texi: New file.
23625         * doc/glibc-headers/argp.texi: New file.
23626         * doc/glibc-headers/argz.texi: New file.
23627         * doc/glibc-headers/byteswap.texi: New file.
23628         * doc/glibc-headers/crypt.texi: New file.
23629         * doc/glibc-headers/endian.texi: New file.
23630         * doc/glibc-headers/envz.texi: New file.
23631         * doc/glibc-headers/err.texi: New file.
23632         * doc/glibc-headers/error.texi: New file.
23633         * doc/glibc-headers/execinfo.texi: New file.
23634         * doc/glibc-headers/fpu_control.texi: New file.
23635         * doc/glibc-headers/fstab.texi: New file.
23636         * doc/glibc-headers/fts.texi: New file.
23637         * doc/glibc-headers/getopt.texi: New file.
23638         * doc/glibc-headers/ieee754.texi: New file.
23639         * doc/glibc-headers/ifaddrs.texi: New file.
23640         * doc/glibc-headers/libintl.texi: New file.
23641         * doc/glibc-headers/mcheck.texi: New file.
23642         * doc/glibc-headers/mntent.texi: New file.
23643         * doc/glibc-headers/obstack.texi: New file.
23644         * doc/glibc-headers/paths.texi: New file.
23645         * doc/glibc-headers/printf.texi: New file.
23646         * doc/glibc-headers/pty.texi: New file.
23647         * doc/glibc-headers/resolv.texi: New file.
23648         * doc/glibc-headers/shadow.texi: New file.
23649         * doc/glibc-headers/sysexits.texi: New file.
23650         * doc/glibc-headers/ttyent.texi: New file.
23651
23652 2008-01-12  Jim Meyering  <meyering@redhat.com>
23653
23654         announce-gen: emit Gnulib's git-based version string.
23655         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
23656         New option --gnulib-version=V, where V is expected to be
23657         the output of running git describe in the gnulib directory.
23658         (get_tool_versions): Request feedback on xdelta.  I suspect it's
23659         not useful, and plan to stop publishing an xdelta file with each
23660         coreutils release.
23661
23662         * build-aux/announce-gen: Also check for lzma-compressed files.
23663
23664 2008-01-11  Bruno Haible  <bruno@clisp.org>
23665
23666         * tests/test-memmem.c (main): Increase maximum allowed time.
23667         * tests/test-strstr.c (main): Likewise.
23668
23669 2008-01-11  Bruno Haible  <bruno@clisp.org>
23670
23671         * doc/functions/memmem.texi: Add more precisions about platforms.
23672         * doc/functions/strstr.texi: Likewise.
23673
23674 2008-01-10  Eric Blake  <ebb9@byu.net>
23675
23676         * m4/strstr.m4: Delete cruft from copy-n-paste.
23677         Reported by Bruno Haible.
23678
23679 2008-01-10  Bruno Haible  <bruno@clisp.org>
23680
23681         Make c-strstr rely on strstr.
23682         * lib/c-strstr.c: Don't include str-kmp.h.
23683         (c_strstr): Define in terms of strstr.
23684         * modules/c-strstr (Files): Remove lib/str-kmp.h.
23685         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
23686
23687 2008-01-10  Bruno Haible  <bruno@clisp.org>
23688
23689         * doc/gnulib.texi (String Functions in C Locale): New section.
23690         * doc/c-ctype.texi: New file.
23691         * doc/c-strcase.texi: New file.
23692         * doc/c-strcaseeq.texi: New file.
23693         * doc/c-strcasestr.texi: New file.
23694         * doc/c-strstr.texi: New file.
23695         * doc/c-strtod.texi: New file.
23696         * doc/c-strtold.texi: New file.
23697
23698 2008-01-10  Eric Blake  <ebb9@byu.net>
23699
23700         * lib/relocatable.h: Fix a comment.
23701
23702 2008-01-10  Eric Blake  <ebb9@byu.net>
23703
23704         Share two-way algorithm.
23705         * lib/str-two-way.h: New file, merged from...
23706         * lib/memmem.c: ...here...
23707         * lib/strstr.c: ...and here.
23708         * modules/memmem (Files): Use it.
23709         * modules/strstr (Files): Likewise.
23710
23711         Avoid quadratic strstr implementations.
23712         * lib/strstr.c: New file.
23713         * m4/strstr.m4: Likewise.
23714         * modules/strstr: Likewise.
23715         * modules/strstr-tests: Likewise.
23716         * tests/test-strstr.c: Likewise.
23717         * lib/string.in.h (rpl_strstr): Declare.
23718         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
23719         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
23720         * modules/string (Makefile.am): Likewise.
23721         * MODULES.html.sh (string handling): Mention new module.
23722         * doc/functions/strstr.texi (strstr): Document the bug.
23723
23724 2008-01-10  Bruno Haible  <bruno@clisp.org>
23725
23726         * lib/relocatable.h (relocate): State whether result is freshly
23727         allocated or not.
23728         * lib/relocatable.c (relocate): Return a freshly allocated string
23729         instead of a pointer to a privately held string.
23730         Reported by Sylvain Beucler <beuc@gnu.org>.
23731
23732 2008-01-10  Colin Watson  <cjwatson@debian.org>
23733
23734         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
23735         s/S_ISNLK/S_ISLNK/.
23736
23737 2008-01-09  Bruno Haible  <bruno@clisp.org>
23738
23739         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
23740         and other files.
23741         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
23742         if it's only a guess.
23743         * modules/memmem: Simplify by depending on memmem-simple.
23744
23745 2008-01-09  Bruno Haible  <bruno@clisp.org>
23746
23747         Work around OpenBSD 4.0 tdelete() bug.
23748         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
23749         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
23750         macros and don't redefine the enum values.
23751         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
23752         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
23753         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
23754
23755 2008-01-09  Bruno Haible  <bruno@clisp.org>
23756
23757         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
23758         (main): Don't perform the tests if setlocale did not install a UTF-8
23759         locale. Needed on OpenBSD 4.0.
23760         * modules/wcwidth-tests (Depends-on): Add localcharset.
23761
23762 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23763
23764         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
23765         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
23766         * NEWS: announce this.
23767         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
23768
23769 2008-01-09  Simon Josefsson  <simon@josefsson.org>
23770         and Eric Blake  <ebb9@byu.net>
23771
23772         Add memmem-simple module.
23773         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
23774         (gl_FUNC_MEMMEM): Separate performance from presence checks.
23775         * modules/memmem-simple: New file.
23776         * modules/memmem (Description): Tweak.
23777         * MODULES.html.sh (string handling): Mention new module.
23778         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
23779         addressed by memmem-simple.
23780         * NEWS: Document the difference.
23781
23782 2008-01-09  Eric Blake  <ebb9@byu.net>
23783
23784         Give gcc some memmem optimization hints.
23785         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
23786         (strcasestr): Declare as pure.
23787         * modules/memmem (Maintainer): Claim my implementation.
23788
23789 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23790
23791         Support AIX 6.1 and higher.
23792         * build-aux/config.libpath: Likewise.
23793         * build-aux/config.rpath: Likewise.
23794
23795 2008-01-08  Jim Meyering  <meyering@redhat.com>
23796             Bruno Haible  <bruno@clisp.org>
23797
23798         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
23799         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
23800         Reported by Peter Fales in
23801         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
23802
23803 2008-01-08  Bruno Haible  <bruno@clisp.org>
23804
23805         * modules/unictype/category-of (Depends-on): Add
23806         unictype/category-none.
23807         * modules/unictype/category-and-tests (Depends-on): Add
23808         unictype/category-{L,N,Lu,Nd}.
23809         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
23810         * modules/unictype/category-or-tests (Depends-on): Add
23811         unictype/category-{L,N}.
23812         * modules/unictype/category-name-tests (Depends-on): Add
23813         unictype/category-{Z,Nl}.
23814         Reported by Simon Josefsson.
23815
23816 2008-01-08  Bruno Haible  <bruno@clisp.org>
23817
23818         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
23819         convention better.
23820         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
23821         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
23822         Reported by Peter Miller <millerp@canb.auug.org.au>.
23823
23824 2008-01-08  Eric Blake  <ebb9@byu.net>
23825
23826         Rewrite memmem to guarantee linear complexity without malloc.
23827         * lib/memmem.c (memmem): Use Two-Way rather than
23828         Knuth-Morris-Pratt, to allow O(1) space usage.
23829         (critical_factorization, two_way_short_needle)
23830         (two_way_long_needle): New functions.
23831         (knuth_morris_pratt): Delete.
23832         * modules/memmem (Depends-on): No longer need malloca or stdbool.
23833         Add stdint.
23834         * tests/test-memmem.c (main): Add tests for periodic needle and
23835         sublinear performance.
23836         * doc/functions/memmem.texi (memmem): Document other deficiencies
23837         in cygwin and older glibc.
23838
23839 2008-01-08  Bruno Haible  <bruno@clisp.org>
23840
23841         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
23842         augmentation.
23843
23844 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
23845
23846         Add a configure time option: --disable-acl.
23847         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
23848         AC_ARG_ENABLE(acl).
23849
23850 2008-01-06  Simon Josefsson  <simon@josefsson.org>
23851
23852         * tests/test-localename.c: Don't include obsolete "setenv.h".
23853
23854         * modules/localename-tests (Depends-on): Need unsetenv.
23855
23856 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23857
23858         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
23859
23860 2008-01-06  Colin Watson  <cjwatson@debian.org>
23861
23862         * users.txt: Add man-db.
23863
23864 2008-01-07  Bruno Haible  <bruno@clisp.org>
23865
23866         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
23867         previous section name.
23868
23869 2008-01-07  Bruno Haible  <bruno@clisp.org>
23870
23871         * lib/progname.c (set_program_name): Don't strip off a leading
23872         "lt-" prefix outside a .libs directory.
23873         Suggested by Paul Eggert.
23874
23875 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
23876             Bruno Haible  <bruno@clisp.org>
23877
23878         Improve memory cleanup in 'relocatable' module.
23879         * lib/relocatable.h (compute_curr_prefix): Change return type to
23880         'char *'.
23881         * lib/relocatable.c (compute_curr_prefix): Change return type to
23882         'char *'. Free curr_installdir after use.
23883         (relocate): Free curr_prefix_better after use.
23884         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
23885
23886 2008-01-01  Bruno Haible  <bruno@clisp.org>
23887
23888         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
23889         failure on older glibc systems.
23890         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23891
23892 2008-01-05  Eric Blake  <ebb9@byu.net>
23893
23894         Avoid quadratic system memmem.
23895         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
23896         Reported by Ralf Wildenhues.
23897
23898         Fix memmem test for mingw.
23899         * modules/memmem-tests (configure.ac): Check for alarm.
23900         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
23901         it.
23902         * doc/functions/memmem.texi: New file.
23903         * doc/gnulib.texi (Function Substitutes): Add memmem.
23904         Reported by Bruno Haible.
23905
23906 2008-01-04  Bruno Haible  <bruno@clisp.org>
23907
23908         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
23909         Require gl_HEADER_STRINGS_H_DEFAULTS, not
23910         gl_HEADER_STRING_H_DEFAULTS.
23911
23912 2008-01-04  Eric Blake  <ebb9@byu.net>
23913
23914         Shorten duration of memmem test.
23915         * tests/test-memmem.c (main): Use alarm to declare failure if test
23916         is taking too long.
23917         Reported by Ralf Wildenhues.
23918
23919 2007-12-21  Simon Josefsson  <simon@josefsson.org>
23920
23921         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
23922         string, needed by strerror.
23923
23924 2008-01-03  Colin Watson  <cjwatson@debian.org>
23925             Bruno Haible  <bruno@clisp.org>
23926
23927         * doc/gnulib-tool.texi (Localization): New section.
23928
23929 2008-01-02  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
23932         variables to 'unsigned char *' type.
23933         Reported by Paul Eggert.
23934
23935 2008-01-02  Jim Meyering  <jim@meyering.net>
23936
23937         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
23938
23939 2007-12-31  Jim Meyering  <jim@meyering.net>
23940
23941         Avoid use of private FTS type name.
23942         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
23943
23944 2007-12-30  Karl Berry  <karl@gnu.org>
23945
23946         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
23947         work around defect in Texinfo and/or the standalone Info browser.
23948
23949 2007-12-30  Bruno Haible  <bruno@clisp.org>
23950
23951         Unify 5 copies of the KMP code.
23952         * lib/str-kmp.h: New file.
23953         * lib/c-strcasestr.c: Include str-kmp.h.
23954         (knuth_morris_pratt): Remove function.
23955         (c_strcasestr): Update.
23956         * lib/c-strstr.c: Include str-kmp.h.
23957         (knuth_morris_pratt): Remove function.
23958         (c_strcasestr): Update.
23959         * lib/mbscasestr.c: Include str-kmp.h.
23960         (knuth_morris_pratt_unibyte): Remove function.
23961         * lib/mbsstr.c: Include str-kmp.h.
23962         (knuth_morris_pratt_unibyte): Remove function.
23963         * lib/strcasestr.c: Include str-kmp.h.
23964         (knuth_morris_pratt): Remove function.
23965         (strcasestr): Update.
23966         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
23967         * modules/c-strstr (Files): Likewise.
23968         * modules/mbscasestr (Files): Likewise.
23969         * modules/mbsstr (Files): Likewise.
23970         * modules/strcasestr (Files): Likewise.
23971         Suggested by Paul Eggert.
23972
23973 2007-12-30  Bruno Haible  <bruno@clisp.org>
23974
23975         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
23976         defined.
23977
23978 2007-12-30  Bruno Haible  <bruno@clisp.org>
23979
23980         * lib/xmalloca.h: Include xalloc.h.
23981         (xnmalloca): New macro.
23982
23983 2007-12-30  Bruno Haible  <bruno@clisp.org>
23984
23985         * lib/malloca.h (nmalloca): New macro.
23986         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
23987         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
23988         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
23989         knuth_morris_pratt_multibyte): Likewise.
23990         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
23991         knuth_morris_pratt_multibyte): Likewise.
23992         * lib/memmem.c (knuth_morris_pratt): Likewise.
23993         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
23994
23995 2007-12-25  Bruno Haible  <bruno@clisp.org>
23996
23997         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
23998         * lib/glob.c: Don't include openat.h.
23999         (link_exists2_p): Add back the code that deals with the
24000         !GLOB_ALTDIRFUNC case.
24001         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
24002         let it do the filename concatenation.
24003         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
24004         * modules/glob (Depends-on): Remove openat.
24005
24006 2007-12-31  Bruno Haible  <bruno@clisp.org>
24007
24008         * modules/dirfd (License): Change to LGPLv2+.
24009         Approved by Jim Meyering.
24010
24011 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24012
24013         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
24014         when multiplying M by sizeof (size_t).
24015
24016 2007-12-10  Martin Lambers  <marlam@marlam.de>
24017
24018         Override getpagesize on mingw.
24019         * lib/getpagesize.c: New file.
24020         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
24021         * modules/getpagesize (Files): Add lib/getpagesize.c.
24022         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
24023         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
24024         REPLACE_GETPAGESIZE.
24025         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
24026
24027 2007-12-25  Bruno Haible  <bruno@clisp.org>
24028
24029         * modules/localcharset (Notice): New field.
24030         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
24031         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
24032
24033 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24034             Bruno Haible  <bruno@clisp.org>
24035
24036         Avoid using the syntax symbol() in formatted documentation.
24037         * MODULES.html.sh (func_module): When replacing symbol() with a
24038         hyperlink, remove the parentheses. Show an error if some remain.
24039         Recognize and render the '...' syntax.
24040         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
24041         Rework. Add paragraph about GCC's inlining.
24042         * doc/alloca.texi: Likewise.
24043         * doc/error.texi: Remove parentheses from symbol reference.
24044         * doc/gnulib-intro.texi: Likewise.
24045         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
24046         * modules/fnmatch (Description): Reword to say "the ... function".
24047         * modules/full-read (Description): Likewise.
24048         * modules/full-write (Description): Likewise.
24049         * modules/safe-read (Description): Likewise.
24050         * modules/safe-write (Description): Likewise.
24051         * modules/strchrnul (Description): Likewise.
24052         * modules/trim (Description): Likewise.
24053         * modules/error (Description): Remove parentheses from symbol
24054         references.
24055         * modules/verror (Description): Likewise.
24056         Reported by Karl Berry.
24057
24058 2007-12-25  Bruno Haible  <bruno@clisp.org>
24059
24060         Fixup after 2007-10-16 commit.
24061         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
24062
24063 2007-12-24  Bruno Haible  <bruno@clisp.org>
24064
24065         Make --enable-relocatable work with DESTDIR.
24066         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
24067         to compute installdir from destprog.
24068         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
24069         also set the RELOC_DESTDIR variable.
24070         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24071
24072 2007-12-24  Bruno Haible  <bruno@clisp.org>
24073
24074         Fix link error due to xalloc_die().
24075         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
24076         of xreadlink.
24077         * lib/relocwrapper.c: Update comments.
24078         * build-aux/install-reloc: Remove xreadlink.c from file list.
24079         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
24080         xreadlink.c.
24081         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24082
24083 2007-12-24  Bruno Haible  <bruno@clisp.org>
24084
24085         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
24086         * lib/setenv.h: Remove file.
24087         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
24088         lib/setenv.h.
24089         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
24090         (Depends-on): Add stdlib.
24091         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
24092         gl_FUNC_UNSETENV.
24093         (Include): Replace setenv.h with <stdlib.h>.
24094         * modules/unsetenv: New file.
24095         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
24096         * lib/unsetenv.c: Include <stdlib.h> first.
24097         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
24098         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
24099         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
24100         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
24101         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
24102         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24103         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
24104         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24105         * doc/functions/unsetenv.texi: Update.
24106         * modules/xsetenv (Depends-on): Add unsetenv.
24107         * modules/getdate (Depends-on): Likewise.
24108         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
24109         * lib/xsetenv.c: Don't include setenv.h.
24110         * lib/getdate.y: Likewise.
24111         * lib/relocwrapper.c: Likewise.
24112         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
24113         (Depends-on): Add stdlib.
24114         * NEWS: Mention the changes.
24115         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24116
24117 2007-12-23  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24120         indentation.
24121
24122 2007-12-23  Bruno Haible  <bruno@clisp.org>
24123
24124         * lib/c-strcasestr.c: Add more comments.
24125         * lib/c-strstr.c: Likewise.
24126         * lib/mbscasestr.c: Likewise.
24127         * lib/mbsstr.c: Likewise.
24128         * lib/strcasestr.c: Likewise.
24129         * lib/memmem.c: Likewise.
24130
24131 2007-12-23  Bruno Haible  <bruno@clisp.org>
24132
24133         * tests/test-memmem.c: Include <string.h> first.
24134
24135 2007-12-22  Bruno Haible  <bruno@clisp.org>
24136
24137         * gnulib-tool (func_create_testdir): Change $auxdir while generating
24138         the contents of $testsbase.
24139         Reported by Ralf Wildenhues.
24140
24141 2007-12-22  Bruno Haible  <bruno@clisp.org>
24142
24143         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
24144         two variables local_ldadd_before, local_ldadd_last.
24145
24146 2007-12-20  Eric Blake  <ebb9@byu.net>
24147
24148         Work around circular library issue when cross-compiling.
24149         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
24150         that progname.o does not need to pull in rpl_memcmp.
24151
24152 2007-12-19  Eric Blake  <ebb9@byu.net>
24153
24154         Fix memmem to avoid O(n^2) worst-case complexity.
24155         * lib/memmem.c (knuth_morris_pratt): New function.
24156         (memmem): Use it if first few naive iterations fail.
24157         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
24158         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
24159         * modules/memchr (License): Likewise.
24160         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
24161         malloca.
24162         * tests/test-memmem.c: Rewrite, borrowing ideas from
24163         test-mbsstr1.c; the old version wouldn't even compile!
24164         * modules/memmem-tests: New file.
24165         * lib/string.in.h (rpl_memmem): Add declaration.
24166         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
24167         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
24168         REPLACE_MEMMEM.
24169
24170 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24171
24172         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
24173         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
24174         before any system include files, and undef after them all.  This
24175         should fix a problem on VMS reported by John E. Malmberg in
24176         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
24177
24178 2007-12-17  Eric Blake  <ebb9@byu.net>
24179
24180         Revert addition of verify, for BSD/OS.
24181         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
24182         can't handle large files, for the sake of obsolete platforms.
24183         * modules/fseeko (Depends-on): Remove verify.
24184         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
24185         * doc/functions/ftello.texi (ftello): Likewise.
24186         * doc/functions/fgetpos.texi (fgetpos): Likewise.
24187         Reported by Larry Jones.
24188
24189 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
24190
24191         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
24192         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
24193
24194 2007-12-17  Jim Meyering  <meyering@redhat.com>
24195
24196         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
24197         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
24198         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
24199         * modules/getcwd (Depends-on): Add openat.
24200         Reported by Petr Salinger.
24201
24202 2007-12-17  Bruno Haible  <bruno@clisp.org>
24203
24204         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
24205         avoid a segmentation fault of the configure test on x86_64 systems.
24206
24207 2007-12-15  Jim Meyering  <meyering@redhat.com>
24208
24209         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
24210
24211 2007-12-13  Eric Blake  <ebb9@byu.net>
24212
24213         Another fseek test.
24214         * tests/test-fseek.c (main): Also test ungetc handling.
24215         * tests/test-fseeko.c (main): Likewise.
24216         * modules/fseeko (Depends-on): Add verify.
24217         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
24218         large.
24219         Reported by Larry Jones.
24220
24221         Fix fseeko on mingw.
24222         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
24223         seek.
24224
24225         Beef up fseek tests.
24226         * tests/test-fseek.c (main): Also test eof handling.
24227         * tests/test-fseeko.c (main): Likewise.
24228         Reported by Larry Jones.
24229
24230 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
24231
24232         Fix fseeko on BSD-based platforms.
24233         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
24234         successful seek.
24235
24236 2007-12-12  Eric Blake  <ebb9@byu.net>
24237
24238         Allow circular dependency of separate libtests.a
24239         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
24240         when use_libtests.
24241
24242 2007-12-11  Eric Blake  <ebb9@byu.net>
24243
24244         Fix bug with -0.0L in previous patch.
24245         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
24246         * tests/test-isnan.c (main): Also test on zeroes.
24247         * tests/test-isnanf.c (main): Likewise.
24248         * tests/test-isnanl.h (main): Likewise.
24249
24250         Detect pseudo-denormals on x86 even when cross-compiling.
24251         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
24252         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
24253         invalid bit patterns that happen to satisfy ==.
24254
24255         Avoid link failures with separate libtests.a.
24256         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
24257         last, to satisfy circular dependencies.
24258
24259 2007-12-11  Eric Blake  <ebb9@byu.net>
24260         and Bruno Haible  <bruno@clisp.org>
24261
24262         Fix OpenBSD 4.0 <float.h> handling of long double.
24263         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
24264         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
24265         * doc/headers/float.texi (float.h): Document OpenBSD bug.
24266
24267 2007-12-11  Jim Meyering  <meyering@redhat.com>
24268
24269         * users.txt: Add libvirt.
24270
24271         Support versions of autoconf prior to 2.59c.
24272         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
24273         if it is not already defined.
24274
24275 2007-12-09  Bruno Haible  <bruno@clisp.org>
24276
24277         Let 'gnulib-tool --import' collect sources needed for the tests in
24278         tests/ rather than in lib/.
24279         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24280         argument. If true, add rules to generate libtests.a, and put libtests.a
24281         into $(LDADD). Consider source files in subdirectories and set
24282         uses_subdirs.
24283         (func_emit_initmacro_start, func_emit_initmacro_end,
24284         func_emit_initmacro_done): Pass all arguments explicitly.
24285         (func_import): Determine two module lists main_modules,
24286         testsrelated_modules. Determine use_libtests. Determine two variables
24287         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24288         instead of just sed_transform_lib_file. Determine two variables
24289         main_files and testsrelated_files. Compute 'files' as the union of
24290         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24291         func_add_or_update. In the generated gnulib-comp.m4, collect the
24292         object files for tests/ in different variables than those for lib/.
24293         Substitute LIBTESTS_LIBDEPS.
24294         (func_create_testdir): Combine the uses_subdirs results from
24295         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24296
24297 2007-12-09  Bruno Haible  <bruno@clisp.org>
24298
24299         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24300         the build-aux directory.
24301
24302 2007-12-09  Bruno Haible  <bruno@clisp.org>
24303
24304         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24305         introduced on 2006-09-09.
24306
24307 2007-12-07  Jim Meyering  <meyering@redhat.com>
24308
24309         Let these macros work also with autoconf-2.59.
24310         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24311         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24312         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24313
24314 2007-12-06  Jim Meyering  <meyering@redhat.com>
24315
24316         Avoid a configure-time syntax error in gl_FUNC_ACL.
24317         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24318         function in each branch, before testing the cache variable.
24319
24320 2007-12-04  Eric Blake  <ebb9@byu.net>
24321
24322         Make scripts executable.
24323         * build-aux/config.guess: Add execute permissions.
24324         * build-aux/config.sub: Likewise.
24325         * build-aux/gendocs.sh: Likewise.
24326
24327         Fix frexp on mingw.
24328         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24329         cross-compiling.
24330         * doc/functions/frexp.texi (frexp): Document the bug.
24331
24332         Make cygwin fseeko check more reliable.
24333         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24334         version numbers, rather than unrelated feature check.
24335         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24336         * doc/functions/ftello.texi (ftello): Likewise.
24337         Reported by Bruno Haible.
24338
24339         * m4/strerror.m4: Bump version number.
24340
24341 2007-12-03  Bruno Haible  <bruno@clisp.org>
24342
24343         * doc/functions/mprotect.texi: Mention the mingw problem.
24344
24345 2007-12-03  Eric Blake  <ebb9@byu.net>
24346
24347         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24348         REPLACE_STRERROR is initialized before this macro.
24349
24350 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24351
24352         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24353         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24354         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24355         put -lsec in even for programs other than 'ls'.  This fixes a problem
24356         for gettext reported by Bruno Haible in
24357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24358         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24359         Add support for Solaris 10.  This isn't efficient, but should get the
24360         job done for now.
24361
24362 2007-12-03  James Youngman  <jay@gnu.org>
24363
24364         * doc/regexprops-generic.texi: change "an close-group" to "a
24365         close-group" and "illegal" to "not allowed".
24366
24367 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24368
24369         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24370         pr_byname.h. Needed for the rare case when the maintainer has done
24371         "make maintainer-clean" in the source directory and then attempts a
24372         build outside the source directory.
24373         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24374         scripts_byname.h.
24375
24376 2007-12-02  Martin Lambers <marlam@marlam.de>
24377             Bruno Haible  <bruno@clisp.org>
24378
24379         * lib/getpagesize.h: Remove file.
24380         * lib/unistd.in.h: Include declaration of getpagesize here.
24381         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24382         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24383         HAVE_SYS_PARAM_H.
24384         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24385         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24386         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24387         (Depends-on): Add unistd.
24388         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24389         (Include): Use <unistd.h> instead of getpagesize.h.
24390         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24391         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24392         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24393         gl_GETPAGESIZE invocation, already handled by module dependency.
24394         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24395
24396 2007-12-02  Bruno Haible  <bruno@clisp.org>
24397
24398         * modules/strings-tests: New file.
24399         * tests/test-strings.c: New file.
24400
24401         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24402         * lib/strings.in.h: New file.
24403         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24404         * m4/strings_h.m4: New file.
24405         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24406         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24407         * modules/strings: New file.
24408         * modules/string (Makefile.am): Update.
24409         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24410         Reported by Karl Berry.
24411
24412 2007-12-01  Eric Blake  <ebb9@byu.net>
24413
24414         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24415         accomodate fix in cygwin 1.5.25.
24416
24417 2007-12-01  Jim Meyering  <meyering@redhat.com>
24418
24419         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24420         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24421         that would inhibit utf8-optimization of a regexp containing line-
24422         or buffer-anchors, e.g., `^', `$'.
24423
24424 2007-11-30  Bruno Haible  <bruno@clisp.org>
24425
24426         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
24427         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
24428         glthread_recursive_lock_init.
24429         * lib/lock.c (glthread_recursive_lock_init)
24430         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
24431         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24432
24433 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
24434
24435         New function qset_acl, like set_acl but with syscall semantics.
24436         * lib/acl.h (qset_acl): New decl.
24437         * lib/acl.c (qset_acl): New function.
24438         (set_acl): Use new function.  Use more-consistent diagnostics.
24439
24440 2007-11-28  Jim Meyering  <meyering@redhat.com>
24441
24442         * modules/physmem (License): Change from GPL to LGPLv2+.
24443
24444 2007-11-26  Bruno Haible  <bruno@clisp.org>
24445
24446         * lib/vasnprintf.c (decode_long_double): Don't abort if the
24447         'long double' type has excess precision.
24448         Reported by Jim Meyering in
24449         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
24450
24451 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24452
24453         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
24454         Sync from <http://gnu.org/licenses>.
24455         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
24456         with license text from same location.
24457         * doc/maintain.texi, doc/standards.texi:  Sync from
24458         <http://savannah.gnu.org/projects/gnustandards>.
24459
24460 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
24461         and Jim Meyering  <meyering@redhat.com>
24462
24463         Adjust getdate' grammar to accept a slightly more regular language.
24464         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
24465         Before, the former was rejected.
24466         * lib/getdate.y (digits_to_date_time): New function, factored
24467         out of ...
24468         (number): ...here.  Just call digits_to_date_time.
24469         (hybrid): New non-terminal to handle an <unsigned number,
24470         signed relative offset> sequence consistently.
24471
24472 2007-11-18  Jim Meyering  <meyering@redhat.com>
24473
24474         Pull my changes from coreutils:
24475         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
24476         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
24477         use of $gnulib_tool_option_extras, so that it's separated from the
24478         preceding argument.
24479
24480         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
24481         * build-aux/bootstrap (cp_mark_as_generated): Create any required
24482         parent destination directories before copying a file into place.
24483
24484 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
24485
24486         bootstrap: work also with 4-argument variant of AC_INIT
24487         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
24488
24489 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24490
24491         Port test-getaddrinfo to Solaris.
24492         Problem reported by Bruno Haible in
24493         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
24494         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
24495         explanation of setting 'hints'.
24496         Don't reject an implementation merely because it returns EAI_SERVICE.
24497         (EAI_SERVICE): Define to 0 if not defined.
24498
24499 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
24500
24501         The license of gnu-make and posix-shell is now "GPLed build tool".
24502         * modules/gnu-make (License): Likewise.
24503         * modules/posix-shell (License): Likewise.
24504
24505         New module posix-shell, for determining a POSIX shell
24506         or perhaps something that is close enough to a POSIX shell.
24507         * m4/posix-shell.m4: New file.
24508         * modules/posix-shell: New file.
24509
24510         * MODULES.html.sh: Mention new module.
24511
24512         New module gnu-make, for determining whether we're using GNU Make.
24513         * m4/gnu-make.m4: New file.
24514         * modules/gnu-make: New file.
24515         * MODULES.html.sh: Mention new module.
24516
24517 2007-11-14  Jim Meyering  <meyering@redhat.com>
24518
24519         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
24520         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
24521         use this macro to create a function _definition_.
24522         Remove useless "#undef ARGMATCH_DIE".
24523
24524 2007-11-14  Bruno Haible  <bruno@clisp.org>
24525
24526         * lib/config.charset: Update for OpenBSD 4.1.
24527         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
24528
24529 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         Document 64-bit #if problems in stdint.texi.
24532         * doc/headers/stdint.texi (stdint.h): Mention problems with
24533         64-bit-#if, and how to work around them.
24534
24535         Don't insist on 'long long int' support in the preprocessor.  It
24536         breaks too many things.  For example, PRIdMAX still uses a 'long
24537         long int' format with the latest Sun compiler, even though
24538         HAVE_LONG_LONG_INT isn't defined due to that compiler's
24539         preprocessor problem.  This causes the latest coreutils to dump
24540         core on Solaris 10 sparc with the Sun C compiler.
24541         Instead, fix the 2007-10-16 problem in a different way, by evaluating
24542         the troublesome expressions at configure-time, not at #if-time.
24543         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
24544         preprocessor.
24545         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
24546         compile-time C checks, done at 'configure'-time.
24547         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
24548         * modules/inttypes (Makefile): Substitute the new symbols that
24549         gl_INTTYPES_H now generates.
24550         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
24551
24552 2007-11-12  Bruno Haible  <bruno@clisp.org>
24553
24554         Tests for Unicode character classification functions.
24555
24556         * modules/unictype/bidicategory-byname-tests: New file.
24557         * modules/unictype/bidicategory-name-tests: New file.
24558         * modules/unictype/bidicategory-of-tests: New file.
24559         * modules/unictype/bidicategory-test-tests: New file.
24560         * modules/unictype/block-list-tests: New file.
24561         * modules/unictype/block-of-tests: New file.
24562         * modules/unictype/block-test-tests: New file.
24563         * modules/unictype/category-C-tests: New file.
24564         * modules/unictype/category-Cc-tests: New file.
24565         * modules/unictype/category-Cf-tests: New file.
24566         * modules/unictype/category-Cn-tests: New file.
24567         * modules/unictype/category-Co-tests: New file.
24568         * modules/unictype/category-Cs-tests: New file.
24569         * modules/unictype/category-L-tests: New file.
24570         * modules/unictype/category-Ll-tests: New file.
24571         * modules/unictype/category-Lm-tests: New file.
24572         * modules/unictype/category-Lo-tests: New file.
24573         * modules/unictype/category-Lt-tests: New file.
24574         * modules/unictype/category-Lu-tests: New file.
24575         * modules/unictype/category-M-tests: New file.
24576         * modules/unictype/category-Mc-tests: New file.
24577         * modules/unictype/category-Me-tests: New file.
24578         * modules/unictype/category-Mn-tests: New file.
24579         * modules/unictype/category-N-tests: New file.
24580         * modules/unictype/category-Nd-tests: New file.
24581         * modules/unictype/category-Nl-tests: New file.
24582         * modules/unictype/category-No-tests: New file.
24583         * modules/unictype/category-P-tests: New file.
24584         * modules/unictype/category-Pc-tests: New file.
24585         * modules/unictype/category-Pd-tests: New file.
24586         * modules/unictype/category-Pe-tests: New file.
24587         * modules/unictype/category-Pf-tests: New file.
24588         * modules/unictype/category-Pi-tests: New file.
24589         * modules/unictype/category-Po-tests: New file.
24590         * modules/unictype/category-Ps-tests: New file.
24591         * modules/unictype/category-S-tests: New file.
24592         * modules/unictype/category-Sc-tests: New file.
24593         * modules/unictype/category-Sk-tests: New file.
24594         * modules/unictype/category-Sm-tests: New file.
24595         * modules/unictype/category-So-tests: New file.
24596         * modules/unictype/category-Z-tests: New file.
24597         * modules/unictype/category-Zl-tests: New file.
24598         * modules/unictype/category-Zp-tests: New file.
24599         * modules/unictype/category-Zs-tests: New file.
24600         * modules/unictype/category-and-not-tests: New file.
24601         * modules/unictype/category-and-tests: New file.
24602         * modules/unictype/category-byname-tests: New file.
24603         * modules/unictype/category-name-tests: New file.
24604         * modules/unictype/category-none-tests: New file.
24605         * modules/unictype/category-of-tests: New file.
24606         * modules/unictype/category-or-tests: New file.
24607         * modules/unictype/category-test-withtable-tests: New file.
24608         * modules/unictype/combining-class-tests: New file.
24609         * modules/unictype/ctype-alnum-tests: New file.
24610         * modules/unictype/ctype-alpha-tests: New file.
24611         * modules/unictype/ctype-blank-tests: New file.
24612         * modules/unictype/ctype-cntrl-tests: New file.
24613         * modules/unictype/ctype-digit-tests: New file.
24614         * modules/unictype/ctype-graph-tests: New file.
24615         * modules/unictype/ctype-lower-tests: New file.
24616         * modules/unictype/ctype-print-tests: New file.
24617         * modules/unictype/ctype-punct-tests: New file.
24618         * modules/unictype/ctype-space-tests: New file.
24619         * modules/unictype/ctype-upper-tests: New file.
24620         * modules/unictype/ctype-xdigit-tests: New file.
24621         * modules/unictype/decimal-digit-tests: New file.
24622         * modules/unictype/digit-tests: New file.
24623         * modules/unictype/mirror-tests: New file.
24624         * modules/unictype/numeric-tests: New file.
24625         * modules/unictype/property-alphabetic-tests: New file.
24626         * modules/unictype/property-ascii-hex-digit-tests: New file.
24627         * modules/unictype/property-bidi-arabic-digit-tests: New file.
24628         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
24629         * modules/unictype/property-bidi-block-separator-tests: New file.
24630         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
24631         * modules/unictype/property-bidi-common-separator-tests: New file.
24632         * modules/unictype/property-bidi-control-tests: New file.
24633         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
24634         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
24635         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
24636         * modules/unictype/property-bidi-european-digit-tests: New file.
24637         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
24638         * modules/unictype/property-bidi-left-to-right-tests: New file.
24639         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
24640         * modules/unictype/property-bidi-other-neutral-tests: New file.
24641         * modules/unictype/property-bidi-pdf-tests: New file.
24642         * modules/unictype/property-bidi-segment-separator-tests: New file.
24643         * modules/unictype/property-bidi-whitespace-tests: New file.
24644         * modules/unictype/property-byname-tests: New file.
24645         * modules/unictype/property-combining-tests: New file.
24646         * modules/unictype/property-composite-tests: New file.
24647         * modules/unictype/property-currency-symbol-tests: New file.
24648         * modules/unictype/property-dash-tests: New file.
24649         * modules/unictype/property-decimal-digit-tests: New file.
24650         * modules/unictype/property-default-ignorable-code-point-tests: New file.
24651         * modules/unictype/property-deprecated-tests: New file.
24652         * modules/unictype/property-diacritic-tests: New file.
24653         * modules/unictype/property-extender-tests: New file.
24654         * modules/unictype/property-format-control-tests: New file.
24655         * modules/unictype/property-grapheme-base-tests: New file.
24656         * modules/unictype/property-grapheme-extend-tests: New file.
24657         * modules/unictype/property-grapheme-link-tests: New file.
24658         * modules/unictype/property-hex-digit-tests: New file.
24659         * modules/unictype/property-hyphen-tests: New file.
24660         * modules/unictype/property-id-continue-tests: New file.
24661         * modules/unictype/property-id-start-tests: New file.
24662         * modules/unictype/property-ideographic-tests: New file.
24663         * modules/unictype/property-ids-binary-operator-tests: New file.
24664         * modules/unictype/property-ids-trinary-operator-tests: New file.
24665         * modules/unictype/property-ignorable-control-tests: New file.
24666         * modules/unictype/property-iso-control-tests: New file.
24667         * modules/unictype/property-join-control-tests: New file.
24668         * modules/unictype/property-left-of-pair-tests: New file.
24669         * modules/unictype/property-line-separator-tests: New file.
24670         * modules/unictype/property-logical-order-exception-tests: New file.
24671         * modules/unictype/property-lowercase-tests: New file.
24672         * modules/unictype/property-math-tests: New file.
24673         * modules/unictype/property-non-break-tests: New file.
24674         * modules/unictype/property-not-a-character-tests: New file.
24675         * modules/unictype/property-numeric-tests: New file.
24676         * modules/unictype/property-other-alphabetic-tests: New file.
24677         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
24678         * modules/unictype/property-other-grapheme-extend-tests: New file.
24679         * modules/unictype/property-other-id-continue-tests: New file.
24680         * modules/unictype/property-other-id-start-tests: New file.
24681         * modules/unictype/property-other-lowercase-tests: New file.
24682         * modules/unictype/property-other-math-tests: New file.
24683         * modules/unictype/property-other-uppercase-tests: New file.
24684         * modules/unictype/property-paired-punctuation-tests: New file.
24685         * modules/unictype/property-paragraph-separator-tests: New file.
24686         * modules/unictype/property-pattern-syntax-tests: New file.
24687         * modules/unictype/property-pattern-white-space-tests: New file.
24688         * modules/unictype/property-private-use-tests: New file.
24689         * modules/unictype/property-punctuation-tests: New file.
24690         * modules/unictype/property-quotation-mark-tests: New file.
24691         * modules/unictype/property-radical-tests: New file.
24692         * modules/unictype/property-sentence-terminal-tests: New file.
24693         * modules/unictype/property-soft-dotted-tests: New file.
24694         * modules/unictype/property-space-tests: New file.
24695         * modules/unictype/property-terminal-punctuation-tests: New file.
24696         * modules/unictype/property-test-tests: New file.
24697         * modules/unictype/property-titlecase-tests: New file.
24698         * modules/unictype/property-unassigned-code-value-tests: New file.
24699         * modules/unictype/property-unified-ideograph-tests: New file.
24700         * modules/unictype/property-uppercase-tests: New file.
24701         * modules/unictype/property-variation-selector-tests: New file.
24702         * modules/unictype/property-white-space-tests: New file.
24703         * modules/unictype/property-xid-continue-tests: New file.
24704         * modules/unictype/property-xid-start-tests: New file.
24705         * modules/unictype/property-zero-width-tests: New file.
24706         * modules/unictype/scripts-tests: New file.
24707         * modules/unictype/syntax-c-ident-tests: New file.
24708         * modules/unictype/syntax-c-whitespace-tests: New file.
24709         * modules/unictype/syntax-java-ident-tests: New file.
24710         * modules/unictype/syntax-java-whitespace-tests: New file.
24711         * tests/unictype/test-bidi_byname.c: New file.
24712         * tests/unictype/test-bidi_name.c: New file.
24713         * tests/unictype/test-bidi_of.c: New file.
24714         * tests/unictype/test-bidi_test.c: New file.
24715         * tests/unictype/test-block_list.c: New file.
24716         * tests/unictype/test-block_of.c: New file.
24717         * tests/unictype/test-block_test.c: New file.
24718         * tests/unictype/test-categ_and.c: New file.
24719         * tests/unictype/test-categ_and_not.c: New file.
24720         * tests/unictype/test-categ_byname.c: New file.
24721         * tests/unictype/test-categ_name.c: New file.
24722         * tests/unictype/test-categ_none.c: New file.
24723         * tests/unictype/test-categ_of.c: New file.
24724         * tests/unictype/test-categ_or.c: New file.
24725         * tests/unictype/test-categ_test_withtable.c: New file.
24726         * tests/unictype/test-combining.c: New file.
24727         * tests/unictype/test-decdigit.c: New file.
24728         * tests/unictype/test-digit.c: New file.
24729         * tests/unictype/test-mirror.c: New file.
24730         * tests/unictype/test-numeric.c: New file.
24731         * tests/unictype/test-pr_byname.c: New file.
24732         * tests/unictype/test-pr_test.c: New file.
24733         * tests/unictype/test-predicate-part1.h: New file.
24734         * tests/unictype/test-predicate-part2.h: New file.
24735         * tests/unictype/test-scripts.c: New file.
24736         * tests/unictype/test-sy_c_ident.c: New file.
24737         * tests/unictype/test-sy_java_ident.c: New file.
24738
24739         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
24740         for Unicode 5.0.0.
24741         * tests/unictype/test-categ_Cc.c: Likewise.
24742         * tests/unictype/test-categ_Cf.c: Likewise.
24743         * tests/unictype/test-categ_Cn.c: Likewise.
24744         * tests/unictype/test-categ_Co.c: Likewise.
24745         * tests/unictype/test-categ_Cs.c: Likewise.
24746         * tests/unictype/test-categ_L.c: Likewise.
24747         * tests/unictype/test-categ_Ll.c: Likewise.
24748         * tests/unictype/test-categ_Lm.c: Likewise.
24749         * tests/unictype/test-categ_Lo.c: Likewise.
24750         * tests/unictype/test-categ_Lt.c: Likewise.
24751         * tests/unictype/test-categ_Lu.c: Likewise.
24752         * tests/unictype/test-categ_M.c: Likewise.
24753         * tests/unictype/test-categ_Mc.c: Likewise.
24754         * tests/unictype/test-categ_Me.c: Likewise.
24755         * tests/unictype/test-categ_Mn.c: Likewise.
24756         * tests/unictype/test-categ_N.c: Likewise.
24757         * tests/unictype/test-categ_Nd.c: Likewise.
24758         * tests/unictype/test-categ_Nl.c: Likewise.
24759         * tests/unictype/test-categ_No.c: Likewise.
24760         * tests/unictype/test-categ_P.c: Likewise.
24761         * tests/unictype/test-categ_Pc.c: Likewise.
24762         * tests/unictype/test-categ_Pd.c: Likewise.
24763         * tests/unictype/test-categ_Pe.c: Likewise.
24764         * tests/unictype/test-categ_Pf.c: Likewise.
24765         * tests/unictype/test-categ_Pi.c: Likewise.
24766         * tests/unictype/test-categ_Po.c: Likewise.
24767         * tests/unictype/test-categ_Ps.c: Likewise.
24768         * tests/unictype/test-categ_S.c: Likewise.
24769         * tests/unictype/test-categ_Sc.c: Likewise.
24770         * tests/unictype/test-categ_Sk.c: Likewise.
24771         * tests/unictype/test-categ_Sm.c: Likewise.
24772         * tests/unictype/test-categ_So.c: Likewise.
24773         * tests/unictype/test-categ_Z.c: Likewise.
24774         * tests/unictype/test-categ_Zl.c: Likewise.
24775         * tests/unictype/test-categ_Zp.c: Likewise.
24776         * tests/unictype/test-categ_Zs.c: Likewise.
24777         * tests/unictype/test-ctype_alnum.c: Likewise.
24778         * tests/unictype/test-ctype_alpha.c: Likewise.
24779         * tests/unictype/test-ctype_blank.c: Likewise.
24780         * tests/unictype/test-ctype_cntrl.c: Likewise.
24781         * tests/unictype/test-ctype_digit.c: Likewise.
24782         * tests/unictype/test-ctype_graph.c: Likewise.
24783         * tests/unictype/test-ctype_lower.c: Likewise.
24784         * tests/unictype/test-ctype_print.c: Likewise.
24785         * tests/unictype/test-ctype_punct.c: Likewise.
24786         * tests/unictype/test-ctype_space.c: Likewise.
24787         * tests/unictype/test-ctype_upper.c: Likewise.
24788         * tests/unictype/test-ctype_xdigit.c: Likewise.
24789         * tests/unictype/test-decdigit.h: Likewise.
24790         * tests/unictype/test-digit.h: Likewise.
24791         * tests/unictype/test-numeric.h: Likewise.
24792         * tests/unictype/test-pr_alphabetic.c: Likewise.
24793         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
24794         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
24795         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
24796         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
24797         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
24798         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
24799         * tests/unictype/test-pr_bidi_control.c: Likewise.
24800         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
24801         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
24802         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
24803         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
24804         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
24805         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
24806         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
24807         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
24808         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
24809         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
24810         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
24811         * tests/unictype/test-pr_combining.c: Likewise.
24812         * tests/unictype/test-pr_composite.c: Likewise.
24813         * tests/unictype/test-pr_currency_symbol.c: Likewise.
24814         * tests/unictype/test-pr_dash.c: Likewise.
24815         * tests/unictype/test-pr_decimal_digit.c: Likewise.
24816         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
24817         * tests/unictype/test-pr_deprecated.c: Likewise.
24818         * tests/unictype/test-pr_diacritic.c: Likewise.
24819         * tests/unictype/test-pr_extender.c: Likewise.
24820         * tests/unictype/test-pr_format_control.c: Likewise.
24821         * tests/unictype/test-pr_grapheme_base.c: Likewise.
24822         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
24823         * tests/unictype/test-pr_grapheme_link.c: Likewise.
24824         * tests/unictype/test-pr_hex_digit.c: Likewise.
24825         * tests/unictype/test-pr_hyphen.c: Likewise.
24826         * tests/unictype/test-pr_id_continue.c: Likewise.
24827         * tests/unictype/test-pr_id_start.c: Likewise.
24828         * tests/unictype/test-pr_ideographic.c: Likewise.
24829         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
24830         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
24831         * tests/unictype/test-pr_ignorable_control.c: Likewise.
24832         * tests/unictype/test-pr_iso_control.c: Likewise.
24833         * tests/unictype/test-pr_join_control.c: Likewise.
24834         * tests/unictype/test-pr_left_of_pair.c: Likewise.
24835         * tests/unictype/test-pr_line_separator.c: Likewise.
24836         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
24837         * tests/unictype/test-pr_lowercase.c: Likewise.
24838         * tests/unictype/test-pr_math.c: Likewise.
24839         * tests/unictype/test-pr_non_break.c: Likewise.
24840         * tests/unictype/test-pr_not_a_character.c: Likewise.
24841         * tests/unictype/test-pr_numeric.c: Likewise.
24842         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
24843         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
24844         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
24845         * tests/unictype/test-pr_other_id_continue.c: Likewise.
24846         * tests/unictype/test-pr_other_id_start.c: Likewise.
24847         * tests/unictype/test-pr_other_lowercase.c: Likewise.
24848         * tests/unictype/test-pr_other_math.c: Likewise.
24849         * tests/unictype/test-pr_other_uppercase.c: Likewise.
24850         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
24851         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
24852         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
24853         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
24854         * tests/unictype/test-pr_private_use.c: Likewise.
24855         * tests/unictype/test-pr_punctuation.c: Likewise.
24856         * tests/unictype/test-pr_quotation_mark.c: Likewise.
24857         * tests/unictype/test-pr_radical.c: Likewise.
24858         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
24859         * tests/unictype/test-pr_soft_dotted.c: Likewise.
24860         * tests/unictype/test-pr_space.c: Likewise.
24861         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
24862         * tests/unictype/test-pr_titlecase.c: Likewise.
24863         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
24864         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
24865         * tests/unictype/test-pr_uppercase.c: Likewise.
24866         * tests/unictype/test-pr_variation_selector.c: Likewise.
24867         * tests/unictype/test-pr_white_space.c: Likewise.
24868         * tests/unictype/test-pr_xid_continue.c: Likewise.
24869         * tests/unictype/test-pr_xid_start.c: Likewise.
24870         * tests/unictype/test-pr_zero_width.c: Likewise.
24871         * tests/unictype/test-sy_c_whitespace.c: Likewise.
24872         * tests/unictype/test-sy_java_whitespace.c: Likewise.
24873
24874 2007-11-12  Bruno Haible  <bruno@clisp.org>
24875
24876         Unicode character classification functions.
24877         * lib/unictype.h: New file.
24878         * modules/unictype/base: New file.
24879         * modules/unictype/category-L: New file.
24880         * modules/unictype/category-Lu: New file.
24881         * modules/unictype/category-Ll: New file.
24882         * modules/unictype/category-Lt: New file.
24883         * modules/unictype/category-Lm: New file.
24884         * modules/unictype/category-Lo: New file.
24885         * modules/unictype/category-M: New file.
24886         * modules/unictype/category-Mn: New file.
24887         * modules/unictype/category-Mc: New file.
24888         * modules/unictype/category-Me: New file.
24889         * modules/unictype/category-N: New file.
24890         * modules/unictype/category-Nd: New file.
24891         * modules/unictype/category-Nl: New file.
24892         * modules/unictype/category-No: New file.
24893         * modules/unictype/category-P: New file.
24894         * modules/unictype/category-Pc: New file.
24895         * modules/unictype/category-Pd: New file.
24896         * modules/unictype/category-Ps: New file.
24897         * modules/unictype/category-Pe: New file.
24898         * modules/unictype/category-Pi: New file.
24899         * modules/unictype/category-Pf: New file.
24900         * modules/unictype/category-Po: New file.
24901         * modules/unictype/category-S: New file.
24902         * modules/unictype/category-Sm: New file.
24903         * modules/unictype/category-Sc: New file.
24904         * modules/unictype/category-Sk: New file.
24905         * modules/unictype/category-So: New file.
24906         * modules/unictype/category-Z: New file.
24907         * modules/unictype/category-Zs: New file.
24908         * modules/unictype/category-Zl: New file.
24909         * modules/unictype/category-Zp: New file.
24910         * modules/unictype/category-C: New file.
24911         * modules/unictype/category-Cc: New file.
24912         * modules/unictype/category-Cf: New file.
24913         * modules/unictype/category-Cs: New file.
24914         * modules/unictype/category-Co: New file.
24915         * modules/unictype/category-Cn: New file.
24916         * modules/unictype/category-or: New file.
24917         * modules/unictype/category-of: New file.
24918         * modules/unictype/category-test: New file.
24919         * modules/unictype/category-test-withtable: New file.
24920         * modules/unictype/category-byname: New file.
24921         * modules/unictype/category-none: New file.
24922         * modules/unictype/category-and: New file.
24923         * modules/unictype/category-and-not: New file.
24924         * modules/unictype/category-name: New file.
24925         * modules/unictype/combining-class: New file.
24926         * modules/unictype/category-all: New file.
24927         * modules/unictype/bidicategory-all: New file.
24928         * modules/unictype/bidicategory-byname: New file.
24929         * modules/unictype/bidicategory-name: New file.
24930         * modules/unictype/bidicategory-of: New file.
24931         * modules/unictype/bidicategory-test: New file.
24932         * modules/unictype/decimal-digit: New file.
24933         * modules/unictype/digit: New file.
24934         * modules/unictype/numeric: New file.
24935         * modules/unictype/mirror: New file.
24936         * modules/unictype/property-white-space: New file.
24937         * modules/unictype/property-alphabetic: New file.
24938         * modules/unictype/property-other-alphabetic: New file.
24939         * modules/unictype/property-not-a-character: New file.
24940         * modules/unictype/property-default-ignorable-code-point: New file.
24941         * modules/unictype/property-other-default-ignorable-code-point: New
24942         file.
24943         * modules/unictype/property-deprecated: New file.
24944         * modules/unictype/property-logical-order-exception: New file.
24945         * modules/unictype/property-variation-selector: New file.
24946         * modules/unictype/property-private-use: New file.
24947         * modules/unictype/property-unassigned-code-value: New file.
24948         * modules/unictype/property-uppercase: New file.
24949         * modules/unictype/property-other-uppercase: New file.
24950         * modules/unictype/property-lowercase: New file.
24951         * modules/unictype/property-other-lowercase: New file.
24952         * modules/unictype/property-titlecase: New file.
24953         * modules/unictype/property-soft-dotted: New file.
24954         * modules/unictype/property-id-start: New file.
24955         * modules/unictype/property-other-id-start: New file.
24956         * modules/unictype/property-id-continue: New file.
24957         * modules/unictype/property-other-id-continue: New file.
24958         * modules/unictype/property-xid-start: New file.
24959         * modules/unictype/property-xid-continue: New file.
24960         * modules/unictype/property-pattern-white-space: New file.
24961         * modules/unictype/property-pattern-syntax: New file.
24962         * modules/unictype/property-join-control: New file.
24963         * modules/unictype/property-grapheme-base: New file.
24964         * modules/unictype/property-grapheme-extend: New file.
24965         * modules/unictype/property-other-grapheme-extend: New file.
24966         * modules/unictype/property-grapheme-link: New file.
24967         * modules/unictype/property-bidi-control: New file.
24968         * modules/unictype/property-bidi-left-to-right: New file.
24969         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
24970         * modules/unictype/property-bidi-arabic-right-to-left: New file.
24971         * modules/unictype/property-bidi-european-digit: New file.
24972         * modules/unictype/property-bidi-eur-num-separator: New file.
24973         * modules/unictype/property-bidi-eur-num-terminator: New file.
24974         * modules/unictype/property-bidi-arabic-digit: New file.
24975         * modules/unictype/property-bidi-common-separator: New file.
24976         * modules/unictype/property-bidi-block-separator: New file.
24977         * modules/unictype/property-bidi-segment-separator: New file.
24978         * modules/unictype/property-bidi-whitespace: New file.
24979         * modules/unictype/property-bidi-non-spacing-mark: New file.
24980         * modules/unictype/property-bidi-boundary-neutral: New file.
24981         * modules/unictype/property-bidi-pdf: New file.
24982         * modules/unictype/property-bidi-embedding-or-override: New file.
24983         * modules/unictype/property-bidi-other-neutral: New file.
24984         * modules/unictype/property-hex-digit: New file.
24985         * modules/unictype/property-ascii-hex-digit: New file.
24986         * modules/unictype/property-ideographic: New file.
24987         * modules/unictype/property-unified-ideograph: New file.
24988         * modules/unictype/property-radical: New file.
24989         * modules/unictype/property-ids-binary-operator: New file.
24990         * modules/unictype/property-ids-trinary-operator: New file.
24991         * modules/unictype/property-zero-width: New file.
24992         * modules/unictype/property-space: New file.
24993         * modules/unictype/property-non-break: New file.
24994         * modules/unictype/property-iso-control: New file.
24995         * modules/unictype/property-format-control: New file.
24996         * modules/unictype/property-dash: New file.
24997         * modules/unictype/property-hyphen: New file.
24998         * modules/unictype/property-punctuation: New file.
24999         * modules/unictype/property-line-separator: New file.
25000         * modules/unictype/property-paragraph-separator: New file.
25001         * modules/unictype/property-quotation-mark: New file.
25002         * modules/unictype/property-sentence-terminal: New file.
25003         * modules/unictype/property-terminal-punctuation: New file.
25004         * modules/unictype/property-currency-symbol: New file.
25005         * modules/unictype/property-math: New file.
25006         * modules/unictype/property-other-math: New file.
25007         * modules/unictype/property-paired-punctuation: New file.
25008         * modules/unictype/property-left-of-pair: New file.
25009         * modules/unictype/property-combining: New file.
25010         * modules/unictype/property-composite: New file.
25011         * modules/unictype/property-decimal-digit: New file.
25012         * modules/unictype/property-numeric: New file.
25013         * modules/unictype/property-diacritic: New file.
25014         * modules/unictype/property-extender: New file.
25015         * modules/unictype/property-ignorable-control: New file.
25016         * modules/unictype/property-test: New file.
25017         * modules/unictype/property-byname: New file.
25018         * modules/unictype/property-all: New file.
25019         * modules/unictype/scripts: New file.
25020         * modules/unictype/scripts-all: New file.
25021         * modules/unictype/block-of: New file.
25022         * modules/unictype/block-test: New file.
25023         * modules/unictype/block-list: New file.
25024         * modules/unictype/block-all: New file.
25025         * modules/unictype/syntax-c-whitespace: New file.
25026         * modules/unictype/syntax-java-whitespace: New file.
25027         * modules/unictype/syntax-c-ident: New file.
25028         * modules/unictype/syntax-java-ident: New file.
25029         * modules/unictype/ctype-alnum: New file.
25030         * modules/unictype/ctype-alpha: New file.
25031         * modules/unictype/ctype-cntrl: New file.
25032         * modules/unictype/ctype-digit: New file.
25033         * modules/unictype/ctype-graph: New file.
25034         * modules/unictype/ctype-lower: New file.
25035         * modules/unictype/ctype-print: New file.
25036         * modules/unictype/ctype-punct: New file.
25037         * modules/unictype/ctype-space: New file.
25038         * modules/unictype/ctype-upper: New file.
25039         * modules/unictype/ctype-xdigit: New file.
25040         * modules/unictype/ctype-blank: New file.
25041         * lib/unictype/bidi_byname.c: New file.
25042         * lib/unictype/bidi_name.c: New file.
25043         * lib/unictype/bidi_of.c: New file.
25044         * lib/unictype/bidi_test.c: New file.
25045         * lib/unictype/bitmap.h: New file.
25046         * lib/unictype/block_test.c: New file.
25047         * lib/unictype/blocks.c: New file.
25048         * lib/unictype/categ_C.c: New file.
25049         * lib/unictype/categ_Cc.c: New file.
25050         * lib/unictype/categ_Cf.c: New file.
25051         * lib/unictype/categ_Cn.c: New file.
25052         * lib/unictype/categ_Co.c: New file.
25053         * lib/unictype/categ_Cs.c: New file.
25054         * lib/unictype/categ_L.c: New file.
25055         * lib/unictype/categ_Ll.c: New file.
25056         * lib/unictype/categ_Lm.c: New file.
25057         * lib/unictype/categ_Lo.c: New file.
25058         * lib/unictype/categ_Lt.c: New file.
25059         * lib/unictype/categ_Lu.c: New file.
25060         * lib/unictype/categ_M.c: New file.
25061         * lib/unictype/categ_Mc.c: New file.
25062         * lib/unictype/categ_Me.c: New file.
25063         * lib/unictype/categ_Mn.c: New file.
25064         * lib/unictype/categ_N.c: New file.
25065         * lib/unictype/categ_Nd.c: New file.
25066         * lib/unictype/categ_Nl.c: New file.
25067         * lib/unictype/categ_No.c: New file.
25068         * lib/unictype/categ_P.c: New file.
25069         * lib/unictype/categ_Pc.c: New file.
25070         * lib/unictype/categ_Pd.c: New file.
25071         * lib/unictype/categ_Pe.c: New file.
25072         * lib/unictype/categ_Pf.c: New file.
25073         * lib/unictype/categ_Pi.c: New file.
25074         * lib/unictype/categ_Po.c: New file.
25075         * lib/unictype/categ_Ps.c: New file.
25076         * lib/unictype/categ_S.c: New file.
25077         * lib/unictype/categ_Sc.c: New file.
25078         * lib/unictype/categ_Sk.c: New file.
25079         * lib/unictype/categ_Sm.c: New file.
25080         * lib/unictype/categ_So.c: New file.
25081         * lib/unictype/categ_Z.c: New file.
25082         * lib/unictype/categ_Zl.c: New file.
25083         * lib/unictype/categ_Zp.c: New file.
25084         * lib/unictype/categ_Zs.c: New file.
25085         * lib/unictype/categ_and.c: New file.
25086         * lib/unictype/categ_and_not.c: New file.
25087         * lib/unictype/categ_byname.c: New file.
25088         * lib/unictype/categ_name.c: New file.
25089         * lib/unictype/categ_none.c: New file.
25090         * lib/unictype/categ_of.c: New file.
25091         * lib/unictype/categ_or.c: New file.
25092         * lib/unictype/categ_test.c: New file.
25093         * lib/unictype/combining.c: New file.
25094         * lib/unictype/ctype_alnum.c: New file.
25095         * lib/unictype/ctype_alpha.c: New file.
25096         * lib/unictype/ctype_blank.c: New file.
25097         * lib/unictype/ctype_cntrl.c: New file.
25098         * lib/unictype/ctype_digit.c: New file.
25099         * lib/unictype/ctype_graph.c: New file.
25100         * lib/unictype/ctype_lower.c: New file.
25101         * lib/unictype/ctype_print.c: New file.
25102         * lib/unictype/ctype_punct.c: New file.
25103         * lib/unictype/ctype_space.c: New file.
25104         * lib/unictype/ctype_upper.c: New file.
25105         * lib/unictype/ctype_xdigit.c: New file.
25106         * lib/unictype/decdigit.c: New file.
25107         * lib/unictype/digit.c: New file.
25108         * lib/unictype/identsyntaxmap.h: New file.
25109         * lib/unictype/mirror.c: New file.
25110         * lib/unictype/numeric.c: New file.
25111         * lib/unictype/pr_alphabetic.c: New file.
25112         * lib/unictype/pr_ascii_hex_digit.c: New file.
25113         * lib/unictype/pr_bidi_arabic_digit.c: New file.
25114         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
25115         * lib/unictype/pr_bidi_block_separator.c: New file.
25116         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
25117         * lib/unictype/pr_bidi_common_separator.c: New file.
25118         * lib/unictype/pr_bidi_control.c: New file.
25119         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25120         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25121         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25122         * lib/unictype/pr_bidi_european_digit.c: New file.
25123         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25124         * lib/unictype/pr_bidi_left_to_right.c: New file.
25125         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25126         * lib/unictype/pr_bidi_other_neutral.c: New file.
25127         * lib/unictype/pr_bidi_pdf.c: New file.
25128         * lib/unictype/pr_bidi_segment_separator.c: New file.
25129         * lib/unictype/pr_bidi_whitespace.c: New file.
25130         * lib/unictype/pr_byname.c: New file.
25131         * lib/unictype/pr_byname.gperf: New file.
25132         * lib/unictype/pr_combining.c: New file.
25133         * lib/unictype/pr_composite.c: New file.
25134         * lib/unictype/pr_currency_symbol.c: New file.
25135         * lib/unictype/pr_dash.c: New file.
25136         * lib/unictype/pr_decimal_digit.c: New file.
25137         * lib/unictype/pr_default_ignorable_code_point.c: New file.
25138         * lib/unictype/pr_deprecated.c: New file.
25139         * lib/unictype/pr_diacritic.c: New file.
25140         * lib/unictype/pr_extender.c: New file.
25141         * lib/unictype/pr_format_control.c: New file.
25142         * lib/unictype/pr_grapheme_base.c: New file.
25143         * lib/unictype/pr_grapheme_extend.c: New file.
25144         * lib/unictype/pr_grapheme_link.c: New file.
25145         * lib/unictype/pr_hex_digit.c: New file.
25146         * lib/unictype/pr_hyphen.c: New file.
25147         * lib/unictype/pr_id_continue.c: New file.
25148         * lib/unictype/pr_id_start.c: New file.
25149         * lib/unictype/pr_ideographic.c: New file.
25150         * lib/unictype/pr_ids_binary_operator.c: New file.
25151         * lib/unictype/pr_ids_trinary_operator.c: New file.
25152         * lib/unictype/pr_ignorable_control.c: New file.
25153         * lib/unictype/pr_iso_control.c: New file.
25154         * lib/unictype/pr_join_control.c: New file.
25155         * lib/unictype/pr_left_of_pair.c: New file.
25156         * lib/unictype/pr_line_separator.c: New file.
25157         * lib/unictype/pr_logical_order_exception.c: New file.
25158         * lib/unictype/pr_lowercase.c: New file.
25159         * lib/unictype/pr_math.c: New file.
25160         * lib/unictype/pr_non_break.c: New file.
25161         * lib/unictype/pr_not_a_character.c: New file.
25162         * lib/unictype/pr_numeric.c: New file.
25163         * lib/unictype/pr_other_alphabetic.c: New file.
25164         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
25165         * lib/unictype/pr_other_grapheme_extend.c: New file.
25166         * lib/unictype/pr_other_id_continue.c: New file.
25167         * lib/unictype/pr_other_id_start.c: New file.
25168         * lib/unictype/pr_other_lowercase.c: New file.
25169         * lib/unictype/pr_other_math.c: New file.
25170         * lib/unictype/pr_other_uppercase.c: New file.
25171         * lib/unictype/pr_paired_punctuation.c: New file.
25172         * lib/unictype/pr_paragraph_separator.c: New file.
25173         * lib/unictype/pr_pattern_syntax.c: New file.
25174         * lib/unictype/pr_pattern_white_space.c: New file.
25175         * lib/unictype/pr_private_use.c: New file.
25176         * lib/unictype/pr_punctuation.c: New file.
25177         * lib/unictype/pr_quotation_mark.c: New file.
25178         * lib/unictype/pr_radical.c: New file.
25179         * lib/unictype/pr_sentence_terminal.c: New file.
25180         * lib/unictype/pr_soft_dotted.c: New file.
25181         * lib/unictype/pr_space.c: New file.
25182         * lib/unictype/pr_terminal_punctuation.c: New file.
25183         * lib/unictype/pr_test.c: New file.
25184         * lib/unictype/pr_titlecase.c: New file.
25185         * lib/unictype/pr_unassigned_code_value.c: New file.
25186         * lib/unictype/pr_unified_ideograph.c: New file.
25187         * lib/unictype/pr_uppercase.c: New file.
25188         * lib/unictype/pr_variation_selector.c: New file.
25189         * lib/unictype/pr_white_space.c: New file.
25190         * lib/unictype/pr_xid_continue.c: New file.
25191         * lib/unictype/pr_xid_start.c: New file.
25192         * lib/unictype/pr_zero_width.c: New file.
25193         * lib/unictype/scripts.c: New file.
25194         * lib/unictype/sy_c_ident.c: New file.
25195         * lib/unictype/sy_c_whitespace.c: New file.
25196         * lib/unictype/sy_java_ident.c: New file.
25197         * lib/unictype/sy_java_whitespace.c: New file.
25198
25199         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
25200         Unicode 5.0.0.
25201         * lib/unictype/blocks.h: Likewise.
25202         * lib/unictype/categ_C.h: Likewise.
25203         * lib/unictype/categ_Cc.h: Likewise.
25204         * lib/unictype/categ_Cf.h: Likewise.
25205         * lib/unictype/categ_Cn.h: Likewise.
25206         * lib/unictype/categ_Co.h: Likewise.
25207         * lib/unictype/categ_Cs.h: Likewise.
25208         * lib/unictype/categ_L.h: Likewise.
25209         * lib/unictype/categ_Ll.h: Likewise.
25210         * lib/unictype/categ_Lm.h: Likewise.
25211         * lib/unictype/categ_Lo.h: Likewise.
25212         * lib/unictype/categ_Lt.h: Likewise.
25213         * lib/unictype/categ_Lu.h: Likewise.
25214         * lib/unictype/categ_M.h: Likewise.
25215         * lib/unictype/categ_Mc.h: Likewise.
25216         * lib/unictype/categ_Me.h: Likewise.
25217         * lib/unictype/categ_Mn.h: Likewise.
25218         * lib/unictype/categ_N.h: Likewise.
25219         * lib/unictype/categ_Nd.h: Likewise.
25220         * lib/unictype/categ_Nl.h: Likewise.
25221         * lib/unictype/categ_No.h: Likewise.
25222         * lib/unictype/categ_P.h: Likewise.
25223         * lib/unictype/categ_Pc.h: Likewise.
25224         * lib/unictype/categ_Pd.h: Likewise.
25225         * lib/unictype/categ_Pe.h: Likewise.
25226         * lib/unictype/categ_Pf.h: Likewise.
25227         * lib/unictype/categ_Pi.h: Likewise.
25228         * lib/unictype/categ_Po.h: Likewise.
25229         * lib/unictype/categ_Ps.h: Likewise.
25230         * lib/unictype/categ_S.h: Likewise.
25231         * lib/unictype/categ_Sc.h: Likewise.
25232         * lib/unictype/categ_Sk.h: Likewise.
25233         * lib/unictype/categ_Sm.h: Likewise.
25234         * lib/unictype/categ_So.h: Likewise.
25235         * lib/unictype/categ_Z.h: Likewise.
25236         * lib/unictype/categ_Zl.h: Likewise.
25237         * lib/unictype/categ_Zp.h: Likewise.
25238         * lib/unictype/categ_Zs.h: Likewise.
25239         * lib/unictype/categ_of.h: Likewise.
25240         * lib/unictype/combining.h: Likewise.
25241         * lib/unictype/ctype_alnum.h: Likewise.
25242         * lib/unictype/ctype_alpha.h: Likewise.
25243         * lib/unictype/ctype_blank.h: Likewise.
25244         * lib/unictype/ctype_cntrl.h: Likewise.
25245         * lib/unictype/ctype_digit.h: Likewise.
25246         * lib/unictype/ctype_graph.h: Likewise.
25247         * lib/unictype/ctype_lower.h: Likewise.
25248         * lib/unictype/ctype_print.h: Likewise.
25249         * lib/unictype/ctype_punct.h: Likewise.
25250         * lib/unictype/ctype_space.h: Likewise.
25251         * lib/unictype/ctype_upper.h: Likewise.
25252         * lib/unictype/ctype_xdigit.h: Likewise.
25253         * lib/unictype/decdigit.h: Likewise.
25254         * lib/unictype/digit.h: Likewise.
25255         * lib/unictype/mirror.h: Likewise.
25256         * lib/unictype/numeric.h: Likewise.
25257         * lib/unictype/pr_alphabetic.h: Likewise.
25258         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
25259         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
25260         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
25261         * lib/unictype/pr_bidi_block_separator.h: Likewise.
25262         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
25263         * lib/unictype/pr_bidi_common_separator.h: Likewise.
25264         * lib/unictype/pr_bidi_control.h: Likewise.
25265         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
25266         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
25267         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
25268         * lib/unictype/pr_bidi_european_digit.h: Likewise.
25269         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
25270         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
25271         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
25272         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
25273         * lib/unictype/pr_bidi_pdf.h: Likewise.
25274         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
25275         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25276         * lib/unictype/pr_combining.h: Likewise.
25277         * lib/unictype/pr_composite.h: Likewise.
25278         * lib/unictype/pr_currency_symbol.h: Likewise.
25279         * lib/unictype/pr_dash.h: Likewise.
25280         * lib/unictype/pr_decimal_digit.h: Likewise.
25281         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25282         * lib/unictype/pr_deprecated.h: Likewise.
25283         * lib/unictype/pr_diacritic.h: Likewise.
25284         * lib/unictype/pr_extender.h: Likewise.
25285         * lib/unictype/pr_format_control.h: Likewise.
25286         * lib/unictype/pr_grapheme_base.h: Likewise.
25287         * lib/unictype/pr_grapheme_extend.h: Likewise.
25288         * lib/unictype/pr_grapheme_link.h: Likewise.
25289         * lib/unictype/pr_hex_digit.h: Likewise.
25290         * lib/unictype/pr_hyphen.h: Likewise.
25291         * lib/unictype/pr_id_continue.h: Likewise.
25292         * lib/unictype/pr_id_start.h: Likewise.
25293         * lib/unictype/pr_ideographic.h: Likewise.
25294         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25295         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25296         * lib/unictype/pr_ignorable_control.h: Likewise.
25297         * lib/unictype/pr_iso_control.h: Likewise.
25298         * lib/unictype/pr_join_control.h: Likewise.
25299         * lib/unictype/pr_left_of_pair.h: Likewise.
25300         * lib/unictype/pr_line_separator.h: Likewise.
25301         * lib/unictype/pr_logical_order_exception.h: Likewise.
25302         * lib/unictype/pr_lowercase.h: Likewise.
25303         * lib/unictype/pr_math.h: Likewise.
25304         * lib/unictype/pr_non_break.h: Likewise.
25305         * lib/unictype/pr_not_a_character.h: Likewise.
25306         * lib/unictype/pr_numeric.h: Likewise.
25307         * lib/unictype/pr_other_alphabetic.h: Likewise.
25308         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25309         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25310         * lib/unictype/pr_other_id_continue.h: Likewise.
25311         * lib/unictype/pr_other_id_start.h: Likewise.
25312         * lib/unictype/pr_other_lowercase.h: Likewise.
25313         * lib/unictype/pr_other_math.h: Likewise.
25314         * lib/unictype/pr_other_uppercase.h: Likewise.
25315         * lib/unictype/pr_paired_punctuation.h: Likewise.
25316         * lib/unictype/pr_paragraph_separator.h: Likewise.
25317         * lib/unictype/pr_pattern_syntax.h: Likewise.
25318         * lib/unictype/pr_pattern_white_space.h: Likewise.
25319         * lib/unictype/pr_private_use.h: Likewise.
25320         * lib/unictype/pr_punctuation.h: Likewise.
25321         * lib/unictype/pr_quotation_mark.h: Likewise.
25322         * lib/unictype/pr_radical.h: Likewise.
25323         * lib/unictype/pr_sentence_terminal.h: Likewise.
25324         * lib/unictype/pr_soft_dotted.h: Likewise.
25325         * lib/unictype/pr_space.h: Likewise.
25326         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25327         * lib/unictype/pr_titlecase.h: Likewise.
25328         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25329         * lib/unictype/pr_unified_ideograph.h: Likewise.
25330         * lib/unictype/pr_uppercase.h: Likewise.
25331         * lib/unictype/pr_variation_selector.h: Likewise.
25332         * lib/unictype/pr_white_space.h: Likewise.
25333         * lib/unictype/pr_xid_continue.h: Likewise.
25334         * lib/unictype/pr_xid_start.h: Likewise.
25335         * lib/unictype/pr_zero_width.h: Likewise.
25336         * lib/unictype/scripts.h: Likewise.
25337         * lib/unictype/scripts_byname.gperf: Likewise.
25338         * lib/unictype/sy_c_ident.h: Likewise.
25339         * lib/unictype/sy_c_whitespace.h: Likewise.
25340         * lib/unictype/sy_java_ident.h: Likewise.
25341         * lib/unictype/sy_java_whitespace.h: Likewise.
25342
25343         * lib/unictype/Makefile: New file.
25344         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25345         glibc.
25346         * lib/unictype/3level.h: New file, copied from glibc.
25347         * lib/unictype/3levelbit.h: New file.
25348
25349 2007-11-11  Bruno Haible  <bruno@clisp.org>
25350
25351         * modules/gperf: New file.
25352         * modules/iconv_open (Depends-on): Add it.
25353         (Makefile.am): Remove the GPERF definition.
25354
25355 2007-11-11  Bruno Haible  <bruno@clisp.org>
25356
25357         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25358         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25359
25360 2007-11-11  Bruno Haible  <bruno@clisp.org>
25361
25362         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25363         (usage): Remove function.
25364
25365 2007-11-11  Bruno Haible  <bruno@clisp.org>
25366
25367         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25368         gl_FUNC_CEILF_LIBS.
25369         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25370         gl_FUNC_CEIL_LIBS.
25371         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25372         gl_FUNC_CEILL_LIBS.
25373         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25374         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25375         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25376
25377 2007-11-11  Bruno Haible  <bruno@clisp.org>
25378
25379         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25380         roundf were declared but do not exist on functions.
25381         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25382         roundl were declared but do not exist on functions.
25383         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25384         HAVE_FLOORL_AND_CEILL, respectively.
25385         Needed for Sun C on Solaris 10.
25386
25387 2007-11-11  Bruno Haible  <bruno@clisp.org>
25388
25389         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25390         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25391         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25392         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25393         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25394         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25395         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25396         HAVE_DECL_ROUNDF.
25397         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25398         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25399         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25400         of HAVE_DECL_ROUND*.
25401         * modules/math (Makefile.am): Update.
25402
25403 2007-11-10  Bruno Haible  <bruno@clisp.org>
25404
25405         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25406         ptrdiff_t as m4/intl.m4.
25407
25408 2007-11-10  Jim Meyering  <meyering@redhat.com>
25409
25410         Avoid link failure for the argmatch test.
25411         * tests/test-argmatch.c (usage): Define function to avoid a link
25412         failure: argmatch_die requires a usage function.
25413
25414 2007-11-09  Bruno Haible  <bruno@clisp.org>
25415
25416         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25417         * doc/functions/vsnprintf.texi: Likewise.
25418         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25419         with a size argument < 2.
25420
25421 2007-11-09  Bruno Haible  <bruno@clisp.org>
25422
25423         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
25424         buffer. Fixes an inefficiency introduced on 2007-11-03.
25425
25426 2007-11-09  Bruno Haible  <bruno@clisp.org>
25427
25428         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
25429         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
25430
25431 2007-11-08  Jim Meyering  <meyering@redhat.com>
25432
25433         Change cache variable name prefix "jm_" to "gl_" everywhere.
25434         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
25435         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
25436         * m4/uptime.m4: s/gl_/jm_/
25437
25438 2007-11-07  Bruno Haible  <bruno@clisp.org>
25439
25440         Update to GNU gettext 0.17.
25441         * m4/intl.m4: Update to GNU gettext 0.17.
25442         * m4/po.m4: Likewise.
25443         * modules/gettext (Files): Remove m4/ulonglong.m4.
25444         (configure.ac): Require gettext infrastructure from version 0.17.
25445
25446 2007-11-06  Bruno Haible  <bruno@clisp.org>
25447
25448         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
25449         symbolic values are not defined in a public header.
25450         * lib/freadable.c (freadable) [QNX]: Likewise.
25451         * lib/freadahead.c (freadahead) [QNX]: Likewise.
25452         * lib/freading.c (freading) [QNX]: Likewise.
25453         * lib/fseterr.c (fseterr) [QNX]: Likewise.
25454         * lib/fwritable.c (fwritable) [QNX]: Likewise.
25455         * lib/fwriting.c (fwriting) [QNX]: Likewise.
25456         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
25457         Reported by Alain Magloire.
25458
25459         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
25460
25461 2007-11-05  Bruno Haible  <bruno@clisp.org>
25462
25463         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
25464         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
25465         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
25466         Reported by Eric Blake.
25467
25468 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25469             Bruno Haible  <bruno@clisp.org>
25470
25471         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
25472         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
25473         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
25474         (malloc): Undefine also before including <stdlib.h>.
25475         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
25476         Needed on OSF/1 4.0.
25477
25478 2007-11-05  Jim Meyering  <meyering@redhat.com>
25479
25480         git-version-gen: sync from coreutils.
25481         * build-aux/git-version-gen: Add comments.
25482         Change the first '-' to '.' in the snapshot version string,
25483         e.g., 6.9-377-08144 -> 6.9.377-08144
25484         Remove first parameter.
25485         Don't declare a version "-dirty" merely because a time
25486         stamp has changed.
25487
25488 2007-11-04  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/lock.h: Protect all macro definitions containing an 'if'
25491         statement through a "do { ... } while (0)".
25492         * lib/tls.h: Likewise.
25493
25494 2007-11-04  Bruno Haible  <bruno@clisp.org>
25495
25496         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
25497
25498 2007-11-04  Bruno Haible  <bruno@clisp.org>
25499
25500         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
25501         * modules/fprintf-posix (Depends-on): Add nocrash.
25502         * modules/snprintf-posix (Depends-on): Likewise.
25503         * modules/sprintf-posix (Depends-on): Likewise.
25504         * modules/vasnprintf-posix (Depends-on): Likewise.
25505         * modules/vasprintf-posix (Depends-on): Likewise.
25506         * modules/vfprintf-posix (Depends-on): Likewise.
25507         * modules/vsnprintf-posix (Depends-on): Likewise.
25508         * modules/vsprintf-posix (Depends-on): Likewise.
25509         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25510         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25511         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25512         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25513         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25514         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25515         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25516
25517 2007-11-04  Bruno Haible  <bruno@clisp.org>
25518
25519         * modules/nocrash: New file.
25520         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
25521         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
25522
25523 2007-11-04  Bruno Haible  <bruno@clisp.org>
25524
25525         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
25526         precision handling.
25527         * tests/test-vasprintf-posix.c (test_function): Likewise.
25528         * tests/test-snprintf-posix.h (test_function): Likewise.
25529         * tests/test-sprintf-posix.h (test_function): Likewise.
25530
25531         Fix *printf behaviour for large precisions on mingw and BeOS.
25532         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
25533         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
25534         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
25535         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25536         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25537         gl_PRINTF_PRECISION and test its result. Invoke
25538         gl_PREREQ_VASNPRINTF_PRECISION.
25539         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25540         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25541         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25542         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25543         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25544         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25545         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25546         * doc/functions/fprintf.texi: Update.
25547         * doc/functions/printf.texi: Update.
25548         * doc/functions/snprintf.texi: Update.
25549         * doc/functions/sprintf.texi: Update.
25550         * doc/functions/vfprintf.texi: Update.
25551         * doc/functions/vprintf.texi: Update.
25552         * doc/functions/vsnprintf.texi: Update.
25553         * doc/functions/vsprintf.texi: Update.
25554
25555 2007-11-04  Bruno Haible  <bruno@clisp.org>
25556
25557         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
25558
25559 2007-11-04  Bruno Haible  <bruno@clisp.org>
25560
25561         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
25562         Reported by Sylvain Beucler <beuc@gnu.org>.
25563
25564 2007-11-03  Bruno Haible  <bruno@clisp.org>
25565
25566         * tests/test-fprintf-posix2.sh: New file.
25567         * tests/test-fprintf-posix2.c: New file.
25568         * modules/fprintf-posix-tests (Files): Add them.
25569         (TESTS): Add test-fprintf-posix2.sh.
25570         (configure.ac): Check for getrlimit and setrlimit.
25571         (check_PROGRAMS): Add test-fprintf-posix2.
25572
25573         * tests/test-printf-posix2.sh: New file.
25574         * tests/test-printf-posix2.c: New file.
25575         * modules/printf-posix-tests (Files): Add them.
25576         (TESTS): Add test-printf-posix2.sh.
25577         (configure.ac): Check for getrlimit and setrlimit.
25578         (check_PROGRAMS): Add test-printf-posix2.
25579
25580         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
25581         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
25582         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
25583         (decode_double): New function, copied from decode_long_double.
25584         (scale10_round_decimal_decoded): New function, extracted from
25585         scale10_round_decimal_long_double.
25586         (scale10_round_decimal_long_double): Use it.
25587         (scale10_round_decimal_double): New function.
25588         (floorlog10): New function.
25589         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
25590         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
25591         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25592         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25593         gl_PRINTF_ENOMEM and test its result. Invoke
25594         gl_PREREQ_VASNPRINTF_ENOMEM.
25595         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25596         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25597         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25598         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25599         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25600         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25601         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25602         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
25603         * modules/snprintf-posix (Depends-on): Likewise.
25604         * modules/sprintf-posix (Depends-on): Likewise.
25605         * modules/vasnprintf-posix (Depends-on): Likewise.
25606         * modules/vasprintf-posix (Depends-on): Likewise.
25607         * modules/vfprintf-posix (Depends-on): Likewise.
25608         * modules/vsnprintf-posix (Depends-on): Likewise.
25609         * modules/vsprintf-posix (Depends-on): Likewise.
25610         * doc/functions/fprintf.texi: Update.
25611         * doc/functions/printf.texi: Update.
25612         * doc/functions/snprintf.texi: Update.
25613         * doc/functions/sprintf.texi: Update.
25614         * doc/functions/vfprintf.texi: Update.
25615         * doc/functions/vprintf.texi: Update.
25616         * doc/functions/vsnprintf.texi: Update.
25617         * doc/functions/vsprintf.texi: Update.
25618
25619 2007-11-03  Bruno Haible  <bruno@clisp.org>
25620
25621         * modules/frexp-nolibm-tests: New file.
25622
25623         * modules/frexp-nolibm: New file.
25624         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
25625
25626 2007-11-03  Bruno Haible  <bruno@clisp.org>
25627
25628         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
25629         value is C99 compliant.
25630         Needed for OSF/1 5.1.
25631
25632 2007-11-03  Bruno Haible  <bruno@clisp.org>
25633
25634         Fix out-of-memory handling of vasnprintf.
25635         * lib/printf-parse.c: Include <errno.h>.
25636         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
25637         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
25638         is already set.
25639
25640 2007-11-02  Eric Blake  <ebb9@byu.net>
25641
25642         Fix tests on cygwin.
25643         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
25644
25645 2007-11-01  Bruno Haible  <bruno@clisp.org>
25646
25647         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
25648         warning.
25649         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
25650         needed for POSIX compatibility.
25651
25652 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
25653
25654         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
25655         for compatibility with GNU.
25656
25657 2007-11-01  Bruno Haible  <bruno@clisp.org>
25658
25659         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
25660         (putenv): Renamed from rpl_putenv. Change argument type from
25661         'const char *' to 'char *'.
25662         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
25663         of defining putenv in config.h, just set REPLACE_PUTENV.
25664         * modules/putenv (Depends-on): Add stdlib.
25665         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25666         (Include): Use <stdlib.h>.
25667         * lib/stdlib.in.h (putenv): New declaration.
25668         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
25669         REPLACE_PUTENV.
25670         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
25671         REPLACE_PUTENV.
25672         Needed for MacOS X 10.5.0.
25673         Reported by Peter O'Gorman <peter@pogma.com>.
25674
25675 2007-11-01  Jim Meyering  <meyering@redhat.com>
25676
25677         Treat an empty date string exactly like "0".
25678         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
25679         if the remaining date string (to be parsed) is empty, use "0".
25680         Reported by Mischa Molhoek and discussed in this thread:
25681         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
25682
25683 2007-10-31  Bruno Haible  <bruno@clisp.org>
25684
25685         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
25686         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
25687         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
25688         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
25689         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
25690         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
25691
25692 2007-10-31  Bruno Haible  <bruno@clisp.org>
25693
25694         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
25695         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
25696         (AC_TYPE_LONG_LONG_INT): Use it.
25697         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
25698         it as well.
25699         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
25700         to m4/longlong.m4.
25701         * modules/stdint (Files): Remove m4/ulonglong.m4.
25702         * modules/strtoull (Files): Use m4/longlong.m4 instead of
25703         m4/ulonglong.m4.
25704         * modules/strtoumax (Files): Likewise.
25705
25706 2007-10-30  Bruno Haible  <bruno@clisp.org>
25707
25708         * modules/xvasprintf-posix: New file.
25709         Suggested by Eric Blake.
25710
25711 2007-10-30  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/xprintf-posix-tests: New file.
25714         * tests/test-xprintf-posix.sh: New file.
25715         * tests/test-xprintf-posix.c: New file.
25716         * tests/test-xfprintf-posix.c: New file.
25717
25718         * modules/xprintf-posix: New file.
25719
25720 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25721
25722         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
25723         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
25724         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
25725
25726 2007-10-29  Bruno Haible  <bruno@clisp.org>
25727
25728         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
25729         contain the special marker '_cv_'.
25730         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
25731         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
25732         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
25733         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
25734         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
25735         Reported by Ralf Wildenhues.
25736
25737 2007-10-29  Bruno Haible  <bruno@clisp.org>
25738
25739         * gnulib-tool (func_import): When --lgpl is not specified, set
25740         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
25741         GPLv3.
25742         Reported by Simon Josefsson.
25743
25744 2007-10-28  Bruno Haible  <bruno@clisp.org>
25745
25746         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
25747         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
25748         HAVE_DECL_ISFINITE.
25749         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25750         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
25751         HAVE_DECL_ISFINITE.
25752
25753 2007-10-28  Bruno Haible  <bruno@clisp.org>
25754
25755         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
25756         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
25757
25758 2007-10-28  Bruno Haible  <bruno@clisp.org>
25759
25760         Fix link errors with Sun C 5.0 on Solaris 10.
25761         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
25762         function is declared but not present in the compiler's libm.
25763         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
25764         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
25765         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
25766         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
25767         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
25768         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
25769         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
25770         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
25771         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
25772         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
25773         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
25774         HAVE_DECL_FLOORL.
25775
25776 2007-10-28  Bruno Haible  <bruno@clisp.org>
25777
25778         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
25779         gl_FUNC_FLOORL. Cache the result.
25780         (gl_FUNC_FLOORL): Use it.
25781         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
25782         gl_FUNC_CEILL. Cache the result.
25783         (gl_FUNC_CEILL): Use it.
25784
25785         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
25786         gl_FUNC_FLOOR. Cache the result.
25787         (gl_FUNC_FLOOR): Use it.
25788         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
25789         gl_FUNC_CEIL. Cache the result.
25790         (gl_FUNC_CEIL): Use it.
25791
25792         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
25793         gl_FUNC_FLOORF. Cache the result.
25794         (gl_FUNC_FLOORF): Use it.
25795         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
25796         gl_FUNC_CEILF. Cache the result.
25797         (gl_FUNC_CEILF): Use it.
25798
25799 2007-10-28  Bruno Haible  <bruno@clisp.org>
25800
25801         * gnulib-tool: Allow specifying the LGPL version number through
25802         --lgpl=2 or --lgpl=3.
25803         (func_usage): Document --lgpl with argument.
25804         Handle --lgpl=... arguments.
25805         (func_import): Recognize also gl_LGPL calls with an argument. When
25806         --lgpl=2 is used and the module's license is just LGPL, report an
25807         error. Set sed_transform_lib_file according to the lgpl variable. In
25808         the generated files, use --lgpl or gl_LGPL invocations with argument,
25809         if necessary.
25810         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
25811         an LGPv2+ license.
25812         * doc/gnulib-tool.texi (Modified imports): Update explanation of
25813         gl_LGPL macro.
25814
25815 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25816             Bruno Haible  <bruno@clisp.org>
25817
25818         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
25819         (u16_uctomb_aux): Likewise.
25820         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
25821         !HAVE_INLINE.
25822         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
25823
25824 2007-10-28  Bruno Haible  <bruno@clisp.org>
25825
25826         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
25827         Invoke AM_GETTEXT_OPTION if it exists.
25828         * modules/vasprintf: Likewise.
25829         * modules/verror: Likewise.
25830         * modules/xprintf: Likewise.
25831         * modules/xvasprintf: Likewise.
25832
25833 2007-10-27  Ben Pfaff  <blp@gnu.org>
25834
25835         * lib/math.in.h: Define isfinite macro and prototypes for
25836         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
25837         implementations.
25838         * m4/math_h.m4: New substitutions for isfinite module.
25839         * lib/isfinite.c: New file.
25840         * m4/isfinite.m4: New file.
25841         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
25842         * modules/isfinite: New file.
25843         * modules/isfinite-tests: New file.
25844         * tests/tests-isfinite.c: New file.
25845         * doc/functions/isfinite.texi: Mention isfinite module.
25846         * MODULES.html.sh: Mention new module.
25847
25848 2007-10-27  Ben Pfaff  <blp@gnu.org>
25849
25850         Ralf Wildenhues reported that Tru64 4.0D declares the round
25851         functions but does not have definitions.
25852         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
25853         cannot be found in any library, set the output variable to
25854         "missing" instead of "".
25855         * m4/round.m4: Also use our substitute if we cannot find round in
25856         any library, even if it is declared.
25857         * m4/roundf.m4: Likewise for roundf.
25858         * m4/roundl.m4: Likewise for roundl.
25859         * lib/math.in.h: Undefine roundf, round, roundl before defining
25860         their replacements, to allow for hypothetical systems where these
25861         may be defined as macros but not available in libraries.
25862
25863 2007-10-27  Bruno Haible  <bruno@clisp.org>
25864
25865         * doc/gnulib.texi: Invoke @firstparagraphindent.
25866         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
25867         changes in gnulib.
25868         (Source changes): New section.
25869
25870 2007-10-26  Bruno Haible  <bruno@clisp.org>
25871
25872         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
25873         borrowed from autoconf.
25874
25875 2007-10-26  Bruno Haible  <bruno@clisp.org>
25876
25877         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
25878         strerror returned the empty string. Needed on HP-UX 11.00.
25879
25880 2007-10-24  Micah Cowan  <micah@cowan.name>
25881
25882         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
25883         * build-aux/bootstrap: Remove support for now-unnecessary option,
25884         --cvs-user, and envvars CVS_USER, CVS_RSH.
25885
25886 2007-10-24  Jim Meyering  <meyering@redhat.com>
25887
25888         Avoid diagnostics from sha1sum when there is no cached checksum.
25889         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
25890         if the po.s1 file hasn't been created yet.
25891
25892         * build-aux/bootstrap: Sync from coreutils:
25893         2007-10-24  Jim Meyering  <meyering@redhat.com>
25894         Get gnulib from the git repository, not from an obsolete cvs one.
25895         * build-aux/bootstrap: Suggestion from Micah Cowan.
25896         2007-10-04  Jim Meyering  <jim@meyering.net>
25897         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
25898         (update_po_files): Work also when there are no .po files in po/.
25899
25900 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
25901
25902         * README: Append ".git" to git and cg examples.
25903         Problem reported by Benoit Sigoure.
25904
25905 2007-10-23  Micah Cowan  <micah@cowan.name>
25906
25907         * users.txt: Add wget.
25908
25909 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25910
25911         Fix linking of some unistdio tests on FreeBSD.
25912         * modules/unistdio/u16-vsnprintf-tests
25913         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
25914         * modules/unistdio/u16-vsprintf-tests
25915         (test_u16_vsnprintf1_LDADD): Likewise.
25916         * modules/unistdio/u32-vsnprintf-tests
25917         (test_u32_vsnprintf1_LDADD): Likewise.
25918         * modules/unistdio/u32-vsprintf-tests
25919         (test_u32_vsprintf1_LDADD): Likewise.
25920         * modules/unistdio/u8-vsnprintf-tests
25921         (test_u8_vsnprintf1_LDADD): Likewise.
25922         * modules/unistdio/u8-vsprintf-tests
25923         (test_u8_vsprintf1_LDADD): Likewise.
25924         * modules/unistdio/ulc-vsnprintf-tests
25925         (test_ulc_vsnprintf1_LDADD): Likewise.
25926         * modules/unistdio/ulc-vsprintf-tests
25927         (test_ulc_vsprintf1_LDADD): Likewise.
25928
25929         Fix linking of some uniconv tests on FreeBSD.
25930         * modules/uniconv/u16-conv-from-enc-tests
25931         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
25932         * modules/uniconv/u16-conv-to-enc-tests
25933         (test_u16_conv_to_enc_LDADD): Likewise.
25934         * modules/uniconv/u16-strconv-from-enc-tests
25935         (test_u16_strconv_from_enc_LDADD): Likewise.
25936         * modules/uniconv/u16-strconv-to-enc-tests
25937         (test_u16_strconv_to_enc_LDADD): Likewise.
25938         * modules/uniconv/u32-conv-from-enc-tests
25939         (test_u32_conv_from_enc_LDADD): Likewise.
25940         * modules/uniconv/u32-conv-to-enc-tests
25941         (test_u32_conv_to_enc_LDADD): Likewise.
25942         * modules/uniconv/u32-strconv-from-enc-tests
25943         (test_u32_strconv_from_enc_LDADD): Likewise.
25944         * modules/uniconv/u32-strconv-to-enc-tests
25945         (test_u32_strconv_to_enc_LDADD): Likewise.
25946         * modules/uniconv/u8-conv-from-enc-tests
25947         (test_u8_conv_from_enc_LDADD): Likewise.
25948         * modules/uniconv/u8-conv-to-enc-tests
25949         (test_u8_conv_to_enc_LDADD): Likewise.
25950         * modules/uniconv/u8-strconv-from-enc-tests
25951         (test_u8_strconv_from_enc_LDADD): Likewise.
25952         * modules/uniconv/u8-strconv-to-enc-tests
25953         (test_u8_strconv_to_enc_LDADD): Likewise.
25954
25955 2007-10-22  Bruno Haible  <bruno@clisp.org>
25956
25957         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
25958         size.
25959
25960 2007-10-22  Eric Blake  <ebb9@byu.net>
25961
25962         Tweak x*printf documentation.
25963         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
25964         variable name and comments.
25965         Suggested by Bruno Haible.
25966
25967 2007-10-22  Bruno Haible  <bruno@clisp.org>
25968
25969         * lib/acl.c (copy_acl): Fix file name in comment.
25970
25971 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25972
25973         Fix Tru64 problem with stdbool.h.
25974         * lib/stdbool.in.h (false, true):
25975         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
25976         Don't declare as an enum in this situation; it runs afoul of Tru64.
25977         Problem reported by Steven M. Schweda in
25978         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
25979
25980 2007-10-22  Eric Blake  <ebb9@byu.net>
25981
25982         Also wrap vf?printf.
25983         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
25984         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
25985         (xvprintf, xvfprintf): New functions.
25986
25987 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25988
25989         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
25990         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
25991
25992         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
25993         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
25994
25995 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
25996
25997         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
25998         by Bruno Haible.
25999
26000 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26001
26002         * lib/getloadavg.c
26003         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
26004         Undef `sys' after including sys/table.h, for Tru64 4.0D.
26005
26006         * tests/test-i-ring.c: Work for C89.
26007
26008 2007-10-22  Bruno Haible  <bruno@clisp.org>
26009
26010         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
26011         -1u, in preprocessor expression, so that we don't test for the bug
26012         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
26013         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
26014
26015 2007-10-22  Eric Blake  <ebb9@byu.net>
26016
26017         * tests/test-yesno.sh: Silence stderr during test.
26018
26019 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26020
26021         * modules/crypto/gc-camellia: New file.
26022
26023         * m4/gc-camellia.m4: New file.
26024
26025         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
26026
26027         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
26028
26029 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26030
26031         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
26032         --help to stdout.  Reported by sms@antinode.org (Steven
26033         M. Schweda).
26034
26035 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26036
26037         * users.txt: Fix link to libksba.
26038
26039 2007-10-21  Ben Pfaff  <blp@gnu.org>
26040
26041         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
26042         round.c roundf implementation that depends on floorf and ceilf to
26043         be tested unconditionally.
26044
26045 2007-10-21  Ben Pfaff  <blp@gnu.org>
26046
26047         * m4/check-libm-func.m4: Removed.
26048         * m4/check-math-lib.m4: New file.
26049         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
26050         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
26051         definition and lack of AC_LIBOBJ([roundf]).
26052         * m4/roundl.m4: Ditto, and similarly for roundl.
26053         * modules/round: Reference new m4 file.
26054         * modules/roundf: Ditto.
26055         * modules/roundl: Ditto.
26056         * tests/test-round2.c (main): Use ROUND instead of round.
26057         Bug report from Bruno Haible.
26058
26059 2007-10-21  Bruno Haible  <bruno@clisp.org>
26060
26061         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
26062         context.
26063
26064 2007-10-21  Bruno Haible  <bruno@clisp.org>
26065
26066         * tests/test-wcwidth.c (main): Allow negative result for some control
26067         characters.
26068
26069         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
26070         Needed on OSF/1 5.1.
26071
26072 2007-10-21  Bruno Haible  <bruno@clisp.org>
26073
26074         * tests/test-floorf1.c: Include isnanf.h.
26075         (main): Use isnanf() instead of isnan().
26076         * tests/test-ceilf1.c: Include isnanf.h.
26077         (main): Use isnanf() instead of isnan().
26078         * tests/test-truncf1.c: Include isnanf.h.
26079         (main): Use isnanf() instead of isnan().
26080         * tests/test-roundf1.c: Include isnanf.h.
26081         (main): Use isnanf() instead of isnan().
26082
26083 2007-10-21  Eric Blake  <ebb9@byu.net>
26084
26085         * users.txt: Update URL for m4.
26086
26087 2007-10-21  Bruno Haible  <bruno@clisp.org>
26088
26089         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
26090
26091 2007-10-21  Bruno Haible  <bruno@clisp.org>
26092
26093         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
26094         Git's management files if the CVS files are not present.
26095
26096 2007-10-20  Bruno Haible  <bruno@clisp.org>
26097
26098         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
26099         gcc-3.4.x.
26100
26101 2007-10-20  Ben Pfaff  <blp@gnu.org>
26102
26103         * lib/math.in.h: Declare round, roundf, roundl if we are providing
26104         implementations.
26105         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
26106         * lib/round.c: New file.
26107         * lib/roundf.c: New file.
26108         * lib/roundl.c: New file.
26109         * m4/round.m4: New file.
26110         * m4/roundf.m4: New file.
26111         * m4/roundl.m4: New file.
26112         * m4/check-libm-func-m4: New file.
26113         * modules/math: Replace round, roundf, roundl related @VARS@ in
26114         math.in.h.
26115         * modules/round: New file.
26116         * modules/round-tests: New file.
26117         * modules/roundf: New file.
26118         * modules/roundf-tests: New file.
26119         * modules/roundl: New file.
26120         * modules/roundl-tests: New file.
26121         * tests/test-round1.c: New file.
26122         * tests/test-round2.c: New file.
26123         * tests/test-roundf1.c: New file.
26124         * tests/test-roundf2.c: New file.
26125         * tests/test-roundl.c: New file.
26126         * doc/functions/round.texi: Mention round module.
26127         * doc/functions/roundf.texi: Mention roundf module.
26128         * doc/functions/roundl.texi: Mention roundl module.
26129         * MODULES.html.sh: Mention new modules.
26130         Thanks to Bruno Haible for suggestions.
26131
26132 2007-10-20  Jim Meyering  <meyering@redhat.com>
26133
26134         * lib/xprintf.c: Include <config.h> unconditionally.
26135
26136         Change xprintf's license to GPL.
26137         * modules/xprintf (License): s/LGPL/GPL/, since this module
26138         depends on modules (exit and exitfail) which are GPL.
26139         Suggestion from Bruno Haible.
26140
26141         xprintf fixes.
26142         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
26143         Use a clearer diagnostic.
26144         Patch from Bruno Haible.
26145
26146 2007-10-20  Bruno Haible  <bruno@clisp.org>
26147
26148         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
26149         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
26150         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26151
26152 2007-10-20  Bruno Haible  <bruno@clisp.org>
26153
26154         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
26155         precision in the comparison result > x - 1 or similar.
26156         * tests/test-ceilf2.c (correct_result_p): Likewise.
26157         * tests/test-truncf2.c (correct_result_p): Likewise.
26158         * tests/test-trunc2.c (correct_result_p): Likewise.
26159         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26160
26161 2007-10-20  Bruno Haible  <bruno@clisp.org>
26162
26163         * modules/ceil: New file.
26164         * m4/ceil.m4: New file.
26165         * doc/functions/ceil.texi: Mention the 'ceil' module.
26166
26167 2007-10-20  Bruno Haible  <bruno@clisp.org>
26168
26169         * modules/floor: New file.
26170         * m4/floor.m4: New file.
26171         * doc/functions/floor.texi: Mention the 'floor' module.
26172
26173 2007-10-20  Bruno Haible  <bruno@clisp.org>
26174
26175         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
26176         of %a.
26177         * modules/floorf-tests (Depends-on): Likewise.
26178         * modules/truncf-tests (Depends-on): Likewise.
26179         * modules/trunc-tests (Depends-on): Likewise.
26180         Reported by Ben Pfaff.
26181
26182 2007-10-19  Jim Meyering  <meyering@redhat.com>
26183
26184         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
26185         Don't bother testing specific errno values.  Just test ferror.
26186
26187         New module: xprintf
26188         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
26189
26190 2007-10-19  Bruno Haible  <bruno@clisp.org>
26191
26192         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
26193         syntax.
26194         * modules/javaexec (Makefile.am): Likewise.
26195         * modules/relocatable-prog (Makefile.am): Likewise.
26196         Suggested by Jim Meyering.
26197
26198 2007-10-18  Bruno Haible  <bruno@clisp.org>
26199
26200         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
26201         Reported by Jim Meyering.
26202
26203 2007-10-18  Eric Blake  <ebb9@byu.net>
26204
26205         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
26206
26207 2007-10-18  Bruno Haible  <bruno@clisp.org>
26208
26209         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
26210         the format string into writable memory. Needed in Fortify conditions.
26211
26212 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
26213             Bruno Haible  <bruno@clisp.org>
26214
26215         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
26216         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
26217         * modules/trim (Depends-on): Add mbchar.
26218         (configure.ac): Add gl_FUNC_MBRTOWC.
26219         (Makefile.am): Augment lib_SOURCES.
26220
26221 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26222
26223         Modify glob.c to use fstatat and dirfd, to simplify it.
26224         Suggested by Eric Blake.
26225         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
26226         Don't include <stdbool.h>; not used.
26227         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
26228         (link_exists_p): Simplify implementation, since we can now assume
26229         dirfd and fstatat.
26230         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
26231
26232 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26233
26234         * gnulib-tool (func_get_dependencies): Fix sed script to
26235         match only tests.
26236
26237 2007-10-17  Bruno Haible  <bruno@clisp.org>
26238
26239         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
26240         allow locale names without encoding suffix.
26241         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26242         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26243
26244 2007-10-16  Bruno Haible  <bruno@clisp.org>
26245
26246         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
26247         * lib/getgroups.c (getgroups): Likewise.
26248         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
26249
26250 2007-10-16  Bruno Haible  <bruno@clisp.org>
26251
26252         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
26253         * modules/malloc-posix (License): Likewise.
26254         * modules/realloc-posix (License): Likewise.
26255         * modules/calloc-posix (License): Likewise.
26256         * modules/intprops (License): Change from GPL to LGPL, with
26257         Paul Eggert's approval.
26258
26259 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26260
26261         Merge glibc changes into lib/glob.c.
26262
26263         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
26264         2007-10-15 04:59:03 UTC.  Here are the changes:
26265
26266         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
26267
26268         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
26269
26270         * lib/glob.c: Add some branch prediction throughout.
26271
26272         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
26273
26274         [BZ #5103]
26275         * lib/glob.c (glob): Recognize patterns starting \/.
26276
26277         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26278
26279         [BZ #3996]
26280         * lib/glob.c (attribute_hidden): Define if not defined.
26281         (glob): Unescape dirname, filename or username when needed and not
26282         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26283         is NULL.  Handle unescaped [ in pattern without closing ].
26284         Don't pass GLOB_CHECK down to recursive glob for directories.
26285         (__glob_pattern_type): New function.
26286         (__glob_pattern_p): Implement using __glob_pattern_type.
26287         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26288         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26289         Remove unreachable code.
26290
26291         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26292
26293         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26294         explain why there are no leaks.
26295
26296         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26297
26298         [BZ #3253]
26299         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26300         time, rather allocate increasingly bigger arrays of pointers, if
26301         possible with alloca, if too large with malloc.
26302
26303 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26304
26305         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26306         Problem reported by H.Merijn Brand in
26307         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26308         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26309         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26310
26311 2007-10-15  Bruno Haible  <bruno@clisp.org>
26312
26313         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26314         with explicit rpl_ prefix.
26315         * lib/fopen.c (fopen): Likewise.
26316         * lib/freopen.c (freopen): Likewise.
26317         * lib/iconv.c (iconv): Likewise.
26318         * lib/iconv_close.c (iconv_close): Likewise.
26319
26320 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26321
26322         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26323
26324 2007-10-15  Bruno Haible  <bruno@clisp.org>
26325
26326         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26327         <stddef.h> instead of <stdlib.h> since we only need NULL.
26328         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26329
26330 2007-10-15  Bruno Haible  <bruno@clisp.org>
26331
26332         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26333         Replace paragraph talking about LIBOBJS.
26334         Reported by Colin Watson <cjwatson@debian.org>.
26335
26336 2007-10-15  Bruno Haible  <bruno@clisp.org>
26337
26338         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26339         <stdlib.h> before using NULL.
26340
26341 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26342
26343         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26344         Reported by Albert Chin <china@thewrittenword.com>.
26345
26346 2007-10-14  Bruno Haible  <bruno@clisp.org>
26347
26348         * modules/iconv_open-utf-tests: New file.
26349         * tests/test-iconv-utf.c: New file.
26350
26351         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26352         * modules/iconv_open-utf: New file.
26353         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26354         (iconv, iconv_close): New declarations.
26355         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26356         be defined.
26357         (iconv_open): Add special handling of conversion between UTF-8 and
26358         UTF-{16,32}{BE,LE}.
26359         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26360         * lib/iconv_close.c: New file.
26361         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26362         gl_FUNC_ICONV_OPEN.
26363         (gl_FUNC_ICONV_OPEN): Use it.
26364         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26365         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26366         and REPLACE_ICONV_UTF.
26367         * modules/iconv_open (Depends-on): Add c-strcase.
26368         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26369         ICONV_CONST.
26370         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26371
26372 2007-10-13  Albert Chin  <china@thewrittenword.com>
26373             Bruno Haible  <bruno@clisp.org>
26374
26375         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26376         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26377
26378 2007-10-13  Bruno Haible  <bruno@clisp.org>
26379
26380         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26381         defined, use the ISO C99 inline semantics.
26382         * lib/argp.h (ARGP_EI): Likewise.
26383
26384 2007-10-13  Bruno Haible  <bruno@clisp.org>
26385
26386         Handle 'inline' change in gcc 4.3.0.
26387         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26388         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26389         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26390         argp_fmtstream_point): Disable 'extern' declaration if the function
26391         definition is going to be provided inline.
26392         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26393         semantics, not the ISO C99 inline semantics.
26394         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26395         'extern' declaration if the function definition is going to be provided
26396         inline.
26397         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26398         the GNU C inline semantics, not the ISO C99 inline semantics. With
26399         GCC 4.2, avoid a warning.
26400
26401 2007-10-13  Bruno Haible  <bruno@clisp.org>
26402
26403         * lib/freading.h (freading): Enable the use of __freading for
26404         glibc >= 2.7.
26405         * lib/freading.c (freading): Likewise.
26406
26407 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26408
26409         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26410         "warning: C99 inline functions are not supported; using GNU89".
26411
26412 2007-10-12  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26415         of 2.
26416         * tests/test-ceilf2.c: New file.
26417         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26418
26419         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26420         * modules/ceilf-tests: Update.
26421
26422 2007-10-12  Bruno Haible  <bruno@clisp.org>
26423
26424         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
26425         of 2.
26426         * tests/test-floorf2.c: New file.
26427         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
26428
26429         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
26430         * modules/floorf-tests: Update.
26431
26432 2007-10-12  Bruno Haible  <bruno@clisp.org>
26433
26434         * tests/test-trunc2.c: New file.
26435         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
26436
26437         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
26438         * modules/trunc-tests: Update.
26439
26440 2007-10-12  Bruno Haible  <bruno@clisp.org>
26441
26442         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
26443         of 2.
26444         * tests/test-truncf2.c: New file.
26445         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
26446
26447         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
26448         * modules/truncf-tests: Update.
26449
26450 2007-10-11  Eric Blake  <ebb9@byu.net>
26451
26452         Don't claim strerror is broken on Interix.
26453         * doc/functions/strerror.texi (strerror): Known broken systems are
26454         now Solaris 8, and not Interix.
26455         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
26456         Interix on cross-compile.
26457         Reported by Martin Koeppe in
26458         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
26459
26460 2007-10-11  Bruno Haible  <bruno@clisp.org>
26461
26462         * modules/i-ring-tests: New file.
26463         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
26464         instead of assert.
26465
26466 2007-10-11  Bruno Haible  <bruno@clisp.org>
26467
26468         * modules/filenamecat-tests: New file.
26469         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
26470         * lib/filenamecat.c: Remove test code.
26471
26472 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
26473
26474         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
26475
26476         * lib/strerror.c: Include <string.h> always, to test interface,
26477         and to remove the need for the dummy.
26478         Include intprops.h to compute width instead of doing it ourselves
26479         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
26480         (strerror): Define it to return NULL if there's no system strerror.
26481         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
26482         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
26483         ancient pre-strerror Unix systems well any more.  Saying "unknown
26484         system error" is enough.
26485         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
26486         simpler strerror.c implementation.
26487         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
26488         Simplify the tests to reflect the simpler strerror implementation.
26489         * modules/strerror (Depends-on): Add intprops.
26490
26491 2007-10-09  Eric Blake  <ebb9@byu.net>
26492
26493         Silence test-fpending.
26494         * modules/fpending-tests (Files): Add wrapper script.
26495         * tests/test-fpending.sh: New file.
26496
26497 2007-10-09  Bruno Haible  <bruno@clisp.org>
26498
26499         * MODULES.html.sh (func_module): Don't create a hyperlink for
26500         function names like 'printf_frexp'.
26501         (Misc): Add crc, memxor.
26502         (Characteristics of floating types): New section.
26503         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
26504         isnanf-nolibm, signbit, trunc, truncf, truncl.
26505         (Enhancements for ISO C 99 functions): New subsection Input/output.
26506         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
26507         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
26508         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
26509         (Compatibility checks for POSIX:2001 functions): Add clock-time.
26510         (Enhancements for POSIX:2001 functions): Add chdir-long.
26511         (File system functions): Add areadlink, chdir-safer, read-file.
26512         Remove cycle-check.
26513         (File system as inode set): New section.
26514         (Date and time): Add gethrxtime.
26515         (Multithreading): Add openmp.
26516         (Internationalization functions): Add localename.
26517         (Unicode string functions): Add unistr/u*-mbsnlen.
26518         (Support for maintaining and releasing projects): Add git-version-gen.
26519         (Lone files): Remove directories.
26520
26521 2007-10-08  Ben Pfaff  <blp@gnu.org>
26522
26523         * lib/xmalloca.h: Fix typo in comment.
26524
26525 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26526
26527         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
26528         when avoiding problems with integer overflow.  Use a portable test
26529         instead.
26530
26531 2007-10-08  Simon Josefsson  <simon@josefsson.org>
26532
26533         * modules/dummy (License): Change to LGPLv2+.
26534         * modules/float (License): Likewise
26535         * modules/realloc (License): Likewise
26536         * modules/stdlib (License): Likewise
26537
26538 2007-10-07  Bruno Haible  <bruno@clisp.org>
26539
26540         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
26541         * floor.c (TWO_MANT_DIG): Likewise.
26542         * ceil.c (TWO_MANT_DIG): Likewise.
26543         Reported by Ben Pfaff.
26544
26545 2007-10-07  Bruno Haible  <bruno@clisp.org>
26546
26547         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
26548         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
26549         * lib/frexp.c (FUNC): Likewise.
26550         * lib/printf-frexp.h (printf_frexp): Likewise.
26551         * lib/printf-frexpl.h (printf_frexpl): Likewise.
26552         * lib/printf-frexp.c (FUNC): Likewise.
26553         Suggested by Jim Meyering.
26554
26555 2007-10-07  Jim Meyering  <meyering@redhat.com>
26556
26557         Make xnanosleep's integer overflow test more robust.
26558         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
26559         so that gcc-4.3.0 doesn't optimize away this test for overflow.
26560
26561 2007-10-07  Bruno Haible  <bruno@clisp.org>
26562
26563         * NEWS: Mention the license change.
26564
26565         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
26566         abbreviations in the modules files.
26567
26568         Change copyright notice from GPLv2+ to GPLv3+.
26569         * README: Change copyright notice.
26570         * MODULES.html.sh: Likewise.
26571         * build-aux/bootstrap.conf: Likewise.
26572         * build-aux/config.libpath: Likewise.
26573         * build-aux/csharpcomp.sh.in: Likewise.
26574         * build-aux/csharpexec.sh.in: Likewise.
26575         * build-aux/install-reloc: Likewise.
26576         * build-aux/javacomp.sh.in: Likewise.
26577         * build-aux/javaexec.sh.in: Likewise.
26578         * build-aux/ldd.sh.in: Likewise.
26579         * build-aux/reloc-ldflags: Likewise.
26580         * build-aux/relocatable.sh.in: Likewise.
26581         * build-aux/x-to-1.in: Likewise.
26582         * check-module: Likewise.
26583         * config/srclistvars.sh: Likewise.
26584         * gnulib-tool: Likewise.
26585         * lib/acl-internal.h: Likewise.
26586         * lib/acl.c: Likewise.
26587         * lib/acl.h: Likewise.
26588         * lib/acl_entries.c: Likewise.
26589         * lib/areadlink-with-size.c: Likewise.
26590         * lib/areadlink.c: Likewise.
26591         * lib/areadlink.h: Likewise.
26592         * lib/argmatch.c: Likewise.
26593         * lib/argmatch.h: Likewise.
26594         * lib/argp-ba.c: Likewise.
26595         * lib/argp-eexst.c: Likewise.
26596         * lib/argp-fmtstream.c: Likewise.
26597         * lib/argp-fmtstream.h: Likewise.
26598         * lib/argp-fs-xinl.c: Likewise.
26599         * lib/argp-help.c: Likewise.
26600         * lib/argp-namefrob.h: Likewise.
26601         * lib/argp-parse.c: Likewise.
26602         * lib/argp-pin.c: Likewise.
26603         * lib/argp-pv.c: Likewise.
26604         * lib/argp-pvh.c: Likewise.
26605         * lib/argp-xinl.c: Likewise.
26606         * lib/argp.h: Likewise.
26607         * lib/at-func.c: Likewise.
26608         * lib/atanl.c: Likewise.
26609         * lib/backupfile.c: Likewise.
26610         * lib/backupfile.h: Likewise.
26611         * lib/basename.c: Likewise.
26612         * lib/binary-io.h: Likewise.
26613         * lib/byteswap.in.h: Likewise.
26614         * lib/c-stack.c: Likewise.
26615         * lib/c-stack.h: Likewise.
26616         * lib/c-strcasestr.c: Likewise.
26617         * lib/c-strcasestr.h: Likewise.
26618         * lib/c-strstr.c: Likewise.
26619         * lib/c-strstr.h: Likewise.
26620         * lib/c-strtod.c: Likewise.
26621         * lib/calloc.c: Likewise.
26622         * lib/canon-host.c: Likewise.
26623         * lib/canon-host.h: Likewise.
26624         * lib/canonicalize-lgpl.c: Likewise.
26625         * lib/canonicalize.c: Likewise.
26626         * lib/canonicalize.h: Likewise.
26627         * lib/ceil.c: Likewise.
26628         * lib/ceilf.c: Likewise.
26629         * lib/ceill.c: Likewise.
26630         * lib/chdir-long.c: Likewise.
26631         * lib/chdir-long.h: Likewise.
26632         * lib/chdir-safer.c: Likewise.
26633         * lib/chdir-safer.h: Likewise.
26634         * lib/chown.c: Likewise.
26635         * lib/classpath.c: Likewise.
26636         * lib/classpath.h: Likewise.
26637         * lib/clean-temp.c: Likewise.
26638         * lib/clean-temp.h: Likewise.
26639         * lib/cloexec.c: Likewise.
26640         * lib/close-stream.c: Likewise.
26641         * lib/closein.c: Likewise.
26642         * lib/closein.h: Likewise.
26643         * lib/closeout.c: Likewise.
26644         * lib/closeout.h: Likewise.
26645         * lib/concat-filename.c: Likewise.
26646         * lib/copy-file.c: Likewise.
26647         * lib/copy-file.h: Likewise.
26648         * lib/count-one-bits.h: Likewise.
26649         * lib/crc.c: Likewise.
26650         * lib/crc.h: Likewise.
26651         * lib/creat-safer.c: Likewise.
26652         * lib/csharpcomp.c: Likewise.
26653         * lib/csharpcomp.h: Likewise.
26654         * lib/csharpexec.c: Likewise.
26655         * lib/csharpexec.h: Likewise.
26656         * lib/cycle-check.c: Likewise.
26657         * lib/cycle-check.h: Likewise.
26658         * lib/diacrit.c: Likewise.
26659         * lib/diacrit.h: Likewise.
26660         * lib/diffseq.h: Likewise.
26661         * lib/dirchownmod.c: Likewise.
26662         * lib/dirent.in.h: Likewise.
26663         * lib/dirfd.c: Likewise.
26664         * lib/dirfd.h: Likewise.
26665         * lib/dirname.c: Likewise.
26666         * lib/dirname.h: Likewise.
26667         * lib/dummy.c: Likewise.
26668         * lib/dup-safer.c: Likewise.
26669         * lib/dup2.c: Likewise.
26670         * lib/eealloc.h: Likewise.
26671         * lib/error.c: Likewise.
26672         * lib/error.h: Likewise.
26673         * lib/euidaccess.c: Likewise.
26674         * lib/exclude.c: Likewise.
26675         * lib/exclude.h: Likewise.
26676         * lib/execute.c: Likewise.
26677         * lib/execute.h: Likewise.
26678         * lib/exitfail.c: Likewise.
26679         * lib/exitfail.h: Likewise.
26680         * lib/expl.c: Likewise.
26681         * lib/fatal-signal.c: Likewise.
26682         * lib/fatal-signal.h: Likewise.
26683         * lib/fbufmode.c: Likewise.
26684         * lib/fbufmode.h: Likewise.
26685         * lib/fchdir.c: Likewise.
26686         * lib/fchmodat.c: Likewise.
26687         * lib/fchownat.c: Likewise.
26688         * lib/fcntl--.h: Likewise.
26689         * lib/fcntl-safer.h: Likewise.
26690         * lib/fcntl.in.h: Likewise.
26691         * lib/fd-safer.c: Likewise.
26692         * lib/fflush.c: Likewise.
26693         * lib/file-has-acl.c: Likewise.
26694         * lib/file-set.c: Likewise.
26695         * lib/file-type.c: Likewise.
26696         * lib/file-type.h: Likewise.
26697         * lib/fileblocks.c: Likewise.
26698         * lib/filemode.c: Likewise.
26699         * lib/filemode.h: Likewise.
26700         * lib/filename.h: Likewise.
26701         * lib/filenamecat.c: Likewise.
26702         * lib/filenamecat.h: Likewise.
26703         * lib/findprog.c: Likewise.
26704         * lib/findprog.h: Likewise.
26705         * lib/float.in.h: Likewise.
26706         * lib/floor.c: Likewise.
26707         * lib/floorf.c: Likewise.
26708         * lib/floorl.c: Likewise.
26709         * lib/fopen-safer.c: Likewise.
26710         * lib/fopen.c: Likewise.
26711         * lib/fpending.c: Likewise.
26712         * lib/fpending.h: Likewise.
26713         * lib/fprintf.c: Likewise.
26714         * lib/fprintftime.h: Likewise.
26715         * lib/fpucw.h: Likewise.
26716         * lib/fpurge.c: Likewise.
26717         * lib/fpurge.h: Likewise.
26718         * lib/freadable.c: Likewise.
26719         * lib/freadable.h: Likewise.
26720         * lib/freadahead.c: Likewise.
26721         * lib/freadahead.h: Likewise.
26722         * lib/freading.c: Likewise.
26723         * lib/freading.h: Likewise.
26724         * lib/free.c: Likewise.
26725         * lib/freopen.c: Likewise.
26726         * lib/frexp.c: Likewise.
26727         * lib/frexpl.c: Likewise.
26728         * lib/fseek.c: Likewise.
26729         * lib/fseterr.c: Likewise.
26730         * lib/fseterr.h: Likewise.
26731         * lib/fstatat.c: Likewise.
26732         * lib/fstrcmp.c: Likewise.
26733         * lib/fstrcmp.h: Likewise.
26734         * lib/fsusage.c: Likewise.
26735         * lib/fsusage.h: Likewise.
26736         * lib/ftell.c: Likewise.
26737         * lib/ftello.c: Likewise.
26738         * lib/fts-cycle.c: Likewise.
26739         * lib/fts.c: Likewise.
26740         * lib/fts_.h: Likewise.
26741         * lib/full-read.c: Likewise.
26742         * lib/full-read.h: Likewise.
26743         * lib/full-write.c: Likewise.
26744         * lib/full-write.h: Likewise.
26745         * lib/fwritable.c: Likewise.
26746         * lib/fwritable.h: Likewise.
26747         * lib/fwriteerror.c: Likewise.
26748         * lib/fwriteerror.h: Likewise.
26749         * lib/fwriting.c: Likewise.
26750         * lib/fwriting.h: Likewise.
26751         * lib/gcd.c: Likewise.
26752         * lib/gcd.h: Likewise.
26753         * lib/getcwd.c: Likewise.
26754         * lib/getdate.h: Likewise.
26755         * lib/getdate.y: Likewise.
26756         * lib/getdomainname.c: Likewise.
26757         * lib/getdomainname.h: Likewise.
26758         * lib/getgroups.c: Likewise.
26759         * lib/gethostname.c: Likewise.
26760         * lib/gethrxtime.c: Likewise.
26761         * lib/gethrxtime.h: Likewise.
26762         * lib/getloadavg.c: Likewise.
26763         * lib/getndelim2.c: Likewise.
26764         * lib/getndelim2.h: Likewise.
26765         * lib/getnline.c: Likewise.
26766         * lib/getnline.h: Likewise.
26767         * lib/getopt.c: Likewise.
26768         * lib/getopt.in.h: Likewise.
26769         * lib/getopt1.c: Likewise.
26770         * lib/getopt_int.h: Likewise.
26771         * lib/getpagesize.h: Likewise.
26772         * lib/getsubopt.c: Likewise.
26773         * lib/gettime.c: Likewise.
26774         * lib/getugroups.c: Likewise.
26775         * lib/getugroups.h: Likewise.
26776         * lib/getusershell.c: Likewise.
26777         * lib/gl_anyavltree_list1.h: Likewise.
26778         * lib/gl_anyavltree_list2.h: Likewise.
26779         * lib/gl_anyhash_list1.h: Likewise.
26780         * lib/gl_anyhash_list2.h: Likewise.
26781         * lib/gl_anylinked_list1.h: Likewise.
26782         * lib/gl_anylinked_list2.h: Likewise.
26783         * lib/gl_anyrbtree_list1.h: Likewise.
26784         * lib/gl_anyrbtree_list2.h: Likewise.
26785         * lib/gl_anytree_list1.h: Likewise.
26786         * lib/gl_anytree_list2.h: Likewise.
26787         * lib/gl_anytree_oset.h: Likewise.
26788         * lib/gl_anytreehash_list1.h: Likewise.
26789         * lib/gl_anytreehash_list2.h: Likewise.
26790         * lib/gl_array_list.c: Likewise.
26791         * lib/gl_array_list.h: Likewise.
26792         * lib/gl_array_oset.c: Likewise.
26793         * lib/gl_array_oset.h: Likewise.
26794         * lib/gl_avltree_list.c: Likewise.
26795         * lib/gl_avltree_list.h: Likewise.
26796         * lib/gl_avltree_oset.c: Likewise.
26797         * lib/gl_avltree_oset.h: Likewise.
26798         * lib/gl_avltreehash_list.c: Likewise.
26799         * lib/gl_avltreehash_list.h: Likewise.
26800         * lib/gl_carray_list.c: Likewise.
26801         * lib/gl_carray_list.h: Likewise.
26802         * lib/gl_linked_list.c: Likewise.
26803         * lib/gl_linked_list.h: Likewise.
26804         * lib/gl_linkedhash_list.c: Likewise.
26805         * lib/gl_linkedhash_list.h: Likewise.
26806         * lib/gl_list.c: Likewise.
26807         * lib/gl_list.h: Likewise.
26808         * lib/gl_oset.c: Likewise.
26809         * lib/gl_oset.h: Likewise.
26810         * lib/gl_rbtree_list.c: Likewise.
26811         * lib/gl_rbtree_list.h: Likewise.
26812         * lib/gl_rbtree_oset.c: Likewise.
26813         * lib/gl_rbtree_oset.h: Likewise.
26814         * lib/gl_rbtreehash_list.c: Likewise.
26815         * lib/gl_rbtreehash_list.h: Likewise.
26816         * lib/gl_sublist.c: Likewise.
26817         * lib/gl_sublist.h: Likewise.
26818         * lib/group-member.c: Likewise.
26819         * lib/group-member.h: Likewise.
26820         * lib/hard-locale.c: Likewise.
26821         * lib/hard-locale.h: Likewise.
26822         * lib/hash-pjw.c: Likewise.
26823         * lib/hash-pjw.h: Likewise.
26824         * lib/hash-triple.c: Likewise.
26825         * lib/hash.c: Likewise.
26826         * lib/hash.h: Likewise.
26827         * lib/human.c: Likewise.
26828         * lib/human.h: Likewise.
26829         * lib/i-ring.c: Likewise.
26830         * lib/i-ring.h: Likewise.
26831         * lib/idcache.c: Likewise.
26832         * lib/imaxabs.c: Likewise.
26833         * lib/imaxdiv.c: Likewise.
26834         * lib/inet_pton.c: Likewise.
26835         * lib/inet_pton.h: Likewise.
26836         * lib/intprops.h: Likewise.
26837         * lib/inttostr.c: Likewise.
26838         * lib/inttostr.h: Likewise.
26839         * lib/inttypes.in.h: Likewise.
26840         * lib/isapipe.c: Likewise.
26841         * lib/isdir.c: Likewise.
26842         * lib/isnan.c: Likewise.
26843         * lib/isnan.h: Likewise.
26844         * lib/isnanf.c: Likewise.
26845         * lib/isnanf.h: Likewise.
26846         * lib/isnanl-nolibm.h: Likewise.
26847         * lib/isnanl.c: Likewise.
26848         * lib/isnanl.h: Likewise.
26849         * lib/javacomp.c: Likewise.
26850         * lib/javacomp.h: Likewise.
26851         * lib/javaexec.c: Likewise.
26852         * lib/javaexec.h: Likewise.
26853         * lib/javaversion.c: Likewise.
26854         * lib/javaversion.h: Likewise.
26855         * lib/javaversion.java: Likewise.
26856         * lib/lbrkprop.h: Likewise.
26857         * lib/lchmod.h: Likewise.
26858         * lib/lchown.c: Likewise.
26859         * lib/ldexpl.c: Likewise.
26860         * lib/linebreak.c: Likewise.
26861         * lib/linebreak.h: Likewise.
26862         * lib/linebuffer.c: Likewise.
26863         * lib/linebuffer.h: Likewise.
26864         * lib/locale.in.h: Likewise.
26865         * lib/logl.c: Likewise.
26866         * lib/long-options.c: Likewise.
26867         * lib/long-options.h: Likewise.
26868         * lib/lstat.c: Likewise.
26869         * lib/lstat.h: Likewise.
26870         * lib/math.in.h: Likewise.
26871         * lib/mbchar.c: Likewise.
26872         * lib/mbchar.h: Likewise.
26873         * lib/mbfile.h: Likewise.
26874         * lib/mbiter.h: Likewise.
26875         * lib/mbscasecmp.c: Likewise.
26876         * lib/mbscasestr.c: Likewise.
26877         * lib/mbschr.c: Likewise.
26878         * lib/mbscspn.c: Likewise.
26879         * lib/mbslen.c: Likewise.
26880         * lib/mbsncasecmp.c: Likewise.
26881         * lib/mbsnlen.c: Likewise.
26882         * lib/mbspbrk.c: Likewise.
26883         * lib/mbspcasecmp.c: Likewise.
26884         * lib/mbsrchr.c: Likewise.
26885         * lib/mbssep.c: Likewise.
26886         * lib/mbsspn.c: Likewise.
26887         * lib/mbsstr.c: Likewise.
26888         * lib/mbstok_r.c: Likewise.
26889         * lib/mbswidth.c: Likewise.
26890         * lib/mbswidth.h: Likewise.
26891         * lib/mbuiter.h: Likewise.
26892         * lib/memcasecmp.c: Likewise.
26893         * lib/memcasecmp.h: Likewise.
26894         * lib/memchr.c: Likewise.
26895         * lib/memcmp.c: Likewise.
26896         * lib/memcoll.c: Likewise.
26897         * lib/memcoll.h: Likewise.
26898         * lib/memcpy.c: Likewise.
26899         * lib/memrchr.c: Likewise.
26900         * lib/mkancesdirs.c: Likewise.
26901         * lib/mkdir-p.c: Likewise.
26902         * lib/mkdir-p.h: Likewise.
26903         * lib/mkdir.c: Likewise.
26904         * lib/mkdirat.c: Likewise.
26905         * lib/mkdtemp.c: Likewise.
26906         * lib/mkstemp-safer.c: Likewise.
26907         * lib/mkstemp.c: Likewise.
26908         * lib/modechange.c: Likewise.
26909         * lib/modechange.h: Likewise.
26910         * lib/mountlist.c: Likewise.
26911         * lib/mountlist.h: Likewise.
26912         * lib/mpsort.c: Likewise.
26913         * lib/nanosleep.c: Likewise.
26914         * lib/obstack.c: Likewise.
26915         * lib/obstack.h: Likewise.
26916         * lib/open-safer.c: Likewise.
26917         * lib/open.c: Likewise.
26918         * lib/openat-die.c: Likewise.
26919         * lib/openat-priv.h: Likewise.
26920         * lib/openat-proc.c: Likewise.
26921         * lib/openat.c: Likewise.
26922         * lib/openat.h: Likewise.
26923         * lib/pagealign_alloc.c: Likewise.
26924         * lib/pagealign_alloc.h: Likewise.
26925         * lib/physmem.c: Likewise.
26926         * lib/physmem.h: Likewise.
26927         * lib/pipe-safer.c: Likewise.
26928         * lib/pipe.c: Likewise.
26929         * lib/pipe.h: Likewise.
26930         * lib/posixtm.c: Likewise.
26931         * lib/posixtm.h: Likewise.
26932         * lib/posixver.c: Likewise.
26933         * lib/printf-frexp.c: Likewise.
26934         * lib/printf-frexp.h: Likewise.
26935         * lib/printf-frexpl.c: Likewise.
26936         * lib/printf-frexpl.h: Likewise.
26937         * lib/printf.c: Likewise.
26938         * lib/progname.c: Likewise.
26939         * lib/progname.h: Likewise.
26940         * lib/progreloc.c: Likewise.
26941         * lib/putenv.c: Likewise.
26942         * lib/quote.c: Likewise.
26943         * lib/quote.h: Likewise.
26944         * lib/quotearg.c: Likewise.
26945         * lib/quotearg.h: Likewise.
26946         * lib/raise.c: Likewise.
26947         * lib/readline.c: Likewise.
26948         * lib/readline.h: Likewise.
26949         * lib/readlink.c: Likewise.
26950         * lib/readtokens.c: Likewise.
26951         * lib/readtokens.h: Likewise.
26952         * lib/readtokens0.c: Likewise.
26953         * lib/readtokens0.h: Likewise.
26954         * lib/readutmp.c: Likewise.
26955         * lib/readutmp.h: Likewise.
26956         * lib/realloc.c: Likewise.
26957         * lib/relocwrapper.c: Likewise.
26958         * lib/rename-dest-slash.c: Likewise.
26959         * lib/rename.c: Likewise.
26960         * lib/rmdir.c: Likewise.
26961         * lib/rpmatch.c: Likewise.
26962         * lib/safe-read.c: Likewise.
26963         * lib/safe-read.h: Likewise.
26964         * lib/safe-write.c: Likewise.
26965         * lib/safe-write.h: Likewise.
26966         * lib/same-inode.h: Likewise.
26967         * lib/same.c: Likewise.
26968         * lib/same.h: Likewise.
26969         * lib/save-cwd.c: Likewise.
26970         * lib/save-cwd.h: Likewise.
26971         * lib/savedir.c: Likewise.
26972         * lib/savedir.h: Likewise.
26973         * lib/savewd.c: Likewise.
26974         * lib/savewd.h: Likewise.
26975         * lib/search.in.h: Likewise.
26976         * lib/setenv.c: Likewise.
26977         * lib/setenv.h: Likewise.
26978         * lib/settime.c: Likewise.
26979         * lib/sh-quote.c: Likewise.
26980         * lib/sh-quote.h: Likewise.
26981         * lib/sig2str.c: Likewise.
26982         * lib/sig2str.h: Likewise.
26983         * lib/signal.in.h: Likewise.
26984         * lib/signbitd.c: Likewise.
26985         * lib/signbitf.c: Likewise.
26986         * lib/signbitl.c: Likewise.
26987         * lib/sigprocmask.c: Likewise.
26988         * lib/sincosl.c: Likewise.
26989         * lib/sleep.c: Likewise.
26990         * lib/sprintf.c: Likewise.
26991         * lib/sqrtl.c: Likewise.
26992         * lib/stat-time.h: Likewise.
26993         * lib/stdio--.h: Likewise.
26994         * lib/stdio-safer.h: Likewise.
26995         * lib/stdlib--.h: Likewise.
26996         * lib/stdlib-safer.h: Likewise.
26997         * lib/stdlib.in.h: Likewise.
26998         * lib/stpcpy.c: Likewise.
26999         * lib/stpncpy.c: Likewise.
27000         * lib/strchrnul.c: Likewise.
27001         * lib/strcspn.c: Likewise.
27002         * lib/strerror.c: Likewise.
27003         * lib/strftime.c: Likewise.
27004         * lib/strftime.h: Likewise.
27005         * lib/striconveh.c: Likewise.
27006         * lib/striconveh.h: Likewise.
27007         * lib/striconveha.c: Likewise.
27008         * lib/striconveha.h: Likewise.
27009         * lib/stripslash.c: Likewise.
27010         * lib/strnlen1.c: Likewise.
27011         * lib/strnlen1.h: Likewise.
27012         * lib/strtod.c: Likewise.
27013         * lib/strtoimax.c: Likewise.
27014         * lib/strtok_r.c: Likewise.
27015         * lib/strtol.c: Likewise.
27016         * lib/strtoll.c: Likewise.
27017         * lib/strtoul.c: Likewise.
27018         * lib/strtoull.c: Likewise.
27019         * lib/sysexits.in.h: Likewise.
27020         * lib/tempname.c: Likewise.
27021         * lib/tempname.h: Likewise.
27022         * lib/timespec.h: Likewise.
27023         * lib/tls.c: Likewise.
27024         * lib/tls.h: Likewise.
27025         * lib/tmpdir.c: Likewise.
27026         * lib/tmpdir.h: Likewise.
27027         * lib/tmpfile-safer.c: Likewise.
27028         * lib/tmpfile.c: Likewise.
27029         * lib/trigl.c: Likewise.
27030         * lib/trigl.h: Likewise.
27031         * lib/trim.c: Likewise.
27032         * lib/trim.h: Likewise.
27033         * lib/trunc.c: Likewise.
27034         * lib/truncf.c: Likewise.
27035         * lib/truncl.c: Likewise.
27036         * lib/tsearch.c: Likewise.
27037         * lib/unicodeio.c: Likewise.
27038         * lib/unicodeio.h: Likewise.
27039         * lib/unistd--.h: Likewise.
27040         * lib/unistd-safer.h: Likewise.
27041         * lib/unistdio/ulc-fprintf.c: Likewise.
27042         * lib/unistdio/ulc-vfprintf.c: Likewise.
27043         * lib/unlinkdir.c: Likewise.
27044         * lib/unlinkdir.h: Likewise.
27045         * lib/unlocked-io.h: Likewise.
27046         * lib/unsetenv.c: Likewise.
27047         * lib/userspec.c: Likewise.
27048         * lib/utime.c: Likewise.
27049         * lib/utimecmp.c: Likewise.
27050         * lib/utimecmp.h: Likewise.
27051         * lib/utimens.c: Likewise.
27052         * lib/verify.h: Likewise.
27053         * lib/verror.c: Likewise.
27054         * lib/verror.h: Likewise.
27055         * lib/version-etc-fsf.c: Likewise.
27056         * lib/version-etc.c: Likewise.
27057         * lib/version-etc.h: Likewise.
27058         * lib/vfprintf.c: Likewise.
27059         * lib/vprintf.c: Likewise.
27060         * lib/vsprintf.c: Likewise.
27061         * lib/w32spawn.h: Likewise.
27062         * lib/wait-process.c: Likewise.
27063         * lib/wait-process.h: Likewise.
27064         * lib/wcwidth.c: Likewise.
27065         * lib/write-any-file.c: Likewise.
27066         * lib/xalloc-die.c: Likewise.
27067         * lib/xalloc.h: Likewise.
27068         * lib/xasprintf.c: Likewise.
27069         * lib/xgetcwd.c: Likewise.
27070         * lib/xgetcwd.h: Likewise.
27071         * lib/xgetdomainname.c: Likewise.
27072         * lib/xgetdomainname.h: Likewise.
27073         * lib/xgethostname.c: Likewise.
27074         * lib/xmalloc.c: Likewise.
27075         * lib/xmalloca.c: Likewise.
27076         * lib/xmalloca.h: Likewise.
27077         * lib/xmemcoll.c: Likewise.
27078         * lib/xnanosleep.c: Likewise.
27079         * lib/xreadlink.c: Likewise.
27080         * lib/xreadlink.h: Likewise.
27081         * lib/xsetenv.c: Likewise.
27082         * lib/xsetenv.h: Likewise.
27083         * lib/xstriconv.c: Likewise.
27084         * lib/xstriconv.h: Likewise.
27085         * lib/xstrndup.c: Likewise.
27086         * lib/xstrndup.h: Likewise.
27087         * lib/xstrtod.c: Likewise.
27088         * lib/xstrtod.h: Likewise.
27089         * lib/xstrtol-error.c: Likewise.
27090         * lib/xstrtol.c: Likewise.
27091         * lib/xstrtol.h: Likewise.
27092         * lib/xtime.h: Likewise.
27093         * lib/xvasprintf.c: Likewise.
27094         * lib/xvasprintf.h: Likewise.
27095         * lib/yesno.c: Likewise.
27096         * lib/yesno.h: Likewise.
27097         * posix-modules: Likewise.
27098         * tests/test-alloca-opt.c: Likewise.
27099         * tests/test-arcfour.c: Likewise.
27100         * tests/test-arctwo.c: Likewise.
27101         * tests/test-argmatch.c: Likewise.
27102         * tests/test-argp-2.sh: Likewise.
27103         * tests/test-argp.c: Likewise.
27104         * tests/test-arpa_inet.c: Likewise.
27105         * tests/test-array_list.c: Likewise.
27106         * tests/test-array_oset.c: Likewise.
27107         * tests/test-atexit.c: Likewise.
27108         * tests/test-avltree_list.c: Likewise.
27109         * tests/test-avltree_oset.c: Likewise.
27110         * tests/test-avltreehash_list.c: Likewise.
27111         * tests/test-base64.c: Likewise.
27112         * tests/test-binary-io.c: Likewise.
27113         * tests/test-byteswap.c: Likewise.
27114         * tests/test-c-ctype.c: Likewise.
27115         * tests/test-c-strcasecmp.c: Likewise.
27116         * tests/test-c-strcasestr.c: Likewise.
27117         * tests/test-c-strncasecmp.c: Likewise.
27118         * tests/test-c-strstr.c: Likewise.
27119         * tests/test-canonicalize-lgpl.c: Likewise.
27120         * tests/test-canonicalize.c: Likewise.
27121         * tests/test-carray_list.c: Likewise.
27122         * tests/test-ceilf.c: Likewise.
27123         * tests/test-ceill.c: Likewise.
27124         * tests/test-count-one-bits.c: Likewise.
27125         * tests/test-crc.c: Likewise.
27126         * tests/test-dirname.c: Likewise.
27127         * tests/test-fbufmode.c: Likewise.
27128         * tests/test-fcntl.c: Likewise.
27129         * tests/test-fflush.c: Likewise.
27130         * tests/test-floorf.c: Likewise.
27131         * tests/test-floorl.c: Likewise.
27132         * tests/test-fopen.c: Likewise.
27133         * tests/test-fprintf-posix.c: Likewise.
27134         * tests/test-fprintf-posix.h: Likewise.
27135         * tests/test-fpurge.c: Likewise.
27136         * tests/test-freadable.c: Likewise.
27137         * tests/test-freadahead.c: Likewise.
27138         * tests/test-freading.c: Likewise.
27139         * tests/test-freopen.c: Likewise.
27140         * tests/test-frexp.c: Likewise.
27141         * tests/test-frexpl.c: Likewise.
27142         * tests/test-fseek.c: Likewise.
27143         * tests/test-fseeko.c: Likewise.
27144         * tests/test-fseterr.c: Likewise.
27145         * tests/test-fstrcmp.c: Likewise.
27146         * tests/test-ftell.c: Likewise.
27147         * tests/test-ftello.c: Likewise.
27148         * tests/test-fwritable.c: Likewise.
27149         * tests/test-fwriting.c: Likewise.
27150         * tests/test-getaddrinfo.c: Likewise.
27151         * tests/test-getpass.c: Likewise.
27152         * tests/test-gettimeofday.c: Likewise.
27153         * tests/test-hmac-md5.c: Likewise.
27154         * tests/test-hmac-sha1.c: Likewise.
27155         * tests/test-iconv.c: Likewise.
27156         * tests/test-iconvme.c: Likewise.
27157         * tests/test-inttypes.c: Likewise.
27158         * tests/test-isnan.c: Likewise.
27159         * tests/test-isnanf.c: Likewise.
27160         * tests/test-isnanl-nolibm.c: Likewise.
27161         * tests/test-isnanl.c: Likewise.
27162         * tests/test-isnanl.h: Likewise.
27163         * tests/test-ldexpl.c: Likewise.
27164         * tests/test-linked_list.c: Likewise.
27165         * tests/test-linkedhash_list.c: Likewise.
27166         * tests/test-locale.c: Likewise.
27167         * tests/test-localename.c: Likewise.
27168         * tests/test-lock.c: Likewise.
27169         * tests/test-lseek.c: Likewise.
27170         * tests/test-malloca.c: Likewise.
27171         * tests/test-math.c: Likewise.
27172         * tests/test-mbscasecmp.c: Likewise.
27173         * tests/test-mbscasestr1.c: Likewise.
27174         * tests/test-mbscasestr2.c: Likewise.
27175         * tests/test-mbscasestr3.c: Likewise.
27176         * tests/test-mbscasestr4.c: Likewise.
27177         * tests/test-mbschr.c: Likewise.
27178         * tests/test-mbscspn.c: Likewise.
27179         * tests/test-mbsncasecmp.c: Likewise.
27180         * tests/test-mbspbrk.c: Likewise.
27181         * tests/test-mbspcasecmp.c: Likewise.
27182         * tests/test-mbsrchr.c: Likewise.
27183         * tests/test-mbsspn.c: Likewise.
27184         * tests/test-mbsstr1.c: Likewise.
27185         * tests/test-mbsstr2.c: Likewise.
27186         * tests/test-mbsstr3.c: Likewise.
27187         * tests/test-md5.c: Likewise.
27188         * tests/test-memmem.c: Likewise.
27189         * tests/test-netinet_in.c: Likewise.
27190         * tests/test-open.c: Likewise.
27191         * tests/test-printf-frexp.c: Likewise.
27192         * tests/test-printf-frexpl.c: Likewise.
27193         * tests/test-printf-posix.c: Likewise.
27194         * tests/test-printf-posix.h: Likewise.
27195         * tests/test-rbtree_list.c: Likewise.
27196         * tests/test-rbtree_oset.c: Likewise.
27197         * tests/test-rbtreehash_list.c: Likewise.
27198         * tests/test-read-file.c: Likewise.
27199         * tests/test-rijndael.c: Likewise.
27200         * tests/test-search.c: Likewise.
27201         * tests/test-signbit.c: Likewise.
27202         * tests/test-sleep.c: Likewise.
27203         * tests/test-snprintf-posix.c: Likewise.
27204         * tests/test-snprintf-posix.h: Likewise.
27205         * tests/test-snprintf.c: Likewise.
27206         * tests/test-sprintf-posix.c: Likewise.
27207         * tests/test-sprintf-posix.h: Likewise.
27208         * tests/test-stat-time.c: Likewise.
27209         * tests/test-stdbool.c: Likewise.
27210         * tests/test-stdint.c: Likewise.
27211         * tests/test-stdio.c: Likewise.
27212         * tests/test-stdlib.c: Likewise.
27213         * tests/test-stpncpy.c: Likewise.
27214         * tests/test-strcasestr.c: Likewise.
27215         * tests/test-striconv.c: Likewise.
27216         * tests/test-striconveh.c: Likewise.
27217         * tests/test-striconveha.c: Likewise.
27218         * tests/test-string.c: Likewise.
27219         * tests/test-sys_select.c: Likewise.
27220         * tests/test-sys_socket.c: Likewise.
27221         * tests/test-sys_stat.c: Likewise.
27222         * tests/test-sys_time.c: Likewise.
27223         * tests/test-sysexits.c: Likewise.
27224         * tests/test-time.c: Likewise.
27225         * tests/test-tls.c: Likewise.
27226         * tests/test-trunc.c: Likewise.
27227         * tests/test-truncf.c: Likewise.
27228         * tests/test-truncl.c: Likewise.
27229         * tests/test-unistd.c: Likewise.
27230         * tests/test-vasnprintf-posix.c: Likewise.
27231         * tests/test-vasnprintf-posix2.c: Likewise.
27232         * tests/test-vasnprintf.c: Likewise.
27233         * tests/test-vasprintf-posix.c: Likewise.
27234         * tests/test-vasprintf.c: Likewise.
27235         * tests/test-verify.c: Likewise.
27236         * tests/test-vfprintf-posix.c: Likewise.
27237         * tests/test-vprintf-posix.c: Likewise.
27238         * tests/test-vsnprintf-posix.c: Likewise.
27239         * tests/test-vsnprintf.c: Likewise.
27240         * tests/test-vsprintf-posix.c: Likewise.
27241         * tests/test-wchar.c: Likewise.
27242         * tests/test-wctype.c: Likewise.
27243         * tests/test-wcwidth.c: Likewise.
27244         * tests/test-xstrtol.c: Likewise.
27245         * tests/test-xvasprintf.c: Likewise.
27246         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
27247         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
27248         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27249         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27250         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27251         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
27252         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27253         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27254         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27255         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
27256         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27257         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27258         * tests/uniname/test-uninames.c: Likewise.
27259         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
27260         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
27261         * tests/unistdio/test-u16-printf1.h: Likewise.
27262         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
27263         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
27264         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
27265         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
27266         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
27267         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
27268         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
27269         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
27270         * tests/unistdio/test-u32-printf1.h: Likewise.
27271         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
27272         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
27273         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
27274         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
27275         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27276         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27277         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27278         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27279         * tests/unistdio/test-u8-printf1.h: Likewise.
27280         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27281         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27282         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27283         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27284         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27285         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27286         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27287         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27288         * tests/unistdio/test-ulc-printf1.h: Likewise.
27289         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27290         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27291         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27292         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27293         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27294         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27295         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27296         * tests/uniwidth/test-u16-width.c: Likewise.
27297         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27298         * tests/uniwidth/test-u32-width.c: Likewise.
27299         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27300         * tests/uniwidth/test-u8-width.c: Likewise.
27301         * tests/uniwidth/test-uc_width.c: Likewise.
27302         * config/srclist-update: Likewise.
27303         (fixlicense): Update to GPLv3+.
27304
27305         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27306         * tests/test-tsearch.c: Change copyright notice.
27307
27308         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27309         * lib/c-strcaseeq.h: Change copyright notice.
27310         * lib/streq.h: Likewise.
27311         * lib/uniconv.h: Likewise.
27312         * lib/uniconv/u-conv-from-enc.h: Likewise.
27313         * lib/uniconv/u-conv-to-enc.h: Likewise.
27314         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27315         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27316         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27317         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27318         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27319         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27320         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27321         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27322         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27323         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27324         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27325         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27326         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27327         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27328         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27329         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27330         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27331         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27332         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27333         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27334         * lib/uniname.h: Likewise.
27335         * lib/uniname/uniname.c: Likewise.
27336         * lib/unistdio.h: Likewise.
27337         * lib/unistdio/u-asnprintf.h: Likewise.
27338         * lib/unistdio/u-asprintf.h: Likewise.
27339         * lib/unistdio/u-printf-args.c: Likewise.
27340         * lib/unistdio/u-printf-args.h: Likewise.
27341         * lib/unistdio/u-printf-parse.h: Likewise.
27342         * lib/unistdio/u-snprintf.h: Likewise.
27343         * lib/unistdio/u-sprintf.h: Likewise.
27344         * lib/unistdio/u-vasprintf.h: Likewise.
27345         * lib/unistdio/u-vsnprintf.h: Likewise.
27346         * lib/unistdio/u-vsprintf.h: Likewise.
27347         * lib/unistdio/u16-asnprintf.c: Likewise.
27348         * lib/unistdio/u16-asprintf.c: Likewise.
27349         * lib/unistdio/u16-printf-parse.c: Likewise.
27350         * lib/unistdio/u16-snprintf.c: Likewise.
27351         * lib/unistdio/u16-sprintf.c: Likewise.
27352         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27353         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27354         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27355         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27356         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27357         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27358         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27359         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27360         * lib/unistdio/u16-vasnprintf.c: Likewise.
27361         * lib/unistdio/u16-vasprintf.c: Likewise.
27362         * lib/unistdio/u16-vsnprintf.c: Likewise.
27363         * lib/unistdio/u16-vsprintf.c: Likewise.
27364         * lib/unistdio/u32-asnprintf.c: Likewise.
27365         * lib/unistdio/u32-asprintf.c: Likewise.
27366         * lib/unistdio/u32-printf-parse.c: Likewise.
27367         * lib/unistdio/u32-snprintf.c: Likewise.
27368         * lib/unistdio/u32-sprintf.c: Likewise.
27369         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27370         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27371         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27372         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27373         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27374         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27375         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27376         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27377         * lib/unistdio/u32-vasnprintf.c: Likewise.
27378         * lib/unistdio/u32-vasprintf.c: Likewise.
27379         * lib/unistdio/u32-vsnprintf.c: Likewise.
27380         * lib/unistdio/u32-vsprintf.c: Likewise.
27381         * lib/unistdio/u8-asnprintf.c: Likewise.
27382         * lib/unistdio/u8-asprintf.c: Likewise.
27383         * lib/unistdio/u8-printf-parse.c: Likewise.
27384         * lib/unistdio/u8-snprintf.c: Likewise.
27385         * lib/unistdio/u8-sprintf.c: Likewise.
27386         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27387         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27388         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27389         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27390         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27391         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27392         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27393         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27394         * lib/unistdio/u8-vasnprintf.c: Likewise.
27395         * lib/unistdio/u8-vasprintf.c: Likewise.
27396         * lib/unistdio/u8-vsnprintf.c: Likewise.
27397         * lib/unistdio/u8-vsprintf.c: Likewise.
27398         * lib/unistdio/ulc-asnprintf.c: Likewise.
27399         * lib/unistdio/ulc-asprintf.c: Likewise.
27400         * lib/unistdio/ulc-printf-parse.c: Likewise.
27401         * lib/unistdio/ulc-snprintf.c: Likewise.
27402         * lib/unistdio/ulc-sprintf.c: Likewise.
27403         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27404         * lib/unistdio/ulc-vasprintf.c: Likewise.
27405         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27406         * lib/unistdio/ulc-vsprintf.c: Likewise.
27407         * lib/unistr.h: Likewise.
27408         * lib/unistr/u-cpy-alloc.h: Likewise.
27409         * lib/unistr/u-cpy.h: Likewise.
27410         * lib/unistr/u-endswith.h: Likewise.
27411         * lib/unistr/u-move.h: Likewise.
27412         * lib/unistr/u-set.h: Likewise.
27413         * lib/unistr/u-startswith.h: Likewise.
27414         * lib/unistr/u-stpcpy.h: Likewise.
27415         * lib/unistr/u-stpncpy.h: Likewise.
27416         * lib/unistr/u-strcat.h: Likewise.
27417         * lib/unistr/u-strcpy.h: Likewise.
27418         * lib/unistr/u-strcspn.h: Likewise.
27419         * lib/unistr/u-strdup.h: Likewise.
27420         * lib/unistr/u-strlen.h: Likewise.
27421         * lib/unistr/u-strncat.h: Likewise.
27422         * lib/unistr/u-strncpy.h: Likewise.
27423         * lib/unistr/u-strnlen.h: Likewise.
27424         * lib/unistr/u-strpbrk.h: Likewise.
27425         * lib/unistr/u-strspn.h: Likewise.
27426         * lib/unistr/u-strstr.h: Likewise.
27427         * lib/unistr/u-strtok.h: Likewise.
27428         * lib/unistr/u16-check.c: Likewise.
27429         * lib/unistr/u16-chr.c: Likewise.
27430         * lib/unistr/u16-cmp.c: Likewise.
27431         * lib/unistr/u16-cpy-alloc.c: Likewise.
27432         * lib/unistr/u16-cpy.c: Likewise.
27433         * lib/unistr/u16-endswith.c: Likewise.
27434         * lib/unistr/u16-mblen.c: Likewise.
27435         * lib/unistr/u16-mbsnlen.c: Likewise.
27436         * lib/unistr/u16-mbtouc-aux.c: Likewise.
27437         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
27438         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
27439         * lib/unistr/u16-mbtouc.c: Likewise.
27440         * lib/unistr/u16-mbtoucr.c: Likewise.
27441         * lib/unistr/u16-move.c: Likewise.
27442         * lib/unistr/u16-next.c: Likewise.
27443         * lib/unistr/u16-prev.c: Likewise.
27444         * lib/unistr/u16-set.c: Likewise.
27445         * lib/unistr/u16-startswith.c: Likewise.
27446         * lib/unistr/u16-stpcpy.c: Likewise.
27447         * lib/unistr/u16-stpncpy.c: Likewise.
27448         * lib/unistr/u16-strcat.c: Likewise.
27449         * lib/unistr/u16-strchr.c: Likewise.
27450         * lib/unistr/u16-strcmp.c: Likewise.
27451         * lib/unistr/u16-strcpy.c: Likewise.
27452         * lib/unistr/u16-strcspn.c: Likewise.
27453         * lib/unistr/u16-strdup.c: Likewise.
27454         * lib/unistr/u16-strlen.c: Likewise.
27455         * lib/unistr/u16-strmblen.c: Likewise.
27456         * lib/unistr/u16-strmbtouc.c: Likewise.
27457         * lib/unistr/u16-strncat.c: Likewise.
27458         * lib/unistr/u16-strncmp.c: Likewise.
27459         * lib/unistr/u16-strncpy.c: Likewise.
27460         * lib/unistr/u16-strnlen.c: Likewise.
27461         * lib/unistr/u16-strpbrk.c: Likewise.
27462         * lib/unistr/u16-strrchr.c: Likewise.
27463         * lib/unistr/u16-strspn.c: Likewise.
27464         * lib/unistr/u16-strstr.c: Likewise.
27465         * lib/unistr/u16-strtok.c: Likewise.
27466         * lib/unistr/u16-to-u32.c: Likewise.
27467         * lib/unistr/u16-to-u8.c: Likewise.
27468         * lib/unistr/u16-uctomb-aux.c: Likewise.
27469         * lib/unistr/u16-uctomb.c: Likewise.
27470         * lib/unistr/u32-check.c: Likewise.
27471         * lib/unistr/u32-chr.c: Likewise.
27472         * lib/unistr/u32-cmp.c: Likewise.
27473         * lib/unistr/u32-cpy-alloc.c: Likewise.
27474         * lib/unistr/u32-cpy.c: Likewise.
27475         * lib/unistr/u32-endswith.c: Likewise.
27476         * lib/unistr/u32-mblen.c: Likewise.
27477         * lib/unistr/u32-mbsnlen.c: Likewise.
27478         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
27479         * lib/unistr/u32-mbtouc.c: Likewise.
27480         * lib/unistr/u32-mbtoucr.c: Likewise.
27481         * lib/unistr/u32-move.c: Likewise.
27482         * lib/unistr/u32-next.c: Likewise.
27483         * lib/unistr/u32-prev.c: Likewise.
27484         * lib/unistr/u32-set.c: Likewise.
27485         * lib/unistr/u32-startswith.c: Likewise.
27486         * lib/unistr/u32-stpcpy.c: Likewise.
27487         * lib/unistr/u32-stpncpy.c: Likewise.
27488         * lib/unistr/u32-strcat.c: Likewise.
27489         * lib/unistr/u32-strchr.c: Likewise.
27490         * lib/unistr/u32-strcmp.c: Likewise.
27491         * lib/unistr/u32-strcpy.c: Likewise.
27492         * lib/unistr/u32-strcspn.c: Likewise.
27493         * lib/unistr/u32-strdup.c: Likewise.
27494         * lib/unistr/u32-strlen.c: Likewise.
27495         * lib/unistr/u32-strmblen.c: Likewise.
27496         * lib/unistr/u32-strmbtouc.c: Likewise.
27497         * lib/unistr/u32-strncat.c: Likewise.
27498         * lib/unistr/u32-strncmp.c: Likewise.
27499         * lib/unistr/u32-strncpy.c: Likewise.
27500         * lib/unistr/u32-strnlen.c: Likewise.
27501         * lib/unistr/u32-strpbrk.c: Likewise.
27502         * lib/unistr/u32-strrchr.c: Likewise.
27503         * lib/unistr/u32-strspn.c: Likewise.
27504         * lib/unistr/u32-strstr.c: Likewise.
27505         * lib/unistr/u32-strtok.c: Likewise.
27506         * lib/unistr/u32-to-u16.c: Likewise.
27507         * lib/unistr/u32-to-u8.c: Likewise.
27508         * lib/unistr/u32-uctomb.c: Likewise.
27509         * lib/unistr/u8-check.c: Likewise.
27510         * lib/unistr/u8-chr.c: Likewise.
27511         * lib/unistr/u8-cmp.c: Likewise.
27512         * lib/unistr/u8-cpy-alloc.c: Likewise.
27513         * lib/unistr/u8-cpy.c: Likewise.
27514         * lib/unistr/u8-endswith.c: Likewise.
27515         * lib/unistr/u8-mblen.c: Likewise.
27516         * lib/unistr/u8-mbsnlen.c: Likewise.
27517         * lib/unistr/u8-mbtouc-aux.c: Likewise.
27518         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
27519         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
27520         * lib/unistr/u8-mbtouc.c: Likewise.
27521         * lib/unistr/u8-mbtoucr.c: Likewise.
27522         * lib/unistr/u8-move.c: Likewise.
27523         * lib/unistr/u8-next.c: Likewise.
27524         * lib/unistr/u8-prev.c: Likewise.
27525         * lib/unistr/u8-set.c: Likewise.
27526         * lib/unistr/u8-startswith.c: Likewise.
27527         * lib/unistr/u8-stpcpy.c: Likewise.
27528         * lib/unistr/u8-stpncpy.c: Likewise.
27529         * lib/unistr/u8-strcat.c: Likewise.
27530         * lib/unistr/u8-strchr.c: Likewise.
27531         * lib/unistr/u8-strcmp.c: Likewise.
27532         * lib/unistr/u8-strcpy.c: Likewise.
27533         * lib/unistr/u8-strcspn.c: Likewise.
27534         * lib/unistr/u8-strdup.c: Likewise.
27535         * lib/unistr/u8-strlen.c: Likewise.
27536         * lib/unistr/u8-strmblen.c: Likewise.
27537         * lib/unistr/u8-strmbtouc.c: Likewise.
27538         * lib/unistr/u8-strncat.c: Likewise.
27539         * lib/unistr/u8-strncmp.c: Likewise.
27540         * lib/unistr/u8-strncpy.c: Likewise.
27541         * lib/unistr/u8-strnlen.c: Likewise.
27542         * lib/unistr/u8-strpbrk.c: Likewise.
27543         * lib/unistr/u8-strrchr.c: Likewise.
27544         * lib/unistr/u8-strspn.c: Likewise.
27545         * lib/unistr/u8-strstr.c: Likewise.
27546         * lib/unistr/u8-strtok.c: Likewise.
27547         * lib/unistr/u8-to-u16.c: Likewise.
27548         * lib/unistr/u8-to-u32.c: Likewise.
27549         * lib/unistr/u8-uctomb-aux.c: Likewise.
27550         * lib/unistr/u8-uctomb.c: Likewise.
27551         * lib/unitypes.h: Likewise.
27552         * lib/uniwidth.h: Likewise.
27553         * lib/uniwidth/cjk.h: Likewise.
27554         * lib/uniwidth/u16-strwidth.c: Likewise.
27555         * lib/uniwidth/u16-width.c: Likewise.
27556         * lib/uniwidth/u32-strwidth.c: Likewise.
27557         * lib/uniwidth/u32-width.c: Likewise.
27558         * lib/uniwidth/u8-strwidth.c: Likewise.
27559         * lib/uniwidth/u8-width.c: Likewise.
27560         * lib/uniwidth/width.c: Likewise.
27561
27562 2007-10-07  Bruno Haible  <bruno@clisp.org>
27563
27564         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
27565         The file is still under LGPL (see modules/inttypes).
27566
27567 2007-10-06  Bruno Haible  <bruno@clisp.org>
27568
27569         * modules/trunc (Dependencies): Add 'extensions'.
27570         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
27571         Reported by Ben Pfaff <blp@gnu.org>.
27572
27573 2007-10-06  Bruno Haible  <bruno@clisp.org>
27574
27575         * modules/freopen-tests: New file.
27576         * tests/test-freopen.c: New file.
27577
27578         * modules/fopen-tests: New file.
27579         * tests/test-fopen.c: New file.
27580
27581         * modules/fopen: New file.
27582         * lib/fopen.c: New file.
27583         * m4/fopen.m4: New file.
27584         * modules/freopen: New file.
27585         * lib/freopen.c: New file.
27586         * m4/freopen.m4: New file.
27587         * lib/stdio.in.h (fopen, freopen): New declarations.
27588         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
27589         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27590         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
27591         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
27592         * doc/functions/fopen.texi: Mention the 'fopen' module.
27593         * doc/functions/freopen.texi: Mention the 'freopen' module.
27594
27595 2007-10-06  Bruno Haible  <bruno@clisp.org>
27596
27597         * modules/open-tests: New file.
27598         * tests/test-open.c: New file.
27599
27600         * modules/open: New file.
27601         * lib/open.c: New file.
27602         * m4/open.m4: New file.
27603         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
27604         lib/open.c does.
27605         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
27606         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
27607         macros.
27608         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
27609         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
27610         REPLACE_OPEN.
27611         * doc/functions/open.texi: Mention the 'open' module.
27612
27613 2007-10-04  Bruno Haible  <bruno@clisp.org>
27614
27615         * modules/ceill-tests: New file.
27616         * tests/test-ceill.c: New file.
27617
27618         * modules/ceill: New file.
27619         * lib/ceill.c: Replace entire file.
27620         * m4/ceill.m4: New file.
27621         * lib/math.in.h (ceill): Replace declaration.
27622         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
27623         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
27624         * doc/functions/ceill.texi: Mention the 'ceill' module.
27625         * modules/mathl (Files): Remove lib/ceill.c.
27626         (Depends-on): Add ceill.
27627
27628 2007-10-04  Bruno Haible  <bruno@clisp.org>
27629
27630         * modules/ceilf-tests: New file.
27631         * tests/test-ceilf.c: New file.
27632
27633         * modules/ceilf: New file.
27634         * lib/ceil.c: New file.
27635         * lib/ceilf.c: New file.
27636         * m4/ceilf.m4: New file.
27637         * lib/math.in.h (ceilf): New declaration.
27638         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
27639         HAVE_DECL_CEILF.
27640         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
27641         HAVE_DECL_CEILF.
27642         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
27643
27644 2007-10-04  Bruno Haible  <bruno@clisp.org>
27645
27646         * modules/floorl-tests: New file.
27647         * tests/test-floorl.c: New file.
27648
27649         * modules/floorl: New file.
27650         * lib/floorl.c: Replace entire file.
27651         * m4/floorl.m4: New file.
27652         * lib/math.in.h (floorl): Replace declaration.
27653         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
27654         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
27655         * doc/functions/floorl.texi: Mention the 'floorl' module.
27656         * modules/mathl (Files): Remove lib/floorl.c.
27657         (Depends-on): Add floorl.
27658
27659 2007-10-04  Bruno Haible  <bruno@clisp.org>
27660
27661         * modules/floorf-tests: New file.
27662         * tests/test-floorf.c: New file.
27663
27664         * modules/floorf: New file.
27665         * lib/floor.c: New file.
27666         * lib/floorf.c: New file.
27667         * m4/floorf.m4: New file.
27668         * lib/math.in.h (floorf): New declaration.
27669         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
27670         HAVE_DECL_FLOORF.
27671         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
27672         HAVE_DECL_FLOORF.
27673         * doc/functions/floorf.texi: Mention the 'floorf' module.
27674
27675 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
27676             Bruno Haible  <bruno@clisp.org>
27677
27678         Advertise for the Git server instead of the CVS server.
27679         * doc/gnulib-intro.texi (Steady Development): Mention the Git
27680         repository instead of the CVS one.
27681         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
27682         about all VCS systems generically.
27683         * doc/gnulib.texi (Introduction): Capitalize `Git'.
27684
27685 2007-10-04  Bruno Haible  <bruno@clisp.org>
27686
27687         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
27688         means.
27689         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
27690
27691 2007-10-04  Bruno Haible  <bruno@clisp.org>
27692
27693         * modules/truncl-tests: New file.
27694         * tests/test-truncl.c: New file.
27695
27696         * modules/truncl: New file.
27697         * lib/truncl.c: New file.
27698         * m4/truncl.m4: New file.
27699         * lib/math.in.h (truncl): New declaration.
27700         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
27701         HAVE_DECL_TRUNCL.
27702         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
27703         HAVE_DECL_TRUNCL.
27704         * doc/functions/truncl.texi: Mention the 'truncl' module.
27705
27706 2007-10-04  Bruno Haible  <bruno@clisp.org>
27707
27708         * modules/truncf-tests: New file.
27709         * tests/test-truncf.c: New file.
27710
27711         * modules/truncf: New file.
27712         * lib/trunc.c: Make paramerizable through USE_* macros.
27713         * lib/truncf.c: New file.
27714         * m4/truncf.m4: New file.
27715         * lib/math.in.h (truncf): New declaration.
27716         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
27717         HAVE_DECL_TRUNCF.
27718         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
27719         HAVE_DECL_TRUNCF.
27720         * doc/functions/truncf.texi: Mention the 'truncf' module.
27721
27722 2007-10-03  Bruno Haible  <bruno@clisp.org>
27723
27724         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27725         augmentation also for tests modules.
27726         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
27727         * modules/atexit-tests (Makefile.am): Likewise.
27728         * modules/binary-io-tests (Makefile.am): Likewise.
27729         * modules/c-strcase-tests (Makefile.am): Likewise.
27730         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
27731         * modules/canonicalize-tests (Makefile.am): Likewise.
27732         * modules/closein-tests (Makefile.am): Likewise.
27733         * modules/fprintf-posix-tests (Makefile.am): Likewise.
27734         * modules/freadahead-tests (Makefile.am): Likewise.
27735         * modules/fseek-tests (Makefile.am): Likewise.
27736         * modules/fseeko-tests (Makefile.am): Likewise.
27737         * modules/ftell-tests (Makefile.am): Likewise.
27738         * modules/ftello-tests (Makefile.am): Likewise.
27739         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
27740         * modules/isnanl-tests (Makefile.am): Likewise.
27741         * modules/lseek-tests (Makefile.am): Likewise.
27742         * modules/mbscasecmp-tests (Makefile.am): Likewise.
27743         * modules/mbscasestr-tests (Makefile.am): Likewise.
27744         * modules/mbschr-tests (Makefile.am): Likewise.
27745         * modules/mbscspn-tests (Makefile.am): Likewise.
27746         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
27747         * modules/mbspbrk-tests (Makefile.am): Likewise.
27748         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
27749         * modules/mbsrchr-tests (Makefile.am): Likewise.
27750         * modules/mbsspn-tests (Makefile.am): Likewise.
27751         * modules/mbsstr-tests (Makefile.am): Likewise.
27752         * modules/printf-posix-tests (Makefile.am): Likewise.
27753         * modules/snprintf-posix-tests (Makefile.am): Likewise.
27754         * modules/sprintf-posix-tests (Makefile.am): Likewise.
27755         * modules/tsearch-tests (Makefile.am): Likewise.
27756         * modules/uniname/uniname-tests (Makefile.am): Likewise.
27757         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
27758         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
27759         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
27760         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
27761         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
27762         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
27763         * modules/vprintf-posix-tests (Makefile.am): Likewise.
27764         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
27765         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
27766         * modules/xstrtoimax-tests (Makefile.am): Likewise.
27767         * modules/xstrtol-tests (Makefile.am): Likewise.
27768         * modules/xstrtoumax-tests (Makefile.am): Likewise.
27769         * modules/yesno-tests (Makefile.am): Likewise.
27770
27771 2007-10-03  Bruno Haible  <bruno@clisp.org>
27772
27773         * modules/trunc-tests: New file.
27774         * tests/test-trunc.c: New file.
27775
27776         * modules/trunc: New file.
27777         * lib/trunc.c: New file.
27778         * m4/trunc.m4: New file.
27779         * lib/math.in.h (trunc): New declaration.
27780         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
27781         HAVE_DECL_TRUNC.
27782         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
27783         HAVE_DECL_TRUNC.
27784         * doc/functions/trunc.texi: Mention the 'trunc' module.
27785
27786 2007-10-03  Bruno Haible  <bruno@clisp.org>
27787
27788         * tests/test-fpending.c: New file, mostly copied
27789         from coreutils/lib/t-fpending.c.
27790         * modules/fpending-tests: New file.
27791
27792 2007-10-03  Bruno Haible  <bruno@clisp.org>
27793
27794         Port the stdio extensions to QNX (untested).
27795         * lib/fseterr.c (fseterr): Add support for QNX.
27796         * lib/fbufmode.c (fbufmode): Likewise.
27797         * lib/freadable.c (freadable): Likewise.
27798         * lib/fwritable.c (fwritable): Likewise.
27799         * lib/freading.c (freading): Likewise.
27800         * lib/fwriting.c (fwriting): Likewise.
27801         * lib/freadahead.c (freadahed): Likewise.
27802         * lib/fpurge.c (fpurge): Likewise.
27803         * lib/fseeko.c (rpl_fseeko): Likewise.
27804
27805 2007-10-03  Bruno Haible  <bruno@clisp.org>
27806             Jim Meyering  <jim@meyering.net>
27807             Eric Blake  <ebb9@byu.net>
27808
27809         * doc/relocatable.texi: Use @command instead of @program.
27810
27811 2007-10-02  Jim Meyering  <jim@meyering.net>
27812
27813         Perform one more "_.h" -> ".in.h" substitution.
27814         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
27815         instead of unistd_.h here, too.
27816
27817 2007-10-01  Bruno Haible  <bruno@clisp.org>
27818
27819         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
27820         Needed for the alloca-opt module.
27821
27822 2007-09-30  Bruno Haible  <bruno@clisp.org>
27823
27824         * lib/alloca.in.h: Renamed from lib/alloca_.h.
27825         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
27826         alloca_.h.
27827         * lib/argz.in.h: Renamed from lib/argz_.h.
27828         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
27829         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
27830         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
27831         byteswap_.h.
27832         * lib/dirent.in.h: Renamed from lib/dirent_.h.
27833         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
27834         dirent_.h.
27835         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
27836         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
27837         fcntl_.h.
27838         * lib/float.in.h: Renamed from lib/float_.h.
27839         * modules/float (Files, Makefile.am): Use float.in.h instead of
27840         float_.h.
27841         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
27842         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
27843         fnmatch_.h.
27844         * lib/getopt.in.h: Renamed from lib/getopt_.h.
27845         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
27846         getopt_.h.
27847         * lib/glob.in.h: Renamed from lib/glob_.h.
27848         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
27849         * lib/iconv.in.h: Renamed from lib/iconv_.h.
27850         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
27851         iconv_.h.
27852         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
27853         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
27854         inttypes_.h.
27855         * lib/locale.in.h: Renamed from lib/locale_.h.
27856         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
27857         locale_.h.
27858         * lib/math.in.h: Renamed from lib/math_.h.
27859         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
27860         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
27861         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
27862         of netinet_in_.h. Add dependency.
27863         * lib/poll.in.h: Renamed from lib/poll_.h.
27864         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
27865         * lib/search.in.h: Renamed from lib/search_.h.
27866         * modules/search (Files, Makefile.am): Use search.in.h instead of
27867         search_.h.
27868         * lib/signal.in.h: Renamed from lib/signal_.h.
27869         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
27870         _signal.h.
27871         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
27872         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
27873         stdbool_.h.
27874         * lib/stdint.in.h: Renamed from lib/stdint_.h.
27875         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
27876         stdint_.h.
27877         * lib/stdio.in.h: Renamed from lib/stdio_.h.
27878         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
27879         stdio_.h.
27880         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
27881         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
27882         stdlib_.h.
27883         * lib/string.in.h: Renamed from lib/string_.h.
27884         * modules/string (Files, Makefile.am): Use string.in.h instead of
27885         string_.h.
27886         * doc/gnulib-tool.texi (Initial import): Update.
27887         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
27888         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
27889         of sys_select_.h. Add dependency.
27890         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
27891         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
27892         of sys_socket_.h.
27893         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
27894         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
27895         sys_stat_.h.
27896         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
27897         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
27898         sys_time_.h.
27899         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
27900         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
27901         sysexits_.h.
27902         * lib/time.in.h: Renamed from lib/time_.h.
27903         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
27904         * lib/unistd.in.h: Renamed from lib/unistd_.h.
27905         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
27906         unistd_.h.
27907         * lib/wchar.in.h: Renamed from lib/wchar_.h.
27908         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
27909         wchar_.h.
27910         * lib/wctype.in.h: Renamed from lib/wctype_.h.
27911         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
27912         wctype_.h.
27913         * build-aux/bootstrap (slurp): Update.
27914         * lib/.cppi-disable: Update.
27915
27916 2007-09-30  Bruno Haible  <bruno@clisp.org>
27917
27918         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
27919         Needed on BeOS.
27920
27921 2007-09-30  Bruno Haible  <bruno@clisp.org>
27922
27923         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
27924
27925 2007-09-29  Bruno Haible  <bruno@clisp.org>
27926
27927         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
27928
27929 2007-09-29  Bruno Haible  <bruno@clisp.org>
27930
27931         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
27932         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
27933         * build-aux/install-reloc: Compile also areadlink.c.
27934         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
27935
27936 2007-09-29  Bruno Haible  <bruno@clisp.org>
27937
27938         * gnulib-tool (func_emit_initmacro_done): Indentation.
27939
27940 2007-09-29  Bruno Haible  <bruno@clisp.org>
27941
27942         * README: Add CVS checkout update instructions.
27943         Info from Bob Proulx <bob@proulx.com>.
27944
27945 2007-09-28  Eric Blake  <ebb9@byu.net>
27946
27947         Provide move-if-change.
27948         * build-aux/move-if-change: New file, based on best practice
27949         rather than any canonical upstream location.
27950
27951 2007-09-28  Jim Meyering  <jim@meyering.net>
27952
27953         Fix canonicalize loop-detection corner case.
27954         Do not attempt to stat the symlink values stored via seen_triple.
27955         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
27956         on linux-2.6.18, (but not 2.6.22).
27957         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
27958         triple_compare.  The former compares dev,ino,filename, while the latter
27959         would actually stat dirname(filename) when dev and ino were equal.
27960         * lib/hash-triple.c: Install <string.h>.
27961         (STREQ): Define.
27962         (triple_compare_ino_str): New function.
27963         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
27964
27965 2007-09-28  Eric Blake  <ebb9@byu.net>
27966
27967         Enforce that AC_REPLACE_FUNCS files exist.
27968         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
27969         override check for typos.
27970
27971         Fix test-closein on Solaris 10.
27972         * tests/test-closein.c (main): Don't assume stdin can be inherited
27973         closed on all systems.
27974         * tests/test-closein.sh: Likewise.
27975         Reported by Piotr Tarnowski.
27976
27977 2007-09-28  Jim Meyering  <jim@meyering.net>
27978
27979         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
27980
27981 2007-09-27  Jim Meyering  <jim@meyering.net>
27982
27983         canonicalize: Avoid a false-positive cycle failure.
27984         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
27985         Sort.  Remove cycle-check.
27986         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
27987         not cycle-check.h.
27988         (seen_triple): New function.
27989         (canonicalize_filename_mode): Use it instead of cycle-check.
27990         * tests/test-canonicalize.c: Add a test for this bug.
27991         * tests/test-canonicalize.sh: Set up and run the test.
27992
27993         New module, file-set, from coreutils.
27994         * modules/file-set: Define it.
27995         * lib/file-set.c, lib/file-set.h: Implement.
27996
27997         New module, hash-triple, from coreutils.
27998         * modules/hash-triple: Define it.
27999         * lib/hash-triple.c, lib/hash-triple.h: Implement.
28000
28001 2007-09-25  Eric Blake  <ebb9@byu.net>
28002
28003         Fix strerror on Interix.
28004         * lib/string_.h (strerror): Declare replacement.
28005         * doc/functions/strerror.texi (strerror): Document the Interix
28006         shortcoming.
28007         * modules/string (Makefile.am): Support new hooks.
28008         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
28009         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
28010         gl_FUNC_STRERROR_SEPARATE.
28011         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
28012         * lib/strerror.c (rpl_strerror): Provide replacement.
28013         * modules/strerror (Depends-on): Add string.
28014         (configure.ac): Detect use of module.
28015         * tests/test-strerror.c: New file.
28016         * modules/strerror-tests: New test module.
28017         * modules/argp (Depends-on): Add strerror.
28018         * modules/error (Depends-on): Likewise.
28019         Reported by Martin Koeppe.
28020
28021 2007-09-24  Bruno Haible  <bruno@clisp.org>
28022
28023         * README: Update git instructions.
28024
28025 2007-09-24  Eric Blake  <ebb9@byu.net>
28026
28027         Revert fpending breakage from 2007-09-08.
28028         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
28029         __fpending.c.
28030
28031 2007-09-24  Jim Meyering  <jim@meyering.net>
28032
28033         filenamecat.c: Add a test.
28034         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
28035         showing how the function works when DIR is the empty string.
28036
28037 2007-09-21  Simon Josefsson  <simon@josefsson.org>
28038
28039         * tests/test-canonicalize.sh: Turn on executable bit.
28040
28041 2007-09-19  Eric Blake  <ebb9@byu.net>
28042
28043         * README: Update CVS instructions.
28044
28045 2007-09-18  Bruno Haible  <bruno@clisp.org>
28046
28047         * modules/areadlink: New file.
28048         * lib/areadlink.h (areadlink): New declaration.
28049         * lib/areadlink.c: New file, based on lib/xreadlink.c.
28050
28051 2007-09-17  Jim Meyering  <jim@meyering.net>
28052
28053         * lib/savewd.c (ESTALE) [!defined]: Define.
28054         Reported to be required on Interix by Martin Koeppe.
28055
28056 2007-09-17  Bruno Haible  <bruno@clisp.org>
28057
28058         * gnulib-tool (func_version): Use $version.
28059
28060 2007-09-16  Bruno Haible  <bruno@clisp.org>
28061
28062         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
28063         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
28064         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
28065         Reported by Greg Schafer <gschafer@zip.com.au>.
28066
28067 2007-09-15  Bruno Haible  <bruno@clisp.org>
28068
28069         * gnulib-tool (sed): Try a little harder to make bash understand the
28070         alias.
28071         Reported by Bruce Korb <bruce.korb@gmail.com>.
28072
28073 2007-09-13  Eric Blake  <ebb9@byu.net>
28074
28075         * ChangeLog: Remove conflict markers.
28076
28077 2007-09-13  Simon Josefsson  <simon@josefsson.org>
28078
28079         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
28080         Reported by Bruno Haible <bruno@clisp.org>.
28081
28082 2007-09-12  Bruno Haible  <bruno@clisp.org>
28083
28084         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
28085         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
28086         is not defined.
28087
28088 2007-09-12  Eric Blake  <ebb9@byu.net>
28089
28090         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
28091         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
28092         Autoconf definition.
28093         * modules/euidaccess (Depends-on): Add extensions, for
28094         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
28095         * modules/fnmatch (Depends-on): Likewise.
28096         * modules/getaddrinfo (Depends-on): Likewise.
28097         * modules/getdelim (Depends-on): Likewise.
28098         * modules/getline (Depends-on): Likewise.
28099         * modules/getsubopt (Depends-on): Likewise.
28100         * modules/gettext (Depends-on): Likewise.
28101         * modules/group-member (Depends-on): Likewise.
28102         * modules/mbchar (Depends-on): Likewise.
28103         * modules/memmem (Depends-on): Likewise.
28104         * modules/mempcpy (Depends-on): Likewise.
28105         * modules/memrchr (Depends-on): Likewise.
28106         * modules/pagealign_alloc (Depends-on): Likewise.
28107         * modules/readutmp (Depends-on): Likewise.
28108         * modules/stpcpy (Depends-on): Likewise.
28109         * modules/stpncpy (Depends-on): Likewise.
28110         * modules/strchrnul (Depends-on): Likewise.
28111         * modules/strndup (Depends-on): Likewise.
28112         * modules/strsep (Depends-on): Likewise.
28113         * modules/strverscmp (Depends-on): Likewise.
28114         * modules/vasprintf (Depends-on): Likewise.
28115         * modules/wcwidth (Depends-on): Likewise.
28116         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
28117         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
28118         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
28119         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28120         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28121         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28122         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28123         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28124         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28125         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28126         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28127         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28128         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28129         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
28130         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
28131         * m4/readutmp.m4 (gl_READUTMP): Likewise.
28132         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28133         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28134         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28135         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28136         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28137         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28138         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28139         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
28140         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
28141         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28142         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
28143         so that lock.m4 can be used in gettext without extensions module.
28144
28145 2007-09-11  Bruno Haible  <bruno@clisp.org>
28146
28147         * m4/isc-posix.m4: Remove file.
28148         Suggested by Eric Blake.
28149
28150 2007-09-11  Eric Blake  <ebb9@byu.net>
28151
28152         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
28153
28154 2007-09-10  Bruno Haible  <bruno@clisp.org>
28155
28156         * posix-modules: Fix typo in error message.
28157         Reported by Matt <mkraai@beckman.com>.
28158
28159 2007-09-09  Bruno Haible  <bruno@clisp.org>
28160
28161         * doc/functions/getdelim.texi: Update list of platforms lacking the
28162         function.
28163         * doc/functions/getline.texi: Likewise.
28164
28165 2007-09-09  Jim Meyering  <jim@meyering.net>
28166
28167         * lib/hash.c (hash_initialize): Detect calloc failure.
28168         Reported by Bruno Haible.
28169
28170 2007-09-09  Bruno Haible  <bruno@clisp.org>
28171
28172         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
28173         malloc or realloc fails.
28174
28175 2007-09-09  Bruno Haible  <bruno@clisp.org>
28176
28177         * modules/getcwd (Depends-on): Add malloc-posix.
28178         * modules/glob (Depends-on): Likewise.
28179         * modules/putenv (Depends-on): Likewise.
28180         * modules/strdup (Depends-on): Likewise.
28181         * modules/getdelim (Depends-on): Add realloc-posix.
28182         * modules/read-file (Depends-on): Likewise.
28183
28184 2007-09-09  Bruno Haible  <bruno@clisp.org>
28185
28186         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
28187         (gl_FUNC_MALLOC_POSIX): Require it.
28188         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
28189         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
28190         * modules/realloc (Files): Add m4/malloc.m4.
28191         * modules/calloc (Files): Likewise.
28192
28193 2007-09-09  Bruno Haible  <bruno@clisp.org>
28194
28195         * modules/malloc-posix: New file.
28196         * modules/malloc (Depends-on): Add malloc-posix.
28197         * lib/malloc.c: Include errno.h.
28198         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
28199         and a POSIX-compatible malloc into a single function. Set ENOMEM
28200         when returning NULL.
28201         * m4/malloc.m4: New file.
28202         * doc/functions/malloc.texi: Mention the malloc-posix module.
28203         * lib/stdlib_.h (malloc): New declaration.
28204         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28205         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
28206         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
28207         and HAVE_MALLOC_POSIX.
28208
28209 2007-09-09  Bruno Haible  <bruno@clisp.org>
28210
28211         * modules/realloc-posix: New file.
28212         * modules/realloc (Depends-on): Add realloc-posix.
28213         * lib/realloc.c: Include errno.h.
28214         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
28215         and a POSIX-compatible realloc into a single function. Set ENOMEM
28216         when returning NULL.
28217         * m4/realloc.m4: New file.
28218         * doc/functions/realloc.texi: Mention the realloc-posix module.
28219         * lib/stdlib_.h (realloc): New declaration.
28220         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28221         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
28222         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
28223         and HAVE_REALLOC_POSIX.
28224
28225 2007-09-09  Bruno Haible  <bruno@clisp.org>
28226
28227         * modules/calloc-posix: New file.
28228         * modules/calloc (Depends-on): Add calloc-posix.
28229         * lib/calloc.c: Include errno.h.
28230         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
28231         and a POSIX-compatible calloc into a single function. Set ENOMEM
28232         when returning NULL.
28233         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
28234         * doc/functions/calloc.texi: Mention the calloc-posix module.
28235         * lib/stdlib_.h (calloc): New declaration.
28236         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28237         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
28238         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
28239         and HAVE_CALLOC_POSIX.
28240
28241 2007-09-09  Bruno Haible  <bruno@clisp.org>
28242
28243         Allow for modules to show an arbitrary notice.
28244         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
28245         * gnulib-tool: New option --extract-notice.
28246         (func_usage): Document it.
28247         (sed_extract_prog): Update.
28248         (func_get_notice): New function.
28249         (func_modules_notice): New function.
28250         (func_import, func_create_testdir): Invoke it.
28251         Suggested by Jim Meyering.
28252
28253 2007-09-09  Bruno Haible  <bruno@clisp.org>
28254
28255         * gnulib-tool: New options --verbose, --quiet.
28256         (func_usage): Document them.
28257         (verbose): New variable.
28258         (func_execute_command): New function.
28259         (func_import): Don't show the module list and the file list if
28260         $verbose < 0.
28261         (func_create_testdir): Likewise. Use func_execute_command.
28262         (func_create_megatestdir): Use func_execute_command.
28263
28264 2007-09-08  Bruno Haible  <bruno@clisp.org>
28265
28266         * gnulib-tool (func_import): Prefer rsync over wget when available,
28267         for fetching the PO files.
28268
28269 2007-09-08  Bruno Haible  <bruno@clisp.org>
28270
28271         * posix-modules: New file. Portions copied from gnulib-tool.
28272         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
28273
28274 2007-09-08  Jim Meyering  <jim@meyering.net>
28275
28276         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28277         * lib/fpending.h: Rename from __fpending.h.
28278         * lib/fpending.c: Rename from __fpending.c.
28279         Include "fpending.h", not "__fpending.h".
28280         * lib/__fpending.h, lib/__fpending.c: Remove files.
28281         * modules/fpending (Files): Reflect new file names.
28282         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28283
28284 2007-09-08  Bruno Haible  <bruno@clisp.org>
28285
28286         * m4/inttypes-h.m4: Remove stub file.
28287
28288 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28289
28290         * doc/headers/stdint.texi: Discuss #include_next issue.
28291
28292 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28293
28294         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28295
28296 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28297
28298         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28299         in variable name.
28300
28301 2007-09-03  Jim Meyering  <jim@meyering.net>
28302
28303         New module: git-version-gen.
28304         * modules/git-version-gen: New file.
28305
28306         Import changes from coreutils for bootstrap script.
28307
28308         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28309
28310         bootstrap: uses rsync to download the .po files
28311         * build-aux/bootstrap (po_download_command_format): New global.
28312         (download_po_files): Use rsync.
28313         (update_po_files): Don't remove .po files after download,
28314         so future rsync runs can take advantage of the copies.
28315
28316         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28317
28318         Solve the unnecessary-.po-file-regeneration problem once and for all.
28319         * build-aux/bootstrap (download_po_files): New function, renamed from
28320         get_translations.  Now, downloads, but doesn't update LINGUAS.
28321         (update_po_files): New function.
28322
28323         bootstrap: Ignore more.
28324         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28325         uniwidth to e.g., lib/.gitignore.
28326         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28327
28328         * build-aux/bootstrap: New setting: vc_ignore.
28329         (insert_sorted_if_absent): Create $file if absent.
28330         Adapt to new, possibly empty, list: $vc_ignore.
28331
28332         bootstrap: generate more ignorable names
28333         * build-aux/bootstrap (slurp): When generating ignorable names,
28334         also map .sin to .sed, .gperf to .c, and .y to .c.
28335
28336 2007-09-03  Jim Meyering  <jim@meyering.net>
28337
28338         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28339         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28340
28341 2007-09-02  Bruno Haible  <bruno@clisp.org>
28342
28343         Fix mis-recognition of 'mcs' on QNX 6.
28344         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28345         output contains the string "Mono".
28346         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28347         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28348
28349 2007-09-01  Bruno Haible  <bruno@clisp.org>
28350
28351         Fix collision between uniwidth/* and linebreak modules.
28352         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28353         u32_width): Remove declarations.
28354         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28355         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28356         streq3, streq2, streq1, streq0): Remove functions.
28357         (STREQ): Remove macro.
28358         (is_cjk_encoding): Remove function.
28359         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28360         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28361         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28362         * NEWS: Document the change.
28363
28364 2007-09-01  Bruno Haible  <bruno@clisp.org>
28365
28366         * lib/streq.h: Add double-inclusion guard.
28367
28368 2007-09-01  Karl Berry  <karl@gnu.org>
28369
28370         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28371
28372 2007-08-28  Jim Meyering  <jim@meyering.net>
28373
28374         Rename mreadlink_with_size to areadlink_with_size.
28375         * NEWS: Document the change.
28376         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28377         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28378         * lib/mreadlink.h: Rename this to...
28379         * lib/areadlink.h: ...this.
28380         * modules/mreadlink-with-size: Rename this to...
28381         * modules/areadlink-with-size: ...this.
28382         * lib/canonicalize.c: Reflect the renaming.
28383         * modules/canonicalize: Likewise.
28384
28385 2007-08-26  Bruno Haible  <bruno@clisp.org>
28386
28387         * gnulib-tool (func_import): When deciding which files to remove,
28388         consider also dangling symbolic links.
28389         Reported by Eric Blake.
28390
28391 2007-08-26  Bruno Haible  <bruno@clisp.org>
28392
28393         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28394
28395 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28396
28397         * lib/readline.c: Don't include getline.h, the prototype is now
28398         found in stdio.h.
28399
28400 2007-08-23  Jim Meyering  <jim@meyering.net>
28401
28402         Getdelim touchup.
28403         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28404         around the funlockfile call, since funlockfile never sets errno.
28405         Don't set errno upon failed realloc.
28406
28407 2007-08-22  Eric Blake  <ebb9@byu.net>
28408
28409         Getline touchups.
28410         * lib/getdelim.c (getdelim): Revert regression that required *n to
28411         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28412         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28413         getdelim, rather than whether implementation is missing.
28414         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28415         * lib/stdio_.h (getline): Also declare if replacement is
28416         required.
28417         * doc/functions/getdelim.texi: New file.
28418         * doc/functions/getline.texi: Likewise.
28419         * doc/gnulib.texi (Function Substitutes): Add new files.
28420         Reported by Bruno Haible.
28421
28422 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28423
28424         * users.txt: Add Guile.
28425
28426 2007-08-22  Eric Blake  <ebb9@byu.net>
28427
28428         * tests/test-getdelim.c (main): Use remove, not unlink.
28429         * tests/test-getline.c (main): Likewise.
28430
28431         Move getline and getdelim into stdio.h, per POSIX 200x.
28432         * modules/getline (Files): Remove getline.h.
28433         (Depends-on): Add stdio.
28434         (configure.ac): Add module indicator.
28435         * modules/getdelim (Files): Remove getdelim.h.
28436         (Depends-on): Add stdio.
28437         (configure.ac): Add module indicator.
28438         * modules/stdio (Makefile.am): Work with new indicators.
28439         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
28440         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
28441         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28442         * lib/getdelim.h: Delete.
28443         * lib/getline.h: Delete.
28444         * lib/stdio_.h (getdelim, getline): Declare.
28445         * modules/getdelim-tests: New module.
28446         * modules/getline-tests: Likewise.
28447         * tests/test-getdelim.c: New file.
28448         * tests/test-getline.c: Likewise.
28449         * NEWS: Document the change.
28450         * lib/getline.c: Update choice of header.
28451         * lib/csharpcomp.c: Likewise.
28452         * lib/getpass.c: Likewise.
28453         * lib/javacomp.c: Likewise.
28454         * lib/javaversion.c: Likewise.
28455         * lib/yesno.c: Likewise.
28456         * lib/getdelim.c: Likewise.
28457         (getdelim): Set errno on failure, and avoid memory leak.
28458
28459 2007-08-19  Bruno Haible  <bruno@clisp.org>
28460
28461         * modules/closein (Depends-on): Add freadahead.
28462         * lib/closein.c: Include freadahead.h.
28463         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
28464         is zero.
28465
28466 2007-08-19  Bruno Haible  <bruno@clisp.org>
28467
28468         * modules/freadahead-tests: New file.
28469         * tests/test-freadahead.sh: New file.
28470         * tests/test-freadahead.c: New file.
28471
28472         * modules/freadahead: New file.
28473         * lib/freadahead.h: New file.
28474         * lib/freadahead.c: New file.
28475         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
28476         fbufmode, fpurge, freadable, fwritable.
28477
28478 2007-08-19  Eric Blake  <ebb9@byu.net>
28479
28480         Test yesno in combination with closein.
28481         * lib/yesno.c (yesno): Document use of stdin.
28482         * modules/yesno-tests (Files): New module.
28483         * tests/test-yesno.c (main): New file.
28484         * tests/test-yesno.sh: Likewise.
28485
28486 2007-08-19  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
28489         * lib/fseeko.c (rpl_fseeko): Likewise.
28490         * lib/fseterr.c (fseterr): Likewise.
28491
28492 2007-08-19  Bruno Haible  <bruno@clisp.org>
28493
28494         * tests/test-lseek.c (main): Disable a test for BeOS.
28495         * doc/functions/lseek.texi: Document the BeOS bug.
28496
28497 2007-08-19  Bruno Haible  <bruno@clisp.org>
28498             Eric Blake  <ebb9@byu.net>
28499
28500         * lib/lseek.c: Include <sys/stat.h>.
28501         (rpl_lseek): Add workaround code also for Unix platforms.
28502         Needed for BeOS.
28503         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
28504         * doc/functions/lseek.texi: Document BeOS definiency.
28505
28506 2007-08-18  Bruno Haible  <bruno@clisp.org>
28507
28508         * modules/fstrcmp-tests: New file.
28509         * tests/test-fstrcmp.c: New file.
28510
28511 2007-08-18  Bruno Haible  <bruno@clisp.org>
28512
28513         * modules/fstrcmp: New file, from GNU gettext with modifications.
28514         * lib/fstrcmp.h: New file, from GNU gettext.
28515         * lib/fstrcmp.c: New file, from GNU gettext.
28516         * MODULES.html.sh (String handling): Add fstrcmp.
28517
28518 2007-08-18  Bruno Haible  <bruno@clisp.org>
28519
28520         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
28521         'bool'.
28522         (diag, compareseq): Remove const from the ctxt argument.
28523         (USE_HEURISTIC): Undefine at the end.
28524
28525 2007-08-18  Jim Meyering  <jim@meyering.net>
28526
28527         New file: lib/idcache.h
28528         * NEWS: Mention the addition.
28529         * modules/idcache (Files): Add lib/idcache.h
28530         * lib/idcache.c: Include "idcache.h".
28531         Don't include <sys/types.h>.
28532         Add a FIXME comment.
28533         Move file-scoped "static" declarations to the top.
28534         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
28535
28536 2007-08-17  Bruno Haible  <bruno@clisp.org>
28537         and Paul Eggert  <eggert@cs.ucla.edu>
28538
28539         * MODULES.html.sh: Add diffseq.
28540         * modules/diffseq: New file.
28541         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
28542         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
28543
28544 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28545
28546         Import changes from coreutils for bootstrap script.
28547
28548         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         * build-aux/bootstrap (slurp): Work even in environments where
28551         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
28552         current code does not slurp files whose names start with ".", and
28553         this looks like it might be a troublesome area.
28554
28555         2007-07-11  Jim Meyering  <jim@meyering.net>
28556
28557         If there's a GPL vN copyright comment, require that N == 3.
28558
28559         2007-07-08  Jim Meyering  <jim@meyering.net>
28560
28561         Run the coreutils-specific code only if tests/Makefile.am.in exists.
28562         * build-aux/bootstrap (mam_template): Move definition out of loop.
28563
28564         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
28565
28566         * build-aux/bootstrap (symlink_to_dir): Rename function from
28567         symlink_to_gnulib.  Add a directory parameter.  Update all
28568         callers.
28569         (cp_mark_as_generated): Also check for -- and link to -- files in
28570         gl/.
28571
28572         2007-07-08  Jim Meyering  <jim@meyering.net>
28573
28574         Adapt to deeper hierarchy in gnulib.
28575         * build-aux/bootstrap (symlink_to_dir): If the destination
28576         directory doesn't exist, create it. This is required at least for
28577         "lib/uniwidth/cjk.h".
28578
28579         2007-05-15  Jim Meyering  <jim@meyering.net>
28580
28581         * build-aux/bootstrap: Now that generated Makefile.am files
28582         are no longer under version control, they must be created at
28583         bootstrap time.
28584
28585 2007-08-14  Ben Pfaff  <blp@gnu.org>
28586
28587         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
28588
28589 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
28592         given the changes below.
28593         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
28594         even on hosts that have padding bits beyond the supported 64.
28595
28596 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
28599         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
28600         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
28601         depends on it.
28602         (xstrtol_error): Remove.
28603         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
28604         but with a different signature.
28605         (ATTRIBUTE_NORETURN, __attribute__): New macros.
28606         * lib/xstrtol-error.c: Include exitfail.h.
28607         (xstrtol_fatal): New function, with a different signature from the
28608         old xstrtol_error, so that the caller need not worry about passing
28609         in an exit status, or about storage management of the option argument.
28610         (xstrtol_error): Now a static function.  Redo signature to
28611         implement xstrtol_fatal.  Output the correct number of hyphens in
28612         front of the option so that the caller need not worry about
28613         storage management.
28614         (N_): New macro.
28615         (_): Remove; not used now.
28616         * modules/xstrtol: Depend on getopt.
28617         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
28618         of old STRTOL_FATAL_ERROR macro.
28619         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
28620         of test program.
28621         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
28622         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
28623
28624 2007-08-08  Eric Blake  <ebb9@byu.net>
28625
28626         * lib/xstrtol-error.c: Add missing include.
28627
28628         Move xstrtol messages into gnulib domain, when --pobase is used.
28629         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
28630         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
28631         * modules/xstrtol (Files): Distribute new file.
28632         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
28633         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
28634         * tests/test-xstrtol.c: ...into new file.
28635         * tests/test-xstrtoul.c: Also test xstrtoul.
28636         * tests/test-xstrtoimax.c: Also test xstrtoimax.
28637         * tests/test-xstrtoumax.c: Also test xstrtoumax.
28638         * tests/test-xstrtol.sh: Drive the tests.
28639         * tests/test-xstrtoimax.sh: Likewise.
28640         * tests/test-xstrtoumax.sh: Likewise.
28641         * modules/xstrtol-tests: New module.
28642         * modules/xstrtoimax-tests: Likewise.
28643         * modules/xstrtoumax-tests: Likewise.
28644
28645 2007-08-08  Jim Meyering  <jim@meyering.net>
28646
28647         New function: mfile_name_concat.
28648         * lib/filenamecat.c (mfile_name_concat): New function, just like
28649         file_name_concat, but return NULL upon failure rather than exiting
28650         with a diagnostic.
28651         * lib/filenamecat.h: Declare it.
28652
28653 2007-08-07  Bruno Haible  <bruno@clisp.org>
28654
28655         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
28656         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
28657         warning from gcc.
28658         Reported by Eric Blake.
28659
28660 2007-08-07  Simon Josefsson  <simon@josefsson.org>
28661
28662         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
28663         * modules/crypto/arcfour (License): Likewise.
28664         * modules/crypto/des-tests (License): Likewise.
28665         * modules/crypto/gc-arctwo-tests (License): Likewise.
28666         * modules/crypto/gc-des-tests (License): Likewise.
28667         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
28668         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
28669         * modules/crypto/gc-md2-tests (License): Likewise.
28670         * modules/crypto/gc-md4-tests (License): Likewise.
28671         * modules/crypto/gc-md5-tests (License): Likewise.
28672         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
28673         * modules/crypto/gc-rijndael-tests (License): Likewise.
28674         * modules/crypto/gc-sha1-tests (License): Likewise.
28675         * modules/crypto/gc-tests (License): Likewise.
28676         * modules/crypto/hmac-md5 (License): Likewise.
28677         * modules/crypto/hmac-sha1 (License): Likewise.
28678         * modules/crypto/md2-tests (License): Likewise.
28679         * modules/crypto/md4-tests (License): Likewise.
28680         * modules/crypto/md5 (License): Likewise.
28681         * modules/crypto/rijndael (License): Likewise.
28682         * modules/crypto/sha1 (License): Likewise.
28683         * modules/memxor (License): Likewise.
28684
28685 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28686         and Bruno Haible  <bruno@clisp.org>
28687
28688         * NEWS: Describe interface changes to human, xstrtol.
28689         * lib/human.h: Include <xstrtol.h>.
28690         (human_options): Return enum strtol_error, not int.  Remove
28691         bool arg; take int * instead.
28692         * lib/human.c: Don't include "gettext.h".
28693         (_): Remove; no longer used.
28694         Don't include <xstrtol.h>, since human.h does it.
28695         (human_options): Adjust to abovementioned interface changes.
28696         Do not report error to stderr; that's now the caller's
28697         responsibility.
28698         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
28699         interface change.
28700         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
28701         Str, Argument_type_string.  All uses changed.  Put " argument"
28702         in diagnostics to make them clearer.  Change wording of suffix
28703         message for clarity.
28704         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
28705         Argument_type_string.
28706         (STRTOL_FATAL_WARN): Remove; no longer used.
28707         * modules/human (Depends-on): Remove gettext-h.
28708
28709 2007-08-06  Simon Josefsson  <simon@josefsson.org>
28710
28711         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
28712
28713 2007-07-31  Bruno Haible  <bruno@clisp.org>
28714
28715         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
28716         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
28717         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
28718
28719 2007-07-31  Bruno Haible  <bruno@clisp.org>
28720
28721         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
28722         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
28723
28724 2007-07-30  Bruno Haible  <bruno@clisp.org>
28725
28726         * modules/base64 (License): Use the synonymous term "LGPLv2+".
28727         * modules/c-ctype (License): Likewise.
28728         * modules/c-strcase (License): Likewise.
28729         * modules/check-version (License): Likewise.
28730         * modules/iconv (License): Likewise.
28731         * modules/iconv_open (License): Likewise.
28732         * modules/read-file (License): Likewise.
28733         * modules/striconv (License): Likewise.
28734         * modules/strverscmp (License): Likewise.
28735         * modules/vasprintf (License): Likewise.
28736         * modules/crypto/des (License): Likewise.
28737         * modules/crypto/gc (License): Likewise.
28738         * modules/crypto/gc-arcfour (License): Likewise.
28739         * modules/crypto/gc-arctwo (License): Likewise.
28740         * modules/crypto/gc-des (License): Likewise.
28741         * modules/crypto/gc-hmac-md5 (License): Likewise.
28742         * modules/crypto/gc-hmac-sha1 (License): Likewise.
28743         * modules/crypto/gc-md2 (License): Likewise.
28744         * modules/crypto/gc-md4 (License): Likewise.
28745         * modules/crypto/gc-md5 (License): Likewise.
28746         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
28747         * modules/crypto/gc-random (License): Likewise.
28748         * modules/crypto/gc-rijndael (License): Likewise.
28749         * modules/crypto/gc-sha1 (License): Likewise.
28750         * modules/crypto/md2 (License): Likewise.
28751         * modules/crypto/md4 (License): Likewise.
28752
28753 2007-07-30  Jim Meyering  <jim@meyering.net>
28754
28755         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
28756         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
28757         it has valid stat data.  This bug would cause du not to count the
28758         sizes of inaccessible directories.
28759         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
28760         in <http://bugzilla.redhat.com/250077>.
28761
28762 2007-07-25  Peter O'Gorman  <peter@pogma.com>
28763             Bruno Haible  <bruno@clisp.org>
28764
28765         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
28766         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
28767         #include_next, gives a diagnostic about it, but reports no error in
28768         the exit code.
28769         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
28770
28771 2007-07-24  Ben Pfaff  <blp@gnu.org>
28772
28773         Improve name: "count-one-bits" is better than "popcount".
28774         * MODULES.html.sh: Update name.
28775         * lib/popcount.h: Renamed lib/count-one-bits.h.
28776         (popcount): Renamed count_one_bits.
28777         (popcountl): Renamed count_one_bits_l.
28778         (popcountll): Renamed count_one_bits_ll.
28779         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
28780         * modules/popcount: Renamed module/count-one-bits.
28781         * modules/popcount-tests: Renamed module/count-one-bits-tests.
28782         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
28783
28784 2007-07-23  Ben Pfaff  <blp@gnu.org>
28785
28786         * lib/popcount.h (popcount32): Reduce size of constants, to allow
28787         better code generation, and add U to large constants to avoid
28788         warnings, in non-GCC case.
28789         Suggested by Bruno Haible.
28790
28791 2007-07-23  Ben Pfaff  <blp@gnu.org>
28792
28793         * lib/popcount.h: Use verify_true instead of if...abort.
28794         * modules/popcount: Depend on verify module.
28795         Suggested by Jim Meyering.
28796
28797 2007-07-23  Bruno Haible  <bruno@clisp.org>
28798
28799         * gnulib-tool (func_import): Create a .cvsignore file also when the
28800         directory is not yet in CVS but the toplevel directory is. When
28801         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
28802         Reported by Karl Berry.
28803
28804 2007-07-22  Ben Pfaff  <blp@gnu.org>
28805
28806         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
28807         case.
28808         Suggested by Eric Blake.
28809
28810 2007-07-22  Ben Pfaff  <blp@gnu.org>
28811
28812         New module: popcount.
28813         * MODULES.html.sh: Add popcount.
28814         * modules/popcount: New file.
28815         * modules/popcount-tests: New file.
28816         * tests/test-popcount.c: New file.
28817         * lib/popcount.h: New file.
28818         * m4/popcount.m4: New file.
28819
28820 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
28821
28822         * build-aux/announce-gen: Update to GPLv3.
28823
28824         * build-aux/config.guess: Update from config.
28825
28826 2007-07-21  Bruno Haible  <bruno@clisp.org>
28827
28828         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
28829         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
28830
28831 2007-07-20  Jim Meyering  <jim@meyering.net>
28832
28833         * check-module: Diagnose a self-dependency.
28834
28835 2007-07-19  Bruno Haible  <bruno@clisp.org>
28836
28837         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
28838         empty.
28839         Reported by Eric Blake.
28840
28841 2007-07-18  Bruno Haible  <bruno@clisp.org>
28842
28843         * gnulib-tool: New options --po-base, --po-domain.
28844         (func_usage): Document them.
28845         (pobase, po_domain): New variables.
28846         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
28847         DEFAULT_TEXT_DOMAIN.
28848         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
28849         (func_import): Consider pobase and po_domain. Create a po/ directory.
28850         (func_create_testdir): Set pobase and po_domain to empty.
28851         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
28852         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
28853
28854 2007-07-18  Bruno Haible  <bruno@clisp.org>
28855
28856         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28857         EXTRA_DIST augmentation for files in build-aux/.
28858
28859 2007-07-16  Bruno Haible  <bruno@clisp.org>
28860
28861         * modules/lseek (License): Use the synonymous term "LGPLv2+".
28862         * modules/getdelim (License): Likewise.
28863
28864 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28865
28866         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
28867         * modules/d-type (License): Likewise.
28868         * modules/extensions (License): Likewise.
28869         * modules/fnmatch (License): Likewise.
28870         * modules/fseeko (License): Likewise.
28871         * modules/getaddrinfo (License): Likewise.
28872         * modules/getline (License): Likewise.
28873         * modules/getlogin_r (License): Likewise.
28874         * modules/getpass (License): Likewise.
28875         * modules/gettimeofday (License): Likewise.
28876         * modules/glob (License): Likewise.
28877         * modules/inet_ntop (License): Likewise.
28878         * modules/malloc (License): Likewise.
28879         * modules/malloca (License): Likewise.
28880         * modules/memmem (License): Likewise.
28881         * modules/mempcpy (License): Likewise.
28882         * modules/memset (License): Likewise.
28883         * modules/minmax (License): Likewise.
28884         * modules/mktime (License): Likewise.
28885         * modules/netinet_in (License): Likewise.
28886         * modules/pathmax (License): Likewise.
28887         * modules/poll (License): Likewise.
28888         * modules/regex (License): Likewise.
28889         * modules/snprintf (License): Likewise.
28890         * modules/stdbool (License): Likewise.
28891         * modules/stdint (License): Likewise.
28892         * modules/stdio (License): Likewise.
28893         * modules/strcase (License): Likewise.
28894         * modules/strcasestr (License): Likewise.
28895         * modules/strdup (License): Likewise.
28896         * modules/string (License): Likewise.
28897         * modules/strndup (License): Likewise.
28898         * modules/strnlen (License): Likewise.
28899         * modules/strpbrk (License): Likewise.
28900         * modules/strptime (License): Likewise.
28901         * modules/strsep (License): Likewise.
28902         * modules/sys_select (License): Likewise.
28903         * modules/sys_socket (License): Likewise.
28904         * modules/sys_stat (License): Likewise.
28905         * modules/sys_time (License): Likewise.
28906         * modules/time (License): Likewise.
28907         * modules/time_r (License): Likewise.
28908         * modules/timegm (License): Likewise.
28909         * modules/unistd (License): Likewise.
28910         * modules/vsnprintf (License): Likewise.
28911         * modules/wctype (License): Likewise.
28912
28913 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28914
28915         * modules/argz (License): LGPLv2+.
28916
28917 2007-07-15  Karl Berry  <karl@gnu.org>
28918
28919         * doc/gnulib.texi: revise node structure per new fdl.texi.
28920
28921 2007-07-14  Bruno Haible  <bruno@clisp.org>
28922
28923         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
28924         the output file.
28925         * lib/uniname/uninames.h: Regenerated.
28926
28927 2007-07-14  Karl Berry  <karl@gnu.org>
28928
28929         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
28930         omitting sectioning and index commands.
28931
28932 2007-07-13  Bruno Haible  <bruno@clisp.org>
28933
28934         New gnulib-tool option --more-symlinks.
28935         * gnulib-tool (func_usage): Document --more-symlinks.
28936         (do_copyrights): New variable.
28937         Recognize option --more-symlinks.
28938         (func_import): Don't add a copyright notice transform to
28939         sed_transform_lib_file if do_copyrights is empty.
28940
28941 2007-07-13  Bruno Haible  <bruno@clisp.org>
28942
28943         * lib/vasnprintf.c (decimal_point_char): Define also if
28944         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
28945         && !NEED_PRINTF_DIRECTIVE_A.
28946         Reported by Clemens Koller <clemens.koller@anagramm.de> via
28947         Gary V. Vaughan <gary@gnu.org>.
28948
28949 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
28950
28951         * lib/inttypes_.h: Undo previous change, since it was fixed
28952         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
28953
28954 2007-07-13  Bruno Haible  <bruno@clisp.org>
28955
28956         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
28957         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
28958
28959 2007-07-13  Jim Meyering  <jim@meyering.net>
28960
28961         df: Don't fail for Tru64's "file-on-file mount".
28962         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
28963         so we fall through and use statfs instead.  Details here:
28964         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
28965         Reported by Albert Chin.
28966
28967 2007-07-13  Bruno Haible  <bruno@clisp.org>
28968
28969         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
28970         * modules/configmake (License): Likewise.
28971         * modules/gettext (License): Likewise.
28972         * modules/gettext-h (License): Likewise.
28973         * modules/include_next (License): Likewise.
28974         * modules/link-warning (License): Likewise.
28975         * modules/localcharset (License): Likewise.
28976         * modules/localename (License): Likewise.
28977         * modules/lock (License): Likewise.
28978         * modules/relocatable-lib-lgpl (License): Likewise.
28979         * modules/size_max (License): Likewise.
28980         * modules/vasnprintf (License): Likewise.
28981         * modules/wchar (License): Likewise.
28982         * modules/xsize (License): Likewise.
28983
28984 2007-07-13  Bruno Haible  <bruno@clisp.org>
28985
28986         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
28987         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
28988
28989 2007-07-12  Bruno Haible  <bruno@clisp.org>
28990
28991         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
28992         in the modules files.
28993
28994 2007-07-11  Karl Berry  <karl@gnu.org>
28995
28996         * MODULES.html.sh (func_module): use
28997          sed -e '\|^'"${includefile}"'$|d'
28998          instead of /.../d, to avoid errors on $includefile's containing /.
28999
29000 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29001
29002         * gnulib-tool (func_import): Avoid duplication of --avoid
29003         statements
29004         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
29005         names to `_' in variable names.
29006
29007 2007-07-10  Eric Blake  <ebb9@byu.net>
29008
29009         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
29010         * NEWS: Document this change.
29011
29012 2007-07-08  Bruno Haible  <bruno@clisp.org>
29013
29014         Update to Unicode 5.0.
29015         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
29016         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
29017         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
29018         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
29019         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
29020         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
29021         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
29022         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
29023         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
29024         U+10A3F, U+1D242..U+1D244.
29025         (nonspacing_table_ind): Update.
29026         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
29027         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
29028
29029 2007-07-08  Bruno Haible  <bruno@clisp.org>
29030
29031         Update to Unicode 5.0.
29032         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
29033         code transform. Extend the name index field of unicode_name_to_code and
29034         unicode_code_to_name from 16 to 24 bits.
29035         * lib/uniname/uniname.c (unicode_character_name,
29036         unicode_name_character): Add the range 0x12xxx to the code transform.
29037         * lib/uniname/uninames.h: Regenerated.
29038         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
29039
29040 2007-07-07  Bruno Haible  <bruno@clisp.org>
29041
29042         * modules/wcwidth-tests: New file.
29043         * tests/test-wcwidth.c: New file.
29044
29045         Work around MacOS X wcwidth() bug.
29046         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
29047         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
29048         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
29049         original wcwidth in non-UTF-8 locales.
29050         * modules/wcwidth (Depends-on): Add localcharset, streq,
29051         uniwidth/width.
29052         * doc/functions/wcwidth.texi: Update.
29053
29054 2007-07-07  Bruno Haible  <bruno@clisp.org>
29055
29056         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
29057         (wcwidth): New declaration.
29058         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
29059         macros.
29060         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
29061         here. Prepare for creating <wchar.h> unconditionally.
29062         * modules/wchar (Depends-on): Add link-warning.
29063         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
29064         REPLACE_WCWIDTH, and GL_LINK_WARNING.
29065         * lib/wcwidth.h: Remove file.
29066         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
29067         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
29068         * modules/wcwidth (Files): Remove lib/wcwidth.h.
29069         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
29070         (Include): Replace wcwidth.h with <wchar.h>.
29071         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
29072         * lib/mbchar.h: Don't include wcwidth.h.
29073         * lib/mbswidth.c: Likewise.
29074         * NEWS: Mention the change.
29075
29076 2007-07-07  Bruno Haible  <bruno@clisp.org>
29077
29078         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
29079         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
29080         definition with an external declaration.
29081         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29082         defined as a function. Remove AC_C_INLINE requirement.
29083         * modules/wcwidth (Files): Add lib/wcwidth.c.
29084         (Makefile.am): Remove redundant statement.
29085
29086 2007-07-07  Bruno Haible  <bruno@clisp.org>
29087
29088         * MODULES.html.sh (Unicode string functions): Add the new modules.
29089
29090         * tests/uniwidth/test-u32-strwidth.c: New file.
29091         * modules/uniwidth/u32-strwidth-tests: New file.
29092
29093         * lib/uniwidth/u32-strwidth.c: New file.
29094         * modules/uniwidth/u32-strwidth: New file.
29095
29096         * tests/uniwidth/test-u16-strwidth.c: New file.
29097         * modules/uniwidth/u16-strwidth-tests: New file.
29098
29099         * lib/uniwidth/u16-strwidth.c: New file.
29100         * modules/uniwidth/u16-strwidth: New file.
29101
29102         * tests/uniwidth/test-u8-strwidth.c: New file.
29103         * modules/uniwidth/u8-strwidth-tests: New file.
29104
29105         * lib/uniwidth/u8-strwidth.c: New file.
29106         * modules/uniwidth/u8-strwidth: New file.
29107
29108         * tests/uniwidth/test-u32-width.c: New file.
29109         * modules/uniwidth/u32-width-tests: New file.
29110
29111         * lib/uniwidth/u32-width.c: New file.
29112         * modules/uniwidth/u32-width: New file.
29113
29114         * tests/uniwidth/test-u16-width.c: New file.
29115         * modules/uniwidth/u16-width-tests: New file.
29116
29117         * lib/uniwidth/u16-width.c: New file.
29118         * modules/uniwidth/u16-width: New file.
29119
29120         * tests/uniwidth/test-u8-width.c: New file.
29121         * modules/uniwidth/u8-width-tests: New file.
29122
29123         * lib/uniwidth/u8-width.c: New file.
29124         * modules/uniwidth/u8-width: New file.
29125
29126         * tests/uniwidth/test-uc_width.c: New file.
29127         * modules/uniwidth/width-tests: New file.
29128
29129         * lib/uniwidth/width.c: New file, from GNU libiconv.
29130         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
29131         * modules/uniwidth/width: New file.
29132
29133         * lib/uniwidth.h: New file, from GNU libiconv.
29134         * modules/uniwidth/base: New file.
29135
29136 2007-07-07  Bruno Haible  <bruno@clisp.org>
29137
29138         * lib/uniname.h: New file, from GNU gettext.
29139         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
29140         * lib/uniname/uninames.h: New file, from GNU gettext.
29141         * lib/uniname/uniname.c: New file, from GNU gettext.
29142         * tests/uniname/test-uninames.sh: New file.
29143         * tests/uniname/test-uninames.c: New file, from GNU gettext.
29144         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
29145         * modules/uniname/base: New file.
29146         * modules/uniname/uniname: New file.
29147         * modules/uniname/uniname-tests: New file.
29148         * MODULES.html.sh (Unicode string functions): Add the new modules.
29149
29150 2007-07-06  Bruno Haible  <bruno@clisp.org>
29151
29152         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
29153
29154 2007-07-06  Bruno Haible  <bruno@clisp.org>
29155
29156         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
29157         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
29158         includes <cygwin/sys_time.h> which includes <sys/select.h> which
29159         include <sys/time.h>.
29160         Reported by Eric Blake.
29161
29162 2007-07-06  Eric Blake  <ebb9@byu.net>
29163
29164         Fix testing canonicalize on cygwin.
29165         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29166         Revert patch from 2007-06-19.
29167         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
29168         canonicalize module is also in use.
29169         * tests/test-canonicalize.c: New file.
29170         * tests/test-canonicalize.sh: Likewise.
29171         * modules/canonicalize-tests: Likewise.
29172
29173 2007-07-06  Jim Meyering  <jim@meyering.net>
29174
29175         * lib/getugroups.c (getugroups): Detect getgrent failure.
29176         Adjust comment to reflect reality: this function may return -1.
29177
29178 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29179
29180         * build-aux/bootstrap (TP_URL,get_translations): Update to use
29181         the new TP address.
29182         (usage): Fix typo
29183         (gnulib_mk): New variable.
29184
29185 2007-07-05  Jim Meyering  <jim@meyering.net>
29186
29187         Don't let endgrent clobber errno, no matter how improbable.
29188         * lib/getugroups.c (getugroups): Save and restore errno around
29189         endgrent call.
29190
29191         Close the group DB even when failing with 2^31 or more members.
29192         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
29193
29194 2007-07-04  Jim Meyering  <jim@meyering.net>
29195
29196         * lib/getugroups.h: New file.
29197         * lib/getugroups.c: Include "getugroups.h".
29198         Remove uses of "register" keyword.
29199         Move local variable, "cp", down into scope where used.
29200         Give "username" parameter the "const" attribute.
29201         * modules/getugroups (Files): Add lib/getugroups.h
29202
29203 2007-07-04  Karl Berry  <karl@gnu.org>
29204
29205         * MODULES.html.sh (func_all_modules): Complete rename of
29206         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
29207
29208 2007-07-02  Bruno Haible  <bruno@clisp.org>
29209
29210         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
29211         mode, when inttypes.h comes from gnulib.
29212         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29213
29214 2007-07-02  Simon Josefsson  <simon@josefsson.org>
29215
29216         * NEWS: Mention lgpl module name change.
29217
29218         * modules/lgpl-2.1: Renamed from lgpl.
29219
29220         * NEWS: Mention gpl module name change.
29221
29222         * modules/gpl-3.0: New file, based on gpl-2.0.
29223
29224         * modules/gpl-2.0: Renamed from gpl.
29225
29226         * modules/gpl: Fix filename, doc/gpl.texi is now found at
29227         doc/gpl-2.0.texi.
29228
29229 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29230
29231         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
29232         #define __STDC_LIMIT_MACROS temporarily while including
29233         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
29234         Problem reported by Joel E. Denny in
29235         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
29236
29237 2007-07-01  Bruno Haible  <bruno@clisp.org>
29238
29239         * lib/unistdio.h: New file.
29240         * lib/unistdio/u-asnprintf.h: New file.
29241         * lib/unistdio/u-asprintf.h: New file.
29242         * lib/unistdio/u-printf-args.c: New file.
29243         * lib/unistdio/u-printf-args.h: New file.
29244         * lib/unistdio/u-printf-parse.h: New file.
29245         * lib/unistdio/u-snprintf.h: New file.
29246         * lib/unistdio/u-sprintf.h: New file.
29247         * lib/unistdio/u-vasprintf.h: New file.
29248         * lib/unistdio/u-vsnprintf.h: New file.
29249         * lib/unistdio/u-vsprintf.h: New file.
29250         * lib/unistdio/ulc-asnprintf.c: New file.
29251         * lib/unistdio/ulc-asprintf.c: New file.
29252         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
29253         * lib/unistdio/ulc-printf-parse.c: New file.
29254         * lib/unistdio/ulc-snprintf.c: New file.
29255         * lib/unistdio/ulc-sprintf.c: New file.
29256         * lib/unistdio/ulc-vasnprintf.c: New file.
29257         * lib/unistdio/ulc-vasprintf.c: New file.
29258         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
29259         * lib/unistdio/ulc-vsnprintf.c: New file.
29260         * lib/unistdio/ulc-vsprintf.c: New file.
29261         * lib/unistdio/u8-asnprintf.c: New file.
29262         * lib/unistdio/u8-asprintf.c: New file.
29263         * lib/unistdio/u8-printf-parse.c: New file.
29264         * lib/unistdio/u8-snprintf.c: New file.
29265         * lib/unistdio/u8-sprintf.c: New file.
29266         * lib/unistdio/u8-vasnprintf.c: New file.
29267         * lib/unistdio/u8-vasprintf.c: New file.
29268         * lib/unistdio/u8-vsnprintf.c: New file.
29269         * lib/unistdio/u8-vsprintf.c: New file.
29270         * lib/unistdio/u8-u8-asnprintf.c: New file.
29271         * lib/unistdio/u8-u8-asprintf.c: New file.
29272         * lib/unistdio/u8-u8-snprintf.c: New file.
29273         * lib/unistdio/u8-u8-sprintf.c: New file.
29274         * lib/unistdio/u8-u8-vasnprintf.c: New file.
29275         * lib/unistdio/u8-u8-vasprintf.c: New file.
29276         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29277         * lib/unistdio/u8-u8-vsprintf.c: New file.
29278         * lib/unistdio/u16-asnprintf.c: New file.
29279         * lib/unistdio/u16-asprintf.c: New file.
29280         * lib/unistdio/u16-printf-parse.c: New file.
29281         * lib/unistdio/u16-snprintf.c: New file.
29282         * lib/unistdio/u16-sprintf.c: New file.
29283         * lib/unistdio/u16-vasnprintf.c: New file.
29284         * lib/unistdio/u16-vasprintf.c: New file.
29285         * lib/unistdio/u16-vsnprintf.c: New file.
29286         * lib/unistdio/u16-vsprintf.c: New file.
29287         * lib/unistdio/u16-u16-asnprintf.c: New file.
29288         * lib/unistdio/u16-u16-asprintf.c: New file.
29289         * lib/unistdio/u16-u16-snprintf.c: New file.
29290         * lib/unistdio/u16-u16-sprintf.c: New file.
29291         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29292         * lib/unistdio/u16-u16-vasprintf.c: New file.
29293         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29294         * lib/unistdio/u16-u16-vsprintf.c: New file.
29295         * lib/unistdio/u32-asnprintf.c: New file.
29296         * lib/unistdio/u32-asprintf.c: New file.
29297         * lib/unistdio/u32-printf-parse.c: New file.
29298         * lib/unistdio/u32-snprintf.c: New file.
29299         * lib/unistdio/u32-sprintf.c: New file.
29300         * lib/unistdio/u32-vasnprintf.c: New file.
29301         * lib/unistdio/u32-vasprintf.c: New file.
29302         * lib/unistdio/u32-vsnprintf.c: New file.
29303         * lib/unistdio/u32-vsprintf.c: New file.
29304         * lib/unistdio/u32-u32-asnprintf.c: New file.
29305         * lib/unistdio/u32-u32-asprintf.c: New file.
29306         * lib/unistdio/u32-u32-snprintf.c: New file.
29307         * lib/unistdio/u32-u32-sprintf.c: New file.
29308         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29309         * lib/unistdio/u32-u32-vasprintf.c: New file.
29310         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29311         * lib/unistdio/u32-u32-vsprintf.c: New file.
29312         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29313         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29314         * tests/unistdio/test-ulc-printf1.h: New file.
29315         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29316         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29317         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29318         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29319         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29320         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29321         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29322         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29323         * tests/unistdio/test-u8-asnprintf1.c: New file.
29324         * tests/unistdio/test-u8-asnprintf1.h: New file.
29325         * tests/unistdio/test-u8-printf1.h: New file.
29326         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29327         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29328         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29329         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29330         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29331         * tests/unistdio/test-u8-vasprintf1.c: New file.
29332         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29333         * tests/unistdio/test-u8-vsprintf1.c: New file.
29334         * tests/unistdio/test-u16-asnprintf1.c: New file.
29335         * tests/unistdio/test-u16-asnprintf1.h: New file.
29336         * tests/unistdio/test-u16-printf1.h: New file.
29337         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29338         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29339         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29340         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29341         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29342         * tests/unistdio/test-u16-vasprintf1.c: New file.
29343         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29344         * tests/unistdio/test-u16-vsprintf1.c: New file.
29345         * tests/unistdio/test-u32-asnprintf1.c: New file.
29346         * tests/unistdio/test-u32-asnprintf1.h: New file.
29347         * tests/unistdio/test-u32-printf1.h: New file.
29348         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29349         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29350         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29351         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29352         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29353         * tests/unistdio/test-u32-vasprintf1.c: New file.
29354         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29355         * tests/unistdio/test-u32-vsprintf1.c: New file.
29356         * modules/unistdio/base: New file.
29357         * modules/unistdio/u-printf-args: New file.
29358         * modules/unistdio/ulc-asnprintf: New file.
29359         * modules/unistdio/ulc-asprintf: New file.
29360         * modules/unistdio/ulc-fprintf: New file.
29361         * modules/unistdio/ulc-printf-parse: New file.
29362         * modules/unistdio/ulc-snprintf: New file.
29363         * modules/unistdio/ulc-sprintf: New file.
29364         * modules/unistdio/ulc-vasnprintf: New file.
29365         * modules/unistdio/ulc-vasprintf: New file.
29366         * modules/unistdio/ulc-vfprintf: New file.
29367         * modules/unistdio/ulc-vsnprintf: New file.
29368         * modules/unistdio/ulc-vsprintf: New file.
29369         * modules/unistdio/u8-asnprintf: New file.
29370         * modules/unistdio/u8-asprintf: New file.
29371         * modules/unistdio/u8-printf-parse: New file.
29372         * modules/unistdio/u8-snprintf: New file.
29373         * modules/unistdio/u8-sprintf: New file.
29374         * modules/unistdio/u8-vasnprintf: New file.
29375         * modules/unistdio/u8-vasprintf: New file.
29376         * modules/unistdio/u8-vsnprintf: New file.
29377         * modules/unistdio/u8-vsprintf: New file.
29378         * modules/unistdio/u8-u8-asnprintf: New file.
29379         * modules/unistdio/u8-u8-asprintf: New file.
29380         * modules/unistdio/u8-u8-snprintf: New file.
29381         * modules/unistdio/u8-u8-sprintf: New file.
29382         * modules/unistdio/u8-u8-vasnprintf: New file.
29383         * modules/unistdio/u8-u8-vasprintf: New file.
29384         * modules/unistdio/u8-u8-vsnprintf: New file.
29385         * modules/unistdio/u8-u8-vsprintf: New file.
29386         * modules/unistdio/u16-asnprintf: New file.
29387         * modules/unistdio/u16-asprintf: New file.
29388         * modules/unistdio/u16-printf-parse: New file.
29389         * modules/unistdio/u16-snprintf: New file.
29390         * modules/unistdio/u16-sprintf: New file.
29391         * modules/unistdio/u16-vasnprintf: New file.
29392         * modules/unistdio/u16-vasprintf: New file.
29393         * modules/unistdio/u16-vsnprintf: New file.
29394         * modules/unistdio/u16-vsprintf: New file.
29395         * modules/unistdio/u16-u16-asnprintf: New file.
29396         * modules/unistdio/u16-u16-asprintf: New file.
29397         * modules/unistdio/u16-u16-snprintf: New file.
29398         * modules/unistdio/u16-u16-sprintf: New file.
29399         * modules/unistdio/u16-u16-vasnprintf: New file.
29400         * modules/unistdio/u16-u16-vasprintf: New file.
29401         * modules/unistdio/u16-u16-vsnprintf: New file.
29402         * modules/unistdio/u16-u16-vsprintf: New file.
29403         * modules/unistdio/u32-asnprintf: New file.
29404         * modules/unistdio/u32-asprintf: New file.
29405         * modules/unistdio/u32-printf-parse: New file.
29406         * modules/unistdio/u32-snprintf: New file.
29407         * modules/unistdio/u32-sprintf: New file.
29408         * modules/unistdio/u32-vasnprintf: New file.
29409         * modules/unistdio/u32-vasprintf: New file.
29410         * modules/unistdio/u32-vsnprintf: New file.
29411         * modules/unistdio/u32-vsprintf: New file.
29412         * modules/unistdio/u32-u32-asnprintf: New file.
29413         * modules/unistdio/u32-u32-asprintf: New file.
29414         * modules/unistdio/u32-u32-snprintf: New file.
29415         * modules/unistdio/u32-u32-sprintf: New file.
29416         * modules/unistdio/u32-u32-vasnprintf: New file.
29417         * modules/unistdio/u32-u32-vasprintf: New file.
29418         * modules/unistdio/u32-u32-vsnprintf: New file.
29419         * modules/unistdio/u32-u32-vsprintf: New file.
29420         * modules/unistdio/ulc-asnprintf-tests: New file.
29421         * modules/unistdio/ulc-vasnprintf-tests: New file.
29422         * modules/unistdio/ulc-vasprintf-tests: New file.
29423         * modules/unistdio/ulc-vsnprintf-tests: New file.
29424         * modules/unistdio/ulc-vsprintf-tests: New file.
29425         * modules/unistdio/u8-asnprintf-tests: New file.
29426         * modules/unistdio/u8-vasnprintf-tests: New file.
29427         * modules/unistdio/u8-vasprintf-tests: New file.
29428         * modules/unistdio/u8-vsnprintf-tests: New file.
29429         * modules/unistdio/u8-vsprintf-tests: New file.
29430         * modules/unistdio/u16-asnprintf-tests: New file.
29431         * modules/unistdio/u16-vasnprintf-tests: New file.
29432         * modules/unistdio/u16-vasprintf-tests: New file.
29433         * modules/unistdio/u16-vsnprintf-tests: New file.
29434         * modules/unistdio/u16-vsprintf-tests: New file.
29435         * modules/unistdio/u32-asnprintf-tests: New file.
29436         * modules/unistdio/u32-vasnprintf-tests: New file.
29437         * modules/unistdio/u32-vasprintf-tests: New file.
29438         * modules/unistdio/u32-vsnprintf-tests: New file.
29439         * modules/unistdio/u32-vsprintf-tests: New file.
29440         * MODULES.html.sh (Unicode string functions): Add the new modules.
29441
29442 2007-07-01  Bruno Haible  <bruno@clisp.org>
29443
29444         * lib/sprintf.c (sprintf): Limit the available length estimation,
29445         to avoid address wraparound.
29446         * lib/vsprintf.c (vsprintf): Likewise.
29447         * modules/sprintf-posix (Dependencies): Add stdint.
29448         * modules/vsprintf-posix (Dependencies): Likewise.
29449
29450 2007-07-01  Bruno Haible  <bruno@clisp.org>
29451
29452         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
29453         Windows PATH as well. Conservative double-quoting. Comments.
29454
29455 2007-07-01  Bruno Haible  <bruno@clisp.org>
29456             Eric Blake  <ebb9@byu.net>
29457             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29458
29459         * gnulib-tool (self_abspathname): Fix algorithm to cope with
29460         empty components in $PATH, denoting '.'.
29461
29462 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29463
29464         * gnulib-tool: Fix indentation.
29465         (func_create_megatestdir): Likewise.
29466         Report by Bruno Haible.
29467
29468 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29469
29470         Sync from Automake.
29471         * build-aux/gnupload: Fix shell portability issues with for loops.
29472         Report by Karl Berry.
29473
29474 2007-06-29  Simon Josefsson  <simon@josefsson.org>
29475
29476         * build-aux/maint.mk (POURL): Use translationproject.org.
29477
29478 2007-06-27  Simon Josefsson  <simon@josefsson.org>
29479             Bruno Haible  <bruno@clisp.org>
29480
29481         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
29482         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
29483         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
29484         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
29485         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
29486
29487 2007-06-27  Bruno Haible  <bruno@clisp.org>
29488
29489         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
29490         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
29491
29492 2007-06-26  Karl Berry  <karl@gnu.org>
29493
29494         * MODULES.html.sh: remove xreadlink-with-size.
29495
29496 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29497
29498         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
29499         method that I hope also handles the double-include problem noted
29500         by Bruno Haible in
29501         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
29502
29503 2007-06-23  Bruno Haible  <bruno@clisp.org>
29504
29505         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29506         Don't let the 'mostlyclean' target fail if the last subdirectory could
29507         not be removed.
29508         Reported by Karl Berry.
29509
29510 2007-06-23  Bruno Haible  <bruno@clisp.org>
29511
29512         * gnulib-tool (echo): Add a speedier workaround for ksh.
29513         * tests/test-echo.sh: Likewise.
29514
29515 2007-06-23  Bruno Haible  <bruno@clisp.org>
29516
29517         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
29518         * tests/test-echo.sh: Likewise.
29519
29520 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29521
29522         * gnulib-tool (IFS): Initialize early, so we don't set it to
29523         empty later.
29524         (self_abspathname): Rewrite algorithm to set it, reindent.
29525         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
29526         (func_create_megatestdir): Merge some sed scripts.
29527
29528 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29529
29530         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
29531         exposed by Sun Studio 11 cc on Solaris 8.
29532
29533 2007-06-22  Bruno Haible  <bruno@clisp.org>
29534
29535         * gnulib-tool (echo): Ensure the echo primitive does not interpret
29536         backslashes.
29537         * tests/test-echo.sh: New file.
29538
29539 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29540
29541         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
29542         simplify `sed_replace_build_aux' scripts, they are portable but
29543         echoing them with `echo' is not.
29544         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
29545
29546 2007-06-21  Karl Berry  <karl@gnu.org>
29547
29548         * config/srclist.txt: guess we can't handle the licenses via
29549         srclist at the moment.
29550
29551 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
29552
29553         * MODULES.html.sh: Add include_next.
29554         * modules/include_next: New file.
29555
29556 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
29557
29558         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
29559         INCLUDE_NEXT.
29560         (gl_CHECK_NEXT_HEADERS): New macro.
29561         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
29562         the obsolescent gl_ABSOLUTE_HEADER.
29563         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
29564         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
29565         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
29566         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
29567         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
29568         * m4/math_h.m4 (gl_MATH_H): Likewise.
29569         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
29570         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
29571         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
29572         * m4/stdint.m4 (gl_STDINT_H): Likewise.
29573         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
29574         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
29575         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
29576         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
29577         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
29578         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
29579         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
29580         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
29581         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
29582         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
29583         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
29584         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29585         * m4/inttypes.m4 (gl_INTTYPES_H): Define
29586         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
29587         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
29588         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
29589         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
29590         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
29591         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
29592         * lib/float_.h: Likewise.
29593         * lib/inttypes_.h: Likewise.
29594         * lib/math_.h: Likewise.
29595         * lib/search_.h: Likewise.
29596         * lib/signal_.h: Likewise.
29597         * lib/stdint_.h: Likewise.
29598         * lib/stdio_.h: Likewise.
29599         * lib/stdlib_.h: Likewise.
29600         * lib/string_.h: Likewise.
29601         * lib/sys_stat_.h: Likewise.
29602         * lib/sys_time_.h: Likewise.
29603         * lib/time_.h: Likewise.
29604         * lib/unistd_.h: Likewise.
29605         * lib/wchar_.h: Likewise.
29606         * lib/wctype_.h: Likewise.
29607         * lib/dirent_.h: Likewise.
29608         * lib/iconv_.h: Likewise.
29609         * lib/locale_.h: Likewise.
29610         * lib/netinet_in_.h: Likewise.
29611         * lib/sys_select_.h: Likewise.
29612         * lib/sys_socket_.h: Likewise.
29613         * lib/sysexits_.h: Likewise.
29614         * modules/fcntl (Depends-on): Depend on include_next, not
29615         absolute_header.
29616         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
29617         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
29618         * modules/fchdir: Likewise.
29619         * modules/float: Likewise.
29620         * modules/iconv_open: Likewise.
29621         * modules/inttypes: Likewise.
29622         * modules/locale: Likewise.
29623         * modules/math: Likewise.
29624         * modules/netinet_in: Likewise.
29625         * modules/search: Likewise.
29626         * modules/signal: Likewise.
29627         * modules/stdint: Likewise.
29628         * modules/stdio: Likewise.
29629         * modules/stdlib: Likewise.
29630         * modules/string: Likewise.
29631         * modules/sys_select: Likewise.
29632         * modules/sys_socket: Likewise.
29633         * modules/sys_stat: Likewise.
29634         * modules/sys_time: Likewise.
29635         * modules/sysexits: Likewise.
29636         * modules/time: Likewise.
29637         * modules/unistd: Likewise.
29638         * modules/wchar: Likewise.
29639         * modules/wctype: Likewise.
29640         * modules/sys_stat: Change maintainer to "all".
29641         * modules/unistd: Likewise.
29642
29643 2007-06-20  Karl Berry  <karl@gnu.org>
29644
29645         * config/srclist.txt: track www changes in license files.
29646
29647 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
29648
29649         * build-aux/bootstrap: Remove stray dot.
29650         Make sure build_aux settings are honored when linking
29651         gnulib_extra_files.
29652
29653 2007-06-19  Eric Blake  <ebb9@byu.net>
29654
29655         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29656         Allow compilation on cygwin.
29657
29658 2007-06-19  Jim Meyering  <jim@meyering.net>
29659
29660         xreadlink-with-size: Remove module.  No longer used.
29661         Ex-callers now use xreadlink or mreadlink-with-size.
29662         * modules/xreadlink-with-size: Remove module.
29663         * lib/xreadlink-with-size.c: Remove file.
29664         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
29665         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
29666         just before the function definition *is* accurate.
29667
29668         Eliminate one way canonicalize_filename_mode could exit.
29669         * lib/canonicalize.c (canonicalize_filename_mode):
29670         Use mreadlink_with_size, not xreadlink_with_size.
29671
29672 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
29673
29674         Detect porting problems to FreeBSD/arm, which has time_t wider than
29675         long int.  Original problem reported for GNU diff by Xin Li in
29676         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
29677         * modules/getdate (Depends-on): Add intprops, verify.
29678         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
29679         is an integer type no wider than long int.
29680
29681 2007-06-18  Jim Meyering  <jim@meyering.net>
29682
29683         New module: mreadlink-with-size.
29684         * MODULES.html.sh: Add mreadlink-with-size.
29685         * modules/mreadlink-with-size: New module
29686         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
29687         not xreadlink-with-size.
29688         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
29689
29690 2007-06-16  Bruno Haible  <bruno@clisp.org>
29691
29692         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
29693         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
29694         Reported by Gary V. Vaughan <gary@gnu.org>.
29695
29696 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
29697
29698         Revamp lchown so that it lives in unistd.h where it belongs.
29699         * lib/lchown.h: Remove.
29700         * lib/dirchownmod.c: Don't include lib/lchown.h.
29701         * lib/fchownat.c: Likewise.
29702         * lib/openat.c: Likewise.
29703         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
29704         does not follow symlinks.
29705         (EOPNOTSUPP): Define if not defined.
29706         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
29707         is defined to 0.
29708         (lchown): New decl.
29709         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
29710         Do not check for lchown decl.
29711         Set REPLACE_LCHOWN.
29712         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
29713         REPLACE_LCHOWN.
29714         * modules/chown: Make it clear it follows symlinks.
29715         * modules/lchown: Make it clear it doesn't follow symlinks.
29716         (Files): Remove lib/lchown.h
29717         (Depends-on): Add unistd.
29718         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
29719         (Include): Include <unistd.h>, not "lchown.h".
29720         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
29721         REPLACE_LCHOWN.
29722
29723 2007-06-15  Jim Meyering  <jim@meyering.net>
29724
29725         Change license (GPL to LGPL) of fsusage and dependents.
29726         * modules/fsusage (License): Change to LGPL.
29727         * modules/full-read (License): Likewise.
29728         * modules/full-write (License): Likewise.
29729         * modules/safe-read (License): Likewise.
29730         * modules/safe-write (License): Likewise.
29731
29732 2007-06-14  Ben Pfaff  <blp@gnu.org>
29733
29734         Missing part of allocsa -> malloca transition.
29735         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
29736         gl_MALLOCA.
29737
29738 2007-06-12  Bruno Haible  <bruno@clisp.org>
29739
29740         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
29741         to ia64, x86_64, i386.
29742         Reported by Eric Blake.
29743
29744 2007-06-12  Bruno Haible  <bruno@clisp.org>
29745
29746         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
29747         cross-compiling to x86_64.
29748
29749 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
29750
29751         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
29752         glitch reported by Ralf Wildenhues in
29753         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
29754
29755         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
29756         Vin Shelton.
29757
29758 2007-06-11  Bruno Haible  <bruno@clisp.org>
29759
29760         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
29761         replacement string.
29762         Reported by Eric Blake.
29763
29764 2007-06-10  Bruno Haible  <bruno@clisp.org>
29765
29766         Prepare vasnprintf code for use with Unicode strings.
29767         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
29768         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
29769         TYPE_U32_STRING.
29770         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
29771         a_u32_string variants.
29772         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29773         * lib/printf-args.c: Don't include config.h and the specification
29774         header if PRINTF_FETCHARGS is already defined.
29775         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
29776         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
29777         TYPE_U16_STRING, TYPE_U32_STRING.
29778         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
29779         u16_directive, u16_directives, u32_directive, u32_directives): New
29780         types.
29781         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
29782         New declarations.
29783         * lib/printf-parse.c: Don't include config.h and the specification
29784         header if PRINTF_PARSE is already defined. Eliminate the set of
29785         parameters for WIDE_CHAR_VERSION; the user of this file must provide
29786         them now. Include c-ctype.h.
29787         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
29788         directive and CHAR_T_ONLY_ASCII.
29789         * lib/vasnprintf.c: Don't include config.h and the specification header
29790         if VASNPRINTF is already defined.
29791         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
29792         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
29793         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
29794         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
29795         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
29796         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
29797         code accordingly.
29798         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
29799         pad_ourselves also in this case, with the 'c' and 's' directives, and
29800         with a different notion of "width".
29801         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
29802
29803 2007-06-10  Bruno Haible  <bruno@clisp.org>
29804
29805         * modules/unistr/u32-mbsnlen: New file.
29806         * lib/unistr/u32-mbsnlen.c: New file.
29807
29808         * modules/unistr/u16-mbsnlen: New file.
29809         * lib/unistr/u16-mbsnlen.c: New file.
29810
29811         * modules/unistr/u8-mbsnlen: New file.
29812         * lib/unistr/u8-mbsnlen.c: New file.
29813
29814         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
29815         declarations.
29816
29817 2007-06-10  Bruno Haible  <bruno@clisp.org>
29818
29819         * lib/string_.h (mbsnlen): New declaration.
29820         * lib/mbsnlen.c: New file.
29821         * m4/mbsnlen.m4: New file.
29822         * modules/mbsnlen: New file.
29823         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
29824         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
29825         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
29826
29827 2007-06-10  Bruno Haible  <bruno@clisp.org>
29828
29829         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
29830
29831 2007-06-10  Bruno Haible  <bruno@clisp.org>
29832
29833         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
29834         * lib/mbuiter.h: Likewise.
29835
29836 2007-06-10  Bruno Haible  <bruno@clisp.org>
29837
29838         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
29839         declaration.
29840
29841 2007-06-10  Karl Berry  <karl@gnu.org>
29842
29843         * config/srclist.txt: remove gettext entries, Bruno prefers
29844         to update individually.
29845
29846 2007-06-10  Bruno Haible  <bruno@clisp.org>
29847
29848         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
29849         'maxlen'. Ensure only length + width bytes are allocated, not
29850         length + 1 + width.
29851
29852 2007-06-09  Bruno Haible  <bruno@clisp.org>
29853
29854         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
29855         (CHAR_T): Remove macro.
29856         (VASNPRINTF): Update.
29857
29858 2007-06-09  Bruno Haible  <bruno@clisp.org>
29859
29860         * MODULES.html.sh (Unicode string functions): Add the new modules.
29861
29862         * modules/uniconv/u32-conv-to-enc: New file.
29863         * lib/uniconv/u32-conv-to-enc.c: New file.
29864         * modules/uniconv/u32-conv-to-enc-tests: New file.
29865         * tests/uniconv/test-u32-conv-to-enc.c: New file.
29866
29867         * modules/uniconv/u16-conv-to-enc: New file.
29868         * lib/uniconv/u16-conv-to-enc.c: New file.
29869         * lib/uniconv/u-conv-to-enc.h: New file.
29870         * modules/uniconv/u16-conv-to-enc-tests: New file.
29871         * tests/uniconv/test-u16-conv-to-enc.c: New file.
29872
29873         * modules/uniconv/u8-conv-to-enc: New file.
29874         * lib/uniconv/u8-conv-to-enc.c: New file.
29875         * modules/uniconv/u8-conv-to-enc-tests: New file.
29876         * tests/uniconv/test-u8-conv-to-enc.c: New file.
29877
29878         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
29879         u32_conv_to_encoding): New declarations.
29880
29881 2007-06-09  Bruno Haible  <bruno@clisp.org>
29882
29883         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
29884
29885 2007-06-09  Bruno Haible  <bruno@clisp.org>
29886
29887         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
29888         * modules/malloca: Renamed from modules/allocsa, updated.
29889         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
29890         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
29891         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
29892         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
29893         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
29894         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
29895         * modules/xmalloca: Renamed from modules/xallocsa, updated.
29896         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
29897         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
29898         * modules/c-strcasestr (Depends-on): Update.
29899         * lib/c-strcasestr.c: Update.
29900         * modules/c-strstr (Depends-on): Update.
29901         * lib/c-strstr.c: Update.
29902         * modules/canonicalize-lgpl (Depends-on): Update.
29903         * lib/canonicalize-lgpl.c: Update.
29904         * modules/clean-temp (Depends-on): Update.
29905         * lib/clean-temp.c: Update.
29906         * modules/csharpcomp (Depends-on): Update.
29907         * lib/csharpcomp.c: Update.
29908         * modules/csharpexec (Depends-on): Update.
29909         * lib/csharpexec.c: Update.
29910         * modules/javacomp (Depends-on): Update.
29911         * lib/javacomp.c: Update.
29912         * modules/javaexec (Depends-on): Update.
29913         * lib/javaexec.c: Update.
29914         * modules/mbscasestr (Depends-on): Update.
29915         * lib/mbscasestr.c: Update.
29916         * modules/mbsstr (Depends-on): Update.
29917         * lib/mbsstr.c: Update.
29918         * modules/setenv (Depends-on): Update.
29919         * lib/setenv.c: Update.
29920         * modules/strcasestr (Depends-on): Update.
29921         * lib/strcasestr.c: Update.
29922         * modules/striconveha (Depends-on): Update.
29923         * lib/striconveha.c: Update.
29924         * modules/relocatable-prog-wrapper (Files): Update.
29925         * lib/relocwrapper.c: Update.
29926         * build-aux/install-reloc: Update.
29927         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
29928
29929 2007-06-08  Bruno Haible  <bruno@clisp.org>
29930
29931         Port to uClibc.
29932         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
29933         * lib/fpurge.c (fpurge): Likewise.
29934         * lib/freading.c (freading): Likewise.
29935         * lib/fseeko.c (rpl_fseeko): Likewise.
29936         * lib/fseterr.c (fseterr): Likewise.
29937         * lib/fwriting.c (fwriting): Likewise.
29938         * tests/test-fflush.c (main): Avoid a failure on uClibc.
29939
29940 2007-06-08  Bruno Haible  <bruno@clisp.org>
29941
29942         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
29943         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
29944         * modules/gettext (Files): Add m4/intlmacosx.m4.
29945
29946 2007-06-07  Bruno Haible  <bruno@clisp.org>
29947
29948         * modules/localename-tests: New file.
29949         * tests/test-localename.c: New file.
29950
29951         New module 'localename'.
29952         * lib/localename.h: New file.
29953         * lib/localename.c: New file, from GNU gettext.
29954         * m4/localename.m4: New file.
29955         * modules/localename: New file.
29956
29957 2007-06-07  Bruno Haible  <bruno@clisp.org>
29958
29959         Work around the lack of <wchar.h> on some builds of uClibc.
29960         * doc/headers/wchar.texi: Update.
29961         * lib/wchar_.h: Include <wchar.h> only if it exists.
29962         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
29963         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
29964         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
29965         doesn't exist.
29966         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
29967         * modules/mbfile (Depends-on): Add wchar.
29968         * modules/mbiter (Depends-on): Likewise.
29969         * modules/mbuiter (Depends-on): Likewise.
29970         Reported by Simon Josefsson.
29971
29972 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29973
29974         Work around problem reported by Steven M. Schweda in
29975         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
29976         Tru64 5.1B with the Compaq compiler environment installed declares
29977         an 'isblank' function but does not define it in the C library.
29978         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
29979         * lib/regex_internal.h (isblank): Likewise.
29980         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
29981         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29982
29983 2007-06-05  Bruno Haible  <bruno@clisp.org>
29984
29985         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
29986         ia64.
29987         * modules/printf-safe: New file.
29988         * modules/fprintf-posix (Depends-on): Add printf-safe.
29989         * modules/printf-posix (Depends-on): Likewise.
29990         * modules/snprintf-posix (Depends-on): Likewise.
29991         * modules/sprintf-posix (Depends-on): Likewise.
29992         * modules/vasnprintf-posix (Depends-on): Likewise.
29993         * modules/vasprintf-posix (Depends-on): Likewise.
29994         * modules/vfprintf-posix (Depends-on): Likewise.
29995         * modules/vprintf-posix (Depends-on): Likewise.
29996         * modules/vsnprintf-posix (Depends-on): Likewise.
29997         * modules/vsprintf-posix (Depends-on): Likewise.
29998         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
29999         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
30000         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
30001         "no" on i386, x86_64, ia64.
30002         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
30003         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30004         on i386, x86_64, ia64.
30005         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
30006         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30007         on i386, x86_64, ia64.
30008         * tests/test-vasnprintf-posix.c: Include float.h.
30009         (LDBL80_WORDS): New macro.
30010         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30011         on i386, x86_64, ia64.
30012         * tests/test-vasprintf-posix.c: Include float.h.
30013         (LDBL80_WORDS): New macro.
30014         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30015         on i386, x86_64, ia64.
30016         * tests/test-snprintf-posix.c: Include float.h.
30017         * tests/test-sprintf-posix.c: Likewise.
30018         * tests/test-vsnprintf-posix.c: Likewise.
30019         * tests/test-vsprintf-posix.c: Likewise.
30020
30021 2007-06-05  Bruno Haible  <bruno@clisp.org>
30022
30023         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
30024         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
30025         non-IEEE numbers on i386, x86_64, ia64.
30026         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
30027         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
30028         * tests/test-isnanl.h: Include float.h.
30029         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
30030
30031 2007-06-05  Bruno Haible  <bruno@clisp.org>
30032
30033         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
30034         also the %a / %A. Handle the %a / %A code before this extra handling.
30035
30036 2007-06-05  Bruno Haible  <bruno@clisp.org>
30037
30038         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
30039         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
30040
30041 2007-06-05  Bruno Haible  <bruno@clisp.org>
30042
30043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
30044         typo in variable name.
30045
30046 2007-06-05  Eric Blake  <ebb9@byu.net>
30047
30048         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
30049         Reported by Simon Josefsson.
30050
30051 2007-06-04  Bruno Haible  <bruno@clisp.org>
30052
30053         Avoid test failures on some PowerPC platforms.
30054         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
30055         Define differently for PowerPC.
30056         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
30057         Reported by Gary V. Vaughan <gary@gnu.org>.
30058
30059 2007-06-02  Bruno Haible  <bruno@clisp.org>
30060
30061         Fix test-stdint failure on FreeBSD/ia64.
30062         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
30063         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
30064         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
30065         * doc/headers/stdint.texi: Update.
30066
30067 2007-06-01  Bruno Haible  <bruno@clisp.org>
30068
30069         * tests/test-binary-io.c (main): Pass a third argument to open().
30070         Reported by Gary V. Vaughan <gary@gnu.org>.
30071
30072 2007-06-01  Bruno Haible  <bruno@clisp.org>
30073
30074         * doc/functions/frexpl.texi: Update for mingw.
30075
30076 2007-06-01  Bruno Haible  <bruno@clisp.org>
30077
30078         * tests/test-lseek.c (main): Disable test of errno for invalid third
30079         argument.
30080         * doc/functions/lseek.texi: Update.
30081         Reported by Gary V. Vaughan <gary@gnu.org>.
30082
30083 2007-05-28  Bruno Haible  <bruno@clisp.org>
30084
30085         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
30086
30087 2007-05-31  Eric Blake  <ebb9@byu.net>
30088
30089         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
30090         cross compiling.
30091
30092 2007-05-30  Eric Blake  <ebb9@byu.net>
30093         and Bruno Haible  <bruno@clisp.org>
30094
30095         Work around mingw test failures exposed by m4-1.4.9b.
30096         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
30097         * tests/test-unistd.c: Disable uid_t and git_t tests for the
30098         moment.
30099
30100 2007-05-30  Bruno Haible  <bruno@clisp.org>
30101
30102         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
30103         assuming that they are closed. Needed on HP-UX 11.
30104
30105 2007-05-29  Bruno Haible  <bruno@clisp.org>
30106
30107         Fix a problem with #include_next.
30108         * lib/dirent_.h: Split the double-inclusion guard.
30109         * lib/fcntl_.h: Likewise.
30110         * lib/float_.h: Likewise.
30111         * lib/iconv_.h: Likewise.
30112         * lib/inttypes_.h: Likewise.
30113         * lib/locale_.h: Likewise.
30114         * lib/math_.h: Likewise.
30115         * lib/netinet_in_.h: Likewise.
30116         * lib/search_.h: Likewise.
30117         * lib/signal_.h: Likewise.
30118         * lib/stdint_.h: Likewise.
30119         * lib/stdio_.h: Likewise.
30120         * lib/stdlib_.h: Likewise.
30121         * lib/string_.h: Likewise.
30122         * lib/sys_select_.h: Likewise.
30123         * lib/sys_socket_.h: Likewise.
30124         * lib/sys_stat_.h: Likewise.
30125         * lib/sys_time_.h: Likewise.
30126         * lib/sysexits_.h: Likewise.
30127         * lib/time_.h: Likewise.
30128         * lib/unistd_.h: Likewise.
30129         * lib/wchar_.h: Likewise.
30130         * lib/wctype_.h: Likewise.
30131
30132 2007-05-29  Bruno Haible  <bruno@clisp.org>
30133
30134         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
30135         for the moment.
30136
30137 2007-05-29  Bruno Haible  <bruno@clisp.org>
30138
30139         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
30140         invocation.
30141         Reported by Eric Blake.
30142
30143 2007-05-29  Bruno Haible  <bruno@clisp.org>
30144
30145         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
30146         compiling case.
30147
30148 2007-05-29  Eric Blake  <ebb9@byu.net>
30149             Bruno Haible  <bruno@clisp.org>
30150
30151         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
30152         cross compiles.
30153
30154 2007-05-28  Eric Blake  <ebb9@byu.net>
30155
30156         * modules/closein-tests (test_closein_LDADD): Support test on
30157         cygwin with libtool.
30158
30159 2007-05-28  Bruno Haible  <bruno@clisp.org>
30160
30161         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
30162         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30163         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30164         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30165         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30166         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30167         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30168         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30169         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30170
30171 2007-05-28  Eric Blake  <ebb9@byu.net>
30172
30173         Unconditionally include <config.h> in unit tests.
30174         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
30175         * tests/test-allocsa.c, tests/test-arcfour.c,
30176         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
30177         tests/test-array_list.c, tests/test-array_oset.c,
30178         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
30179         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
30180         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
30181         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
30182         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
30183         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
30184         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
30185         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
30186         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
30187         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
30188         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
30189         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
30190         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
30191         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
30192         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
30193         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
30194         test-md5.c, test-memmem.c, test-printf-posix.c,
30195         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
30196         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
30197         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
30198         test-strcasestr.c, test-striconv.c, test-striconveh.c,
30199         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
30200         test-vasnprintf-posix2.c, test-vasnprintf.c,
30201         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
30202         test-vfprintf-posix.c, test-vprintf-posix.c,
30203         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
30204         test-xvasprintf.c: Likewise.
30205
30206 2007-05-28  Bruno Haible  <bruno@clisp.org>
30207
30208         * gnulib-tool (func_import): Remember the --with-tests command-line
30209         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
30210         Reported by Eric Blake.
30211
30212 2007-05-28  Bruno Haible  <bruno@clisp.org>
30213
30214         * modules/ftell-tests: New file.
30215         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
30216         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
30217
30218         * lib/ftell.c: New file.
30219         * modules/ftell: New file.
30220         * m4/ftell.m4: New file.
30221         * doc/functions/ftell.texi: Update.
30222         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
30223         REPLACE_FTELL.
30224         * lib/stdio_.h (rpl_ftell): New declaration.
30225         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
30226         REPLACE_FTELL.
30227
30228 2007-05-28  Eric Blake  <ebb9@byu.net>
30229
30230         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
30231
30232 2007-05-28  Bruno Haible  <bruno@clisp.org>
30233
30234         * modules/fseek-tests: New file.
30235         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
30236         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
30237
30238         * lib/fseek.c: New file.
30239         * modules/fseek: New file.
30240         * m4/fseek.m4: New file.
30241         * doc/functions/fseek.texi: Update.
30242         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
30243         REPLACE_FSEEK.
30244         * lib/stdio_.h (rpl_fseek): New declaration.
30245         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
30246         REPLACE_FSEEK.
30247
30248 2007-05-28  Bruno Haible  <bruno@clisp.org>
30249
30250         * lib/stdio_.h (fflush): More comments.
30251
30252 2007-05-28  Bruno Haible  <bruno@clisp.org>
30253
30254         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
30255         runtime test.
30256
30257 2007-05-28  Eric Blake  <ebb9@byu.net>
30258
30259         Improve lseek module.
30260         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
30261         * lib/unistd_.h (lseek): Scale back link warning message.
30262         * tests/test-lseek.c: Beef up test.
30263         * tests/test-lseek.sh: Exercise more facets of lseek.
30264         Reported by Bruno Haible.
30265
30266 2007-05-28  Bruno Haible  <bruno@clisp.org>
30267
30268         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
30269         to define.
30270
30271 2007-05-27  Bruno Haible  <bruno@clisp.org>
30272
30273         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
30274
30275 2007-05-27  Bruno Haible  <bruno@clisp.org>
30276
30277         * modules/openmp: New file.
30278         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30279         Noah Misch.
30280
30281 2007-05-26  Bruno Haible  <bruno@clisp.org>
30282
30283         * modules/chdir-long (Depends-on): Add fchdir.
30284         * modules/chdir-safer (Depends-on): Likewise.
30285         * modules/fts (Depends-on): Likewise.
30286         * modules/fts-lgpl (Depends-on): Likewise.
30287         * modules/openat (Depends-on): Likewise.
30288         * modules/savewd (Depends-on): Likewise.
30289
30290 2007-05-24  Eric Blake  <ebb9@byu.net>
30291
30292         Fix lseek on mingw.
30293         * modules/lseek: New module.
30294         * m4/lseek.m4: New file.
30295         * lib/lseek.c: New file.
30296         * modules/lseek-tests: New file.
30297         * tests/test-lseek.c: New file.
30298         * tests/test-lseek.sh: New file.
30299         * MODULES.html.sh: Document lseek module.
30300         * modules/fflush (Depends-on): Add lseek, fseeko.
30301         * modules/fseeko (Depends-on): Likewise.
30302         * modules/ftello (Depends-on): Likewise.
30303         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30304         broken.
30305         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30306         broken.
30307         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30308         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30309         * lib/ftello.c (rpl_ftello): Likewise.
30310         * tests/test-fseeko.c (main): Test this.
30311         * tests/test-fseeko.sh: Likewise.
30312         * tests/test-ftello.c (main): Likewise.
30313         * tests/test-ftello.sh: Likewise.
30314         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30315         implies replacing fseek.
30316         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30317         HAVE_FTELLO.
30318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30319         * modules/unistd (Makefile.am): Likewise.
30320         * lib/unistd_.h (lseek): Declare a replacement.
30321         * doc/functions/lseek.texi (lseek): Document this fix.
30322         * doc/functions/fseek.texi (fseek): Likewise.
30323         * doc/functions/ftell.texi (ftell): Likewise.
30324
30325 2007-05-24  Bruno Haible  <bruno@clisp.org>
30326
30327         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30328         in the printed representation of a NaN.
30329         * tests/test-vasprintf-posix.c (test_function): Likewise.
30330         * tests/test-snprintf-posix.h (test_function): Likewise.
30331         * tests/test-sprintf-posix.h (test_function): Likewise.
30332         Reported by Eric Blake.
30333
30334 2007-05-23  Eric Blake  <ebb9@byu.net>
30335
30336         Fix fseeko/ftello on cygwin 1.5.24.
30337         * doc/functions/fseeko.texi (fseeko): Document the fix.
30338         * doc/functions/ftello.texi (ftello): Document the fix.
30339         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30340         * doc/functions/stdout.text (stdout): New file.
30341         * doc/functions/stderr.text (stderr): New file.
30342         * doc/gnulib.texi (Function Substitutes): Use new files.
30343         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30344         prior to 1.7.0.
30345         * tests/test-ftello.c (main): Likewise for ftello.
30346         * tests/test-fseeko.sh: New file.
30347         * tests/test-ftello.sh: New file.
30348         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30349         with seekable stdin.
30350         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30351         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30352         (gl_REPLACE_FSEEKO): New macro.
30353         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30354         * modules/fseeko (Files): Distribute fseeko.c.
30355         * modules/ftello (Files): Distribute ftello.c.
30356         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30357         mode.
30358         * lib/ftello.c (rpl_ftello): New file.
30359         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30360         fseeko, ftello.
30361         (gl_STDIN_LARGE_OFFSET): New macro.
30362         * modules/stdio (Makefile.am): Perform the replacement.
30363         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30364
30365 2007-05-23  Bruno Haible  <bruno@clisp.org>
30366
30367         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30368         GNULIB_POSIXCHECK is defined.
30369
30370 2007-05-21  Bruno Haible  <bruno@clisp.org>
30371
30372         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30373         Check also the output for NaN arguments. When cross-compiling, guess
30374         no on IRIX.
30375         * lib/vasnprintf.c: Update comments.
30376         * tests/test-vasnprintf-posix.c (strisnan): New function.
30377         (test_function): Use it.
30378         * tests/test-vasprintf-posix.c (strisnan): New function.
30379         (test_function): Use it.
30380         * tests/test-snprintf-posix.h (strisnan): New function.
30381         (test_function): Use it.
30382         * tests/test-sprintf-posix.h (strisnan): New function.
30383         (test_function): Use it.
30384         Reported by Eric Blake.
30385
30386 2007-05-20  Bruno Haible  <bruno@clisp.org>
30387
30388         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30389         numbers that fails on BeOS.
30390         * doc/functions/frexpl.texi: Update.
30391
30392 2007-05-20  Jim Meyering  <jim@meyering.net>
30393
30394         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30395         forced upon us by glibc-2.6.
30396
30397 2007-05-20  Bruno Haible  <bruno@clisp.org>
30398
30399         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30400         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30401         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30402         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30403         NEED_PRINTF_INFINITE.
30404         (is_infinitel): New function.
30405         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30406         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30407         gl_PREREQ_VASNPRINTF_INFINITE.
30408         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30409         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30410         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30411         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30412         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30413         gl_PREREQ_VASNPRINTF_INFINITE.
30414         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30415         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30416         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30417         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30418         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30419         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30420         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30421         * doc/functions/fprintf.texi: Update.
30422         * doc/functions/printf.texi: Update.
30423         * doc/functions/snprintf.texi: Update.
30424         * doc/functions/sprintf.texi: Update.
30425         * doc/functions/vfprintf.texi: Update.
30426         * doc/functions/vprintf.texi: Update.
30427         * doc/functions/vsnprintf.texi: Update.
30428         * doc/functions/vsprintf.texi: Update.
30429
30430 2007-05-20  Bruno Haible  <bruno@clisp.org>
30431
30432         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
30433         was not found in libc.
30434         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
30435
30436 2007-05-20  Bruno Haible  <bruno@clisp.org>
30437
30438         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30439         printed as "-nan" instead of "nan".
30440         * tests/test-vasprintf-posix.c (test_function): Likewise.
30441         * tests/test-snprintf-posix.h (test_function): Likewise.
30442         * tests/test-sprintf-posix.h (test_function): Likewise.
30443         Needed for HP-UX 11.
30444
30445 2007-05-20  Jim Meyering  <jim@meyering.net>
30446
30447         Fix buggy test for the fchownat-deref bug.
30448         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
30449         symlink required for the run-test.  Without it, this test would
30450         always declare that fchownat doesn't work, and client code would
30451         unnecessarily use the replacement function with fixed libc.
30452         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
30453         Reported by Greg Schafer.
30454
30455 2007-05-19  Bruno Haible  <bruno@clisp.org>
30456
30457         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
30458         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
30459         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
30460         Needed for IRIX 6.5 and Solaris 2.5.1.
30461
30462 2007-05-19  Bruno Haible  <bruno@clisp.org>
30463
30464         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
30465         (test_function): Skip tests involving -0.0 on platforms where
30466         -0.0 = 0.0.
30467         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
30468         (test_function): Skip tests involving -0.0 on platforms where
30469         -0.0 = 0.0.
30470         * tests/test-snprintf-posix.h (have_minus_zero): New function.
30471         (test_function): Skip tests involving -0.0 on platforms where
30472         -0.0 = 0.0.
30473         * tests/test-sprintf-posix.h (have_minus_zero): New function.
30474         (test_function): Skip tests involving -0.0 on platforms where
30475         -0.0 = 0.0.
30476         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
30477         tests.
30478         * tests/test-printf-posix.h (test_function): Likewise.
30479         * tests/test-printf-posix.output: Remove all -0.0 related results.
30480         Needed for IRIX 6.5.
30481
30482 2007-05-19  Bruno Haible  <bruno@clisp.org>
30483
30484         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
30485         printed as "nan0x7fffffff" instead of "nan".
30486         * tests/test-vasprintf-posix.c (test_function): Likewise.
30487         * tests/test-snprintf-posix.h (test_function): Likewise.
30488         * tests/test-sprintf-posix.h (test_function): Likewise.
30489         * tests/test-fprintf-posix.h (NaN): Remove macro.
30490         (test_function): Remove all NaN related tests.
30491         * tests/test-printf-posix.h (NaN): Remove macro.
30492         (test_function): Remove all NaN related tests.
30493         * tests/test-printf-posix.output: Remove all NaN related results.
30494         Needed for IRIX 6.5.
30495
30496 2007-05-19  Bruno Haible  <bruno@clisp.org>
30497
30498         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
30499         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
30500
30501 2007-05-19  Bruno Haible  <bruno@clisp.org>
30502
30503         * lib/float_.h: New file.
30504         * m4/float_h.m4: New file.
30505         * modules/float: New file.
30506         * modules/isnanl (Dependencies): Add float.
30507         * modules/isnanl-nolibm (Dependencies): Likewise.
30508         * modules/mathl (Dependencies): Likewise.
30509         * modules/printf-frexpl (Dependencies): Likewise.
30510         * modules/signbit (Dependencies): Likewise.
30511         * modules/vasnprintf (Dependencies): Likewise.
30512         * doc/headers/float.texi: Update.
30513
30514 2007-05-19  Jim Meyering  <jim@meyering.net>
30515
30516         * lib/utimens.c (gl_futimens): Rename from futimens,
30517         now that glibc-2.6 declares futimens.
30518         * lib/utimens.h: Likewise.
30519
30520 2007-05-19  Bruno Haible  <bruno@clisp.org>
30521
30522         Avoid test failures on mingw.
30523         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
30524         * tests/test-printf-posix.sh: Likewise.
30525         * tests/test-vfprintf-posix.sh: Likewise.
30526         * tests/test-vprintf-posix.sh: Likewise.
30527
30528 2007-05-19  Bruno Haible  <bruno@clisp.org>
30529
30530         Fix *printf result for NaN, Inf, -0.0 on mingw.
30531         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
30532         * lib/vasnprintf.c: Include math.h and isnan.h.
30533         (is_infinite_or_zero): New function.
30534         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
30535         values in the %f, %F, %e, %E, %g, %G directives.
30536         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
30537         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30538         gl_PRINTF_INFINITE and test its result. Invoke
30539         gl_PREREQ_VASNPRINTF_INFINITE.
30540         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30541         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30542         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30543         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30544         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30545         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30546         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30547         * doc/functions/fprintf.texi: Update.
30548         * doc/functions/printf.texi: Update.
30549         * doc/functions/snprintf.texi: Update.
30550         * doc/functions/sprintf.texi: Update.
30551         * doc/functions/vfprintf.texi: Update.
30552         * doc/functions/vprintf.texi: Update.
30553         * doc/functions/vsnprintf.texi: Update.
30554         * doc/functions/vsprintf.texi: Update.
30555
30556 2007-05-19  Bruno Haible  <bruno@clisp.org>
30557
30558         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
30559         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
30560         Instead of multiplying with 10^k, set extra_zeroes to k.
30561         (scale10_round_long_double): Remove function.
30562
30563 2007-05-18  Bruno Haible  <bruno@clisp.org>
30564
30565         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
30566         introduced on 2007-05-06.
30567
30568 2007-05-18  Bruno Haible  <bruno@clisp.org>
30569
30570         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
30571         %g directives.
30572         * tests/test-vasprintf-posix.c (test_function): Likewise.
30573         * tests/test-snprintf-posix.h (test_function): Likewise.
30574         * tests/test-sprintf-posix.h (test_function): Likewise.
30575
30576 2007-05-18  Bruno Haible  <bruno@clisp.org>
30577
30578         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
30579         (strmatch): New function.
30580         (test_function): Test the %f directive on numbers of various exponents.
30581         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
30582         (strmatch): New function.
30583         (test_function): Test the %f directive on numbers of various exponents.
30584         * tests/test-snprintf-posix.h (strmatch): New function.
30585         (test_function): Test the %f directive on numbers of various exponents.
30586         * tests/test-sprintf-posix.h (strmatch): New function.
30587         (test_function): Test the %f directive on numbers of various exponents.
30588         * tests/test-snprintf-posix.c (SIZEOF): New macro.
30589         * tests/test-sprintf-posix.c (SIZEOF): New macro.
30590         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
30591         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
30592
30593 2007-05-18  Bruno Haible  <bruno@clisp.org>
30594
30595         Add support for 'long double' number output.
30596         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
30597         * lib/vasnprintf.c: Include math.h and float+.h.
30598         (mp_limb_t): New type.
30599         (GMP_LIMB_BITS): New macro.
30600         (mp_twolimb_t): New type.
30601         (GMP_TWOLIMB_BITS): New macro.
30602         (mpn_t): New type.
30603         (multiply, divide, convert_to_decimal, decode_long_double,
30604         scale10_round_long_double, scale10_round_decimal_long_double,
30605         floorlog10l): New functions.
30606         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
30607         for the %f, %F, %e, %E, %g, %G directives.
30608         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
30609         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30610         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
30611         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
30612         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30613         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30614         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30615         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30616         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30617         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30618         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30619         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
30620         * modules/snprintf-posix (Depends-on): Likewise.
30621         * modules/sprintf-posix (Depends-on): Likewise.
30622         * modules/vasnprintf-posix (Depends-on): Likewise.
30623         * modules/vasprintf-posix (Depends-on): Likewise.
30624         * modules/vfprintf-posix (Depends-on): Likewise.
30625         * modules/vsnprintf-posix (Depends-on): Likewise.
30626         * modules/vsprintf-posix (Depends-on): Likewise.
30627         * modules/vasnprintf (Files): Add lib/float+.h.
30628         * doc/functions/fprintf.texi: Update.
30629         * doc/functions/printf.texi: Update.
30630         * doc/functions/snprintf.texi: Update.
30631         * doc/functions/sprintf.texi: Update.
30632         * doc/functions/vfprintf.texi: Update.
30633         * doc/functions/vprintf.texi: Update.
30634         * doc/functions/vsnprintf.texi: Update.
30635         * doc/functions/vsprintf.texi: Update.
30636
30637 2007-05-18  Bruno Haible  <bruno@clisp.org>
30638
30639         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
30640
30641 2007-05-18  Bruno Haible  <bruno@clisp.org>
30642
30643         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
30644         for printing 64-bit integers. Needed for mingw.
30645
30646 2007-05-18  Bruno Haible  <bruno@clisp.org>
30647
30648         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
30649         gl_FUNC_FREXPL_WORKS.
30650         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
30651
30652 2007-05-18  Bruno Haible  <bruno@clisp.org>
30653
30654         * modules/frexpl-nolibm-tests: New file.
30655
30656         * modules/frexpl-nolibm: New file.
30657         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
30658
30659 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30660
30661         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
30662         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30663         GCC 4.2, which otherwise issues a lot of warnings.
30664         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
30665         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
30666         Likewise.
30667         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
30668         * modules/iconv_open (iconv.h): Likewise.
30669         * modules/locale (locale.h): Likewise.
30670         * modules/netinet_in (netinet/in.h): Likewise.
30671         * modules/sys_select (sys_select.h): Likewise.
30672         * modules/sys_socket (sys/socket.h): Likewise.
30673         * modules/sys_stat (sys/stat.h): Likewise.
30674         * modules/sysexits (sysexits.h): Likewise.
30675         * modules/unistd (unistd.h): Likewise.
30676
30677 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30678
30679         * modules/closein-tests (Makefile.am): Distribute
30680         `test-closein.sh'.
30681
30682 2007-05-17  Bruno Haible  <bruno@clisp.org>
30683
30684         * tests/test-printf-posix.output: Renamed from
30685         tests/test-fprintf-posix.out.
30686         * modules/fprintf-posix-tests: Update.
30687         * modules/printf-posix-tests: Update.
30688         * modules/vfprintf-posix-tests: Update.
30689         * modules/vprintf-posix-tests: Update.
30690         * tests/test-fprintf-posix.sh: Update.
30691         * tests/test-printf-posix.sh: Update.
30692         * tests/test-vfprintf-posix.sh: Update.
30693         * tests/test-vprintf-posix.sh: Update.
30694         Reported by Ralf Wildenhues.
30695
30696 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30697
30698         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
30699         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
30700         GCC 4.2, which otherwise issues a lot of warnings.
30701         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
30702         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
30703         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
30704         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
30705         it should no longer be needed.
30706         * lib/string_.h: Likewise.
30707         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
30708         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
30709         * modules/inttypes (inttypes.h): Likewise.
30710         * modules/math (math.h): Likewise.
30711         * modules/search (search.h): Likewise.
30712         * modules/signal (signal.h): Likewise.
30713         * modules/stdint (stdint.h): Likewise.
30714         * modules/stdio (stdio.h): Likewise.
30715         * modules/stdlib (stdlib.h): Likewise.
30716         * modules/string (string.h): Likewise.
30717         * modules/sys_time (sys/time.h): Likewise.
30718         * modules/time (time.h): Likewise.
30719         * modules/wchar (wchar.h): Likewise.
30720         * modules/wctype (wtype.h): Likewise.
30721
30722 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
30723
30724         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
30725
30726 2007-05-13  Bruno Haible  <bruno@clisp.org>
30727
30728         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
30729         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30730         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
30731         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30732         (gl_PREREQ_STRTOK_R): Don't require it here.
30733
30734 2007-05-13  Bruno Haible  <bruno@clisp.org>
30735
30736         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
30737         when used in C++ mode.
30738
30739 2007-05-12  Bruno Haible  <bruno@clisp.org>
30740
30741         * lib/linebuffer.h: Tweak doc.
30742         * lib/linebuffer.c: Likewise.
30743
30744 2007-05-12  James Youngman  <jay@gnu.org>
30745
30746         * lib/linebuffer.c (readlinebuffer_delim): New function,
30747         like readlinebuffer, but use a caller-specified delimiter.
30748         (readlinebuffer): Just call readlinebuffer_delim with '\n'
30749         as the delimiter.
30750         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
30751
30752 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30753
30754         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
30755         * modules/openat (Files): Remove openat-die.c.
30756         (Depends-on): Add openat-die.
30757         * modules/openat-die: New module.
30758
30759 2007-05-06  Bruno Haible  <bruno@clisp.org>
30760
30761         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
30762         Update with info about Cygwin.
30763         * doc/functions/fprintf.texi: Update.
30764         * doc/functions/printf.texi: Update.
30765         * doc/functions/snprintf.texi: Update.
30766         * doc/functions/sprintf.texi: Update.
30767         * doc/functions/vfprintf.texi: Update.
30768         * doc/functions/vprintf.texi: Update.
30769         * doc/functions/vsnprintf.texi: Update.
30770         * doc/functions/vsprintf.texi: Update.
30771         Reported by Eric Blake.
30772
30773 2007-05-06  Bruno Haible  <bruno@clisp.org>
30774
30775         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
30776         padding ourselves for the floating-point directives.
30777         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
30778         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
30779         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30780         gl_PRINTF_FLAG_ZERO and test its result. Invoke
30781         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
30782         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30783         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30784         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30785         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30786         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30787         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30788         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30789         * tests/test-snprintf-posix.h (test_function): Also check the width
30790         and some flags in the %f directive.
30791         * tests/test-sprintf-posix.h (test_function): Likewise.
30792         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30793         * tests/test-vasprintf-posix.c (test_function): Likewise.
30794         * doc/functions/fprintf.texi: Update.
30795         * doc/functions/printf.texi: Update.
30796         * doc/functions/snprintf.texi: Update.
30797         * doc/functions/sprintf.texi: Update.
30798         * doc/functions/vfprintf.texi: Update.
30799         * doc/functions/vprintf.texi: Update.
30800         * doc/functions/vsnprintf.texi: Update.
30801         * doc/functions/vsprintf.texi: Update.
30802
30803 2007-05-06  Bruno Haible  <bruno@clisp.org>
30804
30805         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
30806         pass the ' flag character to sprintf or snprintf.
30807         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
30808         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
30809         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30810         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
30811         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
30812         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30813         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
30814         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30815         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30816         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30817         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30818         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30819         * tests/test-snprintf-posix.h (test_function): Also check the grouping
30820         flag.
30821         * tests/test-sprintf-posix.h (test_function): Likewise.
30822         * tests/test-vasnprintf-posix.c (test_function): Likewise.
30823         * tests/test-vasprintf-posix.c (test_function): Likewise.
30824         * doc/functions/fprintf.texi: Update.
30825         * doc/functions/printf.texi: Update.
30826         * doc/functions/snprintf.texi: Update.
30827         * doc/functions/sprintf.texi: Update.
30828         * doc/functions/vfprintf.texi: Update.
30829         * doc/functions/vprintf.texi: Update.
30830         * doc/functions/vsnprintf.texi: Update.
30831         * doc/functions/vsprintf.texi: Update.
30832
30833 2007-05-01  Bruno Haible  <bruno@clisp.org>
30834
30835         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
30836
30837 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
30840         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
30841
30842 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
30845         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
30846         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
30847
30848 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
30849
30850         * lib/argp-help.c (struct hol_entry): New member `ord'.
30851         (HOL_ENTRY_PTRCMP): Use ord for comparison
30852         (hol_sort): Initialize ord.
30853
30854 2007-05-01  Bruno Haible  <bruno@clisp.org>
30855
30856         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
30857         Reported by Eric Blake.
30858         * doc/gnulib.texi (Function Substitutes): Update.
30859
30860 2007-05-01  Bruno Haible  <bruno@clisp.org>
30861
30862         * doc/functions.texi: Remove file, now redundant through
30863         doc/functions/*.texi.
30864
30865 2007-05-01  Bruno Haible  <bruno@clisp.org>
30866
30867         * modules/argp (Depends-on): Add sleep.
30868
30869 2007-05-01  Bruno Haible  <bruno@clisp.org>
30870
30871         * modules/sleep-tests: New file.
30872         * tests/test-sleep.c: New file.
30873
30874         * modules/sleep: New file.
30875         * lib/sleep.c: New file.
30876         * m4/sleep.m4: New file.
30877         * lib/unistd_.h (sleep): New declaration.
30878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
30879         HAVE_SLEEP.
30880         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
30881         * doc/functions/sleep.texi: Document the sleep module.
30882
30883 2007-05-01  Bruno Haible  <bruno@clisp.org>
30884
30885         * lib/sigprocmask.h: Remove file.
30886         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
30887         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
30888         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
30889         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
30890         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
30891         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
30892         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
30893         HAVE_SIGSET_T as a shell variable.
30894         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
30895         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
30896         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
30897         (Depends-on): Add signal. Remove verify.
30898         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
30899         (Include): Mention <signal.h> instead of sigprocmask.h.
30900         * NEWS: Mention the change.
30901         * lib/fatal-signal.c: Don't include sigprocmask.h.
30902
30903 2007-05-01  Bruno Haible  <bruno@clisp.org>
30904
30905         * modules/signal: New file.
30906         * lib/signal_.h: New file.
30907         * m4/signal_h.m4: New file.
30908
30909 2007-05-01  Bruno Haible  <bruno@clisp.org>
30910
30911         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
30912         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
30913         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
30914         HAVE_WCTYPE_CTMP_BUG into wctype.h.
30915
30916 2007-05-01  Bruno Haible  <bruno@clisp.org>
30917
30918         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
30919         configure time.
30920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
30921         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
30922         * modules/sys_stat (Makefile.am): Substitute their values into
30923         sys/stat.h.
30924
30925 2007-05-01  Bruno Haible  <bruno@clisp.org>
30926
30927         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
30928         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
30929         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
30930
30931 2007-05-01  Bruno Haible  <bruno@clisp.org>
30932
30933         * doc/header/assert.texi: Undo last change: don't mention the gnulib
30934         'assert' module here.
30935
30936 2007-05-01  Bruno Haible  <bruno@clisp.org>
30937
30938         * doc/functions/*.texi: New files.
30939         * doc/functions/google-ranking.txt: New file.
30940         * doc/gnulib.texi (Function Substitutes): New chapter.
30941         (ctime, inet_ntoa): Remove sections.
30942         * doc/ctime.texi: Remove file.
30943         * doc/inet_ntoa.texi: Remove file.
30944         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
30945         dependencies.
30946         (%.info): New rule, specifying a --reference-limit.
30947
30948 2007-05-01  Bruno Haible  <bruno@clisp.org>
30949
30950         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
30951
30952 2007-05-01  Bruno Haible  <bruno@clisp.org>
30953
30954         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
30955         the portability of 'mkdir' to mingw systems.
30956
30957 2007-05-01  Bruno Haible  <bruno@clisp.org>
30958
30959         * doc/headers/google-ranking.txt: New file.
30960
30961 2007-04-30  Eric Blake  <ebb9@byu.net>
30962
30963         Prefer fseeko to fseek.
30964         * modules/getpass (Depends-on): Add fseeko.
30965         * lib/getpass.c (getpass): Use fseeko, not fseek.
30966
30967 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
30968
30969         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
30970         assumes the sorting is stable, while most qsort implementations
30971         are not.  Use argument addresses to ensure they never compare as
30972         equal.
30973
30974         * tests/test-argp-2.sh (usage-indent test): Fix output
30975         (func_compare): Restore diff options
30976         * tests/test-argp.c: Restore #include "progname.h"
30977
30978 2007-04-29  Bruno Haible  <bruno@clisp.org>
30979
30980         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
30981         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
30982         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
30983         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30984         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
30985         (configure.ac): Define CHECK_SNPRINTF_POSIX.
30986         (TESTS, check_PROGRAMS): Add test-snprintf.
30987         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
30988         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
30989         (TESTS, check_PROGRAMS): Add test-vsnprintf.
30990         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
30991         assertions that fail on HP-UX, OSF/1, or IRIX.
30992         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
30993
30994 2007-04-29  Bruno Haible  <bruno@clisp.org>
30995
30996         * MODULES.html.sh (posix_functions): Remove 'contents'.
30997
30998 2007-04-29  Karl Berry  <karl@gnu.org>
30999
31000         * config/srclist.txt (gendocs_template_min): new entry.
31001
31002 2007-04-29  Bruno Haible  <bruno@clisp.org>
31003
31004         Work around fpurge bug on BSD systems.
31005         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
31006         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
31007         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31008         fpurge to rpl_fpurge if the system already has this function.
31009         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
31010         the case where the system already has this function. Correct invariants
31011         on BSD systems.
31012         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
31013         BSD systems.
31014
31015 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
31016
31017         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
31018         proposed by Sven Verdoolaege.
31019
31020         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
31021         options.
31022         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
31023         (usage and help tests): Update
31024
31025 2007-04-29  Bruno Haible  <bruno@clisp.org>
31026
31027         * tests/test-fflush.c (main): Use a file of size 17, not 10.
31028         Print more information in case of failure. Disable a test on BeOS.
31029
31030 2007-04-29  Bruno Haible  <bruno@clisp.org>
31031
31032         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
31033         This helps debugging on systems on which no gdb is available.
31034
31035 2007-04-29  Bruno Haible  <bruno@clisp.org>
31036
31037         * lib/freading.h: Improve comments.
31038         * lib/fwriting.h: Likewise.
31039         * tests/test-freading.c (main): Don't check freading immediately after
31040         repositioning. Needed for glibc.
31041
31042 2007-04-29  Bruno Haible  <bruno@clisp.org>
31043
31044         * lib/freading.c (freading): Trivial simplification.
31045
31046 2007-04-28  Bruno Haible  <bruno@clisp.org>
31047
31048         * tests/test-fwriting.c (main): Also test the interaction between
31049         fflush and fwriting.
31050         * modules/fwriting-tests (Depends-on): Add fflush.
31051
31052         * tests/test-freading.c (main): Also test the interaction between
31053         fflush and freading.
31054         * modules/freading-tests (Depends-on): Add fflush.
31055
31056 2007-04-28  Bruno Haible  <bruno@clisp.org>
31057
31058         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
31059         fseeko and ftello.
31060         Suggested by Eric Blake.
31061
31062 2007-04-28  Jim Meyering  <jim@meyering.net>
31063
31064         Avoid false-negative in gl_STDINT_H's C99 conformance test.
31065         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
31066         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
31067
31068 2007-04-27  Eric Blake  <ebb9@byu.net>
31069
31070         * doc/headers/assert.texi (assert.h): Document assert module use.
31071
31072 2007-04-27  Bruno Haible  <bruno@clisp.org>
31073
31074         * doc/headers/*.texi: New files.
31075         * doc/gnulib.texi (Header File Substitutes): New chapter.
31076         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
31077         dependencies.
31078         (standards.info ,standards.html, standards.dvi): Update dependencies.
31079         (mostlyclean, clean): New targets.
31080
31081 2007-04-27  Bruno Haible  <bruno@clisp.org>
31082
31083         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
31084         * modules/sysexits (Files, Makefile.am): Update.
31085
31086         * lib/sys_socket_.h: Renamed from lib/socket_.h.
31087         * modules/sys_socket (Files, Makefile.am): Update.
31088
31089         * lib/sys_stat_.h: Renamed from lib/stat_.h.
31090         * modules/sys_stat (Files, Makefile.am): Update.
31091
31092 2007-04-27  Eric Blake  <ebb9@byu.net>
31093
31094         * lib/freading.h: Improve comments.
31095         * lib/fwriting.h: Likewise.
31096         * lib/fflush.c: Likewise.
31097
31098         Fix closein for mingw.
31099         * modules/closein-tests: Add tests for closein.
31100         * tests/test-closein.c: New file.
31101         * tests/test-closein.sh: Likewise.
31102         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
31103         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
31104
31105 2007-04-27  Bruno Haible  <bruno@clisp.org>
31106
31107         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
31108         version is < 6.
31109         * lib/math_.h [__DECC]: Likewise.
31110         * lib/stdio_.h [__DECC]: Likewise.
31111         * lib/stdlib_.h [__DECC]: Likewise.
31112         * lib/string_.h [__DECC]: Likewise.
31113         * lib/time_.h [__DECC]: Likewise.
31114         * lib/wchar_.h [__DECC]: Likewise.
31115         * lib/wctype_.h [__DECC]: Likewise.
31116
31117 2007-04-27  Bruno Haible  <bruno@clisp.org>
31118
31119         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31120
31121 2007-04-27  Bruno Haible  <bruno@clisp.org>
31122
31123         * lib/fflush.c: Add comments.
31124         * modules/fpurge-tests (Depends-on): Add fflush.
31125         * modules/freadable-tests (Depends-on): Likewise.
31126         * modules/fwritable-tests (Depends-on): Likewise.
31127
31128 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31129
31130         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
31131         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
31132         Report by Bruno Haible <bruno@clisp.org>.
31133
31134 2007-04-26  Eric Blake  <ebb9@byu.net>
31135
31136         Fix fflush on mingw.
31137         * modules/fflush (Depends-on): Add freading.
31138         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
31139         but unread data.
31140
31141 2007-04-26  Eric Blake  <ebb9@byu.net>
31142         and Bruno Haible  <bruno@clisp.org>
31143
31144         Implement freading and fwriting.
31145         * lib/freading.c: New file.
31146         * lib/freading.h: Likewise.
31147         * m4/freading.m4: Likewise.
31148         * modules/freading: Likewise.
31149         * modules/freading-tests: Likewise.
31150         * tests/test-freading.c: Likewise.
31151         * lib/fwriting.c: New file.
31152         * lib/fwriting.h: Likewise.
31153         * m4/fwriting.m4: Likewise.
31154         * modules/fwriting: Likewise.
31155         * modules/fwriting-tests: Likewise.
31156         * tests/test-fwriting.c: Likewise.
31157         * MODULES.html.sh (File stream based Input/Output): Mention them.
31158
31159 2007-04-26  Bruno Haible  <bruno@clisp.org>
31160
31161         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
31162         'long' when we assume it.
31163         Suggested by Eric Blake.
31164
31165 2007-04-26  Bruno Haible  <bruno@clisp.org>
31166
31167         Ensure fseeko, ftello are declared on glibc systems.
31168         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
31169         * modules/fseeko (configure.ac-early): Likewise.
31170         * modules/ftello (configure.ac-early): Likewise.
31171         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
31172         AC_FUNC_FSEEKO for this.
31173         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
31174         (gl_CHECK_FSEEKO): Remove macro.
31175
31176 2007-04-26  Bruno Haible  <bruno@clisp.org>
31177
31178         * tests/test-fflush.c (main): Also check the ftell result after
31179         fflush and fseek/fseeko.
31180         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
31181         file descriptor position cache in the stream.
31182         * lib/fseeko.c (rpl_fseeko): Likewise.
31183
31184 2007-04-26  Bruno Haible  <bruno@clisp.org>
31185
31186         * modules/fflush-tests (Depends-on): Add fseeko.
31187
31188 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
31189             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31190
31191         * lib/argz_.h: ensure error_t definition is obtained in same
31192         mechanism system argz.h would have.
31193         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
31194         argz facilities are known bad.  Err on the side of caution if
31195         cross-compiling.
31196
31197 2007-04-25  Eric Blake  <ebb9@byu.net>
31198
31199         * lib/fpurge.c (includes): Use stdlib.h for free.
31200         * tests/test-fflush.c (main): Also test fflush-fseeko.
31201
31202 2007-04-25  Bruno Haible  <bruno@clisp.org>
31203
31204         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
31205         * lib/fseeko.c: New file.
31206         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
31207         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
31208         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
31209         gl_FUNC_FSEEKO.
31210         (gl_FUNC_FSEEKO): Invoke it.
31211         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
31212         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
31213         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
31214
31215 2007-04-25  Bruno Haible  <bruno@clisp.org>
31216
31217         * modules/fflush (Depends-on): Add ftello.
31218
31219 2007-04-25  Bruno Haible  <bruno@clisp.org>
31220
31221         * modules/ftello-tests: New file.
31222         * tests/test-ftello.c: New file.
31223
31224         * modules/ftello: New file.
31225         * m4/ftello.m4: New file.
31226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
31227         HAVE_FTELLO.
31228         * lib/stdio_.h (ftello): New declaration.
31229         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
31230         HAVE_FTELLO.
31231
31232 2007-04-25  Bruno Haible  <bruno@clisp.org>
31233
31234         * modules/fseeko-tests: New file.
31235         * tests/test-fseeko.c: New file.
31236
31237         * modules/fseeko: New file.
31238         * m4/fseeko.m4: New file.
31239         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
31240         HAVE_FSEEKO.
31241         * lib/stdio_.h (fseeko): New declaration.
31242         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
31243         HAVE_FSEEKO.
31244
31245 2007-04-25  Bruno Haible  <bruno@clisp.org>
31246
31247         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
31248
31249 2007-04-25  Bruno Haible  <bruno@clisp.org>
31250
31251         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
31252         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
31253         * tests/test-unistd.c: Likewise.
31254         * tests/test-fcntl.c: Likewise.
31255
31256 2007-04-23  Eric Blake  <ebb9@byu.net>
31257
31258         * lib/fflush.c: Fix missing include.
31259         Reported by Bruno Haible.
31260
31261 2007-04-23  Bruno Haible  <bruno@clisp.org>
31262
31263         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
31264         Reported by Eric Blake.
31265
31266 2007-04-23  Bruno Haible  <bruno@clisp.org>
31267
31268         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
31269
31270 2007-04-23  Bruno Haible  <bruno@clisp.org>
31271
31272         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
31273
31274 2007-04-23  Bruno Haible  <bruno@clisp.org>
31275
31276         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31277         Needed on HP-UX 11.
31278
31279 2007-04-16  Eric Blake  <ebb9@byu.net>
31280
31281         Make fflush rely on fpurge.
31282         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31283         open coding all variants.
31284         * modules/fflush (Depends-on): Add fpurge and unistd.
31285         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31286         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31287
31288         Fix --with-tests compilation on cygwin.
31289         * modules/argmatch-tests (Makefile.am): List gnulib library first
31290         in LDADD.
31291         * modules/argp-tests (Makefile.am): Likewise.
31292         * modules/array-list-tests (Makefile.am): Likewise.
31293         * modules/array-oset-tests (Makefile.am): Likewise.
31294         * modules/avltree-list-tests (Makefile.am): Likewise.
31295         * modules/avltree-oset-tests (Makefile.am): Likewise.
31296         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31297         * modules/carray-list-tests (Makefile.am): Likewise.
31298         * modules/dirname-tests (Makefile.am): Likewise.
31299         * modules/frexp-tests (Makefile.am): Likewise.
31300         * modules/isnanl-tests (Makefile.am): Likewise.
31301         * modules/linked-list-tests (Makefile.am): Likewise.
31302         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31303         * modules/lock-tests (Makefile.am): Likewise.
31304         * modules/rbtree-list-tests (Makefile.am): Likewise.
31305         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31306         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31307         * modules/tls-tests (Makefile.am): Likewise.
31308         * modules/tsearch-tests (Makefile.am): Likewise.
31309         * modules/xvasprintf-tests (Makefile.am): Likewise.
31310
31311         Fix fpurge for cygwin.
31312         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31313         value.
31314         * modules/fpurge-tests (Depends-on): Clean up trash.
31315
31316 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31317
31318         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31319
31320         * m4/autobuild.m4: Re-indent.
31321
31322 2007-04-13  Bruno Haible  <bruno@clisp.org>
31323
31324         * modules/fpurge-tests: New file.
31325         * tests/test-fpurge.c: New file.
31326
31327         * modules/fpurge: New file.
31328         * lib/fpurge.h: New file.
31329         * lib/fpurge.c: New file.
31330         * m4/fpurge.m4: New file.
31331
31332 2007-04-13  Bruno Haible  <bruno@clisp.org>
31333
31334         * modules/fbufmode-tests: New file.
31335         * tests/test-fbufmode.c: New file.
31336
31337         * modules/fbufmode: New file.
31338         * lib/fbufmode.h: New file.
31339         * lib/fbufmode.c: New file.
31340         * m4/fbufmode.m4: New file.
31341
31342 2007-04-13  Bruno Haible  <bruno@clisp.org>
31343
31344         * modules/fwritable-tests: New file.
31345         * tests/test-fwritable.c: New file.
31346
31347         * modules/fwritable: New file.
31348         * lib/fwritable.h: New file.
31349         * lib/fwritable.c: New file.
31350         * m4/fwritable.m4: New file.
31351
31352 2007-04-13  Bruno Haible  <bruno@clisp.org>
31353
31354         * modules/freadable-tests: New file.
31355         * tests/test-freadable.c: New file.
31356
31357         * modules/freadable: New file.
31358         * lib/freadable.h: New file.
31359         * lib/freadable.c: New file.
31360         * m4/freadable.m4: New file.
31361
31362 2007-04-13  Bruno Haible  <bruno@clisp.org>
31363
31364         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31365         MOSTLYCLEANFILES.
31366
31367 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31368
31369         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31370         gzip bootstrap.conf to avoid dragging in i18n machinery.
31371         (gnulib_tool_option): Use it.
31372
31373 2007-04-13  Bruno Haible  <bruno@clisp.org>
31374
31375         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31376         %F directives.
31377         * tests/test-vasprintf-posix.c (test_function): Likewise.
31378         * tests/test-snprintf-posix.h (test_function): Likewise.
31379         * tests/test-sprintf-posix.h (test_function): Likewise.
31380         * tests/test-fprintf-posix.h (test_function): Likewise.
31381         * tests/test-printf-posix.h (test_function): Likewise.
31382         * tests/test-fprintf-posix.out: Likewise.
31383
31384 2007-04-13  Bruno Haible  <bruno@clisp.org>
31385
31386         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31387         * modules/tls-tests (configure.ac): Likewise.
31388         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31389
31390 2007-04-13  Bruno Haible  <bruno@clisp.org>
31391
31392         * lib/tls.c (glthread_tls_get): Fix return type.
31393         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31394
31395 2007-04-12  Eric Blake  <ebb9@byu.net>
31396
31397         * modules/gettime (Depends-on): Remove gettime.
31398         Reported by Dmitry V. Levin.
31399
31400 2007-04-12  Bruno Haible  <bruno@clisp.org>
31401
31402         * modules/fflush (Include): Mention <stdio.h>.
31403         * modules/strtoimax (Include): Mention <inttypes.h>.
31404         * modules/strtoumax (Include): Likewise.
31405
31406 2007-04-12  Eric Blake  <ebb9@byu.net>
31407
31408         * .cvsignore: New file.
31409         * .gitignore: Likewise.
31410
31411 2007-04-12  Bruno Haible  <bruno@clisp.org>
31412
31413         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31414         not before, since $(LDADD) often contains libgnu.a.
31415         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31416         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31417         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31418         Needed on Cygwin.
31419
31420 2007-04-12  Eric Blake  <ebb9@byu.net>
31421
31422         Work around glibc's failure to flush stdin on fclose.
31423         * lib/closein.c (close_stdin): Flush stdin before closing.
31424
31425         Work around glibc's failure to reset seekable stdin on exit.
31426         * modules/closein: New module.
31427         * lib/closein.c: New file.
31428         * lib/closein.h: Likewise.
31429         * m4/closein.m4: Likewise.
31430         * MODULES.html.sh (File stream based Input/Output): Document it.
31431
31432 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31433
31434         * gnulib-tool: Rename generated 'autobuild' script to
31435         'do-autobuild' in --create-megatestdir output.
31436
31437         * doc/gnulib.texi (Build robot for gnulib): Fix.
31438
31439 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31440
31441         * modules/sysexits (Depends-on): Add absolute-header.
31442
31443 2007-04-12  Eric Blake  <ebb9@byu.net>
31444
31445         No need to preserve errno on success.
31446         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
31447         Reported by Bruno Haible.
31448
31449 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31450
31451         * MODULES.html.sh (Support for maintaining and releasing
31452         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
31453
31454 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31455
31456         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
31457
31458 2007-04-12  Simon Josefsson  <simon@josefsson.org>
31459
31460         * modules/autobuild: New module.
31461
31462         * m4/autobuild.m4: New file.
31463
31464 2007-04-11  Bruno Haible  <bruno@clisp.org>
31465
31466         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
31467         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
31468         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
31469         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
31470         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31471         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31472         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31474         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31475         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31476         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
31477         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31478         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31479         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
31480         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31481         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31482         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
31483         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31484         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31485         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
31486         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31487         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31488         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
31489         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31490         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
31492         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
31493         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
31494         Reported by Eric Blake.
31495
31496 2007-04-11  Bruno Haible  <bruno@clisp.org>
31497
31498         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
31499
31500 2007-04-10  Bruno Haible  <bruno@clisp.org>
31501
31502         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
31503         for NaN and Infinity. Needed on FreeBSD 6.1.
31504         * tests/test-vasnprintf-posix.c (test_function): Undo last change
31505         regarding results for "%010a" of Infinity and NaN.
31506         * tests/test-vasprintf-posix.c (test_function): Likewise.
31507         * tests/test-snprintf-posix.h (test_function): Likewise.
31508         * tests/test-sprintf-posix.h (test_function): Likewise.
31509         * tests/test-fprintf-posix.h (test_function): Likewise.
31510         * tests/test-printf-posix.h (test_function): Likewise.
31511         * tests/test-fprintf-posix.out: Likewise.
31512
31513 2007-04-10  Bruno Haible  <bruno@clisp.org>
31514
31515         * modules/locale-tests: New file.
31516         * tests/test-locale.c: New file.
31517
31518         * modules/locale: New file.
31519         * lib/locale_.h: New file.
31520         * m4/locale_h.m4: New file.
31521
31522 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
31523             Bruno Haible  <bruno@clisp.org>
31524
31525         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
31526         be determined, test for availability of the copysignf, copysign,
31527         copysignl functions.
31528         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
31529         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
31530         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
31531
31532 2007-04-09  Eric Blake  <ebb9@byu.net>
31533
31534         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
31535         * modules/stdio (Makefile.am): Support fflush.
31536         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
31537         * modules/fflush: New file.
31538         * lib/fflush.c: Likewise.
31539         * m4/fflush.m4: Likewise.
31540         * modules/fflush-tests: New test.
31541         * tests/test-fflush.c: Likewise.
31542         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
31543
31544 2007-04-06  Bruno Haible  <bruno@clisp.org>
31545
31546         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
31547         (VASNPRINTF): Use signbit for faster determination whether to print a
31548         minus sign.
31549         * modules/vasnprintf (Files): Remove lib/float+.h.
31550         * modules/fprintf-posix (Depends-on): Add signbit.
31551         * modules/snprintf-posix (Depends-on): Likewise.
31552         * modules/sprintf-posix (Depends-on): Likewise.
31553         * modules/vasnprintf-posix (Depends-on): Likewise.
31554         * modules/vasprintf-posix (Depends-on): Likewise.
31555         * modules/vfprintf-posix (Depends-on): Likewise.
31556         * modules/vsnprintf-posix (Depends-on): Likewise.
31557         * modules/vsprintf-posix (Depends-on): Likewise.
31558
31559 2007-04-06  Bruno Haible  <bruno@clisp.org>
31560
31561         * tests/test-frexp.c (main): Test also the sign bit of zero results.
31562         * tests/test-frexpl.c (main): Likewise.
31563         * tests/test-ldexpl.c (main): Likewise.
31564         * modules/frexp-tests (Depends-on): Add signbit.
31565         * modules/frexpl-tests (Depdends-on): Likewise.
31566         * modules/ldexpl-tests (Depdends-on): Likewise.
31567
31568 2007-04-06  Bruno Haible  <bruno@clisp.org>
31569
31570         * modules/signbit-tests: New file.
31571         * tests/test-signbit.c: New file.
31572
31573         * modules/signbit: New file.
31574         * lib/signbitf.c: New file.
31575         * lib/signbitd.c: New file.
31576         * lib/signbitl.c: New file.
31577         * m4/signbit.m4: New file.
31578         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
31579         (signbit): New macro.
31580         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
31581         REPLACE_SIGNBIT.
31582         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
31583         REPLACE_FREXPL into math.h.
31584
31585 2007-04-06  Bruno Haible  <bruno@clisp.org>
31586
31587         * modules/isnanf-nolibm-tests: New file.
31588         * tests/test-isnanf.c: New file.
31589
31590         * modules/isnanf-nolibm: New file.
31591         * lib/isnanf.h: New file.
31592         * lib/isnanf.c: New file.
31593         * lib/isnan.c: Consider the USE_FLOAT macro.
31594         * m4/isnanf.m4: New file.
31595
31596 2007-04-06  Bruno Haible  <bruno@clisp.org>
31597
31598         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
31599         (Link): New section.
31600
31601         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
31602
31603 2007-04-06  Bruno Haible  <bruno@clisp.org>
31604
31605         Assume the 'long double' type.
31606         * m4/longdouble.m4: Remove file.
31607         * config/srclist.txt: Don't mention longdouble.m4.
31608         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
31609         * lib/float+.h: Likewise.
31610         * lib/frexp.c: Likewise.
31611         * lib/printf-args.h: Likewise.
31612         * lib/printf-args.c: Likewise.
31613         * lib/printf-frexp.c: Likewise.
31614         * lib/printf-parse.c: Likewise.
31615         * lib/vasnprintf.c: Likewise.
31616         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
31617         * m4/intl.m4: Likewise.
31618         * m4/isnanl.m4: Likewise.
31619         * m4/printf.m4: Likewise.
31620         * m4/printf-frexpl.m4: Likewise.
31621         * m4/vasnprintf.m4: Likewise.
31622         * modules/allocsa (Files): Remove m4/longdouble.m4.
31623         * modules/gettext (Files): Likewise.
31624         * modules/relocatable-prog-wrapper (Files): Likewise.
31625         * modules/vasnprintf (Files): Likewise.
31626         * modules/isnanl (Files): Likewise.
31627         (Include): Simplify.
31628         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
31629         (Include): Simplify.
31630         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
31631         (Include): Simplify.
31632         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
31633         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31634         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
31635         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31636         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31637         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31638         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
31639         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31640         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
31641         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31642         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
31643         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
31644         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
31645         * tests/test-isnanl.c: Likewise.
31646         * tests/test-snprintf-posix.h: Likewise.
31647         * tests/test-sprintf-posix.h: Likewise.
31648         * tests/test-vasnprintf-posix.c: Likewise.
31649         * tests/test-vasnprintf-posix2.c: Likewise.
31650         * tests/test-vasprintf-posix.c: Likewise.
31651
31652 2007-04-06  Bruno Haible  <bruno@clisp.org>
31653
31654         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
31655         * lib/math_.h [__DECC]: Include the overridden include file through
31656         #include_next, outside the double-inclusion guard.
31657         * lib/stdio_.h [__DECC]: Likewise.
31658         * lib/stdlib_.h [__DECC]: Likewise.
31659         * lib/string_.h [__DECC]: Likewise.
31660         * lib/time_.h [__DECC]: Likewise.
31661         * lib/wchar_.h [__DECC]: Likewise.
31662         * lib/wctype_.h [__DECC]: Likewise.
31663         * lib/inttypes_.h [__DECC]: Likewise.
31664         Reported by Albert Chin <china@thewrittenword.com> in
31665         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
31666
31667 2007-04-04  Eric Blake  <ebb9@byu.net>
31668
31669         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
31670         1.5.x.
31671
31672 2007-04-04  Bruno Haible  <bruno@clisp.org>
31673
31674         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
31675         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
31676
31677 2007-04-04  Bruno Haible  <bruno@clisp.org>
31678
31679         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
31680         results for "%010a" of Infinity and NaN.
31681         * tests/test-vasprintf-posix.c (test_function): Likewise.
31682         * tests/test-snprintf-posix.h (test_function): Likewise.
31683         * tests/test-sprintf-posix.h (test_function): Likewise.
31684         * tests/test-fprintf-posix.h (test_function): Remove these tests.
31685         * tests/test-printf-posix.h (test_function): Likewise.
31686         * tests/test-fprintf-posix.out: Update.
31687         Needed for FreeBSD 6.1.
31688
31689 2007-04-04  Bruno Haible  <bruno@clisp.org>
31690
31691         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
31692         directly used by the gnulib modules nor by gnulib-tool.
31693
31694 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31695
31696         * DEPENDENCIES: Give overall description of version dependency
31697         desirability.  Use more-typical names for apps.
31698         Add shell, coreutils, diffutils, grep, tar, gzip.
31699
31700 2007-04-04  Simon Josefsson  <simon@josefsson.org>
31701
31702         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31703
31704 2007-04-04  Karl Berry  <karl@gnu.org>
31705
31706         * MODULES.html.sh (func_module): missing '.
31707
31708 2007-04-03  Bruno Haible  <bruno@clisp.org>
31709
31710         * modules/argmatch-tests (Makefile.am): New variable
31711         test_argmatch_LDADD.
31712         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
31713         * modules/array-list-tests (Makefile.am): New variable
31714         test_array_list_LDADD.
31715         * modules/array-oset-tests (Makefile.am): New variable
31716         test_array_oset_LDADD.
31717         * modules/avltree-list-tests (Makefile.am): New variable
31718         test_avltree_list_LDADD.
31719         * modules/avltree-oset-tests (Makefile.am): New variable
31720         test_avltree_oset_LDADD.
31721         * modules/avltreehash-list-tests (Makefile.am): New variable
31722         test_avltreehash_list_LDADD.
31723         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
31724         test_canonicalize_lgpl_LDADD.
31725         * modules/carray-list-tests (Makefile.am): New variable
31726         test_carray_list_LDADD.
31727         * modules/dirname-tests (Makefile.am): New variable
31728         test_dirname_LDADD.
31729         * modules/linked-list-tests (Makefile.am): New variable
31730         test_linked_list_LDADD.
31731         * modules/linkedhash-list-tests (Makefile.am): New variable
31732         test_linkedhash_list_LDADD.
31733         * modules/rbtree-list-tests (Makefile.am): New variable
31734         test_rbtree_list_LDADD.
31735         * modules/rbtree-oset-tests (Makefile.am): New variable
31736         test_rbtree_oset_LDADD.
31737         * modules/rbtreehash-list-tests (Makefile.am): New variable
31738         test_rbtreehash_list_LDADD.
31739         * modules/xvasprintf-tests (Makefile.am): New variable
31740         test_xvasprintf_LDADD.
31741         Reported by Eric Blake.
31742
31743 2007-04-03  Eric Blake  <ebb9@byu.net>
31744
31745         * DEPENDENCIES: Weaken m4 requirements.
31746
31747 2007-04-03  Bruno Haible  <bruno@clisp.org>
31748
31749         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
31750         * modules/isnanl-tests (configure.ac): Likewise.
31751
31752 2007-04-03  Ben Pfaff  <blp@gnu.org>
31753
31754         * modules/iconv_open: Add $(srcdir)/ to source directory
31755         references in Makefile fragments that call gperf, to fix VPATH
31756         builds.
31757
31758 2007-04-03  Bruno Haible  <bruno@clisp.org>
31759
31760         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
31761         * lib/ldexpl.c: Undo last change.
31762
31763 2007-04-03  Bruno Haible  <bruno@clisp.org>
31764
31765         * modules/printf-frexpl (Depends-on): Undo last change.
31766         (Files): Add m4/ldexpl.m4.
31767
31768 2007-04-03  Bruno Haible  <bruno@clisp.org>
31769
31770         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
31771         * modules/isnanl (Link): New section.
31772
31773         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
31774         * modules/frexp (Link): New section.
31775
31776         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
31777         * modules/frexpl (Link): New section.
31778
31779         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
31780         * modules/ldexpl (Link): New section.
31781
31782 2007-04-03  Bruno Haible  <bruno@clisp.org>
31783
31784         * modules/TEMPLATE-EXTENDED: New file.
31785         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
31786
31787 2007-04-03  Bruno Haible  <bruno@clisp.org>
31788
31789         * DEPENDENCIES: New file.
31790         Suggested by Simon Josefsson.
31791
31792 2007-04-03  Bruno Haible  <bruno@clisp.org>
31793
31794         * doc/gnulib.texi: Escape @.
31795
31796 2007-04-03  James Youngman  <jay@gnu.org>
31797         and Paul Eggert  <eggert@cs.ucla.edu>
31798
31799         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
31800         birthtime on all systems that have birthtime, not just those which
31801         use st_birthtimensec rather than st_birthtim.  Putting zero in
31802         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
31803         that the birth time is not available for files on an NFS mount.
31804
31805 2007-04-03  Simon Josefsson  <simon@josefsson.org>
31806
31807         * modules/memxor: Move back from crypto/, suggested by Bruno.
31808         * modules/crypto/hmac-sha1: Fix memxor dependency.
31809
31810         * modules/crypto/gc: Moved from ../.
31811
31812 2007-04-02  Eric Blake  <ebb9@byu.net>
31813
31814         * lib/ldexpl.c (includes): Avoid libm.
31815
31816         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
31817
31818 2007-04-02  Bruno Haible  <bruno@clisp.org>
31819
31820         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
31821         on IRIX.
31822
31823 2007-04-02  Bruno Haible  <bruno@clisp.org>
31824
31825         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
31826         x86 or x86_64 platforms running MacOS X.
31827         Reported by Ryan Schmidt <@ryandesign.com>.
31828
31829 2007-04-02  Bruno Haible  <bruno@clisp.org>
31830
31831         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
31832         i386.
31833
31834 2007-04-01  Simon Josefsson  <simon@josefsson.org>
31835
31836         * modules/crypto/arcfour: Moved from ../.
31837         * modules/crypto/arcfour-tests: Moved from ../.
31838         * modules/crypto/arctwo: Moved from ../.
31839         * modules/crypto/arctwo-tests: Moved from ../.
31840         * modules/crypto/des: Moved from ../.
31841         * modules/crypto/des-tests: Moved from ../.
31842         * modules/crypto/gc-arcfour: Moved from ../.
31843         * modules/crypto/gc-arcfour-tests: Moved from ../.
31844         * modules/crypto/gc-arctwo: Moved from ../.
31845         * modules/crypto/gc-arctwo-tests: Moved from ../.
31846         * modules/crypto/gc-des: Moved from ../.
31847         * modules/crypto/gc-des-tests: Moved from ../.
31848         * modules/crypto/gc-hmac-md5: Moved from ../.
31849         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
31850         * modules/crypto/gc-hmac-sha1: Moved from ../.
31851         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
31852         * modules/crypto/gc-md2: Moved from ../.
31853         * modules/crypto/gc-md2-tests: Moved from ../.
31854         * modules/crypto/gc-md4: Moved from ../.
31855         * modules/crypto/gc-md4-tests: Moved from ../.
31856         * modules/crypto/gc-md5: Moved from ../.
31857         * modules/crypto/gc-md5-tests: Moved from ../.
31858         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
31859         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
31860         * modules/crypto/gc-random: Moved from ../.
31861         * modules/crypto/gc-rijndael: Moved from ../.
31862         * modules/crypto/gc-rijndael-tests: Moved from ../.
31863         * modules/crypto/gc-sha1: Moved from ../.
31864         * modules/crypto/gc-sha1-tests: Moved from ../.
31865         * modules/crypto/gc-tests: Moved from ../.
31866         * modules/crypto/hmac-md5: Moved from ../.
31867         * modules/crypto/hmac-md5-tests: Moved from ../.
31868         * modules/crypto/hmac-sha1: Moved from ../.
31869         * modules/crypto/hmac-sha1-tests: Moved from ../.
31870         * modules/crypto/md2: Moved from ../.
31871         * modules/crypto/md2-tests: Moved from ../.
31872         * modules/crypto/md4: Moved from ../.
31873         * modules/crypto/md4-tests: Moved from ../.
31874         * modules/crypto/md5: Moved from ../.
31875         * modules/crypto/md5-tests: Moved from ../.
31876         * modules/crypto/memxor: Moved from ../.
31877         * modules/crypto/rijndael: Moved from ../.
31878         * modules/crypto/rijndael-tests: Moved from ../.
31879         * modules/crypto/sha1: Moved from ../.
31880
31881 2007-03-30  James Youngman  <jay@gnu.org>
31882
31883         * tests/test-stat-time.c (prepare_test): use chmod() rather than
31884         rename() to change the ctime of a file (because ctime is unaffected
31885         by rename on jfs2 on AIX 5.1).
31886         (main): Start by doing cleanup, in case a previous run failed leaving
31887         test files behind.
31888
31889 2007-03-31  Bruno Haible  <bruno@clisp.org>
31890
31891         Support old proprietary implementations of iconv.
31892         * modules/iconv_open: New file.
31893         * lib/iconv_.h: New file.
31894         * m4/iconv_h.m4: New file.
31895         * lib/iconv_open.c: New file.
31896         * lib/iconv_open-aix.gperf: New file.
31897         * lib/iconv_open-hpux.gperf: New file.
31898         * lib/iconv_open-irix.gperf: New file.
31899         * lib/iconv_open-osf.gperf: New file.
31900         * m4/iconv_open.m4: New file.
31901         * modules/linebreak (Depends-on): Add iconv_open.
31902         * modules/striconv (Depends-on): Likewise.
31903         * modules/striconveh (Depends-on): Likewise.
31904         * modules/unicodeio (Depends-on): Likewise.
31905         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
31906         (iconv_t)(-1).
31907         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
31908         conversion if cd is (iconv_t)(-1).
31909         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
31910         is not possible.
31911
31912 2007-03-31  Bruno Haible  <bruno@clisp.org>
31913
31914         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
31915         work on Solaris either. Protect also second use of "autodetect_jp".
31916
31917 2007-03-31  Bruno Haible  <bruno@clisp.org>
31918
31919         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
31920         the function is not present.
31921
31922 2007-03-31  Bruno Haible  <bruno@clisp.org>
31923
31924         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
31925         the function is not present.
31926
31927 2007-03-31  Bruno Haible  <bruno@clisp.org>
31928
31929         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
31930         a bug in HP-UX iconv_open().
31931
31932 2007-03-31  Bruno Haible  <bruno@clisp.org>
31933
31934         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
31935         (Mathematics <math.h>): New section, add fpieee.
31936         (Input/output <stdio.h>): Add fseterr.
31937         (Mathematics <math.h>): New section, add printf-frexp.
31938         (Container data structures): Add sublist.
31939         (Core language properties): Add fpucw, inline.
31940         (Functions for greatest-width integer types <inttypes.h>): Add
31941         imaxabs, imaxdiv, inttypes.
31942         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
31943         isnanl-nolibm, ldexp.
31944         (Mathematics <math.h>): New section, add printf-frexpl.
31945         (Support for systems lacking POSIX:2001): Add fprintf-posix,
31946         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
31947         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
31948         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
31949         (Unicode string functions): Add unistr/u*-mbtoucr.
31950         (Java): Add javacomp-script, javaexec-script.
31951         (C#): Add csharpcomp-script, csharpexec-script.
31952         (Support for building libraries and executables): Add havelib,
31953         relocatable-*.
31954         (Support for maintaining and releasing projects): Renamed from
31955         'Support for maintaining and release projects'. Add announce-gen.
31956
31957 2007-03-31  Bruno Haible  <bruno@clisp.org>
31958
31959         * README: Talk primarily about git.
31960         (git and CVS): Renamed from CVS.
31961         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
31962         gnulib is available through git.
31963         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
31964
31965 2007-03-30  Bruno Haible  <bruno@clisp.org>
31966
31967         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
31968         * lib/poll_.h: Likewise.
31969         * lib/stat_.h: Likewise.
31970         * lib/sys_time_.h: Likewise.
31971         * lib/sysexit_.h: Likewise.
31972         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
31973         * lib/stdbool_.h: Likewise.
31974         * lib/byteswap_.h: Add double-inclusion guard.
31975
31976 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
31977
31978         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
31979
31980 2007-03-30  Karl Berry  <karl@gnu.org>
31981
31982         * config/srclist-update: double space after USA in the license
31983         substitution, since that's how it's usually (?) written.
31984
31985 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31986
31987         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
31988         reported by Bruno Haible.
31989
31990 2007-03-29  Bruno Haible  <bruno@clisp.org>
31991
31992         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
31993         a bug in AIX iconv().
31994
31995 2007-03-29  Bruno Haible  <bruno@clisp.org>
31996
31997         * modules/ldexpl-tests: New file.
31998         * tests/test-ldexpl.c: New file.
31999
32000 2007-03-29  Bruno Haible  <bruno@clisp.org>
32001
32002         * lib/ldexpl.c: Include fpucw.h.
32003         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
32004         multiplication.
32005         * modules/ldexpl (Depends-on): Add fpucw.
32006
32007 2007-03-29  Bruno Haible  <bruno@clisp.org>
32008
32009         * modules/ldexpl: New file.
32010         * m4/ldexpl.m4: New file.
32011         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
32012         set.
32013         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
32014         REPLACE_LDEXPL.
32015         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
32016         REPLACE_LDEXPL.
32017         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32018         gl_FUNC_LDEXPL_WORKS.
32019         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
32020         * modules/mathl (Files): Remove lib/ldexpl.c.
32021         (Depends-on): Add ldexpl.
32022
32023 2007-03-29  Bruno Haible  <bruno@clisp.org>
32024
32025         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
32026
32027 2007-03-29  Bruno Haible  <bruno@clisp.org>
32028
32029         * tests/test-striconveh.c (main): Don't assume that a direct conversion
32030         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
32031         and possibly also HP-UX.
32032         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32033         work on AIX, IRIX, HP-UX, OSF/1.
32034         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
32035         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
32036         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
32037         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
32038         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
32039         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
32040
32041 2007-03-29  Bruno Haible  <bruno@clisp.org>
32042
32043         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
32044
32045 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32046
32047         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
32048         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
32049
32050 2007-03-29  Eric Blake  <ebb9@byu.net>
32051
32052         * lib/acl-internal.h: Remove redundant include.
32053         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
32054         Cygwin when a file is locked.
32055
32056 2007-03-29  Bruno Haible  <bruno@clisp.org>
32057
32058         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
32059         file.
32060         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
32061
32062 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32063
32064         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
32065         try to remove a parent directory if the child couldn't be removed
32066         (except for the first rmdir, which could fail because the child
32067         doesn't exist).  Problem reported by Jeff Blaine in
32068         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
32069
32070 2007-03-28  Bruno Haible  <bruno@clisp.org>
32071
32072         * lib/striconveh.c (utf8conv_carefully): New function.
32073         (mem_cd_iconveh_internal): Invoke it.
32074
32075 2007-03-28  Bruno Haible  <bruno@clisp.org>
32076
32077         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
32078         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
32079         input.
32080         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
32081         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
32082         unistr/u8-uctomb.
32083
32084 2007-03-28  Bruno Haible  <bruno@clisp.org>
32085
32086         * modules/unistr/u8-mbtoucr: New file.
32087         * lib/unistr/u8-mbtoucr.c: New file.
32088         * modules/unistr/u16-mbtoucr: New file.
32089         * lib/unistr/u16-mbtoucr.c: New file.
32090         * modules/unistr/u16-mbtoucr: New file.
32091         * lib/unistr/u16-mbtoucr.c: New file.
32092         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
32093
32094 2007-03-27  Simon Josefsson  <simon@josefsson.org>
32095             Bruno Haible  <bruno@clisp.org>
32096
32097         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
32098         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
32099         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
32100
32101         * m4/stdio_h.m4: Add stubs for vasprintf too.
32102
32103         * modules/stdio: Support vasprintf in sed command.
32104
32105         * modules/vasprintf: Depend on stdio for prototypes.  Remove
32106         vasprintf.h.  Add stdio module indicator.
32107
32108         * lib/stdio_.h: Declare asprintf and vasprintf, based on
32109         vasprintf.h.
32110
32111         * lib/vasprintf.h: File removed.
32112
32113         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
32114         * lib/vasprintf.c: Ditto.
32115         * lib/xvasprintf.c: Ditto.
32116         * tests/test-vasprintf-posix.c: Ditto.
32117         * tests/test-vasprintf.c: Ditto.
32118
32119 2007-03-27  Bruno Haible  <bruno@clisp.org>
32120
32121         Make vasnprintf multithread-safe.
32122         * lib/vasnprintf.c (decimal_point_char): New function.
32123         (VASNPRINTF): Use it.
32124         Suggested by Simon Josefsson.
32125
32126 2007-03-27  Eric Blake  <ebb9@byu.net>
32127
32128         Support sub-second birthtime on cygwin.
32129         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
32130         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
32131         (get_stat_birthtime): Also work with st_birthtim.
32132
32133 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
32134
32135         * lib/stat-time.h (USE_BIRTHTIME): Remove.
32136         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
32137         (get_stat_birthtime_ns): Do not try to use "spare" fields.
32138         (get_stat_birthtime_ns): Simplify compile-time tests.
32139         (get_stat_birthtime): Change the API to look like
32140         get_stat_mtime etc., except return a negative tv_nsec on error.
32141         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
32142         Don't check for "spare" fields.
32143         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
32144         or for struct stat.st_birthtime, as these tests aren't used.
32145         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
32146
32147 2007-03-27  Bruno Haible  <bruno@clisp.org>
32148
32149         * lib/stat-time.h: Include <sys/stat.h>.
32150
32151 2007-03-27  James Youngman  <jay@gnu.org>
32152
32153         * lib/stat-time.h (get_stat_birthtime): New function for
32154           retrieving st_birthtime as provided by UFS2 (hence *BSD).
32155         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
32156           and its variants.
32157         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
32158         * modules/stat-time-test: New file.
32159         * tests/test-stat-time.c: New test, devised by Bruno Haible.
32160
32161 2007-03-26  Bruno Haible  <bruno@clisp.org>
32162
32163         Better support of signalling NaNs.
32164         * lib/atanl.c: Include isnanl.h.
32165         (atanl): Perform test for NaN at the beginning of the function and
32166         through a call to isnanl.
32167         * lib/cosl.c: Include isnanl.h.
32168         (cosl): Perform test for NaN at the beginning of the function and
32169         through a call to isnanl.
32170         * lib/ldexpl.c: Include isnanl.h.
32171         (ldexpl): Perform test for NaN through a call to isnanl.
32172         * lib/logl.c: Include isnanl.h.
32173         (logl): Perform test for NaN at the beginning of the function and
32174         through a call to isnanl.
32175         * lib/sinl.c: Include isnanl.h.
32176         (sinl): Perform test for NaN at the beginning of the function and
32177         through a call to isnanl.
32178         * lib/sqrtl.c: Include isnanl.h.
32179         (sqrtl): Perform test for NaN at the beginning of the function and
32180         through a call to isnanl.
32181         * lib/tanl.c: Include isnanl.h.
32182         (tanl): Perform test for NaN at the beginning of the function and
32183         through a call to isnanl.
32184         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
32185         * modules/mathl (Depends-on): Add isnanl.
32186
32187 2007-03-26  Eric Blake  <ebb9@byu.net>
32188
32189         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
32190         regression in logic sense of previous patch.
32191
32192 2007-03-26  Bruno Haible  <bruno@clisp.org>
32193
32194         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
32195         unportable shell command "if ! ...".
32196         Reported by Ralf Wildenhues.
32197
32198 2007-03-25  Bruno Haible  <bruno@clisp.org>
32199
32200         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
32201         <sysexits.h> file, and only add EX_CONFIG.
32202         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
32203         absolute file name and whether it is sufficient. Substitute also
32204         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
32205         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
32206         ABSOLUTE_SYSEXITS_H into sysexits.h.
32207
32208 2007-03-25  Bruno Haible  <bruno@clisp.org>
32209
32210         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
32211         hints is NULL.
32212
32213 2007-03-25  Bruno Haible  <bruno@clisp.org>
32214
32215         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
32216         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
32217
32218 2007-03-25  Bruno Haible  <bruno@clisp.org>
32219
32220         * lib/vasnprintf.c: Include langinfo.h.
32221         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
32222         multithread-safe.
32223         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
32224         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
32225         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32226         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32227         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32228         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32229         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32230         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
32231         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32232         Reported by Simon Josefsson.
32233
32234 2007-03-25  Bruno Haible  <bruno@clisp.org>
32235
32236         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
32237         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
32238         * modules/vasnprintf (Depends-on): Add stdint.
32239
32240 2007-03-25  Bruno Haible  <bruno@clisp.org>
32241
32242         * modules/fpieee: New file.
32243         * m4/fpieee.m4: New file.
32244         * modules/isnan-nolibm (Depends-on): Add fpieee.
32245         * modules/isnanl-nolibm (Depends-on): Add fpieee.
32246         * modules/isnanl (Depends-on): Add fpieee.
32247
32248 2007-03-25  Bruno Haible  <bruno@clisp.org>
32249
32250         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
32251
32252 2007-03-25  Bruno Haible  <bruno@clisp.org>
32253
32254         Avoid test failures on IRIX 6.5.
32255         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
32256         (main): Use it.
32257         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
32258         macros.
32259         (main): Use them.
32260
32261 2007-03-25  Bruno Haible  <bruno@clisp.org>
32262
32263         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
32264         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
32265         exists but doesn't work.
32266         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
32267         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
32268         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
32269         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
32270
32271 2007-03-25  Bruno Haible  <bruno@clisp.org>
32272
32273         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
32274         returns inf. Needed on IRIX 6.5.
32275
32276 2007-03-25  Bruno Haible  <bruno@clisp.org>
32277
32278         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32279         (main): Use isnanl instead of x != x idiom.
32280         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32281
32282         * tests/test-frexp.c: Include isnan.h.
32283         (main): Use isnan instead of x != x idiom.
32284         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32285
32286 2007-03-25  Bruno Haible  <bruno@clisp.org>
32287
32288         * tests/test-frexp.c (NaN): New function/macro.
32289         (main): Use it instead of 0.0 / 0.0.
32290         * tests/test-isnan.c (NaN): New function/macro.
32291         (main): Use it instead of 0.0 / 0.0.
32292         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32293         (test_function): Use it instead of 0.0 / 0.0.
32294         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32295         (test_function): Use it instead of 0.0 / 0.0.
32296         * tests/test-snprintf-posix.h (NaN): New function/macro.
32297         (test_function): Use it instead of 0.0 / 0.0.
32298         * tests/test-sprintf-posix.h (NaN): New function/macro.
32299         (test_function): Use it instead of 0.0 / 0.0.
32300         * tests/test-fprintf-posix.h (NaN): New function/macro.
32301         (test_function): Use it instead of 0.0 / 0.0.
32302         * tests/test-printf-posix.h (NaN): New function/macro.
32303         (test_function): Use it instead of 0.0 / 0.0.
32304
32305         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32306
32307 2007-03-25  Bruno Haible  <bruno@clisp.org>
32308
32309         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32310
32311 2007-03-25  Bruno Haible  <bruno@clisp.org>
32312
32313         * lib/regexec.c (merge_state_with_log): Make static.
32314
32315 2007-03-25  Bruno Haible  <bruno@clisp.org>
32316
32317         * lib/trigl.c (kernel_rem_pio2): Make static.
32318
32319 2007-03-25  Bruno Haible  <bruno@clisp.org>
32320
32321         * lib/sincosl.c (sincosl_table): Make static.
32322
32323 2007-03-25  Bruno Haible  <bruno@clisp.org>
32324
32325         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32326         if the compiler does not support C99.
32327
32328 2007-03-25  Bruno Haible  <bruno@clisp.org>
32329
32330         * modules/time (Makefile.am): Ensure all rule action lines start with a
32331         tab.
32332
32333 2007-03-24  Bruno Haible  <bruno@clisp.org>
32334
32335         * modules/tsearch-tests: New file.
32336         * tests/test-tsearch.sh: New file.
32337         * tests/test-tsearch.c: New file, mostly copied from glibc.
32338
32339         * modules/search-tests: New file.
32340         * tests/test-search.c: New file.
32341
32342         * modules/search: New file.
32343         * lib/search_.h: New file, incorporating lib/tsearch.h.
32344         * m4/search_h.m4: New file.
32345         * lib/tsearch.h: Remove file.
32346         * lib/tsearch.c: Include search.h instead of tsearch.h.
32347         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32348         HAVE_TSEARCH.
32349         * modules/tsearch (Files): Remove lib/tsearch.h.
32350         (Depends-on): Add search.
32351         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32352         (Include): Change tsearch.h into search.h.
32353
32354 2007-03-24  Bruno Haible  <bruno@clisp.org>
32355
32356         * modules/fpucw: New file.
32357         * lib/fpucw.h: New file.
32358         * lib/frexp.c: Include fpucw.h.
32359         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32360         (FUNC): Use them.
32361         * lib/printf-frexp.c: Include fpucw.h.
32362         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32363         (FUNC): Use them.
32364         * lib/vasnprintf.c: Include fpucw.h.
32365         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32366         'long double' calculations.
32367         * tests/test-frexpl.c: Include fpucw.h.
32368         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32369         * tests/test-printf-frexpl.c: Include fpucw.h.
32370         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32371         * modules/frexpl (Depends-on): Add fpucw.
32372         * modules/printf-frexpl (Depends-on): Likewise.
32373         * modules/fprintf-posix (Depends-on): Likewise.
32374         * modules/snprintf-posix (Depends-on): Likewise.
32375         * modules/sprintf-posix (Depends-on): Likewise.
32376         * modules/vasnprintf-posix (Depends-on): Likewise.
32377         * modules/vasprintf-posix (Depends-on): Likewise.
32378         * modules/vfprintf-posix (Depends-on): Likewise.
32379         * modules/vsnprintf-posix (Depends-on): Likewise.
32380         * modules/vsprintf-posix (Depends-on): Likewise.
32381         * modules/frexpl-tests (Depends-on): Likewise.
32382         * modules/printf-frexpl-tests (Depends-on): Likewise.
32383
32384 2007-03-24  Bruno Haible  <bruno@clisp.org>
32385
32386         * lib/float+.h: New file.
32387         * lib/isnan.c: Include float+.h.
32388         (SIZE): New macro.
32389         (FUNC): Compare only SIZE bytes of the value.
32390         * lib/vasnprintf.c: Include float+.h.
32391         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32392         SIZEOF_LDBL or SIZEOF_DBL bytes.
32393         * modules/isnan-nolibm (Files): Add lib/float+.h.
32394         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32395         * modules/isnanl (Files): Add lib/float+.h.
32396         * modules/vasnprintf (Files): Add lib/float+.h.
32397
32398 2007-03-24  Bruno Haible  <bruno@clisp.org>
32399
32400         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32401         include isnanl-nolibm.h.
32402
32403 2007-03-24  Bruno Haible  <bruno@clisp.org>
32404
32405         * tests/test-read-file.c (main): Don't produce spurious output for
32406         expected situations. Make the test fail if it encountered unexpected
32407         results.
32408
32409 2007-03-24  Bruno Haible  <bruno@clisp.org>
32410
32411         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32412         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32413
32414 2007-03-24  Bruno Haible  <bruno@clisp.org>
32415
32416         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32417
32418 2007-03-24  Bruno Haible  <bruno@clisp.org>
32419
32420         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32421         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32422
32423         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
32424         * modules/utf8-ucs4: Turn into a symbolic link to module
32425         unistr/u8-mbtouc.
32426
32427         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
32428         utf8-ucs4-unsafe.
32429         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
32430         unistr/u8-mbtouc-unsafe.
32431
32432         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
32433         * modules/utf16-ucs4: Turn into a symbolic link to module
32434         unistr/u16-mbtouc.
32435
32436         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
32437         utf16-ucs4-unsafe.
32438         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
32439         unistr/u16-mbtouc-unsafe.
32440
32441         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
32442         * modules/ucs4-utf8: Turn into a symbolic link to module
32443         unistr/u8-ubtomb.
32444
32445         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
32446         * modules/ucs4-utf16: Turn into a symbolic link to module
32447         unistr/u16-ubtomb.
32448
32449 2007-03-24  Bruno Haible  <bruno@clisp.org>
32450
32451         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
32452         Enable the function only if HAVE_INLINE.
32453         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
32454         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32455         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
32456         Enable the function only if HAVE_INLINE.
32457         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
32458         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
32459         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
32460         Enable the function only if HAVE_INLINE.
32461         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
32462         Enable the function only if HAVE_INLINE.
32463         * modules/utf8-ucs4: Update.
32464         * modules/utf8-ucs4-unsafe: Update.
32465         * modules/utf16-ucs4: Update.
32466         * modules/utf16-ucs4-unsafe: Update.
32467         * modules/ucs4-utf8: Update.
32468         * modules/ucs4-utf16: Update.
32469
32470 2007-03-24  Bruno Haible  <bruno@clisp.org>
32471
32472         * lib/utf8-ucs4.h: Remove file.
32473         * lib/utf8-ucs4-unsafe.h: Remove file.
32474         * lib/utf16-ucs4.h: Remove file.
32475         * lib/utf16-ucs4-unsafe.h: Remove file.
32476         * lib/ucs4-utf8.h: Remove file.
32477         * lib/ucs4-utf16.h: Remove file.
32478         * lib/unistr.h: Include their previous contents.
32479         * m4/utf-ucs4.m4: Remove file.
32480         * m4/ucs4-utf.m4: Remove file.
32481         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
32482         (Depends-on): Add unistr/base.
32483         (configure.ac): Remove gl_UTF_UCS4.
32484         (Makefile.am): Update.
32485         (Include): Change to unistr.h.
32486         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
32487         (Depends-on): Add unistr/base.
32488         (configure.ac): Remove gl_UTF_UCS4.
32489         (Makefile.am): Update.
32490         (Include): Change to unistr.h.
32491         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
32492         (Depends-on): Add unistr/base.
32493         (configure.ac): Remove gl_UTF_UCS4.
32494         (Makefile.am): Update.
32495         (Include): Change to unistr.h.
32496         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
32497         (Depends-on): Add unistr/base.
32498         (configure.ac): Remove gl_UTF_UCS4.
32499         (Makefile.am): Update.
32500         (Include): Change to unistr.h.
32501         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
32502         (Depends-on): Add unistr/base.
32503         (configure.ac): Remove gl_UCS4_UTF.
32504         (Makefile.am): Update.
32505         (Include): Change to unistr.h.
32506         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
32507         (Depends-on): Add unistr/base.
32508         (configure.ac): Remove gl_UCS4_UTF.
32509         (Makefile.am): Update.
32510         (Include): Change to unistr.h.
32511         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
32512         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
32513         utf8-ucs4-unsafe.h.
32514         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
32515         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
32516         utf16-ucs4-unsafe.h.
32517         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
32518         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
32519         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
32520         * lib/unistr/u8-strchr.c: Likewise.
32521         * lib/unistr/u8-strrchr.c: Likewise.
32522         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
32523         * lib/unistr/u16-strchr.c: Likewise.
32524         * lib/unistr/u16-strrchr.c: Likewise.
32525         * lib/striconveh.c: Update.
32526         * lib/linebreak.c: Update.
32527
32528 2007-03-24  Bruno Haible  <bruno@clisp.org>
32529
32530         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
32531         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
32532
32533 2007-03-22  Bruno Haible  <bruno@clisp.org>
32534
32535         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
32536
32537 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
32538
32539         * MODULES.html.sh (File system functions): New module write-any-file.
32540         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
32541         * m4/write-any-file.m4: New files.
32542
32543 2007-03-23  Eric Blake  <ebb9@byu.net>
32544
32545         * gnulib-tool: Rearrange space-tab sequences, since some editors
32546         like to eat them.
32547
32548 2007-03-23  Eric Blake  <ebb9@byu.net>
32549
32550         * lib/version-etc.c (version_etc_va): Update license wording to
32551         be more concise.  Recommended by Richard Stallman.
32552
32553 2007-03-22  Bruno Haible  <bruno@clisp.org>
32554
32555         * lib/poll.c (MSG_PEEK): New fallback definition.
32556
32557 2007-03-22  Bruno Haible  <bruno@clisp.org>
32558
32559         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
32560         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
32561         (main): Update.
32562         Fixes a compilation error on BeOS.
32563
32564 2007-03-22  Bruno Haible  <bruno@clisp.org>
32565
32566         * modules/frexpl-tests: New file.
32567         * tests/test-frexpl.c: New file.
32568
32569         * modules/frexpl: New file.
32570         * m4/frexpl.m4: New file.
32571         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
32572         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
32573         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
32574         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
32575         (Depends-on): Add frexpl. Remove isnanl-nolibm.
32576         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
32577
32578 2007-03-22  Bruno Haible  <bruno@clisp.org>
32579
32580         * lib/frexpl.c: Share code with lib/frexp.c.
32581         * modules/mathl (Files): Add lib/frexp.c.
32582         (Depends-on): Add isnanl-nolibm.
32583
32584 2007-03-22  Bruno Haible  <bruno@clisp.org>
32585
32586         * modules/printf-frexp (Files): Add m4/frexp.m4.
32587         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
32588         only if the found frexp function actually works.
32589
32590 2007-03-22  Bruno Haible  <bruno@clisp.org>
32591
32592         * lib/frexp.c: Remove older implementation that uses divisions.
32593
32594 2007-03-21  Bruno Haible  <bruno@clisp.org>
32595
32596         * modules/frexp-tests: New file.
32597         * tests/test-frexp.c: New file.
32598
32599         * modules/frexp: New file.
32600         * lib/frexp.c: New file.
32601         * m4/frexp.m4: New file.
32602         * lib/math_.h (frexp): New declaration.
32603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
32604         REPLACE_FREXP.
32605         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
32606
32607 2007-03-21  Bruno Haible  <bruno@clisp.org>
32608
32609         * modules/isnanl-tests: New file.
32610         * tests/test-isnanl.c: New file.
32611
32612         * modules/isnanl: New file.
32613         * lib/isnanl.h: New file.
32614         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
32615         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
32616         gl_FUNC_ISNANL_WORKS.
32617         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
32618         New macros.
32619
32620 2007-03-21  Bruno Haible  <bruno@clisp.org>
32621
32622         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
32623         lib/isnanl.h.
32624         (Include): Update.
32625         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
32626         * lib/vasnprintf.c: Update.
32627         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
32628         tests/test-isnanl.h, remove tests/test-isnanl.c.
32629         (Makefile.am): Update.
32630         * tests/test-isnanl-nolibm.c: New file.
32631         * tests/test-isnanl.h: New file.
32632         * tests/test-isnanl.c: Remove file.
32633
32634 2007-03-21  Jim Meyering  <jim@meyering.net>
32635
32636         When trying to open ".", treat ESTALE like EACCES.
32637         * lib/savewd.c (savewd_save): Resort to forking not just upon
32638         failure with EACCES, but also when errno is ESTALE.
32639
32640 2007-03-20  Bruno Haible  <bruno@clisp.org>
32641
32642         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
32643         Needed on AIX 5.1. Reported by Matthew Woehlke.
32644
32645 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32646
32647         Suggestions by Bruno Haible:
32648         * lib/acl-internal.h: Include "gettext.h" rather than rolling
32649         our own.
32650         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
32651         * modules/acl (Depends-on): Add gettext.
32652
32653 2007-03-19  Bruno Haible  <bruno@clisp.org>
32654
32655         * modules/iconvme: Remove file.
32656         * lib/iconvme.h: Remove file.
32657         * lib/iconvme.c: Remove file.
32658         * m4/iconvme.m4: Remove file.
32659
32660 2007-03-19  Bruno Haible  <bruno@clisp.org>
32661
32662         * doc/relocatable-maint.texi: Break long shell script line.
32663         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32664
32665 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32666
32667         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
32668         handle file_has_acl.
32669         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
32670         * lib/acl.c: Move header inclusions and related macro defns into
32671         lib/acl-internal.h.
32672         (S_ISLNK): Remove defn, since that's now done for us.
32673         (file_has_acl): Move to lib/file-has-acl.c.
32674         Call acl_trivial if available.  This is the crucial part of the fix.
32675         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
32676         shared within the library.  Rewrite a bit, partly to make it compatible
32677         with the GNU coding style.
32678         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
32679         Remove unnecessary double-quotes.
32680         Don't test for acl_to_text; the build will catch that.
32681         Replace acl_entries if it doesn't exist and it is needed.
32682         Check for -lsec and acl_trivial (as used on Solaris 10).
32683         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
32684         lib/file-has-acl.c.
32685         (Depends-on): Add sys_stat, for S_ISLNK.
32686
32687 2007-03-19  Ben Pfaff  <blp@gnu.org>
32688
32689         * doc/gnulib.texi: Fix typos.
32690         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
32691
32692 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
32693
32694         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
32695         If size is zero here, buf must be zero.
32696
32697 2007-03-19  Simon Josefsson  <simon@josefsson.org>
32698
32699         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
32700         <bruno@clisp.org>.
32701
32702 2007-03-18  Bruno Haible  <bruno@clisp.org>
32703
32704         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
32705         Suggested by Eric Blake.
32706
32707 2007-03-18  Ben Pfaff  <blp@gnu.org>
32708
32709         * doc/relocatable.texi: Recommend using as prefix a directory
32710         that does not exist and will never be created.  Based on
32711         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
32712         and others.
32713
32714 2007-03-17  Bruno Haible  <bruno@clisp.org>
32715
32716         * lib/fchownat.c: Include lchown.h.
32717
32718 2007-03-17  Bruno Haible  <bruno@clisp.org>
32719
32720         Fix endless loop when the given allocated size was > INT_MAX.
32721         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
32722         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
32723         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
32724         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
32725         * lib/sprintf.c (sprintf): Likewise.
32726
32727 2007-03-17  Bruno Haible  <bruno@clisp.org>
32728
32729         * tests/test-argp-2.sh (func_compare): Output a context diff.
32730
32731 2007-03-17  Bruno Haible  <bruno@clisp.org>
32732
32733         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
32734         locale's decimal-point character.
32735
32736 2007-03-17  Bruno Haible  <bruno@clisp.org>
32737
32738         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
32739         before comparing it. Needed because on some platforms (e.g. x86) a
32740         'long double' occupies less bytes than sizeof (long double).
32741
32742 2007-03-17  Bruno Haible  <bruno@clisp.org>
32743
32744         * tests/test-crc.c (main): Make printf statements 64-bit clean.
32745         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
32746         * tests/test-getaddrinfo.c (simple): Likewise.
32747         * tests/test-read-file.c (main): Likewise.
32748
32749 2007-03-17  Bruno Haible  <bruno@clisp.org>
32750
32751         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
32752
32753 2007-03-17  Bruno Haible  <bruno@clisp.org>
32754
32755         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
32756         unused variable.
32757
32758 2007-03-17  Bruno Haible  <bruno@clisp.org>
32759
32760         * tests/test-c-strcasecmp.c: Include c-strcase.h.
32761         * tests/test-c-strncasecmp.c: Likewise.
32762
32763 2007-03-17  Bruno Haible  <bruno@clisp.org>
32764
32765         * modules/stdlib (Depends-on): Add unistd.
32766         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
32767         Needed for MacOS X 10.3.
32768
32769 2007-03-17  Bruno Haible  <bruno@clisp.org>
32770
32771         * lib/unistr/u-strdup.h: Include <stdlib.h>.
32772
32773 2007-03-17  Bruno Haible  <bruno@clisp.org>
32774
32775         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
32776
32777 2007-03-17  Bruno Haible  <bruno@clisp.org>
32778
32779         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
32780         to reflect files copied from gnulib (with or without modifications).
32781         Suggested by Jim Meyering.
32782
32783 2007-03-17  Eric Blake  <ebb9@byu.net>
32784
32785         * NEWS: Document stdlib change from 2007-02-18.
32786
32787 2007-03-17  Jim Meyering  <jim@meyering.net>
32788
32789         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
32790         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
32791         someone uses a name containing shell meta-characters.
32792         Reported by Alfred M. Szmidt.
32793
32794         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
32795
32796 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32797
32798         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
32799         and copy gettext configuration files only if configure.ac contains
32800         a use of AM_GNU_GETTEXT_VERSION.
32801
32802 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
32803
32804         * build-aux/bootstrap (gnulib_name): New variable.
32805         (gnulib_tool_options): Use it.
32806
32807 2007-03-13  Simon Josefsson  <simon@josefsson.org>
32808
32809         * tests/test-des.c: Use new namespace.
32810
32811 2007-03-15  Bruno Haible  <bruno@clisp.org>
32812
32813         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
32814         Reported by James Youngman <jay@gnu.org>.
32815
32816 2007-03-15  Bruno Haible  <bruno@clisp.org>
32817
32818         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
32819         declared prototype. Needed with cc on OSF/1 5.1.
32820
32821 2007-03-15  Bruno Haible  <bruno@clisp.org>
32822
32823         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
32824         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
32825         (struct gl_list_implementation): Add dispose_fn argument to the
32826         'create_empty', 'create' methods.
32827         (struct gl_list_impl_base): Add field 'dispose_fn'.
32828         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
32829         argument.
32830         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
32831         dispose_fn argument.
32832         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
32833         dispose_fn on the dropped values.
32834         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
32835         dispose_fn argument.
32836         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
32837         dropped values.
32838         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
32839         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32840         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
32841         (gl_tree_remove_node): Call dispose_fn on the dropped value.
32842         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
32843         argument.
32844         (gl_tree_list_free): Call dispose_fn on the dropped values.
32845         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
32846         the dropped values.
32847         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
32848         Add dispose_fn argument.
32849         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
32850         Call dispose_fn on the dropped values.
32851         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
32852         Add dispose_fn argument.
32853         (gl_sublist_create): Initialize the 'dispose_fn' field.
32854         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
32855         * tests/test-array_list.c (main): Update.
32856         * tests/test-carray_list.c (main): Update.
32857         * tests/test-avltree_list.c (main): Update.
32858         * tests/test-rbtree_list.c (main): Update.
32859         * tests/test-avltreehash_list.c (main): Update.
32860         * tests/test-rbtreehash_list.c (main): Update.
32861         * tests/test-linked_list.c (main): Update.
32862         * tests/test-linkedhash_list.c (main): Update.
32863         * tests/test-array_oset.c (main): Update.
32864
32865 2007-03-15  Bruno Haible  <bruno@clisp.org>
32866
32867         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
32868         (gl_oset_create_empty): Add dispose_fn argument.
32869         (struct gl_oset_implementation): Add dispose_fn argument to
32870         'create_empty' method.
32871         (struct gl_oset_impl_base): Add dispose_fn field.
32872         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
32873         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
32874         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
32875         values.
32876         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
32877         (gl_tree_oset_free): Call dispose_fn on the dropped values.
32878         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32879         dropped value.
32880         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
32881         dropped value.
32882         * tests/test-array_oset.c (main): Update.
32883         * tests/test-avltree_oset.c (main): Update.
32884         * tests/test-rbtree_oset.c (main): Update.
32885         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
32886
32887 2007-03-13  Bruno Haible  <bruno@clisp.org>
32888
32889         * tests/test-stdbool.c (i): Update after last patch.
32890
32891 2007-03-12  Bruno Haible  <bruno@clisp.org>
32892
32893         * lib/quotearg.c: Include <wctype.h> early, before the definition of
32894         the iswprint macro. Needed on Solaris 2.5.1.
32895
32896 2007-03-12  Bruno Haible  <bruno@clisp.org>
32897
32898         * tests/test-printf-frexp.c (main): Declare x as volatile.
32899
32900 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32901
32902         * doc/gnulib.texi (Build robot for gnulib): New section.
32903
32904 2007-03-12  Jim Meyering  <jim@meyering.net>
32905
32906         * build-aux/bootstrap: New file.
32907         * build-aux/bootstrap.conf: New file, from coreutils.
32908
32909 2007-03-11  Bruno Haible  <bruno@clisp.org>
32910
32911         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
32912
32913 2007-03-12  Simon Josefsson  <simon@josefsson.org>
32914
32915         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
32916         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
32917         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
32918
32919 2007-03-11  Bruno Haible  <bruno@clisp.org>
32920
32921         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
32922         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
32923
32924 2007-03-11  Bruno Haible  <bruno@clisp.org>
32925
32926         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
32927         formula. Needed for SunPRO C 5.0.
32928
32929 2007-03-11  Bruno Haible  <bruno@clisp.org>
32930
32931         * modules/long-options (Depends-on): Add getopt.
32932
32933 2007-03-11  Bruno Haible  <bruno@clisp.org>
32934
32935         * modules/modechange (Depends-on): Add stdbool.
32936
32937 2007-03-11  Bruno Haible  <bruno@clisp.org>
32938
32939         * modules/i-ring (Depends-on): Add stdbool.
32940
32941 2007-03-11  Bruno Haible  <bruno@clisp.org>
32942
32943         * modules/gc-des (Depends-on): Add stdbool.
32944
32945 2007-03-11  Bruno Haible  <bruno@clisp.org>
32946
32947         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
32948
32949 2007-03-11  Bruno Haible  <bruno@clisp.org>
32950
32951         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
32952
32953 2007-03-11  Bruno Haible  <bruno@clisp.org>
32954
32955         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
32956
32957 2007-03-11  Bruno Haible  <bruno@clisp.org>
32958
32959         * lib/vasnprintf.c (sprintf): Undefine.
32960
32961 2007-03-11  Bruno Haible  <bruno@clisp.org>
32962
32963         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
32964         initializers in SunPRO C and Compaq C compilers.
32965
32966 2007-03-11  Bruno Haible  <bruno@clisp.org>
32967
32968         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
32969         decrementing code ANSI C compliant.
32970
32971 2007-03-11  Bruno Haible  <bruno@clisp.org>
32972
32973         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
32974         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
32975
32976 2007-03-11  Bruno Haible  <bruno@clisp.org>
32977
32978         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
32979         <stdbool.h> substitute doesn't pass.
32980
32981 2007-03-11  Bruno Haible  <bruno@clisp.org>
32982
32983         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
32984
32985 2007-03-11  Bruno Haible  <bruno@clisp.org>
32986
32987         * gnulib-tool (func_create_megatestdir): Create also an autobuild
32988         script, for submission to autobuild.josefsson.org.
32989
32990 2007-03-10  Bruno Haible  <bruno@clisp.org>
32991
32992         * modules/canonicalize-lgpl-tests: New file.
32993         * tests/test-canonicalize-lgpl.sh: New file.
32994         * tests/test-canonicalize-lgpl.c: New file.
32995
32996         * modules/c-strcase-tests: New file.
32997         * tests/test-c-strcase.sh: New file.
32998         * tests/test-c-strcasecmp.c: New file.
32999         * tests/test-c-strncasecmp.c: New file.
33000
33001         * modules/atexit-tests: New file.
33002         * tests/test-atexit.sh: New file.
33003         * tests/test-atexit.c: New file.
33004
33005 2007-03-10  Bruno Haible  <bruno@clisp.org>
33006
33007         * tests/test-binary-io.sh: Use temporary filenames that are not so
33008         likely to clash with those of other tests (in a parallel make).
33009         * tests/test-binary-io.c: Likewise.
33010
33011 2007-03-10  Bruno Haible  <bruno@clisp.org>
33012
33013         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
33014         fallback; use #error instead.
33015         Suggested by Simon Josefsson.
33016
33017 2007-03-10  Bruno Haible  <bruno@clisp.org>
33018
33019         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
33020         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
33021         first and the last.
33022
33023 2007-03-10  Bruno Haible  <bruno@clisp.org>
33024
33025         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
33026
33027 2007-03-10  Bruno Haible  <bruno@clisp.org>
33028
33029         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
33030         "make distcheck".
33031         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
33032         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
33033         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
33034
33035 2007-03-10  Bruno Haible  <bruno@clisp.org>
33036
33037         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
33038         variable.
33039         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
33040         variable.
33041
33042 2007-03-09  Eric Blake  <ebb9@byu.net>
33043         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
33044
33045         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
33046         types are not being provided by gnulib.
33047         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
33048         types are supported.
33049
33050 2007-03-10  Bruno Haible  <bruno@clisp.org>
33051
33052         * lib/stdio_.h (__attribute__): New macro.
33053         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
33054         vsprintf): Specify __attribute__ __format__ for GCC.
33055         Suggested by Eric Blake.
33056
33057 2007-03-09  Bruno Haible  <bruno@clisp.org>
33058
33059         * modules/printf-posix-tests: New file.
33060         * tests/test-printf-posix.sh: New file.
33061         * tests/test-printf-posix.c: New file.
33062
33063         * modules/printf-posix: New file.
33064         * lib/printf.c: New file.
33065         * m4/printf-posix-rpl.m4: New file.
33066         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
33067         REPLACE_PRINTF.
33068         * lib/stdio_.h (printf): New declaration.
33069         (format, __format__, ____printf____, ____scanf____, ____strftime____,
33070         ____strfmon____): New macros.
33071         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
33072         REPLACE_PRINTF.
33073
33074 2007-03-09  Bruno Haible  <bruno@clisp.org>
33075
33076         * tests/test-vasnprintf-posix2.sh: New file.
33077         * tests/test-vasnprintf-posix2.c: New file.
33078         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
33079         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
33080         (Makefile.am): Activate test-vasnprintf-posix2.sh.
33081
33082         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
33083         a locale dependent decimal point, rather than always '.'.
33084
33085 2007-03-09  Eric Blake  <ebb9@byu.net>
33086
33087         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
33088         spite of platforms like Tandem/NSK that define it to -1.
33089
33090 2007-03-08  Bruno Haible  <bruno@clisp.org>
33091
33092         * modules/vprintf-posix-tests: New file.
33093         * tests/test-vprintf-posix.sh: New file.
33094         * tests/test-vprintf-posix.c: New file.
33095         * tests/test-printf-posix.h: New file.
33096
33097         * modules/vprintf-posix: New file.
33098         * lib/vprintf.c: New file.
33099         * m4/vprintf-posix.m4: New file.
33100         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
33101         REPLACE_VPRINTF.
33102         * lib/stdio_.h (vprintf): New declaration.
33103         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
33104         REPLACE_VPRINTF.
33105
33106 2007-03-08  Bruno Haible  <bruno@clisp.org>
33107
33108         * modules/fprintf-posix-tests: New file.
33109         * tests/test-fprintf-posix.sh: New file.
33110         * tests/test-fprintf-posix.c: New file.
33111
33112         * modules/fprintf-posix: New file.
33113         * lib/fprintf.c: New file.
33114         * m4/fprintf-posix.m4: New file.
33115         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
33116         REPLACE_FPRINTF.
33117         * lib/stdio_.h (fprintf): New declaration.
33118         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
33119         REPLACE_FPRINTF.
33120
33121 2007-03-08  Bruno Haible  <bruno@clisp.org>
33122
33123         * modules/vfprintf-posix-tests: New file.
33124         * tests/test-vfprintf-posix.sh: New file.
33125         * tests/test-vfprintf-posix.c: New file.
33126         * tests/test-fprintf-posix.h: New file.
33127         * tests/test-fprintf-posix.out: New file.
33128
33129         * modules/vfprintf-posix: New file.
33130         * lib/vfprintf.c: New file.
33131         * m4/vfprintf-posix.m4: New file.
33132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
33133         REPLACE_VFPRINTF.
33134         * lib/stdio_.h (vfprintf): New declaration.
33135         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
33136         REPLACE_VFPRINTF.
33137
33138 2007-03-08  Bruno Haible  <bruno@clisp.org>
33139
33140         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
33141
33142 2007-03-08  Bruno Haible  <bruno@clisp.org>
33143
33144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
33145         instead of 'expr' invocations.
33146         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33147         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33148         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33149         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33150         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33151         Suggested by Paul Eggert.
33152
33153 2007-03-08  Bruno Haible  <bruno@clisp.org>
33154
33155         * modules/fseterr-tests: New file.
33156         * tests/test-fseterr.c: New file.
33157
33158         * modules/fseterr: New file.
33159         * lib/fseterr.h: New file.
33160         * lib/fseterr.c: New file.
33161
33162 2007-03-08  Bruno Haible  <bruno@clisp.org>
33163
33164         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
33165         * lib/getopt_.h: Likewise.
33166         * lib/mbswidth.h: Likewise.
33167         * lib/setenv.h: Likewise.
33168         * lib/vasnprintf.h: Likewise.
33169         * lib/vasprintf.h: Likewise.
33170         * lib/verror.h: Likewise.
33171         * lib/xsetenv.h: Likewise.
33172         * lib/xvasprintf.h: Likewise.
33173
33174 2007-03-08  Jim Meyering  <jim@meyering.net>
33175
33176         * users.txt: Add parted.
33177
33178         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
33179
33180 2007-03-07  Bruno Haible  <bruno@clisp.org>
33181
33182         * m4/printf.m4: Make the shell script snippets copy&pastable.
33183
33184 2007-03-02  Bruno Haible  <bruno@clisp.org>
33185
33186         * lib/netinet_in_.h: New file.
33187         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
33188         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
33189         * modules/netinet_in (Files): Add lib/netinet_in_.h.
33190         (Depends-on): Add absolute-header.
33191         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
33192         into netinet/in.h.
33193
33194 2007-03-03  Bruno Haible  <bruno@clisp.org>
33195
33196         * lib/sys_select_.h: New file.
33197         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
33198         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
33199         * modules/sys_select (Files): Add lib/sys_select_.h.
33200         (Depends-on): Add absolute-header.
33201         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
33202         into sys/select.h.
33203
33204 2007-03-02  Bruno Haible  <bruno@clisp.org>
33205
33206         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
33207         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
33208         values.
33209         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
33210         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
33211         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
33212         * modules/sys_socket (Depends-on): Add absolute-header.
33213         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
33214         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
33215         (Include): Remove requirement of inclusion of <sys/types.h>.
33216
33217 2007-03-02  Bruno Haible  <bruno@clisp.org>
33218
33219         * lib/byteswap_.h (bswap_32): Fix formula.
33220
33221 2007-03-06  Bruno Haible  <bruno@clisp.org>
33222
33223         * modules/sprintf-posix-tests: New file.
33224         * tests/test-sprintf-posix.c: New file.
33225
33226         * modules/sprintf-posix: New file.
33227         * lib/sprintf.c: New file.
33228         * m4/sprintf-posix.m4: New file.
33229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
33230         REPLACE_SPRINTF.
33231         * lib/stdio_.h (sprintf): New declaration.
33232         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
33233         REPLACE_SPRINTF.
33234
33235 2007-03-06  Bruno Haible  <bruno@clisp.org>
33236
33237         * modules/vsprintf-posix-tests: New file.
33238         * tests/test-vsprintf-posix.c: New file.
33239         * tests/test-sprintf-posix.h: New file.
33240
33241         * modules/vsprintf-posix: New file.
33242         * lib/vsprintf.c: New file.
33243         * m4/vsprintf-posix.m4: New file.
33244         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
33245         REPLACE_VSPRINTF.
33246         * lib/stdio_.h (vsprintf): New declaration.
33247         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
33248         REPLACE_VSPRINTF.
33249
33250 2007-03-06  Bruno Haible  <bruno@clisp.org>
33251
33252         * modules/vsnprintf (Depend-on): Remove minmax.
33253
33254 2007-03-06  Bruno Haible  <bruno@clisp.org>
33255
33256         * modules/snprintf-posix-tests: New file.
33257         * tests/test-snprintf-posix.c: New file.
33258
33259         * modules/snprintf-posix: New file.
33260         * m4/snprintf-posix.m4: New file.
33261         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
33262         gl_FUNC_SNPRINTF.
33263         (gl_FUNC_SNPRINTF): Invoke it.
33264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
33265         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
33266         is set.
33267         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
33268
33269 2007-03-06  Bruno Haible  <bruno@clisp.org>
33270
33271         * modules/vsnprintf-posix-tests: New file.
33272         * tests/test-vsnprintf-posix.c: New file.
33273         * tests/test-snprintf-posix.h: New file.
33274
33275         * modules/vsnprintf-posix: New file.
33276         * m4/vsnprintf-posix.m4: New file.
33277         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33278         gl_FUNC_VSNPRINTF.
33279         (gl_FUNC_VSNPRINTF): Invoke it.
33280         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33281         * lib/stdio_.h (vsnprintf): Define as a replacement if
33282         REPLACE_VSNPRINTF is set.
33283         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33284
33285 2007-03-06  Bruno Haible  <bruno@clisp.org>
33286
33287         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33288         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33289
33290 2007-03-06  Bruno Haible  <bruno@clisp.org>
33291
33292         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33293         (asinl): Declare also if HAVE_DECL_ASINL is set.
33294         (atanl): Declare also if HAVE_DECL_ATANL is set.
33295         (ceill): Declare also if HAVE_DECL_CEILL is set.
33296         (cosl): Declare also if HAVE_DECL_COSL is set.
33297         (expl): Declare also if HAVE_DECL_EXPL is set.
33298         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33299         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33300         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33301         (logl): Declare also if HAVE_DECL_LOGL is set.
33302         (sinl): Declare also if HAVE_DECL_SINL is set.
33303         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33304         (tanl): Declare also if HAVE_DECL_TANL is set.
33305         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33306         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33307         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33308         declaration of frexpl, ldexpl.
33309         * modules/printf-frexpl (Depends-on): Add math.
33310         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33311
33312 2007-03-05  Bruno Haible  <bruno@clisp.org>
33313
33314         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33315         frexpl and ldexpl are declared.
33316         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33317
33318 2007-03-05  Bruno Haible  <bruno@clisp.org>
33319
33320         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33321         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33322
33323 2007-03-05  Bruno Haible  <bruno@clisp.org>
33324
33325         * lib/stdio_.h: Include <stddef.h>.
33326
33327 2007-03-05  Bruno Haible  <bruno@clisp.org>
33328
33329         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33330
33331 2007-03-05  Bruno Haible  <bruno@clisp.org>
33332
33333         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33334         NetBSD 4, from Ralf Wildenhues.
33335
33336 2007-03-04  Bruno Haible  <bruno@clisp.org>
33337
33338         * lib/vasprintf.h: Update #if logic for the case when the functions
33339         exist but are overridden.
33340
33341 2007-03-04  Bruno Haible  <bruno@clisp.org>
33342
33343         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33344         implementations: glibc-2.4 and MacOS X 10.3.
33345         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33346         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33347         * tests/test-vasprintf-posix.c (test_function): Likewise.
33348
33349 2007-03-04  Bruno Haible  <bruno@clisp.org>
33350
33351         * modules/vasprintf-posix-tests: New file.
33352         * tests/test-vasprintf-posix.c: New file.
33353
33354         * modules/vasprintf-posix: New file.
33355         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33356         defined.
33357         * m4/vasprintf-posix.m4: New file.
33358         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33359         gl_FUNC_VASPRINTF.
33360         (gl_FUNC_VASPRINTF): Invoke it.
33361         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33362         here.
33363         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33364
33365 2007-03-04  Bruno Haible  <bruno@clisp.org>
33366
33367         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33368         REPLACE_GETTIMEOFDAY.
33369         * modules/sys_time (Makefile.am): Likewise.
33370         * m4/sys_time_h.m4: Likewise.
33371         * m4/gettimeofday.m4: Likewise.
33372
33373 2007-03-04  Bruno Haible  <bruno@clisp.org>
33374
33375         * modules/vasnprintf-posix-tests: New file.
33376         * tests/test-vasnprintf-posix.c: New file.
33377
33378         * modules/vasnprintf-posix: New file.
33379         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33380         printf-frexpl.h.
33381         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33382         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33383         REPLACE_VASNPRINTF is defined.
33384         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33385         gl_FUNC_VASNPRINTF.
33386         (gl_FUNC_VASNPRINTF): Invoke it.
33387         * m4/vasnprintf-posix.m4: New file.
33388         * m4/printf.m4: New file.
33389
33390 2007-03-04  Bruno Haible  <bruno@clisp.org>
33391
33392         Compile progreloc.c only if --enable-relocatable is specified.
33393         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33394         if --enable-relocatable was specified.
33395         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33396         lib_SOURCES.
33397
33398 2007-03-04  Jim Meyering  <jim@meyering.net>
33399
33400         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33401         Use it consistently, rather than enumerating errno constants.
33402
33403 2007-03-04  Bruno Haible  <bruno@clisp.org>
33404
33405         * modules/xvasprintf-tests: New file.
33406         * tests/test-xvasprintf.c: New file.
33407
33408         * modules/vasprintf-tests: New file.
33409         * tests/test-vasprintf.c: New file.
33410
33411         * modules/vasnprintf-tests: New file.
33412         * tests/test-vasnprintf.c: New file.
33413
33414         * modules/vsnprintf-tests: New file.
33415         * tests/test-vsnprintf.c: New file.
33416
33417         * modules/snprintf-tests: New file.
33418         * tests/test-snprintf.c: New file.
33419
33420 2007-03-04  Bruno Haible  <bruno@clisp.org>
33421
33422         Compile relocatable.c only if --enable-relocatable is specified.
33423         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
33424         gl_RELOCATABLE_LIBRARY.
33425         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
33426         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
33427         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
33428         gl_RELOCATABLE_LIBRARY.
33429         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
33430         (Makefile.am): Remove lib_SOURCES.
33431         * modules/relocatable-lib-lgpl (configure.ac): Invoke
33432         gl_RELOCATABLE_LIBRARY.
33433         (Makefile.am): Remove lib_SOURCES.
33434         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33435         always.
33436         * modules/relocatable-prog-wrapper (configure.ac): Invoke
33437         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
33438
33439 2007-03-04  Bruno Haible  <bruno@clisp.org>
33440
33441         * modules/argmatch-tests: New file.
33442         * tests/test-argmatch.c: New file.
33443
33444         * tests/test-allocsa.c (main): Halve the number of loop runs.
33445
33446         * modules/alloca-opt-tests: New file.
33447         * tests/test-alloca-opt.c: New file.
33448
33449 2007-03-04  Jim Meyering  <jim@meyering.net>
33450
33451         Work around difference between Linux ACLs and Solaris 10 ZFS.
33452         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
33453         for EINVAL.
33454
33455 2007-03-03  Bruno Haible  <bruno@clisp.org>
33456
33457         * modules/relocatable-prog (Depends-on): Add back progreloc's
33458         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
33459
33460 2007-03-03  Bruno Haible  <bruno@clisp.org>
33461
33462         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
33463         * modules/relocatable-lib: New file.
33464
33465 2007-03-03  Bruno Haible  <bruno@clisp.org>
33466
33467         * modules/relocatable-prog: Renamed from modules/relocatable.
33468         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
33469
33470 2007-03-03  Bruno Haible  <bruno@clisp.org>
33471
33472         * modules/relocatable-script (Files): Add doc/relocatable.texi,
33473         m4/relocatable-lib.m4.
33474         (Depends-on): Remove 'relocatable'.
33475         (configure.ac): Add gl_RELOCATABLE_NOP.
33476
33477 2007-03-03  Bruno Haible  <bruno@clisp.org>
33478
33479         * modules/relocatable-prog-wrapper: New file.
33480         * modules/relocatable (Depends-on): Add it. Remove all other
33481         dependencies except progname.
33482         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
33483
33484         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
33485         (gl_FUNC_STRERROR): Nop.
33486         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
33487
33488         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
33489         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
33490
33491         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
33492         (gl_FUNC_READLINK): Update.
33493
33494         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
33495
33496 2007-03-03  Bruno Haible  <bruno@clisp.org>
33497
33498         * lib/xreadlink.c: Include <unistd.h> unconditionally.
33499         * modules/xreadlink (Depends-on): Add unistd.
33500         * modules/xreadlink-with-size (Depends-on): Likewise.
33501
33502 2007-03-03  Bruno Haible  <bruno@clisp.org>
33503
33504         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
33505         extracted from gt_FUNC_SETENV.
33506         (gt_FUNC_SETENV): Remove macro.
33507         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
33508         remove gt_FUNC_SETENV.
33509
33510 2007-03-03  Bruno Haible  <bruno@clisp.org>
33511
33512         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
33513         ENABLE_RELOCATABLE here.
33514         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
33515
33516 2007-03-03  Bruno Haible  <bruno@clisp.org>
33517
33518         * modules/rbtreehash-list-tests (Depends-on): Add progname.
33519         * tests/test-rbtreehash_list.c: Include progname.h.
33520         (main): Call set_program_name.
33521
33522         * modules/rbtree-oset-tests (Depends-on): Add progname.
33523         * tests/test-rbtree_oset.c: Include progname.h.
33524         (main): Call set_program_name.
33525
33526         * modules/rbtree-list-tests (Depends-on): Add progname.
33527         * tests/test-rbtree_list.c: Include progname.h.
33528         (main): Call set_program_name.
33529
33530         * modules/linked-list-tests (Depends-on): Add progname.
33531         * tests/test-linked_list.c: Include progname.h.
33532         (main): Call set_program_name.
33533
33534 2007-03-03  Bruno Haible  <bruno@clisp.org>
33535
33536         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
33537         All uses of __restrict changed to _Restrict_.
33538         * lib/glob_.h (__restrict): Remove macro.
33539
33540 2007-03-02  Bruno Haible  <bruno@clisp.org>
33541
33542         * modules/gettext (configure.ac): Require gettext infrastructure
33543         from version 0.16.1.
33544
33545 2007-03-02  Bruno Haible  <bruno@clisp.org>
33546
33547         * modules/linkedhash-list-tests (Depends-on): Add progname.
33548         * tests/test-linkedhash_list.c: Include progname.h.
33549         (main): Call set_program_name.
33550
33551         * modules/carray-list-tests (Depends-on): Add progname.
33552         * tests/test-carray_list.c: Include progname.h.
33553         (main): Call set_program_name.
33554
33555         * modules/avltreehash-list-tests (Depends-on): Add progname.
33556         * tests/test-avltreehash_list.c: Include progname.h.
33557         (main): Call set_program_name.
33558
33559         * modules/avltree-oset-tests (Depends-on): Add progname.
33560         * tests/test-avltree_oset.c: Include progname.h.
33561         (main): Call set_program_name.
33562
33563         * modules/avltree-list-tests (Depends-on): Add progname.
33564         * tests/test-avltree_list.c: Include progname.h.
33565         (main): Call set_program_name.
33566
33567         * modules/array-oset-tests (Depends-on): Add progname.
33568         * tests/test-array_oset.c: Include progname.h.
33569         (main): Call set_program_name.
33570
33571         * modules/array-list-tests (Depends-on): Add progname.
33572         * tests/test-array_list.c: Include progname.h.
33573         (main): Call set_program_name.
33574
33575         * modules/argp-tests (Depends-on): Add progname.
33576         * tests/test-argp.c: Include argp.h first. Include progname.h.
33577         (main): Call set_program_name.
33578
33579 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
33580
33581         * doc/gnulib-tool.texi (Initial import): Reword description of
33582         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
33583         limited effect even if defined after the first system include.
33584
33585 2007-03-01  Bruno Haible  <bruno@clisp.org>
33586
33587         * build-aux/config.libpath: Update to libtool-1.5.22.
33588         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
33589
33590 2007-03-01  Bruno Haible  <bruno@clisp.org>
33591
33592         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
33593         foo_CFLAGS.
33594         Reported by Ralf Wildenhues.
33595
33596 2007-03-01  Bruno Haible  <bruno@clisp.org>
33597
33598         * build-aux/install-reloc: Remove object files left over by some
33599         compilers.
33600         Reported by Ralf Wildenhues.
33601
33602 2007-03-01  Bruno Haible  <bruno@clisp.org>
33603
33604         * build-aux/install-reloc: Break long lines.
33605
33606 2007-03-01  Bruno Haible  <bruno@clisp.org>
33607
33608         * doc/relocatable.texi: Document that it may not work on OpenBSD.
33609         Reported by Ralf Wildenhues.
33610
33611 2007-03-01  Bruno Haible  <bruno@clisp.org>
33612
33613         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
33614         include ordering constraints.
33615
33616 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33617
33618         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
33619         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
33620         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
33621         as another example.
33622         * lib/time_.h: Fix misspelling.
33623         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33624         Require gl_HEADER_TIME_H_DEFAULTS.
33625         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
33626         * m4/time_r.m4 (gl_TIME_R): Likewise.
33627         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
33628
33629 2007-03-01  Bruno Haible  <bruno@clisp.org>
33630
33631         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
33632         * m4/utimens.m4 (gl_UTIMENS): Likewise.
33633
33634 2007-03-01  Jim Meyering  <jim@meyering.net>
33635
33636         * modules/xreadlink (Maintainer): Add my name.
33637         * modules/xreadlink-with-size (Depends-on): Alphabetize.
33638
33639 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
33640             Bruno Haible  <bruno@clisp.org>
33641
33642         * build-aux/install-reloc: Compile also c-ctype.c.
33643         * build-aux/relocatable.sh.in: New file.
33644         * doc/relocatable.texi: New file.
33645         * doc/relocatable-maint.texi: New file.
33646         * doc/gnulib.texi: Include relocatable-maint.texi.
33647         * lib/progreloc.c: Include unistd.h unconditionally.
33648         * lib/relocwrapper.c: Include unistd.h unconditionally.
33649         Include c-ctype.h.
33650         (add_dotbin): Use c_tolower.
33651         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
33652         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
33653         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
33654         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
33655         to m4/relocatable-lib.m4.
33656         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
33657         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
33658         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
33659         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
33660         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
33661         * modules/relocatable: New file.
33662         * modules/relocatable-lib: New file.
33663         * modules/relocatable-script: New file.
33664
33665 2007-02-28  Bruno Haible  <bruno@clisp.org>
33666
33667         Import --enable-relocatable infrastructure.
33668         * build-aux/config.libpath: New file, from GNU gettext.
33669         * build-aux/install-reloc: New file, from GNU gettext.
33670         * build-aux/reloc-ldflags: New file, from GNU gettext.
33671         * lib/relocatable.h: New file, from GNU gettext.
33672         * lib/relocatable.c: New file, from GNU gettext.
33673         * lib/relocwrapper.c: New file, from GNU gettext.
33674         * m4/relocatable.m4: New file, from GNU gettext.
33675
33676 2007-02-28  Bruno Haible  <bruno@clisp.org>
33677
33678         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
33679
33680         * modules/xreadlink: New file, from GNU gettext with modifications.
33681         * lib/xreadlink.c: New file, from GNU gettext.
33682         * lib/xreadlink.h: Add comments.
33683         (xreadlink): New declaration.
33684
33685         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
33686         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
33687         lib/xreadlink-with-size.c.
33688         (configure.ac): Remove gl_XREADLINK invocation.
33689         (Makefile.am): Augment lib_SOURCES.
33690         * m4/xreadlink.m4: Remove file.
33691         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
33692         (xreadlink_with_size): Renamed from xreadink.
33693         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
33694         * modules/canonicalize (Depends-on): Replace xreadlink with
33695         xreadlink-with-size.
33696         * lib/canonicalize.c (canonicalize_filename_mode): Update.
33697
33698 2007-02-25  Jim Meyering  <jim@meyering.net>
33699
33700         * build-aux/announce-gen: When complaining about excess arguments,
33701         list them.
33702
33703 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33704
33705         * README: Document signed integer overflow situation more
33706         accurately.
33707
33708 2007-02-25  Bruno Haible  <bruno@clisp.org>
33709
33710         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
33711         'a' or 'A' conversion.
33712
33713 2007-02-25  Bruno Haible  <bruno@clisp.org>
33714
33715         * modules/filename: Renamed from modules/pathname.
33716         (Files): Replace lib/pathname.h with lib/filename.h. Replace
33717         lib/concatpath.c with lib/concat-filename.c.
33718         (Makefile.am): Update.
33719         (Include): Replace pathname.h with filename.h.
33720         * lib/filename.h: Renamed from lib/pathname.h.
33721         (concatenated_filename): Renamed from concatenated_pathname.
33722         * lib/concat-filename.c: Renamed from lib/concatpath.c.
33723         (concatenated_filename): Renamed from concatenated_pathname.
33724         * lib/findprog.c: Include filename.h instead of pathname.h.
33725         (find_in_path): Update.
33726         * lib/javacomp.c: Include filename.h instead of pathname.h.
33727         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
33728         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
33729         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
33730         is_oldgcj_14_13_usable, is_javac_usable): Update.
33731         * lib/javaexec.c: Include filename.h instead of pathname.h.
33732         (execute_java_class): Update.
33733         * modules/findprog: Update.
33734         * modules/javacomp: Update.
33735         * modules/javaexec: Update.
33736         * MODULES.html.sh (File system functions): Add 'filename', remove
33737         'pathname'.
33738
33739 2007-02-25  Bruno Haible  <bruno@clisp.org>
33740
33741         * modules/printf-frexpl-tests: New file.
33742         * tests/test-printf-frexpl.c: New file.
33743
33744         * modules/printf-frexpl: New file.
33745         * lib/printf-frexpl.h: New file.
33746         * lib/printf-frexpl.c: New file.
33747         * m4/printf-frexpl.m4: New file.
33748
33749 2007-02-25  Bruno Haible  <bruno@clisp.org>
33750
33751         * modules/printf-frexp-tests: New file.
33752         * tests/test-printf-frexp.c: New file.
33753
33754         * modules/printf-frexp: New file.
33755         * lib/printf-frexp.h: New file.
33756         * lib/printf-frexp.c: New file.
33757         * m4/printf-frexp.m4: New file.
33758
33759 2007-02-25  Bruno Haible  <bruno@clisp.org>
33760
33761         Assume automake >= 1.10 for the tests.
33762         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
33763         * modules/arctwo-tests: Likewise.
33764         * modules/argp-tests: Likewise.
33765         * modules/avltree-list-tests: Likewise.
33766         * modules/avltree-oset-tests: Likewise.
33767         * modules/avltreehash-list-tests: Likewise.
33768         * modules/carray-list-tests: Likewise.
33769         * modules/crc-tests: Likewise.
33770         * modules/des-tests: Likewise.
33771         * modules/gc-arcfour-tests: Likewise.
33772         * modules/gc-arctwo-tests: Likewise.
33773         * modules/gc-des-tests: Likewise.
33774         * modules/gc-hmac-md5-tests: Likewise.
33775         * modules/gc-hmac-sha1-tests: Likewise.
33776         * modules/gc-md2-tests: Likewise.
33777         * modules/gc-md4-tests: Likewise.
33778         * modules/gc-md5-tests: Likewise.
33779         * modules/gc-pbkdf2-sha1-tests: Likewise.
33780         * modules/gc-rijndael-tests: Likewise.
33781         * modules/gc-sha1-tests: Likewise.
33782         * modules/gc-tests: Likewise.
33783         * modules/getaddrinfo-tests: Likewise.
33784         * modules/hmac-md5-tests: Likewise.
33785         * modules/hmac-sha1-tests: Likewise.
33786         * modules/linked-list-tests: Likewise.
33787         * modules/linkedhash-list-tests: Likewise.
33788         * modules/lock-tests: Likewise.
33789         * modules/md2-tests: Likewise.
33790         * modules/md4-tests: Likewise.
33791         * modules/md5-tests: Likewise.
33792         * modules/rbtree-list-tests: Likewise.
33793         * modules/rbtree-oset-tests: Likewise.
33794         * modules/rbtreehash-list-tests: Likewise.
33795         * modules/read-file-tests: Likewise.
33796         * modules/rijndael-tests: Likewise.
33797         * modules/stdint-tests: Likewise.
33798         * modules/tls-tests: Likewise.
33799
33800 2007-02-24  Bruno Haible  <bruno@clisp.org>
33801
33802         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
33803         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
33804         function; instead check whether isnan with a double argument links.
33805         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
33806         function; instead check whether isnan with a 'long double' argument
33807         links.
33808         Reported by Eric Blake <ebb9@byu.net>.
33809
33810 2007-02-24  Bruno Haible  <bruno@clisp.org>
33811
33812         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
33813         defined.
33814         * lib/isnanl.c: Remove all code. Just include isnan.c.
33815         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
33816
33817 2007-02-25  Jim Meyering  <jim@meyering.net>
33818
33819         Avoid conflicting types for 'unsetenv' on FreeBSD.
33820         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
33821         conflicting with FreeBSD's (5.0 and 6.1) function declaration
33822         in stdlib.h.
33823
33824 2007-02-24  Bruno Haible  <bruno@clisp.org>
33825
33826         * modules/isnanl-nolibm-tests: New file.
33827         * tests/test-isnanl.c: New file.
33828
33829         * modules/isnanl-nolibm: New file.
33830         * lib/isnanl.h: New file.
33831         * lib/isnanl.c: New file.
33832         * m4/isnanl.m4: New file.
33833
33834 2007-02-24  Bruno Haible  <bruno@clisp.org>
33835
33836         * modules/isnan-nolibm-tests: New file.
33837         * tests/test-isnan.c: New file.
33838
33839         * modules/isnan-nolibm: New file.
33840         * lib/isnan.h: New file.
33841         * lib/isnan.c: New file.
33842         * m4/isnan.m4: New file.
33843
33844 2007-02-24  Bruno Haible  <bruno@clisp.org>
33845
33846         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
33847         assume that an exponent fits in 20 bits.
33848
33849 2007-02-24  Jim Meyering  <jim@meyering.net>
33850
33851         * m4/regex.m4: Update the description of the configure-time option,
33852         --without-included-regex, to state accurately what the defaults are,
33853         and perhaps to give people an idea why using this option is risky.
33854
33855 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
33856
33857         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
33858         loops on small arguments.  This attempts to avoid the problem
33859         Bruno Haible reported for AIX 4.3.2 in
33860         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
33861
33862 2007-02-23  Bruno Haible  <bruno@clisp.org>
33863
33864         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
33865         Needed for help2man.
33866
33867 2007-02-23  Karl Berry  <karl@gnu.org>
33868
33869         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
33870         exists, foo.h should be cvs-ignored, not committed.
33871
33872 2007-02-23  Eric Blake  <ebb9@byu.net>
33873
33874         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
33875         * lib/stat-time.h (includes): Likewise.
33876         * lib/utimecmp.c (includes): Likewise.
33877         * lib/utimens.h (includes): Likewise.
33878         * lib/getdate.y (includes): Also include "timespec.h" for use
33879         internal to the module.
33880         * modules/utimens (Depends-on): Revert yesterday's patch.
33881         * modules/nanosleep (Depends-on): Add missing dependency.
33882
33883 2007-02-22  Bruno Haible  <bruno@clisp.org>
33884
33885         * lib/glob.c: Don't include getlogin_r.h.
33886
33887 2007-02-22  Jim Meyering  <jim@meyering.net>
33888
33889         * modules/utimens (Depends-on): Add timespec, required for
33890         utimens.h's inclusion of timespec.h.
33891
33892 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
33893
33894         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
33895         long unreadable paths in GNU/Linux.  Problem reported by Andreas
33896         Schwab in
33897         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
33898         I'll try to think of a better way to fix the Solaris problem.
33899
33900         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
33901         like glibc; on Solaris 10, it fails with errno == EINVAL.
33902         POSIX says the behavior is unspecified if the first argument is NULL,
33903         so play it safe and never pass NULL to the system getcwd.
33904
33905 2007-02-21  Jim Meyering  <jim@meyering.net>
33906
33907         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
33908         of gettimeofday.  It would conflict with the one now always
33909         provided via sys_time_.h.  Reported by Matthew Woehlke, as
33910         an IRIX 6.5 build failure.
33911
33912 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
33913
33914         Minor fixups to port to Solaris 10 with Sun C 5.8.
33915         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
33916         * modules/getcwd (Depends-on): Add dirfd.
33917         * lib/putenv.c (putenv): #undef it.
33918         (rpl_putenv): New decl.
33919         (malloc, free): Include <stdlib.h> rather than prototyping separately.
33920
33921 2007-02-20  Bruno Haible  <bruno@clisp.org>
33922
33923         * modules/stdio-tests: New file.
33924         * tests/test-stdio.c: New file.
33925
33926         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
33927         (Depends-on): Add stdio.
33928         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33929         (Include): Use <stdio.h> instead of vsnprintf.h.
33930         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33931         HAVE_DECL_VSNPRINTF.
33932         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
33933
33934         * modules/snprintf (Files): Remove lib/snprintf.h.
33935         (Depends-on): Add stdio.
33936         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
33937         (Include): Use <stdio.h> instead of snprintf.h.
33938         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
33939         HAVE_DECL_SNPRINTF.
33940         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
33941         * lib/getaddrinfo.c: Likewise.
33942
33943         * modules/stdio: New file.
33944         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
33945         * lib/snprintf.h: Remove file.
33946         * lib/vsnprintf.h: Remove file.
33947         * lib/.cppi-disable: Remove snprintf.h.
33948         * m4/stdio_h.m4: New file.
33949         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
33950
33951 2007-02-20  Jim Meyering  <jim@meyering.net>
33952
33953         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
33954         used by e.g., mingw.  From Bruno Haible.
33955
33956 2007-02-19  Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
33959         warnings.
33960         Reported by Ben Pfaff <blp@cs.stanford.edu>.
33961
33962 2007-02-19  Bruno Haible  <bruno@clisp.org>
33963
33964         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
33965         from mingw users.
33966
33967 2007-02-19  Bruno Haible  <bruno@clisp.org>
33968
33969         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
33970         warnings.
33971         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
33972
33973 2007-02-19  Jim Meyering  <jim@meyering.net>
33974
33975         Don't use FD after a successful "fdopendir (fd)".
33976         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
33977         Reset it by calling dirfd on the just-obtained DIR*.
33978
33979         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
33980         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
33981
33982 2007-02-18  Bruno Haible  <bruno@clisp.org>
33983
33984         * lib/readlink.c: Include <unistd.h>.
33985         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
33986         HAVE_READLINK.
33987         * modules/readlink (Depends-on): Add unistd.
33988         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33989         (Include): Add <unistd.h>.
33990
33991         * lib/getlogin_r.h: Remove file.
33992         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
33993         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
33994         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
33995         HAVE_DECL_GETLOGIN_R.
33996         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
33997         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
33998         (Include): Use <unistd.h> instead of getlogin_r.h.
33999
34000         * lib/getcwd.h: Remove file.
34001         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
34002         * lib/xgetcwd.c: Likewise.
34003         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
34004         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
34005         * modules/getcwd (Files): Remove lib/getcwd.h.
34006         (Depends-on): Add unistd.
34007         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34008         (Include): Use <unistd.h> instad of getcwd.h.
34009
34010         * lib/ftruncate.c: Include <unistd.h> first.
34011         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
34012         Set HAVE_FTRUNCATE.
34013         * modules/ftruncate (Depends-on): Add unistd.
34014         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34015
34016         * lib/fchdir.c: Include <unistd.h> first.
34017         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
34018         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
34019         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
34020         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34021         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
34022
34023         * lib/dup2.c: Include <unistd.h> first.
34024         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
34025         HAVE_DUP2.
34026         * modules/dup2 (Depends-on): Add unistd.
34027         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34028
34029         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
34030         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
34031         REPLACE_CHOWN. Don't define chown as a macro here.
34032         * modules/chown (Depends-on): Add unistd.
34033         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34034
34035         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
34036         Add definition for GL_LINK_WARNING.
34037         (chown, dup2): New declarations.
34038         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
34039         link warning.
34040         (ftruncate): New declaration.
34041         (getcwd): New declaration, taken from old getcwd.h.
34042         (getlogin_r): New declaration, taken from old getlogin_r.h.
34043         (readlink): New declaration.
34044         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
34045         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
34046         (gl_PREREQ_UNISTD): Remove macro.
34047         (gl_UNISTD_MODULE_INDICATOR): New macro.
34048         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
34049         many new variables. Don't set UNISTD_H.
34050         * modules/unistd (Description): Change.
34051         (Depends-on): Add link-warning.
34052         (configure.ac): Update.
34053         (Makefile.am): Create unistd.h always. Substitute many new variables
34054         into it.
34055
34056 2007-02-18  Bruno Haible  <bruno@clisp.org>
34057
34058         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
34059         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
34060         HAVE_GETSUBOPT.
34061         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
34062         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
34063         * lib/getsubopt.h: Remove file.
34064         * modules/getsubopt (Files): Remove lib/getsubopt.h.
34065         (Depends-on): Add stdlib.
34066         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34067         (Includes): Use <stdlib.h> instead of getsubopt.h.
34068         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
34069         Set HAVE_GETSUBOPT.
34070         * lib/getsubopt.c: Don't include getsubopt.h.
34071
34072 2007-02-18  Bruno Haible  <bruno@clisp.org>
34073
34074         * modules/fchdir (Depends-on): Add dup2.
34075
34076 2007-02-18  Bruno Haible  <bruno@clisp.org>
34077
34078         * lib/stdlib_.h: Handle glibc's special invocation convention
34079         specially.
34080
34081 2007-02-18  Bruno Haible  <bruno@clisp.org>
34082
34083         * modules/stdlib-tests: New file.
34084         * tests/test-stdlib.c: New file.
34085
34086         * modules/mkstemp (Files): Remove lib/mkstemp.h.
34087         (Depends-on): Add stdlib.
34088         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34089         (Includes): Use <stdlib.h> instead of mkstemp.h.
34090         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34091         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
34092         * lib/mkstemp.c: Don't include mkstemp.h.
34093         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
34094         * lib/stdlib--.h: Don't include mkstemp.h.
34095
34096         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
34097         (Depends-on): Add stdlib.
34098         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34099         (Includes): Use <stdlib.h> instead of mkdtemp.h.
34100         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34101         HAVE_MKDTEMP.
34102         * lib/mkdtemp.c: Don't include mkdtemp.h.
34103         * lib/clean-temp.c: Don't include mkdtemp.h.
34104
34105         * modules/exit (Files): Remove lib/exit.h.
34106         (Depends-on): Add stdlib.
34107         (Makefile.am): Remove lib_SOURCES.
34108         (Include): Use <stdlib.h> instead of exit.h.
34109         * lib/argmatch.c: Don't include exit.h.
34110         * lib/execute.c: Likewise.
34111         * lib/pagealign_alloc.c: Likewise.
34112         * lib/pipe.c: Likewise.
34113         * lib/wait-process.c: Likewise.
34114         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
34115         * lib/exitfail.c: Likewise.
34116         * lib/savewd.c: Likewise.
34117         * lib/xsetenv.c: Likewise.
34118
34119         * modules/stdlib: New file.
34120         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34121         and extra comments about mkstemp().
34122         * lib/exit.h: Remove file.
34123         * lib/mkdtemp.h: Remove file.
34124         * lib/mkstemp.h: Remove file.
34125         * m4/stdlib_h.m4: New file.
34126         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34127
34128 2007-02-18  Bruno Haible  <bruno@clisp.org>
34129
34130         * modules/math-tests: New file.
34131         * tests/test-math.c: New file.
34132
34133         * modules/math: New file.
34134         * modules/mathl (Files): Remove lib/mathl.h.
34135         (Depends-on): Add math.
34136         (Makefile.am): Don't mention mathl.h.
34137         (Include): Use <math.h> instead of mathl.h.
34138         * lib/math_.h: New file.
34139         * lib/mathl.h: Remove file.
34140         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
34141         mathl.h.
34142         * lib/asinl.c: Likewise.
34143         * lib/atanl.c: Likewise.
34144         * lib/ceill.c: Likewise.
34145         * lib/cosl.c: Likewise.
34146         * lib/expl.c: Likewise.
34147         * lib/floorl.c: Likewise.
34148         * lib/frexpl.c: Likewise.
34149         * lib/ldexpl.c: Likewise.
34150         * lib/logl.c: Likewise.
34151         * lib/sincosl.c: Likewise.
34152         * lib/sinl.c: Likewise.
34153         * lib/sqrtl.c: Likewise.
34154         * lib/tanl.c: Likewise.
34155         * lib/trigl.c: Likewise.
34156         * m4/math_h.m4: New file.
34157         * MODULES.html.sh (Mathematics): Add math.
34158
34159 2007-02-17  Bruno Haible  <bruno@clisp.org>
34160
34161         * modules/wctype-tests: New file.
34162         * tests/test-wctype.c: New file.
34163
34164         * modules/wchar-tests: New file.
34165         * tests/test-wchar.c: New file.
34166
34167         * modules/unistd-tests: New file.
34168         * tests/test-unistd.c: New file.
34169
34170         * modules/time-tests: New file.
34171         * tests/test-time.c: New file.
34172
34173         * modules/sysexits-tests: New file.
34174         * tests/test-sysexits.c: New file.
34175
34176         * modules/sys_time-tests: New file.
34177         * tests/test-sys_time.c: New file.
34178
34179         * modules/sys_stat-tests: New file.
34180         * tests/test-sys_stat.c: New file.
34181
34182         * modules/sys_socket-tests: New file.
34183         * tests/test-sys_socket.c: New file.
34184
34185         * modules/sys_select-tests: New file.
34186         * tests/test-sys_select.c: New file.
34187
34188         * modules/string-tests: New file.
34189         * tests/test-string.c: New file.
34190
34191         * modules/stdbool-tests: New file.
34192         * tests/test-stdbool.c: New file.
34193
34194         * modules/netinet_in-tests: New file.
34195         * tests/test-netinet_in.c: New file.
34196
34197         * modules/inttypes-tests: New file.
34198         * tests/test-inttypes.c: New file.
34199
34200         * modules/fcntl-tests: New file.
34201         * tests/test-fcntl.c: New file.
34202
34203         * modules/byteswap-tests: New file.
34204         * tests/test-byteswap.c: New file.
34205
34206         * modules/arpa_inet-tests: New file.
34207         * tests/test-arpa_inet.c: New file.
34208
34209 2007-02-17  Bruno Haible  <bruno@clisp.org>
34210
34211         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
34212         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
34213         if the corresponding module is not enabled. Emit link warnings if
34214         the function is used nevertheless.
34215         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
34216         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
34217         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
34218         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
34219         * modules/inttypes (Depends-on): Add link-warning.
34220         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34221         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
34222         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
34223         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
34224         * modules/imaxdiv (configure.ac): Likewise.
34225         * modules/strtoimax (configure.ac): Likewise.
34226         * modules/strtoumax (configure.ac): Likewise.
34227
34228 2007-02-17  Bruno Haible  <bruno@clisp.org>
34229
34230         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
34231         gl_STRING_MODULE_INDICATOR_DEFAULTS.
34232         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
34233         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
34234
34235 2007-02-17  Bruno Haible  <bruno@clisp.org>
34236
34237         * modules/link-warning: New file.
34238         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
34239         * lib/string_.h (GL_LINK_WARNING): Remove definition.
34240         * modules/string (Depends-on): Add link-warning.
34241         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34242         string.h.
34243         * MODULES.html.sh (Support for building libraries and executables): Add
34244         link-warning.
34245
34246 2007-02-17  Bruno Haible  <bruno@clisp.org>
34247
34248         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
34249         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
34250         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
34251         long lines.
34252
34253 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
34254             Bruno Haible  <bruno@clisp.org>
34255
34256         * modules/tmpfile: New file.
34257         * lib/tmpfile.c: New file.
34258         * m4/tmpfile.m4: New file.
34259         * MODULES.html.sh (func_all_modules): New section "Input/output".
34260
34261 2007-02-15  Bruno Haible  <bruno@clisp.org>
34262
34263         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
34264         (supports_delete_on_close): New function.
34265         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
34266
34267 2007-02-14  Bruno Haible  <bruno@clisp.org>
34268
34269         * modules/mbspcasecmp-tests: New file.
34270         * tests/test-mbspcasecmp.sh: New file.
34271         * tests/test-mbspcasecmp.c: New file.
34272
34273         New module mbspcasecmp.
34274         * modules/mbspcasecmp: New file.
34275         * lib/mbspcasecmp.c: New file.
34276         * lib/string_.h (strncasecmp): Change warning message.
34277         (mbspcasecmp): New declaration.
34278         * m4/mbspcasecmp.m4: New file.
34279         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34280         GNULIB_MBSPCASECMP.
34281         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34282         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34283
34284 2007-02-14  Bruno Haible  <bruno@clisp.org>
34285
34286         * modules/mbsncasecmp-tests: New file.
34287         * tests/test-mbsncasecmp.sh: New file.
34288         * tests/test-mbsncasecmp.c: New file.
34289
34290         New module mbsncasecmp.
34291         * modules/mbsncasecmp: New file.
34292         * lib/mbsncasecmp.c: New file.
34293         * lib/string_.h (mbsncasecmp): New declaration.
34294         * m4/mbsncasecmp.m4: New file.
34295         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34296         GNULIB_MBSNCASECMP.
34297         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34298         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34299
34300 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34301
34302         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34303         Verify that it doesn't overlap with our flags.
34304         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34305         do not have the desired effect in multibyte locales; instead, use
34306         mbscasecmp.
34307         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34308         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34309         we don't require GNU fnmatch ourselves (if our users require it, they
34310         should do so explicitly).
34311
34312         Fix regex code so it doesn't rely on strcasecmp.
34313         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34314         Otherwise, include gnulib's langinfo.h.
34315         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34316         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34317         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34318         * modules/regex (FILES): Remove m4/codeset.m4.
34319         (Depends-on): Add localcharset.  Remove strcase.
34320
34321 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34322
34323         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34324         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34325
34326 2007-02-13  Bruno Haible  <bruno@clisp.org>
34327
34328         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34329         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34330
34331 2007-02-12  Bruno Haible  <bruno@clisp.org>
34332
34333         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34334         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34335         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34336         time warning rather than a link error.
34337
34338 2007-02-12  Bruno Haible  <bruno@clisp.org>
34339
34340         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34341         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34342         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34343
34344 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34345
34346         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34347         args, not 2.
34348
34349 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34350
34351         New module 'time', so that apps can include <time.h> as per
34352         POSIX and GNU instead of separate include files like time_r.h
34353         and timegm.h.  This implementation tries out a simpler approach
34354         for replacing decls in standard include files (as compared to
34355         the string module), somewhat as an experiment.
34356
34357         * config/srclist.txt: Comment out mktime.c for now.
34358         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34359         since it doesn't apply any more.  Use generic wording instead.
34360         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34361         'time'.
34362         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34363         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34364         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34365         Don't include <sys/types.h>; no longer needed since we assume C89.
34366         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34367         * lib/strftime.c: Likewise.
34368         * lib/time_r.c: Likewise.
34369         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34370         * lib/nanosleep.c: Include <time.h> first, to check interface.
34371         * lib/strptime.c: Likewise.
34372         * lib/time_r.c: Likewise.
34373         * lib/timegm.c: Likewise.
34374         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34375         needed.
34376         * lib/timegm.c: Don't include timegm.h; no longer needed.
34377         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34378         time.h now handles any problems in that area.
34379         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34380         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34381         that time.h defines struct timespec.
34382         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34383         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34384         handles that.
34385         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34386         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34387         needed.  Set REPLACE_LOCALTIME.
34388         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34389         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34390         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34391         nanosleep; time_h.m4 now does that.  Don't require
34392         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34393         module handles this now.
34394         * modules/getdate (Depends-on): Remove timespec.  Add time.
34395         * modules/nanosleep (Depends-on): Likewise.
34396         * modules/stat-time (Depends-on): Likewise.
34397         * modules/nanosleep (Include): Include time.h, not timespec.h.
34398         * modules/strptime (Files): Remove lib/strptime.h.
34399         (Depends-on): Add extensions, time.
34400         (Include): Include time.h, not strptime.h.
34401         * modules/time_r (Files): Remove lib/time_r.h.
34402         (Depends-on): Add time.
34403         (Include): Include time.h, not time_r.h.
34404         * modules/timegm: Likewise.
34405         * modules/timespec (Description): Now does timespec-related decls
34406         of our own, instead of struct timespec itself.
34407         (Depends-on): Add time; remove extensions.
34408         (Maintainer): Add self.
34409         * modules/utimecmp (Depends-on): Add time; remove timespec.
34410         * modules/utimens (Depends-on): Likewise.
34411         * modules/xnanosleep (Depends-on): Likewise.
34412
34413 2007-02-11  Bruno Haible  <bruno@clisp.org>
34414
34415         * lib/c-strstr.c: Include allocsa.h.
34416         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34417         * lib/c-strcasestr.c: Include allocsa.h.
34418         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34419         * lib/strcasestr.c: Include allocsa.h.
34420         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34421         * lib/mbsstr.c: Include allocsa.h.
34422         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34423         allocsa/freesa instead of malloc/free.
34424         * lib/mbscasestr.c: Include allocsa.h.
34425         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34426         allocsa/freesa instead of malloc/free.
34427         * modules/c-strstr (Depends-on): Add allocsa.
34428         * modules/c-strcasestr (Depends-on): Likewise.
34429         * modules/strcasestr (Depends-on): Likewise.
34430         * modules/mbsstr (Depends-on): Likewise.
34431         * modules/mbscasestr (Depends-on): Likewise.
34432
34433 2007-02-11  Bruno Haible  <bruno@clisp.org>
34434
34435         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
34436
34437         * modules/mbsspn-tests: New file.
34438         * tests/test-mbsspn.sh: New file.
34439         * tests/test-mbsspn.c: New file.
34440
34441 2007-02-11  Bruno Haible  <bruno@clisp.org>
34442
34443         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
34444
34445         * modules/mbspbrk-tests: New file.
34446         * tests/test-mbspbrk.sh: New file.
34447         * tests/test-mbspbrk.c: New file.
34448
34449 2007-02-11  Bruno Haible  <bruno@clisp.org>
34450
34451         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
34452         unneeded cast.
34453
34454         * modules/mbscspn-tests: New file.
34455         * tests/test-mbscspn.sh: New file.
34456         * tests/test-mbscspn.c: New file.
34457
34458 2007-02-11  Bruno Haible  <bruno@clisp.org>
34459
34460         * modules/mbscasecmp-tests: New file.
34461         * tests/test-mbscasecmp.sh: New file.
34462         * tests/test-mbscasecmp.c: New file.
34463
34464 2007-02-11  Bruno Haible  <bruno@clisp.org>
34465
34466         Ensure O(n) worst-case complexity of mbscasestr.
34467         * lib/mbscasestr.c: Include stdbool.h.
34468         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34469         functions.
34470         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
34471         the bookkeeping indicates that it's worth it.
34472         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
34473
34474         * modules/mbscasestr-tests: New file.
34475         * tests/test-mbscasestr1.c: New file.
34476         * tests/test-mbscasestr2.sh: New file.
34477         * tests/test-mbscasestr2.c: New file.
34478         * tests/test-mbscasestr3.sh: New file.
34479         * tests/test-mbscasestr3.c: New file.
34480         * tests/test-mbscasestr4.sh: New file.
34481         * tests/test-mbscasestr4.c: New file.
34482         * m4/locale-tr.m4: New file.
34483
34484 2007-02-11  Bruno Haible  <bruno@clisp.org>
34485
34486         Ensure O(n) worst-case complexity of mbsstr.
34487         * lib/mbsstr.c: Include stdbool.h.
34488         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
34489         functions.
34490         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
34491         bookkeeping indicates that it's worth it.
34492         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
34493
34494         * modules/mbsstr-tests: New file.
34495         * tests/test-mbsstr1.c: New file.
34496         * tests/test-mbsstr2.sh: New file.
34497         * tests/test-mbsstr2.c: New file.
34498         * tests/test-mbsstr3.sh: New file.
34499         * tests/test-mbsstr3.c: New file.
34500         * m4/locale-fr.m4: New file.
34501
34502 2007-02-11  Bruno Haible  <bruno@clisp.org>
34503
34504         * lib/mbsrchr.c (mbsrchr): Fix bug.
34505
34506         * modules/mbsrchr-tests: New file.
34507         * tests/test-mbsrchr.sh: New file.
34508         * tests/test-mbsrchr.c: New file.
34509
34510 2007-02-11  Bruno Haible  <bruno@clisp.org>
34511
34512         * lib/mbschr.c (mbschr): Fix bug.
34513
34514         * modules/mbschr-tests: New file.
34515         * tests/test-mbschr.sh: New file.
34516         * tests/test-mbschr.c: New file.
34517         * m4/locale-zh.m4: New file.
34518
34519 2007-02-11  Bruno Haible  <bruno@clisp.org>
34520
34521         Support for copying multibyte string iterators.
34522         * lib/mbiter.h: Include <string.h>.
34523         (mbiter_multi_copy): New function.
34524         (mbi_copy): New macro.
34525         * lib/mbuiter.h: Include <string.h>.
34526         (mbuiter_multi_copy): New function.
34527         (mbui_copy): New macro.
34528
34529 2007-02-11  Bruno Haible  <bruno@clisp.org>
34530
34531         New module mbslen.
34532         * modules/mbslen: New file.
34533         * lib/mbslen.c: New file.
34534         * lib/string_.h (mbslen): New declaration.
34535         * m4/mbslen.m4: New file.
34536         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34537         GNULIB_MBSLEN.
34538         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
34539         * MODULES.html.sh (Internationalization functions): Add mbslen.
34540
34541 2007-02-11  Bruno Haible  <bruno@clisp.org>
34542
34543         Ensure O(n) worst-case complexity of strcasestr substitute.
34544         * lib/strcasestr.c: Include stdbool.h.
34545         (knuth_morris_pratt): New function.
34546         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34547         bookkeeping indicates that it's worth it.
34548         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
34549
34550         * modules/strcasestr-tests: New file.
34551         * tests/test-strcasestr.c: New file.
34552
34553 2007-02-11  Bruno Haible  <bruno@clisp.org>
34554
34555         Ensure O(n) worst-case complexity of c_strcasestr.
34556         * lib/c-strcasestr.c: Include stdbool.h, string.h.
34557         (knuth_morris_pratt): New function.
34558         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
34559         the bookkeeping indicates that it's worth it.
34560         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
34561
34562         * modules/c-strcasestr-tests: New file.
34563         * tests/test-c-strcasestr.c: New file.
34564
34565 2007-02-11  Bruno Haible  <bruno@clisp.org>
34566
34567         Ensure O(n) worst-case complexity of c_strstr.
34568         * lib/c-strstr.c: Include stdbool.h, string.h.
34569         (knuth_morris_pratt): New function.
34570         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
34571         bookkeeping indicates that it's worth it.
34572         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
34573
34574         * lib/c-strstr.c: Complete rewrite for maintainability.
34575
34576         * modules/c-strstr-tests: New file.
34577         * tests/test-c-strstr.c: New file.
34578
34579 2007-02-11  Bruno Haible  <bruno@clisp.org>
34580
34581         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
34582         5.2.1 and earlier, whereby \055 was treated just like the range
34583         delimiter '-'.
34584         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34585
34586 2007-02-08  Bruno Haible  <bruno@clisp.org>
34587
34588         * modules/regex (Depends-on): Add stdbool.
34589         Reported by Dalibor Topic <robilad@kaffe.org>.
34590
34591 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34592
34593         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
34594         Prefer returning from main to exiting from it.
34595         Remove unnecessary parens after sizeof.
34596
34597 2007-02-05  Bruno Haible  <bruno@clisp.org>
34598
34599         New module mbssep.
34600         * modules/mbssep: New file.
34601         * lib/mbssep.c: New file.
34602         * lib/string_.h (strsep): Add a conditional link warning.
34603         (mbssep): New declaration.
34604         * m4/mbssep.m4: New file.
34605         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34606         GNULIB_MBSSEP.
34607         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
34608         * MODULES.html.sh (Internationalization functions): Add mbssep.
34609
34610 2007-02-05  Bruno Haible  <bruno@clisp.org>
34611
34612         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
34613         Optimize search in case of 1 delimiter.
34614
34615 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34616
34617         * lib/acl.h: Include sys/types.h before sys/acl.h.
34618
34619 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
34620
34621         Merge upstream fix for glibc bugzilla #3957:
34622
34623         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
34624
34625         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
34626         bit for RE_HAT_LISTS_NOT_NEWLINE.
34627         (build_charclass_op): Remove bogus comment.
34628
34629 2007-02-05  Simon Josefsson  <simon@josefsson.org>
34630
34631         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
34632
34633 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34634
34635         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
34636         * lib/memmem.c [!defined _LIBC]: Include config.h.
34637
34638 2007-02-04  Bruno Haible  <bruno@clisp.org>
34639
34640         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
34641         warning message.
34642
34643 2007-02-04  Bruno Haible  <bruno@clisp.org>
34644
34645         New module mbstok_r.
34646         * modules/mbstok_r: New file.
34647         * lib/mbstok_r.c: New file.
34648         * lib/string_.h (strtok_r): Change argument names to match the
34649         comments. Add a conditional link warning.
34650         (mbstok_r): New declaration.
34651         * m4/mbstok_r.m4: New file.
34652         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34653         GNULIB_MBSTOK_R.
34654         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
34655         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
34656
34657 2007-02-04  Bruno Haible  <bruno@clisp.org>
34658
34659         New module mbsspn.
34660         * modules/mbsspn: New file.
34661         * lib/mbsspn.c: New file.
34662         * lib/string_.h (strspn): Add a conditional link warning.
34663         (mbsspn): New declaration.
34664         * m4/mbsspn.m4: New file.
34665         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34666         GNULIB_MBSSPN.
34667         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
34668         * MODULES.html.sh (Internationalization functions): Add mbsspn.
34669
34670 2007-02-04  Bruno Haible  <bruno@clisp.org>
34671
34672         New module mbspbrk.
34673         * modules/mbspbrk: New file.
34674         * lib/mbspbrk.c: New file.
34675         * lib/string_.h (strpbrk): Add a conditional link warning.
34676         (mbspbrk): New declaration.
34677         * m4/mbspbrk.m4: New file.
34678         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34679         GNULIB_MBSPBRK.
34680         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
34681         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
34682
34683 2007-02-04  Bruno Haible  <bruno@clisp.org>
34684
34685         New module mbscspn.
34686         * modules/mbscspn: New file.
34687         * lib/mbscspn.c: New file.
34688         * lib/string_.h (strcspn): Add a conditional link warning.
34689         (mbscspn): New declaration.
34690         * m4/mbscspn.m4: New file.
34691         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34692         GNULIB_MBSCSPN.
34693         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
34694         * MODULES.html.sh (Internationalization functions): Add mbscspn.
34695
34696 2007-02-04  Bruno Haible  <bruno@clisp.org>
34697
34698         New module mbscasestr, reduced goal of strcasestr.
34699         * modules/mbscasestr: New file.
34700         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
34701         (mbscasestr): Renamed from strcasestr.
34702         * lib/strcasestr.c: Don't include mbuiter.h.
34703         (strcasestr): Remove support for multibyte locales.
34704         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
34705         Change the conditional link warning.
34706         (mbscasestr): New declaration.
34707         * m4/mbscasestr.m4: New file.
34708         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
34709         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
34710         REPLACE_STRCASESTR.
34711         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
34712         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34713         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34714         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
34715         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
34716         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
34717         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
34718         (Depends-on): Remove mbuiter.
34719         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
34720
34721 2007-02-04  Bruno Haible  <bruno@clisp.org>
34722
34723         Simplify handling of strncasecmp.
34724         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
34725         the conditional link warning.
34726         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
34727         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
34728         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
34729         * modules/strcase (configure.ac): Don't invoke
34730         gl_STRING_MODULE_INDICATOR.
34731         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
34732
34733 2007-02-04  Bruno Haible  <bruno@clisp.org>
34734
34735         New module mbscasecmp, reduced goal of strcasecmp.
34736         * modules/mbscasecmp: New file.
34737         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
34738         (mbscasecmp): Renamed from strcasecmp.
34739         * lib/strcasecmp.c: Don't include mbuiter.h.
34740         (strcasecmp): Remove support for multibyte locales.
34741         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
34742         Change the conditional link warning.
34743         (mbscasecmp): New declaration.
34744         * m4/mbscasecmp.m4: New file.
34745         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
34746         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
34747         REPLACE_STRCASECMP.
34748         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
34749         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34750         GNULIB_MBSCASECMP.
34751         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
34752         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
34753         * modules/strcase (Files): Remove m4/mbrtowc.m4.
34754         (Depends-on): Remove mbuiter.
34755         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
34756
34757 2007-02-04  Bruno Haible  <bruno@clisp.org>
34758
34759         New module mbsstr. Remove module strstr.
34760         * modules/mbsstr: New file.
34761         * modules/strstr: Remove file.
34762         * lib/mbsstr.c: Renamed from lib/strstr.c.
34763         (mbsstr): Renamed from strstr.
34764         * lib/string_.h (strstr): Remove declaration. Change the conditional
34765         link warning.
34766         (mbsstr): New declaration.
34767         * m4/mbsstr.m4: New file.
34768         * m4/strstr.m4: Remove file.
34769         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
34770         REPLACE_STRSTR.
34771         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
34772         Don't initialize GNULIB_STRSTR.
34773         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
34774         substitute GNULIB_STRSTR and REPLACE_STRSTR.
34775         * MODULES.html.sh (Internationalization functions): Add mbsstr.
34776         (Support for systems lacking ANSI C 89): Remove strstr.
34777
34778 2007-02-04  Bruno Haible  <bruno@clisp.org>
34779
34780         New module mbsrchr.
34781         * modules/mbsrchr: New file.
34782         * lib/mbsrchr.c: New file.
34783         * lib/string_.h (strrchr): Add a conditional link warning.
34784         (mbsrchr): New declaration.
34785         * m4/mbsrchr.m4: New file.
34786         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34787         GNULIB_MBSRCHR.
34788         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
34789         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
34790
34791 2007-02-04  Bruno Haible  <bruno@clisp.org>
34792
34793         New module mbschr.
34794         * modules/mbschr: New file.
34795         * lib/mbschr.c: New file.
34796         * lib/string_.h (strchr): Add a conditional link warning.
34797         (mbschr): New declaration.
34798         * m4/mbschr.m4: New file.
34799         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34800         GNULIB_MBSCHR.
34801         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
34802         * MODULES.html.sh (Internationalization functions): Add mbschr.
34803
34804 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
34805
34806         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
34807
34808         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
34809
34810 2007-02-04  Bruno Haible  <bruno@clisp.org>
34811
34812         New module description section 'configure.ac-early'.
34813         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
34814         (func_get_autoconf_early_snippet): New function.
34815         (func_import, func_create_testdir): Use it. Remove special cases for
34816         modules 'extensions' and 'lock'.
34817         * modules/extensions (configure.ac-early): Require
34818         gl_USE_SYSTEM_EXTENSIONS.
34819         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
34820
34821 2007-02-04  Bruno Haible  <bruno@clisp.org>
34822
34823         Make use of gcj-4.3's -fsource and -ftarget option.
34824         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
34825         and if so try the options -fsource and -ftarget.
34826         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
34827         source_version, ftarget_option, target_version arguments.
34828         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
34829         (is_envjavac_oldgcj_14_14_usable): Renamed from
34830         is_envjavac_gcj_14_14_usable.
34831         (is_envjavac_oldgcj_14_13_usable): Renamed from
34832         is_envjavac_gcj_14_13_usable.
34833         (is_gcj_present): Update.
34834         (is_gcj_43, is_gcj43_usable): New functions.
34835         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
34836         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
34837         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
34838         try the options -fsource and -ftarget.
34839
34840 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34841
34842         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
34843         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
34844         larger value.
34845
34846 2007-02-03  Jim Meyering  <jim@meyering.net>
34847
34848         Give tools a better chance to allocate space for very large buffers.
34849         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
34850
34851         Make pwd and readlink work also when run with an unreadable parent dir
34852         on systems with openat support.
34853         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
34854         provided getcwd function, even when we have openat support.
34855         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
34856
34857 2007-02-02  Bruno Haible  <bruno@clisp.org>
34858
34859         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34860         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
34861         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
34862         portability problems if one of these functions is only used on specific
34863         platforms.
34864         Reported by Paul Eggert.
34865
34866 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
34867
34868         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
34869         is causing more trouble than it's curing.
34870         * lib/regex_internal.h (__mempcpy): Remove.
34871         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
34872         (and make the code a tad smaller to boot).
34873         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
34874
34875 2007-02-02  Jim Meyering  <jim@meyering.net>
34876
34877         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
34878         section, not in the Makefile.am: one.
34879
34880 2007-02-02  Eric Blake  <ebb9@byu.net>
34881
34882         * lib/strchrnul.c: Always include config.h first.
34883
34884         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
34885         gnulib strstr is not necessary here.
34886
34887 2007-02-02  Simon Josefsson  <simon@josefsson.org>
34888
34889         * m4/socklen.m4: Fix typo.
34890
34891 2007-02-02  Eric Blake  <ebb9@byu.net>
34892
34893         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
34894         * modules/netinet_in (Makefile.am): Likewise.
34895
34896 2007-02-01  Bruno Haible  <bruno@clisp.org>
34897
34898         * lib/string_.h (GL_LINK_WARNING): New macro.
34899         (strcasecmp, strstr, strcasestr): If provided by the system,
34900         conditionally define as a macro that leads to a warning instead of to
34901         an error.
34902         (strncasecmp): Conditionally define as a macro that leads to a warning.
34903
34904 2007-02-01  Karl Berry  <karl@gnu.org>
34905
34906         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
34907
34908 2007-02-01  Bruno Haible  <bruno@clisp.org>
34909
34910         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
34911         renamings.
34912
34913 2007-02-01  Eric Blake  <ebb9@byu.net>
34914
34915         * modules/regex (Depends-on): Revert dependence on mempcpy.
34916         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
34917         module's definition of mempcpy.
34918         Reported by Paul Eggert.
34919
34920 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34921
34922         * lib/string_.h: If the gnulib module XYZ is not present, undefine
34923         the symbol XYZ before redefining it.  This fixes a problem with
34924         programs that don't use XYZ, when compiled on systems that define
34925         XYZ to something else.
34926
34927 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
34928
34929         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
34930         occurs when "mkdir -m foo" creates a setgid directory that is (1)
34931         writeable to group or other and (2) is intended to have a special
34932         mode bit that is set or cleared.  In such a case, the directory
34933         should be neither group- nor other-writeable until the special
34934         mode bits are right.
34935
34936 2007-01-31  Eric Blake  <ebb9@byu.net>
34937
34938         * modules/mountlist (Depends-on): Add strstr.
34939
34940         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
34941         bug.
34942         * modules/string (Makefile.am): Remove redundant replacement.
34943         * modules/regex (Depends-on): Add mempcpy.
34944
34945 2007-01-31  Bruno Haible  <bruno@clisp.org>
34946
34947         New module description field 'Link'.
34948         * gnulib-tool (func_usage): Document --extract-link-directive.
34949         (sed_extract_prog): Recognize 'Link' directive.
34950         (func_get_link_directive): New function.
34951         (func_import): Show summary of link directives.
34952         Handle --extract-link-directive option.
34953         * modules/acl (Link): New section.
34954         * modules/clock-time (Link): New section.
34955         * modules/euidaccess (Link): New section.
34956         * modules/gettext (Link): New section.
34957         * modules/iconv (Link): New section.
34958         * modules/lock (Link): New section.
34959         * modules/nanosleep (Link): New section.
34960         * modules/readline (Link): New section.
34961
34962 2007-01-27  Bruno Haible  <bruno@clisp.org>
34963
34964         Enforce the use of gnulib modules for unportable <string.h> functions.
34965         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
34966         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
34967         (gl_HEADER_STRING_H_BODY): Require it.
34968         * lib/string_.h: If the gnulib module XYZ is not present, redefine
34969         the symbol XYZ to one that gives a link error.
34970         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
34971         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
34972         * modules/mempcpy (configure.ac): Likewise.
34973         * modules/memrchr (configure.ac): Likewise.
34974         * modules/stpcpy (configure.ac): Likewise.
34975         * modules/stpncpy (configure.ac): Likewise.
34976         * modules/strcase (configure.ac): Likewise.
34977         * modules/strcasestr (configure.ac): Likewise.
34978         * modules/strchrnul (configure.ac): Likewise.
34979         * modules/strdup (configure.ac): Likewise.
34980         * modules/strndup (configure.ac): Likewise.
34981         * modules/strnlen (configure.ac): Likewise.
34982         * modules/strpbrk (configure.ac): Likewise.
34983         * modules/strsep (configure.ac): Likewise.
34984         * modules/strstr (configure.ac): Likewise.
34985         * modules/strtok_r (configure.ac): Likewise.
34986
34987 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
34988
34989         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
34990
34991 2007-01-30  Jim Meyering  <jim@meyering.net>
34992
34993         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
34994
34995 2007-01-29  Bruno Haible  <bruno@clisp.org>
34996
34997         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
34998         * lib/execute.c: Likewise.
34999         * lib/pipe.c: Likewise.
35000         * lib/printf-args.h: Likewise.
35001         * lib/printf-args.c: Likewise.
35002         * lib/printf-parse.c: Likewise.
35003         * lib/vasnprintf.c: Likewise.
35004
35005 2007-01-29  Eric Blake  <ebb9@byu.net>
35006
35007         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
35008         declaration.
35009
35010 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
35011
35012         * lib/strptime.h (strptime): Use 'restrict' for args where
35013         POSIX requires this.
35014         * lib/strptime.c (strptime): Likewise.
35015         Change license notice from LGPL to GPL, since gnulib-tool will
35016         change this as needed.
35017         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
35018         defined.
35019         Include "strptime.h" first, to check interface.
35020         Do not #undef _LIBC and _NL_CURRENT.
35021         Do not include <stdlib.h>; no longer needed.
35022         Include "time_r.h" and declare ptime_locale_status
35023         only if _LIBC is not defined.
35024         (__P): Remove unused macro.
35025         (match_string): Bring back glibc version, but use it only if _LIBC
35026         is defined.
35027         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
35028         Remove unnecessary assertion and abort() call.
35029         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
35030         * m4/strptime.m4: Fix serial number comment.
35031         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
35032         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
35033         (Depends-on): Add time_r.
35034
35035 2007-01-29  Bruno Haible  <bruno@clisp.org>
35036
35037         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35038         strptime.
35039         * modules/strptime (Depends-on): Add stdbool.
35040         * lib/strptime.h: Include <time.h> always. Add comments.
35041
35042 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35043
35044         * modules/strptime: New file.
35045         * lib/strptime.h: New file.
35046         * lib/strptime.c: New file.
35047         * m4/strptime.m4: New file.
35048
35049 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35050
35051         * MODULES.html.sh: New module mpsort.
35052         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
35053
35054         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
35055         a circularity problem with HP-UX ia64 reported by Bob Proulx in
35056         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
35057         All uses changed.
35058         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
35059         All uses changed.
35060         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
35061         to _Restrict_.
35062         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
35063         the parameter matches the prototype.
35064
35065 2007-01-28  Jim Meyering  <jim@meyering.net>
35066
35067         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
35068         sys/time.h here, reverting that part of the previous patch:
35069         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
35070
35071 2007-01-28  Bruno Haible  <bruno@clisp.org>
35072
35073         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
35074         value of $(SYS_TIME_H).
35075         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
35076         remove it conditionally, too. [added by Jim Meyering]
35077         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
35078         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35079         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
35080         GETTIMEOFDAY_REPLACEMENT to 1.
35081
35082 2007-01-28  Bruno Haible  <bruno@clisp.org>
35083
35084         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
35085         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
35086         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
35087         Set UNISTD_H instead of UNISTD_H2.
35088         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
35089
35090 2007-01-28  Bruno Haible  <bruno@clisp.org>
35091
35092         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
35093         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
35094
35095 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35096
35097         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
35098         (func_create_testdir): Ensure C locale for `grep' and `tr'
35099         character ranges.
35100         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
35101         ACLOCAL_AMFLAGS parsing state machine.
35102
35103 2007-01-27  Bruno Haible  <bruno@clisp.org>
35104
35105         * modules/unistr/base: Update.
35106
35107 2007-01-27  Bruno Haible  <bruno@clisp.org>
35108
35109         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
35110         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
35111         * modules/unistr/u32-mbtouc-unsafe: Renamed from
35112         modules/unistr/u32-mbtouc.
35113         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
35114         * lib/unistr.h: Update.
35115         * lib/linebreak.c: Update.
35116         * modules/unistr/u32-mbtouc: Renamed from
35117         modules/unistr/u32-mbtouc-safe.
35118         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
35119         * lib/unistr.h: Update.
35120         * lib/unistr/u32-to-u8.c: Update.
35121         * lib/unistr/u32-to-u16.c: Update.
35122
35123 2007-01-27  Bruno Haible  <bruno@clisp.org>
35124
35125         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35126         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35127         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35128         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35129         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
35130         * modules/unistr/u16-mbtouc-unsafe: Renamed from
35131         modules/unistr/u16-mbtouc.
35132         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
35133         * lib/unistr.h: Update.
35134         * lib/linebreak.c: Update.
35135         * modules/linebreak: Update.
35136         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
35137         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
35138         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
35139         * modules/unistr/u16-mbtouc: Renamed from
35140         modules/unistr/u16-mbtouc-safe.
35141         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
35142         * lib/unistr.h: Update.
35143         * lib/unistr/u16-to-u8.c: Update.
35144         * modules/unistr/u16-to-u8: Update.
35145         * lib/unistr/u16-to-u32.c: Update.
35146         * modules/unistr/u16-to-u32: Update.
35147
35148 2007-01-27  Bruno Haible  <bruno@clisp.org>
35149
35150         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
35151         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
35152         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
35153         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
35154         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
35155         * modules/unistr/u8-mbtouc-unsafe: Renamed from
35156         modules/unistr/u8-mbtouc.
35157         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
35158         * lib/unistr.h: Update.
35159         * lib/striconveh.c: Update.
35160         * modules/striconveh: Update.
35161         * lib/linebreak.c: Update.
35162         * modules/linebreak: Update.
35163         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
35164         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
35165         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
35166         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
35167         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
35168         * lib/unistr.h: Update.
35169         * lib/striconveh.c: Update.
35170         * modules/striconveh: Update.
35171         * lib/unistr/u8-to-u16.c: Update.
35172         * modules/unistr/u8-to-u16: Update.
35173         * lib/unistr/u8-to-u32.c: Update.
35174         * modules/unistr/u8-to-u32: Update.
35175
35176 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35177
35178         Sync from Libtool.
35179         * lib/argz.c: Do not include strings.h nor memory.h, include
35180         string.h unconditionally.  Patch by Simon Josefsson.
35181
35182 2007-01-27  Bruno Haible  <bruno@clisp.org>
35183
35184         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
35185         from gl_HEADER_STRING_H_BODY.
35186         (gl_HEADER_STRING_H_BODY): Require it.
35187         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
35188         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
35189         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
35190         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
35191         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35192         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
35193         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35194         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
35195         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
35196         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
35197         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
35198         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
35199         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
35200         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
35201         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35202
35203 2007-01-27  Bruno Haible  <bruno@clisp.org>
35204
35205         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
35206         check_PROGRAMS into noinst_PROGRAMS.
35207         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
35208         check_PROGRAMS in this case.
35209         (func_import): Set for_test to false.
35210         (func_create_testdir): Set for_test to true.
35211
35212 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35213             Bruno Haible  <bruno@clisp.org>
35214
35215         * modules/strcasestr (Files): Remove lib/strcasestr.h.
35216         (Depends-on): Add string.
35217         (Includes): Use <string.h> instead of strcasestr.h.
35218         * modules/string (Makefile.am): Also substitute the value of
35219         REPLACE_STRCASESTR.
35220         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
35221         assume strcasestr is declared in <string.h> not <strings.h>. Also
35222         set REPLACE_STRCASESTR.
35223         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
35224         REPLACE_STRCASESTR.
35225         * lib/strcasestr.h: Remove file.
35226         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
35227         * lib/string_.h (strcasestr): New declaration.
35228
35229 2007-01-27  Bruno Haible  <bruno@clisp.org>
35230
35231         * lib/string_.h: Use 'extern'.
35232
35233 2007-01-27  Jim Meyering  <jim@meyering.net>
35234
35235         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
35236         of set-but-not-used local, "q".
35237
35238         * lib/mempcpy.c: Include <config.h> before <string.h>.
35239         This fixes a compilation error on HP-UX, due to the system's
35240         "restrict"-using mempcpy prototype.
35241
35242 2007-01-26  Bruno Haible  <bruno@clisp.org>
35243
35244         Small optimization.
35245         * lib/javacomp.c: Include c-strstr.h.
35246          (is_envjavac_gcj): Use c_strstr instead of strstr.
35247         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
35248
35249 2007-01-26  Bruno Haible  <bruno@clisp.org>
35250
35251         * MODULES.html.sh (Unicode string functions): Add the new modules.
35252
35253         * modules/uniconv/u32-strconv-to-locale: New file.
35254         * lib/uniconv/u32-strconv-to-locale.c: New file.
35255
35256         * modules/uniconv/u16-strconv-to-locale: New file.
35257         * lib/uniconv/u16-strconv-to-locale.c: New file.
35258
35259         * modules/uniconv/u8-strconv-to-locale: New file.
35260         * lib/uniconv/u8-strconv-to-locale.c: New file.
35261
35262         * modules/uniconv/u32-strconv-from-locale: New file.
35263         * lib/uniconv/u32-strconv-from-locale.c: New file.
35264
35265         * modules/uniconv/u16-strconv-from-locale: New file.
35266         * lib/uniconv/u16-strconv-from-locale.c: New file.
35267
35268         * modules/uniconv/u8-strconv-from-locale: New file.
35269         * lib/uniconv/u8-strconv-from-locale.c: New file.
35270
35271         * modules/uniconv/u32-strconv-to-enc: New file.
35272         * lib/uniconv/u32-strconv-to-enc.c: New file.
35273         * modules/uniconv/u32-strconv-to-enc-tests: New file.
35274         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
35275
35276         * modules/uniconv/u16-strconv-to-enc: New file.
35277         * lib/uniconv/u16-strconv-to-enc.c: New file.
35278         * lib/uniconv/u-strconv-to-enc.h: New file.
35279         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35280         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35281
35282         * modules/uniconv/u8-strconv-to-enc: New file.
35283         * lib/uniconv/u8-strconv-to-enc.c: New file.
35284         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35285         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35286
35287         * modules/uniconv/u32-strconv-from-enc: New file.
35288         * lib/uniconv/u32-strconv-from-enc.c: New file.
35289         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35290         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35291
35292         * modules/uniconv/u16-strconv-from-enc: New file.
35293         * lib/uniconv/u16-strconv-from-enc.c: New file.
35294         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35295         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35296
35297         * modules/uniconv/u8-strconv-from-enc: New file.
35298         * lib/uniconv/u8-strconv-from-enc.c: New file.
35299         * lib/uniconv/u-strconv-from-enc.h: New file.
35300         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35301         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35302
35303         * modules/uniconv/u32-conv-from-enc: New file.
35304         * lib/uniconv/u32-conv-from-enc.c: New file.
35305         * modules/uniconv/u32-conv-from-enc-tests: New file.
35306         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35307
35308         * modules/uniconv/u16-conv-from-enc: New file.
35309         * lib/uniconv/u16-conv-from-enc.c: New file.
35310         * lib/uniconv/u-conv-from-enc.h: New file.
35311         * modules/uniconv/u16-conv-from-enc-tests: New file.
35312         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35313
35314         * modules/uniconv/u8-conv-from-enc: New file.
35315         * lib/uniconv/u8-conv-from-enc.c: New file.
35316         * modules/uniconv/u8-conv-from-enc-tests: New file.
35317         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35318
35319         * modules/uniconv/base: New file.
35320         * lib/uniconv.h: New file.
35321
35322 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35323
35324         * doc/gnulib-tool.texi (Initial import): Update to match current
35325         behavior with strdup module.
35326         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35327         * lib/memmem.h: Remove; all uses removed.  This is now done
35328         by <string.h>.
35329         * lib/mempcpy.h: Likewise.
35330         * lib/memrchr.h: Likewise.
35331         * lib/stpcpy.h: Likewise.
35332         * lib/stpncpy.h: Likewise.
35333         * lib/strcase.h: Likewise.
35334         * lib/strchrnul.h: Likewise.
35335         * lib/strdup.h: Likewise.
35336         * lib/strndup.h: Likewise.
35337         * lib/strnlen.h: Likewise.
35338         * lib/strpbrk.h: Likewise.
35339         * lib/strsep.h: Likewise.
35340         * lib/strstr.h: Likewise.
35341         * lib/strtok_r.h: Likewise.
35342         * lib/string_.h: New file.
35343         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35344         Rely on <string.h> instead.
35345         * lib/canon-host.c: Likewise.
35346         * lib/chdir-long.c: Likewise.
35347         * lib/concatpath.c: Likewise.
35348         * lib/exclude.c: Likewise.
35349         * lib/fchdir.c: Likewise.
35350         * lib/getaddrinfo.c: Likewise.
35351         * lib/getcwd.c: Likewise.
35352         * lib/getsubopt.c: Likewise.
35353         * lib/glob.c: Likewise.
35354         * lib/hard-locale.c: Likewise.
35355         * lib/iconvme.c: Likewise.
35356         * lib/javacomp.c: Likewise.
35357         * lib/mempcpy.c: Likewise.
35358         * lib/memrchr.c: Likewise.
35359         * lib/regex_internal.h: Likewise.
35360         * lib/stpncpy.c: Likewise.
35361         * lib/strcasecmp.c: Likewise.
35362         * lib/strchrnul.c: Likewise.
35363         * lib/strdup.c: Likewise.
35364         * lib/striconv.c: Likewise.
35365         * lib/striconveh.c: Likewise.
35366         * lib/striconveha.c: Likewise.
35367         * lib/strncasecmp.c: Likewise.
35368         * lib/strndup.c: Likewise.
35369         * lib/strnlen.c: Likewise.
35370         * lib/strsep.c: Likewise.
35371         * lib/strstr.c: Likewise.
35372         * lib/strtok_r.c: Likewise.
35373         * lib/userspec.c: Likewise.
35374         * lib/w32spawn.h: Likewise.
35375         * lib/xstrndup.c: Likewise.
35376         * lib/mountlist.c (strstr): Remove decl.
35377         * m4/string_h.m4: New file.
35378         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35379         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35380         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35381         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35382         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35383         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35384         Set REPLACE_STRCASECMP if necessary.
35385         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35386         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35387         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35388         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35389         HAVE_DECL_STRDUP if necessary.
35390         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35391         since gl_FUNC_STRNDUP does that now.
35392         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35393         Check for decl here...
35394         (gl_PREREQ_STRNLEN): ... not here.
35395         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35396         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35397         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35398         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35399         necessary.
35400         * modules/string: New file.
35401         * modules/memmem (Files): Remove special-purpose include file.
35402         (Depends-on): Add string.
35403         (Include): Include <string.h>, not the removed file.
35404         * modules/mempcpy: Likewise.
35405         * modules/memrchr: Likewise.
35406         * modules/stpcpy: Likewise.
35407         * modules/stpncpy: Likewise.
35408         * modules/strcase: Likewise.
35409         * modules/strchrnul: Likewise.
35410         * modules/strdup: Likewise.
35411         * modules/strndup: Likewise.
35412         * modules/strnlen: Likewise.
35413         * modules/strpbrk: Likewise.
35414         * modules/strsep: Likewise.
35415         * modules/strstr: Likewise.
35416         * modules/strtok_r: Likewise.
35417         * tests/test-dirname.c: Don't include "strdup.h", since
35418         <string.h> now suffices.
35419         * tests/test-memmem.c: Don't include "memmem.h", since
35420         <string.h> now suffices.
35421
35422 2007-01-25  Bruno Haible  <bruno@clisp.org>
35423
35424         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
35425         *resultp is 0.
35426
35427         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
35428         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
35429         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
35430         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
35431
35432         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
35433         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
35434         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
35435         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
35436         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
35437         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
35438
35439 2007-01-24  Bruno Haible  <bruno@clisp.org>
35440
35441         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
35442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
35443         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
35444         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
35445         gl_FUNC_FTS_CORE.
35446         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
35447         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
35448         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35449         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
35450         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
35451         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
35452         gl_FUNC_FCHOWNAT.
35453         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
35454         gl_FUNC_STRFTIME.
35455         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
35456         Reported by Ralf Wildenhues.
35457
35458 2007-01-24  Bruno Haible  <bruno@clisp.org>
35459
35460         Drop AC_REQUIRE calls that are redundant with the module dependencies.
35461         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
35462         gl_GETADDRINFO.
35463         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
35464         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
35465         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
35466
35467 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
35468
35469         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
35470         Don't use 'exit'; just return from 'main'.
35471         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
35472
35473         * lib/fnmatch_.h: Readjust white space and comments to match
35474         glibc, to avoid spurious diffs.
35475
35476 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35477
35478         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
35479         2004-12-01 change by Jakub Jelinek, since this code won't compile
35480         if !LIBC.  Problem reported by Bob Proulx.
35481
35482 2007-01-23  Bruno Haible  <bruno@clisp.org>
35483
35484         * lib/striconveh.c: Include c-strcaseeq.h.
35485         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
35486         * modules/striconveh (Depends-on): Add c-strcaseeq.
35487
35488 2007-01-23  Bruno Haible  <bruno@clisp.org>
35489
35490         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
35491
35492         * modules/c-strcaseeq: New file.
35493         * lib/c-strcaseeq.h: New file.
35494
35495         * modules/streq: New file.
35496         * lib/streq.h: New file.
35497
35498 2007-01-23  Bruno Haible  <bruno@clisp.org>
35499
35500         * modules/striconveha-tests: New file.
35501         * tests/test-striconveha.c: New file.
35502
35503         * lib/striconveha.h: Include <stdbool.h>.
35504         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
35505         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
35506         (mem_iconveha_notranslit): Renamed from mem_iconveha.
35507         (mem_iconveha): New function.
35508         (str_iconveha_notranslit): Renamed from str_iconveha.
35509         (str_iconveha): New function.
35510         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
35511         c-strcase.
35512
35513 2007-01-23  Bruno Haible  <bruno@clisp.org>
35514
35515         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
35516         encodings without forgiving before trying any encoding with handler.
35517         (str_iconveha): Try all encodings without forgiving before trying any
35518         encoding with handler.
35519
35520 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
35521
35522         Import the following changes from libc.
35523
35524         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
35525
35526         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
35527
35528         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35529
35530         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
35531         normal_bracket label.
35532
35533         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
35534
35535         [BZ #361]
35536         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
35537         to normal_bracket after fetching the next character.
35538
35539 2007-01-22  Bruno Haible  <bruno@clisp.org>
35540
35541         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
35542         argument.
35543         * lib/striconveh.c (iconv_carefully_1): New function.
35544         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
35545         argument.
35546         (str_cd_iconveh): Update.
35547         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
35548         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
35549         * tests/test-striconveh.c (MAGIC): New macro.
35550         (new_offsets): New function.
35551         (main): Test call with and without offsets.
35552
35553 2007-01-22  Bruno Haible  <bruno@clisp.org>
35554
35555         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
35556         * modules/sys_select (Makefile.am): Likewise.
35557         * modules/sys_socket (Makefile.am): Likewise.
35558         * modules/sys_time (Makefile.am): Likewise.
35559
35560 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
35561
35562         * modules/gettimeofday (License): Change from GPL to LGPL, since
35563         gettimeofday is a library function.
35564
35565 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35566
35567         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
35568
35569 2007-01-21  Bruno Haible  <bruno@clisp.org>
35570
35571         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
35572
35573 2007-01-21  Bruno Haible  <bruno@clisp.org>
35574
35575         * modules/striconveha: New file.
35576         * lib/striconveha.h: New file.
35577         * lib/striconveha.c: New file.
35578         * MODULES.html.sh (Internationalization functions): Add striconveha.
35579         * lib/striconv.c (str_iconv): Optimize the case of an empty input
35580         string.
35581         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
35582
35583 2007-01-21  Bruno Haible  <bruno@clisp.org>
35584
35585         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
35586         * lib/striconveh.c (str_iconveh): Likewise.
35587
35588 2007-01-21  Bruno Haible  <bruno@clisp.org>
35589
35590         * lib/striconveh.h (mem_iconveh): New declaration.
35591         * lib/striconveh.c (mem_iconveh): New function.
35592         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
35593
35594 2007-01-21  Bruno Haible  <bruno@clisp.org>
35595
35596         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
35597
35598         * lib/striconveh.h (mem_cd_iconveh): Change specification.
35599         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
35600         original result buffer.
35601         (str_cd_iconveh): Update.
35602         * tests/test-striconveh.c (main): Update.
35603
35604         * lib/striconv.h (mem_cd_iconv): Change specification.
35605         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
35606         result buffer.
35607         (str_cd_iconv): Update.
35608         * tests/test-striconv.c (main): Update.
35609
35610 2007-01-21  Bruno Haible  <bruno@clisp.org>
35611
35612         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
35613
35614 2007-01-20  Jim Meyering  <jim@meyering.net>
35615
35616         * lib/userspec.c (parse_with_separator): If a user or group string
35617         starts with "+", skip the corresponding name-to-ID look-up, since
35618         such a look-up must fail: user and group names may not include "+".
35619
35620 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
35621
35622         * lib/poll.c: Include sys/time.h and time.h unconditionally,
35623         since we now assume the sys_time module.
35624         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
35625         check for sys/time.h; no longer needed.
35626         * modules/poll (Depends-on): Depend on sys_time.
35627
35628 2007-01-18  Bruno Haible  <bruno@clisp.org>
35629
35630         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
35631         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35632
35633         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
35634         gettimeofday.
35635
35636         * tests/test-gettimeofday.c: Include <time.h>.
35637         (dummy): Remove variable.
35638
35639         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
35640         gl_HEADER_SYS_TIME_H.
35641         (gl_HEADER_SYS_TIME_H): New macro.
35642
35643         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35644         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35645         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
35646         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
35647         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35648         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
35649         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
35650         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35651         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
35652         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
35653         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35654
35655         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
35656         last change; it caused a compilation error when cross-compiling to
35657         Cygwin.
35658
35659 2007-01-18  Jim Meyering  <jim@meyering.net>
35660
35661         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
35662         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
35663         than the race-prone "test -d sys || mkdir sys".
35664         (configure.ac): Use AC_PROG_MKDIR_P.
35665         * modules/sys_select: Likewise.
35666         * modules/sys_socket: Likewise.
35667         * modules/sys_time: Likewise.
35668
35669 2007-01-18  Eric Blake  <ebb9@byu.net>
35670
35671         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
35672         replace gettimeofday.
35673         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
35674         name, to avoid infinite recursion.
35675
35676 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
35677
35678         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
35679         module sys_time.
35680         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
35681         assume timespec.h defines struct timeval.
35682         * lib/settime.c: Likewise.
35683         * lib/utimens.c: Likewise.
35684         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
35685         since we now assume the gettimeofday module.
35686         * lib/tempname.c (__gen_tempname): Likewise.
35687         * lib/gettimeofday.h: Remove.
35688         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
35689         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
35690         Include <time.h>, for 'time()'.
35691         (localtime_buffer_addr): Also use this workaround if
35692         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
35693         to simplify the uses.  All uses changed.
35694         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
35695         that #undef is inside {}, and 'const' follows type name consistently.
35696         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
35697         (gettimeofday): Do not use the maximum possible value for
35698         tv->tv_usec, since that might break usages other than ls.c.
35699         Instead, we'll leave ls.c alone.  This undoes today's patch
35700         by Bruno.  Add a compile-time warning for 1s-clock resolution;
35701         we've never observed the problem but might as well keep the
35702         canary.
35703         * lib/nanosleep.c: Include timespec.h first, for interface check.
35704         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
35705         now assume the sys_time module.
35706         * lib/tempname.c: Likewise.
35707         * lib/timespec.h: Likewise.
35708         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
35709         needed.
35710         * lib/strftime.c: Likewise.
35711         * lib/timespec.h: Likewise.
35712         * lib/posixtm.c: Include posixtm.h first, for interface check.
35713         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
35714         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
35715         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
35716         * lib/sys_time_.h: New file.
35717         * lib/timespec.h (struct timespec): Use long int, not long.
35718         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35719         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
35720         Remove obsolescent call to AC_HEADER_TIME.
35721         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
35722         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35723         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
35724         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
35725         Likewise.
35726         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
35727         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
35728         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
35729         into the sys_time module.  Check for gettimeofday just once.
35730         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
35731         for gettimeofday signature to just check the signature.  Merely
35732         compile it, since linking doesn't test signature.  Improve test for
35733         whether gettimeofday.o is actually needed.
35734         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
35735         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
35736         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
35737         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35738         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
35739         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
35740         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
35741         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
35742         than worrying about sys/time.h.
35743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35744         Don't bother worrying about TIME_WITH_SYS_TIME.
35745         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
35746         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
35747         * m4/sys_time_h.m4: New file.
35748         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
35749         Don't include sys/time.h.  Return from main rather than exiting.
35750         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
35751         all uses changed.
35752         * modules/gethrxtime (Depends-on): Add sys_time.
35753         * modules/gettime (Depends-on): Likewise.
35754         * modules/gettimeofday (Depends-on): Likewise.
35755         * modules/nanosleep (Depends-on): Likewise.
35756         * modules/settime (Depends-on): Likewise.
35757         * modules/tempname (Depends-on): Likewise.
35758         * modules/utimens (Depends-on): Likewise.
35759         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
35760         (Include:) Change back to <sys/time.h>.
35761         (Maintainer:) Add self.
35762         * modules/sys_time: New file.
35763         * modules/tempname (Depends-on): Add gettimeofday.
35764         * tests/test-gettimeofday.c: Include <sys/time.h>
35765         rather than gettimeofday.h.
35766
35767 2007-01-17  Bruno Haible  <bruno@clisp.org>
35768
35769         * gnulib-tool (func_get_license): Revert last patch. Instead, let
35770         the license default to GPL.
35771         (func_create_testdir): Don't complain if a module is LGPL and its
35772         tests module depends on GPLed modules.
35773
35774 2007-01-17  Bruno Haible  <bruno@clisp.org>
35775
35776         * lib/gettimeofday.c (gettimeofday): Add code for the case
35777         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
35778         maximum possible value for tv->tv_usec, rather than the minimum one.
35779
35780 2005-10-08  Martin Lambers  <marlam@marlam.de>
35781 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
35782 2007-01-16  Bruno Haible  <bruno@clisp.org>
35783
35784         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
35785         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
35786         gl_FUNC_GETTIMEOFDAY.
35787         (Include): Add gettimeofday.h.
35788         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
35789         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
35790         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
35791         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
35792         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
35793         * lib/gettimeofday.h: New file.
35794         * lib/gettimeofday.c: Include <sys/timeb.h>.
35795         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
35796         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
35797         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
35798         fall back on time().
35799
35800         * tests/test-gettimeofday.c: New file.
35801         * modules/gettimeofday-tests: New file.
35802
35803 2007-01-16  Eric Blake  <ebb9@byu.net>
35804
35805         * modules/fnmatch (Depends-on): Depend on wchar.
35806         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
35807         * m4/fnmatch.m4: Likewise.
35808         * modules/mbchar (Makefile.am): Assume <wchar.h>.
35809         * m4/mbchar.m4: Likewise.
35810         * modules/mbswidth (Depends-on): Depend on wchar.
35811         * lib/mbswidth.c: Assume <wchar.h>.
35812         * m4/mbswidth.m4: Likewise.
35813         * modules/quotearg (Depends-on): Depend on wchar.
35814         * lib/quotearg.c: Assume <wchar.h>.
35815         * m4/quotearg.m4: Likewise.
35816         * modules/regex (Depends-on): Depend on wchar.
35817         * lib/regex_internal.h: Assume <wchar.h>.
35818         * m4/regex.m4: Likewise.
35819         * modules/stdint (Depends-on): Depend on wchar.
35820         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
35821         * m4/stdint.m4: Likewise.
35822         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
35823         * modules/strftime (Depends-on): Depend on wchar.
35824         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
35825         * modules/strtol (Depends-on): Depend on wchar.
35826         * lib/strtol.c: Assume <wchar.h>.
35827         * modules/wcwidth (Depends-on): Depend on wchar.
35828         * lib/wcwidth.h: Assume <wchar.h>.
35829         * m4/wcwidth.m4: Likewise.
35830
35831 2007-01-16  Bruno Haible  <bruno@clisp.org>
35832
35833         * modules/csharpexec-script: New, created from...
35834         * modules/csharpexec: ... this.
35835
35836 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
35837
35838         * modules/javaexec-script: New, created from...
35839         * modules/javaexec: ... this.
35840
35841 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35842
35843         * modules/poll (Dependencies): Add sys_select.
35844
35845 2007-01-15  Jim Meyering  <jim@meyering.net>
35846
35847         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
35848         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
35849         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
35850         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
35851
35852 2007-01-15  Bruno Haible  <bruno@clisp.org>
35853
35854         * modules/striconveh: New file.
35855         * lib/striconveh.h: New file.
35856         * lib/striconveh.c: New file.
35857         * MODULES.html.sh (Internationalization functions): Add striconveh.
35858
35859         * modules/striconveh-tests: New file.
35860         * tests/test-striconveh.c: New file.
35861
35862 2007-01-15  Bruno Haible  <bruno@clisp.org>
35863
35864         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
35865         not from GNU libiconv or GNU libc.
35866
35867 2007-01-15  Bruno Haible  <bruno@clisp.org>
35868
35869         * doc/gnulib-intro.texi (Copyright): Explain the different license
35870         terms for module descriptions, autoconf macros, tests, documentation.
35871
35872 2007-01-14  Bruno Haible  <bruno@clisp.org>
35873
35874         * modules/striconv-tests: New file.
35875         * tests/test-striconv.c: New file.
35876
35877 2007-01-14  Bruno Haible  <bruno@clisp.org>
35878
35879         * modules/iconv-tests: New file.
35880         * tests/test-iconv.c: New file.
35881
35882 2007-01-14  Bruno Haible  <bruno@clisp.org>
35883
35884         * gnulib-tool (func_get_license): For test modules, use the license of
35885         the main module.
35886
35887 2007-01-14  Bruno Haible  <bruno@clisp.org>
35888
35889         * modules/iconv (Include): Clarify that <iconv.h> can only be included
35890         if iconv is found to exist.
35891
35892 2007-01-14  Bruno Haible  <bruno@clisp.org>
35893
35894         * modules/c-ctype-tests: New file.
35895         * tests/test-c-ctype.c: New file.
35896
35897 2007-01-14  Bruno Haible  <bruno@clisp.org>
35898
35899         * modules/binary-io-tests: New file.
35900         * tests/test-binary-io.sh: New file.
35901         * tests/test-binary-io.c: New file.
35902
35903 2007-01-14  Bruno Haible  <bruno@clisp.org>
35904
35905         * modules/array-oset-tests: New file.
35906         * tests/test-array_oset.c: New file.
35907
35908 2007-01-14  Bruno Haible  <bruno@clisp.org>
35909
35910         * modules/array-list-tests: New file.
35911         * tests/test-array_list.c: New file.
35912
35913 2007-01-14  Bruno Haible  <bruno@clisp.org>
35914
35915         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
35916         and make.
35917         Reported by Simon Josefsson in
35918         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
35919
35920 2007-01-14  Bruno Haible  <bruno@clisp.org>
35921
35922         * modules/allocsa-tests: New file.
35923         * tests/test-allocsa.c: New file.
35924
35925 2007-01-14  Bruno Haible  <bruno@clisp.org>
35926
35927         * modules/fchdir (Depends-on): Add absolute-header.
35928         * modules/unistd (Depends-on): Likewise.
35929
35930 2006-12-30  Bruno Haible  <bruno@clisp.org>
35931
35932         * modules/fchdir: New file.
35933         * modules/unistd (Files): Add lib/unistd_.h.
35934         (Makefile.am): Generate unistd.h from unistd_.h.
35935         * lib/fchdir.c: New file.
35936         * lib/dirent_.h: New file.
35937         * lib/unistd_.h: New file.
35938         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
35939         * m4/fchdir.m4: New file.
35940         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
35941         (gl_HEADER_UNISTD): Invoke it.
35942         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
35943         function.
35944         * lib/backupfile.c (opendir, closedir): Undefine.
35945         * lib/chown.c (open, close): Undefine.
35946         * lib/clean-temp.c (open, close): Undefine.
35947         * lib/copy-file.c (open, close): Undefine.
35948         * lib/execute.c (open, close): Undefine.
35949         * lib/fsusage.c (open, close): Undefine.
35950         * lib/gc-gnulib.c (open, close): Undefine.
35951         * lib/getcwd.c (opendir, closedir): Undefine.
35952         * lib/glob.c (opendir, closedir): Undefine.
35953         * lib/javacomp.c (open, close): Undefine.
35954         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
35955         * lib/openat-proc.c (open, close): Undefine.
35956         * lib/pagealign_alloc.c (open, close): Undefine.
35957         * lib/pipe.c (open, close): Undefine.
35958         * lib/progreloc.c (open, close): Undefine.
35959         * lib/savedir.c (opendir, closedir): Undefine.
35960         * lib/utime.c (open, close): Undefine.
35961         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
35962
35963 2007-01-10  Bruno Haible  <bruno@clisp.org>
35964
35965         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
35966
35967 2007-01-12  Eric Blake  <ebb9@byu.net>
35968
35969         Provide a robust <wchar.h>.  Further simplifications are now
35970         possible in other modules, but not included here.
35971         * modules/wchar: New module.
35972         * m4/wchar.m4: New file.
35973         * lib/wchar_.h: Likewise.
35974         * modules/mbchar (Depends-on): Depend on wchar, as the first use
35975         of the new module.
35976         * MODULES.html.sh (Extended multibyte and wide character utilities):
35977         New section.
35978
35979 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
35980
35981         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
35982         to a reasonable default for memory allocation.
35983         (xreadlink): Don't allocate a huge buffer, to work around a buggy
35984         file system that reports garbage st_size values for symlinks.
35985         Problem reported by Liyang Hu.
35986
35987 2007-01-11  Simon Josefsson  <simon@josefsson.org>
35988
35989         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
35990         Emacs .#* auto-save files).
35991
35992 2007-01-11  Bruno Haible  <bruno@clisp.org>
35993
35994         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
35995         directory.
35996
35997 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35998
35999         Use @...@ consistently in lib/wctype_.h.
36000         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
36001         on it being set to 1 or 0.
36002         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
36003         go back to AC_SUBSTing it.
36004         * modules/wctype (Makefile.am): Undo previous change.
36005
36006 2007-01-10  Eric Blake  <ebb9@byu.net>
36007
36008         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
36009         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
36010         * modules/wctype (Makefile.am): Likewise.
36011         Reported by Chris McGuire.
36012
36013 2007-01-10  Jim Meyering  <jim@meyering.net>
36014
36015         fts.c: a small readability/maintainability improvement
36016         * lib/fts.c (fts_read): Make this code slightly more readable and
36017         maintainable by hoisting the "sp->fts_cur = p" assignments to
36018         immediately follow the statements that set P.  Derived from
36019         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
36020
36021 2007-01-10  Eric Blake  <ebb9@byu.net>
36022
36023         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
36024         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
36025         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36026         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
36027         Reported by Chris McGuire.
36028
36029 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36030
36031         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
36032         in sed script.
36033
36034 2007-01-09  Bruno Haible  <bruno@clisp.org>
36035
36036         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
36037         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
36038         variables.
36039         (func_module): Use them.
36040
36041 2007-01-09  Bruno Haible  <bruno@clisp.org>
36042
36043         * modules/unistr/base: New file.
36044         * lib/unistr.h: New file.
36045
36046         * modules/unistr/u8-to-u16: New file.
36047         * lib/unistr/u8-to-u16.c: New file.
36048
36049         * modules/unistr/u8-to-u32: New file.
36050         * lib/unistr/u8-to-u32.c: New file.
36051
36052         * modules/unistr/u16-to-u8: New file.
36053         * lib/unistr/u16-to-u8.c: New file.
36054
36055         * modules/unistr/u16-to-u32: New file.
36056         * lib/unistr/u16-to-u32.c: New file.
36057
36058         * modules/unistr/u32-to-u8: New file.
36059         * lib/unistr/u32-to-u8.c: New file.
36060
36061         * modules/unistr/u32-to-u16: New file.
36062         * lib/unistr/u32-to-u16.c: New file.
36063
36064         * modules/unistr/u8-check: New file.
36065         * modules/unistr/u16-check: New file.
36066         * modules/unistr/u32-check: New file.
36067         * lib/unistr/u8-check.c: New file.
36068         * lib/unistr/u16-check.c: New file.
36069         * lib/unistr/u32-check.c: New file.
36070
36071         * modules/unistr/u8-chr: New file.
36072         * modules/unistr/u16-chr: New file.
36073         * modules/unistr/u32-chr: New file.
36074         * lib/unistr/u8-chr.c: New file.
36075         * lib/unistr/u16-chr.c: New file.
36076         * lib/unistr/u32-chr.c: New file.
36077
36078         * modules/unistr/u8-cmp: New file.
36079         * modules/unistr/u16-cmp: New file.
36080         * modules/unistr/u32-cmp: New file.
36081         * lib/unistr/u8-cmp.c: New file.
36082         * lib/unistr/u16-cmp.c: New file.
36083         * lib/unistr/u32-cmp.c: New file.
36084
36085         * modules/unistr/u8-cpy: New file.
36086         * modules/unistr/u16-cpy: New file.
36087         * modules/unistr/u32-cpy: New file.
36088         * lib/unistr/u8-cpy.c: New file.
36089         * lib/unistr/u16-cpy.c: New file.
36090         * lib/unistr/u32-cpy.c: New file.
36091         * lib/unistr/u-cpy.h: New file.
36092
36093         * modules/unistr/u8-cpy-alloc: New file.
36094         * modules/unistr/u16-cpy-alloc: New file.
36095         * modules/unistr/u32-cpy-alloc: New file.
36096         * lib/unistr/u8-cpy-alloc.c: New file.
36097         * lib/unistr/u16-cpy-alloc.c: New file.
36098         * lib/unistr/u32-cpy-alloc.c: New file.
36099         * lib/unistr/u-cpy-alloc.h: New file.
36100
36101         * modules/unistr/u8-endswith: New file.
36102         * modules/unistr/u16-endswith: New file.
36103         * modules/unistr/u32-endswith: New file.
36104         * lib/unistr/u8-endswith.c: New file.
36105         * lib/unistr/u16-endswith.c: New file.
36106         * lib/unistr/u32-endswith.c: New file.
36107         * lib/unistr/u-endswith.h: New file.
36108
36109         * modules/unistr/u8-mblen: New file.
36110         * modules/unistr/u16-mblen: New file.
36111         * modules/unistr/u32-mblen: New file.
36112         * lib/unistr/u8-mblen.c: New file.
36113         * lib/unistr/u16-mblen.c: New file.
36114         * lib/unistr/u32-mblen.c: New file.
36115
36116         * modules/unistr/u8-mbtouc: New file.
36117         * modules/unistr/u16-mbtouc: New file.
36118         * modules/unistr/u32-mbtouc: New file.
36119         * lib/unistr/u8-mbtouc.c: New file.
36120         * lib/unistr/u16-mbtouc.c: New file.
36121         * lib/unistr/u32-mbtouc.c: New file.
36122
36123         * modules/unistr/u8-mbtouc-safe: New file.
36124         * modules/unistr/u16-mbtouc-safe: New file.
36125         * modules/unistr/u32-mbtouc-safe: New file.
36126         * lib/unistr/u8-mbtouc-safe.c: New file.
36127         * lib/unistr/u16-mbtouc-safe.c: New file.
36128         * lib/unistr/u32-mbtouc-safe.c: New file.
36129
36130         * modules/unistr/u8-move: New file.
36131         * modules/unistr/u16-move: New file.
36132         * modules/unistr/u32-move: New file.
36133         * lib/unistr/u8-move.c: New file.
36134         * lib/unistr/u16-move.c: New file.
36135         * lib/unistr/u32-move.c: New file.
36136         * lib/unistr/u-move.h: New file.
36137
36138         * modules/unistr/u8-next: New file.
36139         * modules/unistr/u16-next: New file.
36140         * modules/unistr/u32-next: New file.
36141         * lib/unistr/u8-next.c: New file.
36142         * lib/unistr/u16-next.c: New file.
36143         * lib/unistr/u32-next.c: New file.
36144
36145         * modules/unistr/u8-prev: New file.
36146         * modules/unistr/u16-prev: New file.
36147         * modules/unistr/u32-prev: New file.
36148         * lib/unistr/u8-prev.c: New file.
36149         * lib/unistr/u16-prev.c: New file.
36150         * lib/unistr/u32-prev.c: New file.
36151
36152         * modules/unistr/u8-set: New file.
36153         * modules/unistr/u16-set: New file.
36154         * modules/unistr/u32-set: New file.
36155         * lib/unistr/u8-set.c: New file.
36156         * lib/unistr/u16-set.c: New file.
36157         * lib/unistr/u32-set.c: New file.
36158         * lib/unistr/u-set.h: New file.
36159
36160         * modules/unistr/u8-startswith: New file.
36161         * modules/unistr/u16-startswith: New file.
36162         * modules/unistr/u32-startswith: New file.
36163         * lib/unistr/u8-startswith.c: New file.
36164         * lib/unistr/u16-startswith.c: New file.
36165         * lib/unistr/u32-startswith.c: New file.
36166         * lib/unistr/u-startswith.h: New file.
36167
36168         * modules/unistr/u8-stpcpy: New file.
36169         * modules/unistr/u16-stpcpy: New file.
36170         * modules/unistr/u32-stpcpy: New file.
36171         * lib/unistr/u8-stpcpy.c: New file.
36172         * lib/unistr/u16-stpcpy.c: New file.
36173         * lib/unistr/u32-stpcpy.c: New file.
36174         * lib/unistr/u-stpcpy.h: New file.
36175
36176         * modules/unistr/u8-stpncpy: New file.
36177         * modules/unistr/u16-stpncpy: New file.
36178         * modules/unistr/u32-stpncpy: New file.
36179         * lib/unistr/u8-stpncpy.c: New file.
36180         * lib/unistr/u16-stpncpy.c: New file.
36181         * lib/unistr/u32-stpncpy.c: New file.
36182         * lib/unistr/u-stpncpy.h: New file.
36183
36184         * modules/unistr/u8-strcat: New file.
36185         * modules/unistr/u16-strcat: New file.
36186         * modules/unistr/u32-strcat: New file.
36187         * lib/unistr/u8-strcat.c: New file.
36188         * lib/unistr/u16-strcat.c: New file.
36189         * lib/unistr/u32-strcat.c: New file.
36190         * lib/unistr/u-strcat.h: New file.
36191
36192         * modules/unistr/u8-strchr: New file.
36193         * modules/unistr/u16-strchr: New file.
36194         * modules/unistr/u32-strchr: New file.
36195         * lib/unistr/u8-strchr.c: New file.
36196         * lib/unistr/u16-strchr.c: New file.
36197         * lib/unistr/u32-strchr.c: New file.
36198
36199         * modules/unistr/u8-strcmp: New file.
36200         * modules/unistr/u16-strcmp: New file.
36201         * modules/unistr/u32-strcmp: New file.
36202         * lib/unistr/u8-strcmp.c: New file.
36203         * lib/unistr/u16-strcmp.c: New file.
36204         * lib/unistr/u32-strcmp.c: New file.
36205
36206         * modules/unistr/u8-strcpy: New file.
36207         * modules/unistr/u16-strcpy: New file.
36208         * modules/unistr/u32-strcpy: New file.
36209         * lib/unistr/u8-strcpy.c: New file.
36210         * lib/unistr/u16-strcpy.c: New file.
36211         * lib/unistr/u32-strcpy.c: New file.
36212         * lib/unistr/u-strcpy.h: New file.
36213
36214         * modules/unistr/u8-strcspn: New file.
36215         * modules/unistr/u16-strcspn: New file.
36216         * modules/unistr/u32-strcspn: New file.
36217         * lib/unistr/u8-strcspn.c: New file.
36218         * lib/unistr/u16-strcspn.c: New file.
36219         * lib/unistr/u32-strcspn.c: New file.
36220         * lib/unistr/u-strcspn.h: New file.
36221
36222         * modules/unistr/u8-strdup: New file.
36223         * modules/unistr/u16-strdup: New file.
36224         * modules/unistr/u32-strdup: New file.
36225         * lib/unistr/u8-strdup.c: New file.
36226         * lib/unistr/u16-strdup.c: New file.
36227         * lib/unistr/u32-strdup.c: New file.
36228         * lib/unistr/u-strdup.h: New file.
36229
36230         * modules/unistr/u8-strlen: New file.
36231         * modules/unistr/u16-strlen: New file.
36232         * modules/unistr/u32-strlen: New file.
36233         * lib/unistr/u8-strlen.c: New file.
36234         * lib/unistr/u16-strlen.c: New file.
36235         * lib/unistr/u32-strlen.c: New file.
36236         * lib/unistr/u-strlen.h: New file.
36237
36238         * modules/unistr/u8-strmblen: New file.
36239         * modules/unistr/u16-strmblen: New file.
36240         * modules/unistr/u32-strmblen: New file.
36241         * lib/unistr/u8-strmblen.c: New file.
36242         * lib/unistr/u16-strmblen.c: New file.
36243         * lib/unistr/u32-strmblen.c: New file.
36244
36245         * modules/unistr/u8-strmbtouc: New file.
36246         * modules/unistr/u16-strmbtouc: New file.
36247         * modules/unistr/u32-strmbtouc: New file.
36248         * lib/unistr/u8-strmbtouc.c: New file.
36249         * lib/unistr/u16-strmbtouc.c: New file.
36250         * lib/unistr/u32-strmbtouc.c: New file.
36251
36252         * modules/unistr/u8-strncat: New file.
36253         * modules/unistr/u16-strncat: New file.
36254         * modules/unistr/u32-strncat: New file.
36255         * lib/unistr/u8-strncat.c: New file.
36256         * lib/unistr/u16-strncat.c: New file.
36257         * lib/unistr/u32-strncat.c: New file.
36258         * lib/unistr/u-strncat.h: New file.
36259
36260         * modules/unistr/u8-strncmp: New file.
36261         * modules/unistr/u16-strncmp: New file.
36262         * modules/unistr/u32-strncmp: New file.
36263         * lib/unistr/u8-strncmp.c: New file.
36264         * lib/unistr/u16-strncmp.c: New file.
36265         * lib/unistr/u32-strncmp.c: New file.
36266
36267         * modules/unistr/u8-strncpy: New file.
36268         * modules/unistr/u16-strncpy: New file.
36269         * modules/unistr/u32-strncpy: New file.
36270         * lib/unistr/u8-strncpy.c: New file.
36271         * lib/unistr/u16-strncpy.c: New file.
36272         * lib/unistr/u32-strncpy.c: New file.
36273         * lib/unistr/u-strncpy.h: New file.
36274
36275         * modules/unistr/u8-strnlen: New file.
36276         * modules/unistr/u16-strnlen: New file.
36277         * modules/unistr/u32-strnlen: New file.
36278         * lib/unistr/u8-strnlen.c: New file.
36279         * lib/unistr/u16-strnlen.c: New file.
36280         * lib/unistr/u32-strnlen.c: New file.
36281         * lib/unistr/u-strnlen.h: New file.
36282
36283         * modules/unistr/u8-strpbrk: New file.
36284         * modules/unistr/u16-strpbrk: New file.
36285         * modules/unistr/u32-strpbrk: New file.
36286         * lib/unistr/u8-strpbrk.c: New file.
36287         * lib/unistr/u16-strpbrk.c: New file.
36288         * lib/unistr/u32-strpbrk.c: New file.
36289         * lib/unistr/u-strpbrk.h: New file.
36290
36291         * modules/unistr/u8-strrchr: New file.
36292         * modules/unistr/u16-strrchr: New file.
36293         * modules/unistr/u32-strrchr: New file.
36294         * lib/unistr/u8-strrchr.c: New file.
36295         * lib/unistr/u16-strrchr.c: New file.
36296         * lib/unistr/u32-strrchr.c: New file.
36297
36298         * modules/unistr/u8-strspn: New file.
36299         * modules/unistr/u16-strspn: New file.
36300         * modules/unistr/u32-strspn: New file.
36301         * lib/unistr/u8-strspn.c: New file.
36302         * lib/unistr/u16-strspn.c: New file.
36303         * lib/unistr/u32-strspn.c: New file.
36304         * lib/unistr/u-strspn.h: New file.
36305
36306         * modules/unistr/u8-strstr: New file.
36307         * modules/unistr/u16-strstr: New file.
36308         * modules/unistr/u32-strstr: New file.
36309         * lib/unistr/u8-strstr.c: New file.
36310         * lib/unistr/u16-strstr.c: New file.
36311         * lib/unistr/u32-strstr.c: New file.
36312         * lib/unistr/u-strstr.h: New file.
36313
36314         * modules/unistr/u8-strtok: New file.
36315         * modules/unistr/u16-strtok: New file.
36316         * modules/unistr/u32-strtok: New file.
36317         * lib/unistr/u8-strtok.c: New file.
36318         * lib/unistr/u16-strtok.c: New file.
36319         * lib/unistr/u32-strtok.c: New file.
36320         * lib/unistr/u-strtok.h: New file.
36321
36322         * modules/unistr/u8-uctomb: New file.
36323         * modules/unistr/u16-uctomb: New file.
36324         * modules/unistr/u32-uctomb: New file.
36325         * lib/unistr/u8-uctomb.c: New file.
36326         * lib/unistr/u16-uctomb.c: New file.
36327         * lib/unistr/u32-uctomb.c: New file.
36328
36329         * MODULES.html.sh (Unicode string functions): Add the new modules.
36330
36331 2007-01-08  Bruno Haible  <bruno@clisp.org>
36332
36333         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36334         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36335         subdirectories.
36336
36337 2007-01-08  Karl Berry  <karl@gnu.org>
36338
36339         * doc/error.texi: mention that main() fns must set program_name
36340         when progname is used.
36341
36342 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36343
36344         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36345         WCTYPE_H is empty, for the benefit of builds from non-distclean
36346         directories.  Problem reported by Eric Blake in
36347         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36348
36349 2007-01-08  Bruno Haible  <bruno@clisp.org>
36350
36351         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36352         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36353         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36354         PROVIDE_CANONICALIZE_FILENAME_MODE.
36355         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36356
36357 2007-01-08  Bruno Haible  <bruno@clisp.org>
36358
36359         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36360         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36361         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36362         * lib/fts.c: Likewise.
36363         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36364
36365 2006-12-25  Bruno Haible  <bruno@clisp.org>
36366
36367         * modules/utf8-ucs4-safe: New file.
36368         * lib/utf8-ucs4-safe.h: New file.
36369         * lib/unistr/utf8-ucs4-safe.c: New file.
36370
36371         * modules/utf16-ucs4-safe: New file.
36372         * lib/utf16-ucs4-safe.h: New file.
36373         * lib/unistr/utf16-ucs4-safe.c: New file.
36374
36375         * MODULES.html.sh (Unicode string functions): Add the new modules.
36376
36377 2007-01-08  Bruno Haible  <bruno@clisp.org>
36378
36379         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36380         (Depends-on): Add unitypes.
36381         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36382         (u8_mbtouc_aux): Move out to separate file.
36383         (u8_mbtouc): Use ucs4_t, uint8_t types.
36384         * lib/unistr/utf8-ucs4.c: New file.
36385
36386         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36387         (Depends-on): Add unitypes.
36388         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36389         (u16_mbtouc_aux): Move out to separate file.
36390         (u16_mbtouc): Use ucs4_t, uint16_t types.
36391         * lib/unistr/utf16-ucs4.c: New file.
36392
36393         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36394         (Depends-on): Add unitypes.
36395         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36396         (u8_uctomb_aux): Move out to separate file.
36397         (u8_uctomb): Use ucs4_t, uint8_t types.
36398         * lib/unistr/ucs4-utf8.c: New file.
36399
36400         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36401         (Depends-on): Add unitypes.
36402         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36403         (u16_uctomb_aux): Move out to separate file.
36404         (u16_uctomb): Use ucs4_t, uint16_t types.
36405         * lib/unistr/ucs4-utf16.c: New file.
36406
36407 2006-12-25  Bruno Haible  <bruno@clisp.org>
36408
36409         * modules/unitypes: New file.
36410         * lib/unitypes.h: New file.
36411         * MODULES.html.sh (func_all_modules): New section "Unicode string
36412         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36413         this section. Add unitypes.
36414
36415 2007-01-08  Bruno Haible  <bruno@clisp.org>
36416
36417         Avoid variable names that conflict with those from libtool.
36418         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36419         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36420         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36421         library_names_spec to acl_library_names_spec, hardcode_* to
36422         acl_hardcode_*.
36423         Reported by Ralf Wildenhues.
36424
36425 2007-01-08  Bruno Haible  <bruno@clisp.org>
36426
36427         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
36428         definition.
36429         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
36430         definition.
36431         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
36432         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
36433         definition.
36434         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
36435         definition.
36436         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
36437         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
36438         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
36439         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
36440         definition.
36441         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
36442         definition.
36443         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
36444         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
36445         GC_USE_<algorithm>.
36446         * lib/gc-libgcrypt.c: Likewise.
36447         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
36448         * modules/gc-arctwo (configure.ac): Likewise.
36449         * modules/gc-des (configure.ac): Likewise.
36450         * modules/gc-hmac-md5 (configure.ac): Likewise.
36451         * modules/gc-hmac-sha1 (configure.ac): Likewise.
36452         * modules/gc-md2 (configure.ac): Likewise.
36453         * modules/gc-md4 (configure.ac): Likewise.
36454         * modules/gc-md5 (configure.ac): Likewise.
36455         * modules/gc-random (configure.ac): Likewise.
36456         * modules/gc-rijndael (configure.ac): Likewise.
36457         * modules/gc-sha1 (configure.ac): Likewise.
36458
36459 2007-01-08  Bruno Haible  <bruno@clisp.org>
36460
36461         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
36462         macro definition.
36463         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
36464         definition.
36465         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
36466         definition.
36467         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
36468         * modules/fcntl-safer (configure.ac): Likewise.
36469         * modules/fopen-safer (configure.ac): Likewise.
36470         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
36471         GNULIB_FWRITEERROR macro definition.
36472
36473 2007-01-08  Bruno Haible  <bruno@clisp.org>
36474
36475         * m4/gnulib-common.m4: New file.
36476         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
36477         (func_get_filelist): Add m4/gnulib-common.m4.
36478
36479 2007-01-08  Bruno Haible  <bruno@clisp.org>
36480
36481         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
36482         command.
36483
36484 2007-01-08  Jim Meyering  <jim@meyering.net>
36485
36486         Use a more robust test for a "can't happen" condition.
36487         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
36488         narrowed the st_size value.  Presuming the "can't happen" condition
36489         is true, that narrowing could conceivably convert an invalid st_size
36490         value into a valid one.  Instead, use a change based on Matthew
36491         Woehlke's original patch.
36492
36493         Slight readability improvement: use an assert-like macro
36494         in place of literal "abort ()" uses.
36495         * lib/fts.c (fts_assert): Define.
36496         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
36497         Use this macro instead of a bare 'abort'.
36498
36499 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
36500
36501         Don't worry about using IRIX 5.3's wctype.h broken definitions;
36502         simply work around them.
36503         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
36504         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
36505         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
36506         declaring.
36507         Don't bother to define as macros, since the standard doesn't require it.
36508         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
36509         longer worry about IRIX 5.3.
36510         (HAVE_WCTYPE_CTMP_BUG): Remove.
36511
36512 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
36513
36514         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36515         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
36516         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
36517         Problems reported by Georg Schwarz for IRIX 5.3.
36518
36519         * gnulib-tool (autoconf_minversion): Take the maximum version number
36520         found, not the minimum.  Problem reported by James Youngman.
36521
36522 2007-01-03  Karl Berry  <karl@gnu.org>
36523
36524         * doc/error.texi: new file, explaining interaction with progname.
36525         * doc/gnulib.texi: include it.  Update copyright.
36526
36527 2007-01-03  Simon Josefsson  <simon@josefsson.org>
36528
36529         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
36530         AC_CANONICAL_HOST, to improve autobuild outputs.
36531
36532 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
36533             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
36534
36535         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
36536         sockets, server sockets, and other file descriptors.  Count errors
36537         to compute the return value.  Reorder the code a bit to be easier
36538         to follow.  Don't set event bits that were not requested (except
36539         POLLERR and POLLHUP).
36540
36541 2007-01-01  Bruno Haible  <bruno@clisp.org>
36542
36543         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
36544
36545 2007-01-03  Jim Meyering  <jim@meyering.net>
36546
36547         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
36548
36549 2007-01-02  Bruno Haible  <bruno@clisp.org>
36550
36551         * modules/settime (Include): Require timespec.h.
36552         * modules/nanosleep (Include): Likewise.
36553
36554 2007-01-01  Bruno Haible  <bruno@clisp.org>
36555
36556         * gnulib-tool (func_emit_copyright_notice): Bump year.
36557         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
36558
36559 2007-01-01  Bruno Haible  <bruno@clisp.org>
36560
36561         Improve support for OpenBSD.
36562         * build-aux/config.rpath (libname_spec): Export.
36563         (library_names_spec): New variable. Export.
36564         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
36565         library_names_spec from the config.rpath output. Locate shared library
36566         through the name pattern in library_names_spec.
36567
36568 2007-01-01  Eric Blake  <ebb9@byu.net>
36569
36570         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
36571
36572 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
36573
36574         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
36575         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
36576         assume the C locale, and avoid an "eval" that could cause trouble.
36577         Problem with SORT reported by Bob Proulx.
36578
36579         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
36580         Define.  Trivial patch from Henning Nielsen Lund, originally
36581         sent to bug-grep@gnu.org today.
36582
36583 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
36586         struct stat.  Problem reported by Henning Nielsen Lund.
36587         * lib/acl.c: Include acl.h first, to check interface.  Don't
36588         bother to include sys/types.h and sys/stat.h again.
36589
36590 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
36591
36592         Import the following change from libc; problem reported by
36593         Sven Verdoolaege.
36594
36595         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
36596
36597         [BZ #1373]
36598         * lib/argp.h: Remove __NTH for __argp_usage inline function.
36599
36600 2006-12-28  Jim Meyering  <jim@meyering.net>
36601
36602         * build-aux/announce-gen: Do not assume that the package
36603         builds any of tar.gz, tar.bz2, and .xdelta files.
36604         Suggestion from Simon Josefsson.
36605
36606 2006-12-28  Simon Josefsson  <simon@josefsson.org>
36607
36608         * modules/announce-gen: New file.
36609
36610 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
36611
36612         * lib/mbchar.h: Just include <wctype.h>; the wctype module
36613         handles its gotchas now.
36614         * lib/mbswidth.c: Likewise.
36615         * lib/wcwidth.h: Likewise.
36616         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
36617         and iswcntrl; the wctype module does this stuff now.
36618         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
36619         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36620         * modules/mbchar (Depends-on): Add wctype.
36621         * modules/mbswidth (Depends-on): Likewise.
36622         * modules/wcwidth (Depends-on): Likewise.
36623
36624 2006-12-27  Eric Blake  <ebb9@byu.net>
36625
36626         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
36627         module uses more than what <wctype.h> is required to provide.
36628
36629 2006-12-26  Eric Blake  <ebb9@byu.net>
36630
36631         * gnulib-tool (sed_extract_prog): Avoid space-tab.
36632
36633 2006-12-26  Eric Blake  <ebb9@byu.net>
36634
36635         * modules/absolute-header: New module.
36636         * modules/fcntl (Depends-on): Depend on it.
36637         * modules/inttypes (Depends-on): Likewise.
36638         * modules/stdint (Depends-on): Likewise.
36639         * modules/sys_stat (Depends-on): Likewise.
36640         * modules/wctype (Depends-on): Likewise.
36641         * MODULES.html.sh (Support for building libraries and
36642         executables): Document it.
36643
36644 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
36645
36646         * gnulib-tool (SED): Remove, undoing previous change.
36647         The problem was that it broke coreutils on Solaris, because
36648         "sed --posix" leaked into a makefile.
36649         (sed): New alias, if 'alias' and GNU sed.
36650
36651 2006-12-24  Jim Meyering  <jim@meyering.net>
36652
36653         Work around an fchownat bug in glibc-2.4:
36654         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
36655         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
36656         in spite of the -P option.
36657         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
36658         New macros.
36659         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
36660         * modules/openat (Files): Add lib/fchownat.c.
36661         * lib/openat.c (fchownat): Don't define here.  Move to...
36662         * lib/fchownat.c: ...this new file.
36663
36664 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
36665
36666         Fix bug reported by Bruno Haible in
36667         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
36668         where quotearg.c didn't compile on Mac OS X 10.2 because it
36669         lacks <wchar.h> and wint_t.
36670         * lib/wctype_.h (__wctype_wint_t): New type.
36671         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
36672         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
36673         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
36674         Arg is now of type __wctype_wint_t, not wint_t.
36675         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
36676         substitute HAVE_WINT_T.
36677         * modules/wctype (Files): Add m4/wint_t.m4.
36678         (wctype.h): Substitute HAVE_WINT_T.
36679
36680 2006-12-23  Bruno Haible  <bruno@clisp.org>
36681
36682         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
36683
36684 2006-12-23  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
36687         S_ISLNK.
36688         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
36689         mingw.
36690
36691 2006-12-22  Bruno Haible  <bruno@clisp.org>
36692
36693         * lib/copy-file.c: Include acl.h.
36694         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
36695         Close the file descriptors only after being done with copy_acl.
36696         * modules/copy-file (Depends-on): Add acl.
36697
36698 2006-12-22  Bruno Haible  <bruno@clisp.org>
36699
36700         * gnulib-tool (SED): New variable.
36701         Use $SED instead of sed everywhere.
36702
36703 2006-12-22  Bruno Haible  <bruno@clisp.org>
36704
36705         * modules/no-c++: New file.
36706         * m4/no-c++.m4: New file.
36707         * MODULES.html.sh (Support for building libraries and executables):
36708         Add no-c++.
36709
36710 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
36711
36712         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
36713         Include <limits.h>, and use its INT_MAX to rewrite the
36714         j loop so that it does not overflow 'int'.  Problem reported by
36715         Ralf Wildenhues in
36716         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
36717         Play it safe by shifting left by 1 rather than multiplying by 2,
36718         as GCC is less likely to optimize this away when the value
36719         is signed (when it assumes overflow leads to undefined behavior).
36720         Also, don't assume time_t uses two's complement.
36721
36722 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
36723
36724         * MODULES.html.sh: New module wctype.
36725         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
36726         * lib/fnmatch.c: Don't bother to include <wchar.h> before
36727         <wctype.h>, since the new wctype module should fix this.
36728         * lib/quotearg.c: Include <wctype.h> unconditionally, since
36729         the wctype module should arrange for it.
36730         * lib/regex_internal.h: Likewise.
36731         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
36732         since the wctype module should handle this now.
36733         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
36734         * modules/fnmatch (Depends-on): Add wctype.
36735         * modules/quotearg (Depends-on): Likewise.
36736         * modules/regex (Depends-on): Likewise.
36737
36738 2006-12-19  Bruno Haible  <bruno@clisp.org>
36739
36740         * lib/strdup.h [C++]: Wrap definitions in extern "C".
36741         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
36742
36743 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36744
36745         * modules/savewd (Depends-on): Fix dependency on fcntl.
36746
36747 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36748
36749         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
36750         conforms to C99, rather than relying on the user's environment
36751         setting of STDINT_H.
36752
36753 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
36754         and Eric Blake  <ebb9@byu.net>
36755
36756         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
36757         This is more consistent with the other defines here.
36758         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
36759         Port to z/OS.  Problem reported by Paul Gilmartin.
36760         Change local vars to use gl_ prefix rather than ac_.
36761         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
36762         with other defines.
36763         * modules/double-slash-root: New module.
36764         * modules/dirname (Files): Remove m4/double-slash-root.m4.
36765         (Depends-on): Add double-slash-root.
36766         * MODULES.html.sh (File system functions): Mention new module.
36767
36768 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
36769
36770         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
36771         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
36772         This is for the benefit of gzip, which doesn't do i18n.
36773
36774 2006-12-12  Jim Meyering  <jim@meyering.net>
36775
36776         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
36777         Reported by Andreas Schwab <schwab@suse.de>.
36778
36779 2006-12-12  Bruno Haible  <bruno@clisp.org>
36780
36781         Merge these changes.
36782         2006-09-05  Bruno Haible  <bruno@clisp.org>
36783         * lib/iconvme.c (iconv_string): No need to save and restore errno when
36784         iconv_alloc succeeded.
36785         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
36786         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
36787         test for " && dest " at the end - dest is always != NULL there. Call
36788         iconv with 4xNULL arguments initially, to reset the state. Call iconv
36789         with 2xNULL arguments, also to flush the state storage. Handle the
36790         IRIX iconv behaviour. Realloc the final result, to throw away unused
36791         memory.
36792
36793 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
36794
36795         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
36796         and fchmodat unconditionally, since glibc 2.4 has them.
36797         Problem reported by Arkadiusz Miskiewicz.
36798
36799 2006-12-10  Bruno Haible  <bruno@clisp.org>
36800
36801         * gnulib-tool (func_import): Show the include files only for those
36802         modules that are copied and specified.
36803         Reported by Karl Berry.
36804
36805 2006-12-08  Jim Meyering  <jim@meyering.net>
36806
36807         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
36808         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
36809
36810         * build-aux/announce-gen: Add two new options, both optional:
36811         --bootstrap-tools=TOOL_LIST
36812               a comma-separated list of tools, e.g.,
36813               autoconf,automake,bison,gnulib
36814         --gnulib-snapshot-date=DATE
36815               if gnulib is in the bootstrap tool list,
36816               then report this as the snapshot date.
36817               If not specified, use the current date/time.
36818               If you specify a date here, be sure it's UTC.
36819
36820 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36821
36822         * tests/test-argp-2.sh: Fix test to match actual output.
36823         (func_compare): Fix sed script to be portable.
36824
36825 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
36826
36827         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
36828         workaround for this case.  It is not autoconfigured now; offhand
36829         it's hard to see how to autoconfigure it.
36830
36831 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
36832
36833         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
36834         a directory that is about to be chowned.  Such a directory's
36835         initial file permissions should permit the owner only and this
36836         should not be changed until after the chown, since the group and
36837         other bits would be incorrect if they granted permission before
36838         the chown.
36839
36840         Fix porting problem for iswctype reported by Georg Schwarz in:
36841         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
36842         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
36843         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
36844         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
36845         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
36846
36847 2006-12-03  Jim Meyering  <jim@meyering.net>
36848
36849         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
36850         p->fts_statp may not yet be defined.
36851         (fts_read): Instead, set it in the caller, once p->fts_statp is
36852         sure to be defined, and corresponds to a top-level directory.
36853         This bug made du -x fail.  Here's the coreutils test case:
36854         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
36855         Reported by Mike Frysinger.
36856
36857 2006-12-01  Jim Meyering  <jim@meyering.net>
36858
36859         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
36860         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
36861         Reported by Simon Josefsson.
36862
36863 2006-11-30  Jim Meyering  <jim@meyering.net>
36864
36865         * m4/warning.m4: Use the all-permissive copyright notice
36866         recommended by RMS (rather than LGPL).
36867         * m4/vararrays.m4: Likewise.
36868         * m4/flexmember.m4: Likewise.
36869
36870 2006-11-29  Bruno Haible  <bruno@clisp.org>
36871
36872         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36873         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
36874         using +=.
36875         Reported by Simon Josefsson <simon@josefsson.org>.
36876
36877 2006-11-28  James Youngman <jay@gnu.org>
36878
36879         * README: Advise users that they might find the bug-gnulib@gnu.org
36880         and autotools-announce@gnu.org mailing lists useful.
36881
36882 2006-11-28  Bruno Haible  <bruno@clisp.org>
36883
36884         * m4/ptrdiff_max.m4: Remove file.
36885
36886 2006-11-21  Bruno Haible  <bruno@clisp.org>
36887
36888         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
36889         _AC_COMPUTE_INT.
36890         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36891         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
36892         _AC_COMPUTE_INT.
36893         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36894         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
36895         _AC_COMPUTE_INT.
36896         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36897
36898 2006-11-28  Jim Meyering  <jim@meyering.net>
36899
36900         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
36901         warning from "gcc -Wshadow" about shadowing the builtin.
36902
36903 2006-11-27  Bruno Haible  <bruno@clisp.org>
36904
36905         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
36906         _AC_COMPUTE_INT.
36907         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
36908
36909 2006-11-27  Bruno Haible  <bruno@clisp.org>
36910             Paul Eggert  <eggert@cs.ucla.edu>
36911
36912         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
36913
36914 2006-11-26  Bruno Haible  <bruno@clisp.org>
36915
36916         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
36917         noinst_LTLIBRARIES.
36918
36919 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
36920             Bruno Haible  <bruno@clisp.org>
36921
36922         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
36923         if compiling with "gcc -ansi".
36924
36925 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
36926
36927         Fix some incompatibilities with gcc -ansi -pedantic.
36928         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
36929         if compiling pedantically with GCC, unless it's C99 or later.
36930         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
36931         it mishandles gcc -ansi -pedantic as well.
36932         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
36933         if gcc -pedantic.
36934         * lib/regexec.c (check_node_accept_bytes): Don't use auto
36935         initializers for struct if -pedantic, unless it's C99 or later.
36936
36937 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
36938
36939         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
36940         Don't close an fd more than once. Identical atimes indicate
36941         success, not failure.
36942
36943 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
36944
36945         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
36946
36947 2006-11-23  Jim Meyering  <jim@meyering.net>
36948
36949         * build-aux/announce-gen: New file.  From coreutils.
36950
36951 2006-11-22  Jim Meyering  <jim@meyering.net>
36952
36953         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
36954         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
36955         (fts_read): Use a temporary to narrow the overused st_size member
36956         before using it in a switch statement.  Reported by Matthew Woehlke.
36957
36958         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
36959         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
36960
36961 2006-11-20  Bruno Haible  <bruno@clisp.org>
36962
36963         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
36964         changequote instead of pairs of brackets.
36965         Reported by Andreas Schwab <schwab@suse.de>.
36966
36967 2006-11-21  Jim Meyering  <jim@meyering.net>
36968
36969         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
36970         so as to remain compatible with older compilers.
36971         Patch from Michael Deutschmann.
36972
36973 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
36974
36975         * MODULES.html.sh (File system functions): Add openat.
36976
36977         * lib/openat.h (rpl_fstatat): New macro, if
36978         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
36979         (fstatat): Define to rpl_fstatat under the same conditions,
36980         unless COMPILING_FSTATAT.
36981         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
36982         seems to have the bug.
36983         * lib/fstatat.c: New file.
36984         * modules/openat (Files): Add it.
36985
36986 2006-11-20  Bruno Haible  <bruno@clisp.org>
36987
36988         * Makefile: New file.
36989
36990 2006-11-20  Jim Meyering  <jim@meyering.net>
36991
36992         The beginnings of syntax-related checks for gnulib.
36993         * lib/Makefile: New file.
36994         * lib/t-idcache: New script.  Ensure that the two halves of
36995         idcache.c stay in sync.
36996
36997         * lib/idcache.c: Adjust comments in user- and group- portions to
36998         be more accurate, and to be consistent with one another.
36999
37000 2006-11-20  Jim Meyering  <jim@meyering.net>
37001
37002         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
37003         continue using the flexible array member (thus, this module performs
37004         half as many malloc calls), with the addition that...
37005         (getgroup, getuser): Consistently record a non-match via an empty
37006         "name" string, and map an empty string match to a NULL return value.
37007         * modules/idcache (Depends-on): Re-add flexmember.
37008
37009         * lib/idcache.c (getuser): Remove all uses of the register keyword.
37010         (getuidbyname, getgroup, getgidbyname): Likewise.
37011
37012         Use cleaner syntax: NULL rather than 0.
37013         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
37014
37015 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37016
37017         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
37018         It mishandled the case where the group was missing.
37019         Problem reported by Greg Schafer.
37020         * modules/idcache: Likewise.
37021
37022 2006-11-18  Jim Meyering  <jim@meyering.net>
37023
37024         * check-module (%exempt_header): Add exception for some
37025         conditionally-included headers.
37026
37027         * modules/i-ring (Depends-on): Add verify.
37028         (License): Change to LGPL.
37029
37030 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37031
37032         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
37033         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
37034         and inttostr.h.  Use snprintf rather than uinttostr, so that
37035         LGPLed code doesn't depend on GPLed.
37036
37037 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37038
37039         * modules/inline (License): Change from GPL to LGPL.
37040
37041 2006-11-17  Jim Meyering  <jim@meyering.net>
37042
37043         * modules/d-type (License): Switch to LGPL.
37044
37045 2006-11-15  Bruno Haible  <bruno@clisp.org>
37046
37047         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
37048
37049 2006-11-15  Eric Blake  <ebb9@byu.net>
37050
37051         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
37052         the module dependency.
37053
37054 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37055             Bruno Haible  <bruno@clisp.org>
37056
37057         * gnulib-tool (func_create_testdir): Add license consistency check.
37058
37059 2006-11-15  Eric Blake  <ebb9@byu.net>
37060
37061         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
37062         random "(cached)" in configure output.
37063
37064 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37065
37066         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
37067         test for conforming inttypes.h is both announced and cached.
37068
37069         * MODULES.html.sh (seen_modules, seen_files): New variables.
37070         (func_module): Rewrite to use a few less gnulib-tool and sed
37071         invocations.  Avoid a couple of quadratic algorithms for ...
37072         (missed_modules, missed_files): ... these, with ...
37073         (func_append, func_tmpdir): ... these new functions, from
37074         gnulib-tool.  Analogously, install traps for cleanup.
37075
37076         * tests/test-gc.c (main): Remove unused variables.
37077         * tests/test-read-file.c: Include stdlib.h, for 'free'.
37078
37079 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
37080
37081         * modules/inttostr (License): Change to LGPL.
37082
37083 2006-11-14  Eric Blake  <ebb9@byu.net>
37084
37085         * modules/tempname (License): Change to LGPL.
37086
37087 2006-11-14  Eric Blake  <ebb9@byu.net>
37088
37089         * doc/functions.texi (Function Portability): *printf functions on
37090         Cygwin now understand all POSIX size specifiers.
37091
37092 2006-11-14  Bruno Haible  <bruno@clisp.org>
37093
37094         * modules/c-ctype (License): Change to LGPL.
37095
37096 2006-11-12  Bruno Haible  <bruno@clisp.org>
37097
37098         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
37099         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
37100         for GNOME libraries, for which the include files are installed in
37101         subdirectories of $prefix/include.
37102
37103 2006-11-12  Bruno Haible  <bruno@clisp.org>
37104
37105         * m4/lib-link.m4: Require at least autoconf-2.54.
37106         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
37107         name to underscores for the --with option.
37108
37109 2006-11-13  Bruno Haible  <bruno@clisp.org>
37110
37111         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
37112         the tests directory.
37113         Reported by Ralf Wildenhues.
37114
37115 2006-11-13  Bruno Haible  <bruno@clisp.org>
37116
37117         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
37118         (func_emit_initmacro_end): Undo the override here.
37119         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37120         Works around the famous automake error in coreutils.
37121
37122 2006-11-13  Eric Blake  <ebb9@byu.net>
37123
37124         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37125         element, not its node.
37126
37127 2006-11-12  Bruno Haible  <bruno@clisp.org>
37128
37129         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
37130         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
37131
37132 2006-11-12  Bruno Haible  <bruno@clisp.org>
37133
37134         * gnulib-tool: New option --local-symlink.
37135         (func_usage): Document it.
37136         (lsymbolic): New variable.
37137         (func_import, func_create_testdir): If --symlink was not specified,
37138         test whether --local-symlink was specified and the file comes from
37139         the local_gnulib_dir.
37140
37141 2006-11-12  Bruno Haible  <bruno@clisp.org>
37142
37143         * gnulib-tool (func_ln): New function.
37144         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
37145
37146 2006-11-12  Bruno Haible  <bruno@clisp.org>
37147
37148         Finish support for source files in subdirectories.
37149         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
37150         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
37151         AUTOMAKE_OPTIONS.
37152         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
37153
37154 2006-11-12  Bruno Haible  <bruno@clisp.org>
37155
37156         * gnulib-tool (func_get_automake_snippet): Synthesize also an
37157         EXTRA_lib_SOURCES augmentation.
37158         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
37159
37160 2006-11-12  Jim Meyering  <jim@meyering.net>
37161
37162         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
37163         file descriptors.  This also averts a failure on systems with
37164         native openat support when a traversed directory lacks "x" access.
37165         * lib/fts_.h: Include "i-ring.h"
37166         (struct FTS) [fts_fd_ring]: New member.
37167         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
37168         (FCHDIR): Add parentheses.
37169         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
37170         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
37171         When descending, rather than simply closing the previous
37172         fts_cwd_fd value, push that file descriptor onto the ring.
37173         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
37174         (fts_open): Initialize the new fd_ring member.
37175         (fts_close): Clear the ring.
37176         (fts_safe_changedir): When possible, use our new fd_ring to skip
37177         the diropen and fstat and dev/ino comparison that would normally
37178         accompany a virtual `chdir ("..")'.
37179
37180         * modules/fts (Depends-on): Add i-ring.
37181         * modules/i-ring: New module.
37182         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
37183         * m4/i-ring.m4: New file.
37184
37185 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37186
37187         * gnulib-tool (func_create_testdir): Fix replacement of
37188         `build-aux' in configure.ac.  Run autotools in gltests
37189         subdirectory.
37190         (func_create_testdir, func_create_megatestdir, test): There is
37191         no need for '--force' in most autotool invocations in a new
37192         tree.  Actually fail the whole test if any of the tools, or the
37193         configure or make stages fail.
37194
37195         Sync from Automake.
37196         * build-aux/gnupload: Revert last change.  Add pointer to upload
37197         instructions of the GNU Maintenance Instructions.
37198         Suggestion by Karl Berry.
37199
37200 2006-11-10  Jim Meyering  <jim@meyering.net>
37201
37202         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
37203
37204 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37205
37206         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
37207         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
37208         (bind_textdomain_codeset) [! ENABLE_NLS]:
37209         Evaluate all the arguments.  That way, callers get compatible behavior
37210         if the arguments have side effects.  Also, it avoids some GCC
37211         diagnostics in some cases; Joel E. Denny reported problems when Bison
37212         was configured with --enable-gcc-warnigs.
37213
37214 2006-11-10  Jim Meyering  <jim@meyering.net>
37215
37216         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
37217         relevant options in CFLAGS (like -O, -fno-inline) are taken into
37218         account.
37219
37220 2006-11-10  Jim Meyering  <jim@meyering.net>
37221
37222         * modules/inline: New file/module.
37223         * modules/xalloc (Files): Remove m4/inline.m4.
37224         (Depends-on): Add inline, instead.
37225         * modules/oset: Likewise.
37226         * modules/list: Likewise.
37227
37228 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37229
37230         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
37231         Problem reported by Matthew Woehlke.
37232
37233 2006-11-09  Bruno Haible  <bruno@clisp.org>
37234
37235         * lib/tempname.c (gen_tempname): Remove variant that invokes
37236         __gen_tempname.
37237         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
37238         __gen_tempname.
37239
37240 2006-11-08  Bruno Haible  <bruno@clisp.org>
37241
37242         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
37243         to 'yes' instead of 'cross-compiling'.
37244
37245 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
37246
37247         * lib/quotearg.h (quotearg_free): New decl.
37248         * lib/quotearg.c (quotearg_free): New function.
37249         (slot0, nslots, slotvec0, slotvec):
37250         Now file-scope so that quotearg_free can get at them.
37251
37252 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37253
37254         Sync from Automake.
37255         * build-aux/gnupload: Add missing 'gnu' to example URL.
37256         Report by Karl Berry.
37257
37258 2006-11-08  Bruno Haible  <bruno@clisp.org>
37259
37260         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
37261         Suggested by Paul Eggert.
37262
37263 2006-11-08  Jim Meyering  <jim@meyering.net>
37264
37265         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
37266         It's already included if !_LIBC.
37267         (fts_safe_changedir): Add a comment.
37268
37269 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37270
37271         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
37272         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
37273         Matthew Woehlke.
37274
37275         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37276         definitions up, to avoid colliding with change below.
37277         (static_inline) [HAVE_INLINE]: New macro.
37278         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37279         Provide extern decls when !HAVE_INLINE.  Do not define unless
37280         static_inline is defined, either by us or by xmalloc.c.  Use
37281         static_inline rather than static inline.
37282         (XCALLOC): Optimize sizeof(T) = 1 case.
37283         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37284
37285 2006-11-07  Bruno Haible  <bruno@clisp.org>
37286
37287         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37288         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37289         AC_C_INLINE.
37290         * modules/xalloc (Files): Add m4/inline.m4.
37291
37292 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37293
37294         * README: Fix typo.
37295         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37296         (Miscellanous Notes): ...from this.
37297
37298 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37299
37300         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37301         Mention that offsetof should be used instead of sizeof.
37302         From Bruno Haible.
37303
37304 2006-11-07  Bruno Haible  <bruno@clisp.org>
37305
37306         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37307
37308 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37309
37310         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37311         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37312         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37313         (gl_tree_add_before, gl_tree_add_after):
37314         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37315         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37316         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37317         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37318         (gl_linked_add_after, gl_linked_add_at): Likewise.
37319         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37320         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37321         (gl_tree_add_before, gl_tree_add_after): Likewise.
37322         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37323         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37324         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37325
37326 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37327
37328         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37329
37330 2006-11-06  Bruno Haible  <bruno@clisp.org>
37331
37332         * m4/inline.m4: New file.
37333         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37334         * modules/list (Files): Add m4/inline.m4.
37335         * modules/oset (Files): Likewise.
37336
37337 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37338
37339         * lib/idcache.c: Include <stddef.h>, for offsetof.
37340         (struct userid.name): Change from char * to a flexible array member.
37341         All uses changed.
37342         * modules/idcache (Depends-on): Add flexmember.
37343
37344         * MODULES.html.sh (Core language properties): New module flexmember.
37345         * modules/flexmember, m4/flexmember.m4: New files.
37346
37347         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37348         inline functions that are identical with the old xnmalloc_inline,
37349         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37350         that we can avoid some unnecessary integer multiplications and
37351         divisions in the common case where the element size is known at
37352         compile time.
37353         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37354         needed.
37355         (xnboundedmalloc): Remove.
37356         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37357         arguments, for consistency with rest of this header.
37358         (xcharalloc): Rewrite using XNMALLOC.
37359         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37360         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37361         versions have been moved to lib/xalloc.h and renamed to be the
37362         non-*_inline versions.
37363         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37364         and xnrealloc functions, since those functions are now inline and
37365         now call us.
37366         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37367         renaming described above.
37368         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37369         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37370         captures the dependency in AC_C_INLINE.
37371
37372         New module canonicalize-lgpl, proposed by Charles Wilson in
37373         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37374         with a few small changes afterwards.
37375         * MODULES.html.sh (File system functions): New module
37376         canonicalize-lgpl.
37377         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37378         and canonicalize_file_name.
37379         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37380         * modules/canonicalize-lgpl: New files.
37381
37382 2006-11-05  Bruno Haible  <bruno@clisp.org>
37383
37384         * gnulib-tool (func_import, func_create_testdir): Create directories
37385         also for files in subdirectories of lib/.
37386
37387 2006-11-05  Bruno Haible  <bruno@clisp.org>
37388
37389         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37390         ANSI C compliant.
37391
37392 2006-11-03  Bruno Haible  <bruno@clisp.org>
37393
37394         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37395         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37396         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37397         (xnboundedmalloc): New inline function.
37398         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37399         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37400         xmalloc.
37401         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37402         xmalloc.
37403         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37404         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37405         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37406         xmalloc.
37407         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37408         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37409         xmalloc.
37410         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37411         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37412         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37413         xmalloc.
37414         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37415         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37416         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37417         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37418         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37419         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37420         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37421
37422 2006-11-03  Bruno Haible  <bruno@clisp.org>
37423
37424         * lib/c-ctype.h [C++]: Define functions without name mangling.
37425         * lib/fwriteerror.h [C++]: Likewise.
37426         * lib/gcd.h [C++]: Likewise.
37427         * lib/linebreak.h [C++]: Likewise.
37428
37429 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
37430
37431         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
37432         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
37433         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
37434         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
37435         Check for functions and headers just once.
37436         Check for declaration of canonicalize_file_name.
37437         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
37438
37439 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37440
37441         * gnulib-tool (func_import): Fix typo in actioncmd.
37442
37443 2006-11-02  Bruno Haible  <bruno@clisp.org>
37444
37445         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
37446         newline sequence in the Makefile.am snippet as a space, like "make"
37447         does.
37448         Reported by Roger Persson <perrog@gmail.com>.
37449
37450 2006-11-01  Bruno Haible  <bruno@clisp.org>
37451
37452         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
37453         already declared in <string.h>.
37454         * lib/strcase.h (strncasecmp): Don't declare it if yes.
37455
37456 2006-11-01  Bruno Haible  <bruno@clisp.org>
37457
37458         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
37459         * lib/strcase.h: Include <string.h>.
37460         (strcasecmp): Define to rpl_strcasecmp here.
37461
37462 2006-11-01  Bruno Haible  <bruno@clisp.org>
37463
37464         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
37465
37466 2006-11-01  Eric Blake  <ebb9@byu.net>
37467
37468         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
37469
37470         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
37471
37472 2006-10-29  Bruno Haible  <bruno@clisp.org>
37473
37474         Make it compile in C++ mode.
37475         * lib/full-write.c (full_rw): Add a cast.
37476
37477 2006-11-01  Bruno Haible  <bruno@clisp.org>
37478
37479         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
37480         be POSIX compliant.
37481         Reported by Roger Persson <perrog@gmail.com>.
37482
37483 2006-11-01  Eric Blake  <ebb9@byu.net>
37484
37485         * lib/getopt_.h: Fix comments.
37486
37487 2006-10-31  Eric Blake  <ebb9@byu.net>
37488
37489         * modules/tmpdir (Depends-on): Add sys_stat.
37490         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
37491         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
37492         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
37493         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
37494         tempname.
37495
37496 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
37497
37498         Avoid some C++ diagnostics reported by Bruno Haible.
37499         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
37500         xmalloc.
37501         (quotearg_alloc): Use xcharalloc rather than xmalloc.
37502         (struct slotvec): Move to top level.
37503         (quotearg_n_options): Rewrite to avoid xmalloc.
37504         * lib/xalloc.h (xcharalloc): New function.
37505         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
37506         [defined __cplusplus]: Add function template that provides result
37507         type propagation.  This part of the change is from Bruno Haible.
37508
37509 2006-10-29  Bruno Haible  <bruno@clisp.org>
37510
37511         Make it compile in C++ mode.
37512         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
37513         * lib/strnlen1.c (strnlen1): Cast memchr result.
37514         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
37515         * lib/clean-temp.c (string_equals, string_hash): Add casts.
37516         (create_temp_dir): Rename local variable 'template'.
37517         (compile_csharp_using_sscli): Add cast.
37518         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
37519         * lib/findprog.c (find_in_path): Likewise.
37520         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
37521         * lib/wait-process.c (register_slave_subprocess): Likewise.
37522
37523 2006-10-22  Bruno Haible  <bruno@clisp.org>
37524
37525         * modules/tsearch: New file.
37526         * lib/tsearch.h: New file.
37527         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
37528         * m4/tsearch.m4: New file.
37529         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
37530
37531 2006-10-29  Eric Blake  <ebb9@byu.net>
37532
37533         * lib/arcfour.c: Assume config.h.
37534         * lib/arctwo.c: Likewise.
37535         * lib/base64.c: Likewise.
37536         * lib/check-version.c: Likewise.
37537         * lib/crc.c: Likewise.
37538         * lib/des.c: Likewise.
37539         * lib/gc-gnulib.c: Likewise.
37540         * lib/gc-libgcrypt.c: Likewise.
37541         * lib/gc-pbkdf2-sha1.c: Likewise.
37542         * lib/getaddrinfo.c: Likewise.
37543         * lib/getdelim.c: Likewise.
37544         * lib/getline.c: Likewise.
37545         * lib/hmac-md5.c: Likewise.
37546         * lib/hmac-sha1.c: Likewise.
37547         * lib/iconvme.c: Likewise.
37548         * lib/md2.c: Likewise.
37549         * lib/md4.c: Likewise.
37550         * lib/memxor.c: Likewise.
37551         * lib/read-file.c: Likewise.
37552         * lib/readline.c: Likewise.
37553         * lib/rijndael-alg-fst.c: Likewise.
37554         * lib/rijndael-api-fst.c: Likewise.
37555         * lib/xgetdomainname.c: Likewise.
37556
37557 2006-10-28  Eric Blake  <ebb9@byu.net>
37558
37559         * lib/xstrndup.c: Assume config.h.
37560
37561 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37562
37563         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
37564         stat-macros.h is now for our own macros, whereas stat_h is for
37565         macros in the <sys/stat.h> name space.
37566         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
37567         (STAT_MACROS_H): Remove.
37568         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
37569         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
37570         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
37571         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
37572         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
37573         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
37574         Move these macros to ...
37575         * lib/stat_.h: here.  Don't include stat-macros.h.
37576         * lib/canonicalize.c: Don't include stat-macros.h.
37577         * lib/chown.c: Likewise.
37578         * lib/euidaccess.c: Likewise.
37579         * lib/file-type.c: Likewise.
37580         * lib/filemode.c: Likewise.
37581         * lib/glob.c: Likewise.
37582         * lib/isapipe.c: Likewise.
37583         * lib/lchown.c: Likewise.
37584         * lib/lstat.c: Likewise.
37585         * lib/mkdir-p.c: Likewise.
37586         * lib/rmdir.c: Likewise.
37587         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
37588         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
37589         unless mkdir isn't declared, to speed up 'configure'.
37590         Always create sys/stat.h, since it's unlikely any real sys/stat.h
37591         would define all the S_* symbols.
37592         * modules/canonicalize (Depends-on):
37593         Depend on sys_stat, not stat-macros.
37594         * modules/chown: Likewise.
37595         * modules/euidaccess: Likewise.
37596         * modules/filemode: Likewise.
37597         * modules/file-type: Likewise.
37598         * modules/glob: Likewise.
37599         * modules/isapipe: Likewise.
37600         * modules/lchown: Likewise.
37601         * modules/lstat: Likewise.
37602         * modules/mkancesdirs: Likewise.
37603         * modules/rmdir: Likewise.
37604         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
37605         * modules/modechange: Likewise.
37606         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
37607         (configure.ac): Remove gl_STAT_MACROS.
37608         * modules/sys_stat (Depends-on): Remove stat-macros.
37609
37610 2006-10-27  Bruno Haible  <bruno@clisp.org>
37611
37612         * m4/signed.m4: Remove file.
37613         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
37614         invocation.
37615         * modules/vasnprintf (Files): Remove m4/signed.m4.
37616
37617 2006-10-27  Bruno Haible  <bruno@clisp.org>
37618
37619         Update to GNU gettext 0.16.
37620         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
37621         m4/inttypes-h.m4, m4/signed.m4.
37622         * m4/gettext.m4: Update to GNU gettext 0.16.
37623         * m4/intl.m4: New file, from GNU gettext.
37624         * m4/intldir.m4: New file, from GNU gettext.
37625         * config/srclist.txt: Update
37626
37627 2006-10-27  Eric Blake  <ebb9@byu.net>
37628
37629         * MODULES.html.sh: Document tempname.
37630         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
37631         dependencies.
37632         (Files): Move lib/tempname.c...
37633         * modules/tempname: ...to this new module.
37634         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
37635         (gl_PREREQ_TEMPNAME): Move...
37636         * m4/tempname.m4: ...to this new file.
37637         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
37638         * modules/sys_stat (Depends-on): Add stat-macros.
37639         * lib/stat_.h (includes): Pick up stat macros.
37640         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
37641         if stat macros are broken.
37642         * lib/tempname.c (includes): No need to include "stat-macros.h".
37643         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
37644         (direxists, __path_search) [!_LIBC]: Don't compile these in
37645         gnulib; the tmpdir module covers that.
37646         * lib/tempname.h: New file.
37647
37648 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
37649
37650         * COPYING: Explain how gnulib-tool converts licence headers.
37651         Almost all wording by Eric Blake.
37652
37653 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
37654
37655         * lib/mbchar.h (is_basic_table): Make read-only.
37656         * lib/mbchar.c (is_basic_table): Likewise.
37657         Reported by John Darrington.
37658
37659 2006-10-25  Bruno Haible  <bruno@clisp.org>
37660
37661         * lib/progname.h (set_program_name): Undefine before defining.
37662
37663 2006-10-25  Bruno Haible  <bruno@clisp.org>
37664
37665         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
37666         false for non-gcc C++ compilers.
37667         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
37668
37669 2006-10-24  Bruno Haible  <bruno@clisp.org>
37670
37671         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
37672         iconv implementations like Irix iconv.
37673
37674 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37675
37676         * modules/vararrays: New file.
37677         * m4/vararrays.m4: New file, taken from diffutils.
37678         * MODULES.html.sh: New module vararrays.
37679
37680 2006-10-24  Karl Berry  <karl@gnu.org>
37681
37682         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
37683         Don't call GNU Unix.
37684
37685 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37686
37687         * users.txt: Add Libtool.
37688
37689         Sync from Libtool:
37690
37691         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37692
37693         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
37694         to gnulib's policy of including config.h unconditionally.
37695
37696 2006-10-24  Bruno Haible  <bruno@clisp.org>
37697
37698         * modules/wcwidth (Files): Add m4/wint_t.m4.
37699         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
37700         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
37701
37702 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
37703
37704         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
37705         to pacify GCC with some -W flags enabled.  Problem reported by
37706         Bruno Haible.
37707
37708 2006-10-24  Jim Meyering  <jim@meyering.net>
37709
37710         * MODULES.html.sh: Remove uinttostr.  It's not a module.
37711         Reported by Karl Berry.
37712
37713 2006-10-23  Bruno Haible  <bruno@clisp.org>
37714
37715         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
37716
37717 2006-10-24  Bruno Haible  <bruno@clisp.org>
37718
37719         * lib/gl_list.h: Use C comment style, not C++ comment style.
37720
37721 2006-10-23  Eric Blake  <ebb9@byu.net>
37722
37723         * lib/getaddrinfo.c (includes): Add missing include.
37724
37725 2006-10-23  Bruno Haible  <bruno@clisp.org>
37726             Paul Eggert  <eggert@cs.ucla.edu>
37727
37728         Ability to rename obstack_free.
37729         * lib/obstack.h (__obstack_free): New macro. Declare instead of
37730         obstack_free.
37731         (obstack_free): Invoke the __obstack_free macro.
37732         * lib/obstack.c (obstack_free): Use __obstack_free macro.
37733
37734 2006-10-23  Bruno Haible  <bruno@clisp.org>
37735             Paul Eggert  <eggert@cs.ucla.edu>
37736
37737         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
37738         __argc, __argv from the declaration. (They are defined as macros on
37739         mingw.)
37740
37741 2006-10-22  Bruno Haible  <bruno@clisp.org>
37742
37743         * doc/gnulib-intro.texi: New file.
37744         * doc/gnulib.texi: Include it.
37745
37746 2006-10-21  Bruno Haible  <bruno@clisp.org>
37747
37748         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
37749         "Introduction", "Miscellanous Notes", "Particular Modules".
37750
37751 2006-10-21  Bruno Haible  <bruno@clisp.org>
37752
37753         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37754         Change mostlyclean-local rule to avoid sh syntax error from bash
37755         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
37756
37757 2006-10-23  Jim Meyering  <jim@meyering.net>
37758
37759         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
37760         in place of snprintf.
37761
37762         * modules/inttostr (Files): Add lib/uinttostr.c.
37763         * lib/uinttostr.c (inttostr): New file/function.
37764         * lib/inttostr.h (uinttostr): Declare.
37765         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
37766         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
37767         Add uinttostr.
37768         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
37769
37770 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37771
37772         * lib/canonicalize.c (ELOOP): Define if not already defined.
37773         Problem reported by Bruno Haible in
37774         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
37775
37776 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
37777
37778         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
37779         Problem reported by Perry Smith and Ville Laurikari.
37780
37781         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
37782         uses.
37783
37784 2006-10-19  Bruno Haible  <bruno@clisp.org>
37785
37786         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
37787         for mingw.
37788
37789 2006-10-19  Bruno Haible  <bruno@clisp.org>
37790
37791         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
37792         Needed for mingw.
37793
37794 2006-10-19  Bruno Haible  <bruno@clisp.org>
37795
37796         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
37797
37798 2006-10-19  Bruno Haible  <bruno@clisp.org>
37799
37800         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
37801         it.
37802
37803 2006-10-19  Bruno Haible  <bruno@clisp.org>
37804
37805         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
37806         invocation.
37807
37808 2006-10-19  Bruno Haible  <bruno@clisp.org>
37809
37810         * gnulib-tool (func_create_testdir): Don't include ftruncate and
37811         mountlist by default.
37812
37813 2006-10-16  Bruno Haible  <bruno@clisp.org>
37814
37815         * lib/c-strstr.c: Include c-strstr.h.
37816
37817 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37818
37819         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
37820         in a slash.
37821
37822 2006-10-18  Bruno Haible  <bruno@clisp.org>
37823
37824         * lib/lock.h [C++]: Wrap definitions in extern "C".
37825
37826 2006-10-18  Bruno Haible  <bruno@clisp.org>
37827
37828         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
37829         gl_LIBOBJS list.
37830
37831 2006-10-18  Bruno Haible  <bruno@clisp.org>
37832
37833         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
37834
37835 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
37836
37837         * lib/xstrtol.h: Include gettext.h.
37838         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
37839         Problem reported by Eric Blake.
37840         * modules/xstrtol (Depends-on): Add gettext-h.
37841
37842 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
37843
37844         * lib/strftime.c (advance): New macro.
37845         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
37846         incomplete type, so you can't add 0 to it.  Problem and patch
37847         reported by Eelco Dolstra for dietlibc.
37848
37849 2006-10-18  Jim Meyering  <jim@meyering.net>
37850
37851         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
37852         type for a local, and rename it: s/up/user_proc/.
37853
37854 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
37855
37856         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
37857         READ_UTMP_USER_PROCESS.
37858         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
37859
37860 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
37861
37862         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
37863         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
37864
37865 2006-10-17  Eric Blake  <ebb9@byu.net>
37866
37867         * lib/sigprocmask.c (sigprocmask): Fix typo.
37868
37869         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
37870
37871         * modules/clean-temp (Makefile.am): Don't add to make output...
37872         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
37873         config.h.
37874
37875 2006-10-17  Bruno Haible  <bruno@clisp.org>
37876
37877         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
37878         differently if DEFAULT_TEXT_DOMAIN is set.
37879
37880 2006-10-16  Bruno Haible  <bruno@clisp.org>
37881
37882         * lib/clean-temp.c: Include fwriteerror.h.
37883
37884 2006-10-16  Bruno Haible  <bruno@clisp.org>
37885
37886         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
37887
37888 2006-10-16  Bruno Haible  <bruno@clisp.org>
37889
37890         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
37891         * lib/sigprocmask.h: Include <sys/types.h>.
37892         (sigset_t): Use the system's definition if present.
37893
37894 2006-10-17  Eric Blake  <ebb9@byu.net>
37895
37896         * lib/xvasprintf.c (includes): Assume config.h.
37897         * lib/xasprintf.c (includes): Likewise.
37898
37899 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
37900
37901         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
37902         at least as wide as intmax_t.
37903
37904 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
37905
37906         (Imported from Automake.)
37907         * build-aux/gnupload: Update to version 1.1 of directive file.
37908
37909 2006-10-16  Eric Blake  <ebb9@byu.net>
37910
37911         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
37912         match Automake 1.10a.
37913
37914 2006-10-14  Bruno Haible  <bruno@clisp.org>
37915
37916         * modules/sigprocmask: New file.
37917         * lib/sigprocmask.h: New file.
37918         * lib/sigprocmask.c: New file.
37919         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
37920         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
37921         request sigprocmask.o.
37922         (gl_PREREQ_SIGPROCMASK): New macro.
37923         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
37924         (Depends-on): Add sigprocmask.
37925         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
37926         gt_SIGNALBLOCKING. Test for 'raise' only once.
37927         * lib/fatal-signal.c: Include sigprocmask.h.
37928         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
37929         unblock_fatal_signals): Define always.
37930         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37931         sigprocmask.
37932
37933 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37934
37935         Sync from Automake.
37936         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
37937         which incorrectly sets the mode of an existing destination
37938         directory.  In some cases the unpatched install-sh could do the
37939         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
37940         system.  We hope this is rare in practice, but it's clearly worth
37941         fixing.  Problem reported by Alex Unleashed in
37942         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
37943         Also, don't bother to check for -m bugs unless we're using -m;
37944         suggested by Stepan Kasal.
37945
37946 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37947
37948         Sync from Automake.
37949         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
37950         `-c' flag, so they appear at the same position as in %FASTDEP%
37951         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
37952         which ignores unknown options only after the first non-option.
37953         Bug report against M4 by Nelson H. F. Beebe.
37954
37955 2006-10-13  Jim Meyering  <jim@meyering.net>
37956
37957         Fix a bug in yesterday's change.
37958         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
37959         p->fts_statp->st_dev would be used uninitialized.
37960         Ensures that we always call fts_stat on the very first entry.
37961         Miklos Szeredi reported that find -xdev stopped working.
37962
37963 2006-10-12  Bruno Haible  <bruno@clisp.org>
37964
37965         * gnulib-tool (func_get_automake_snippet): Append an automatically
37966         computed EXTRA_DIST augmentation.
37967         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
37968         * modules/alloca-opt (Makefile.am): Likewise.
37969         * modules/allocsa (Makefile.am): Likewise.
37970         * modules/arcfour (Makefile.am): Likewise.
37971         * modules/arctwo (Makefile.am): Likewise.
37972         * modules/argmatch (Makefile.am): Likewise.
37973         * modules/argz (Makefile.am): Likewise.
37974         * modules/atexit (Makefile.am): Likewise.
37975         * modules/backupfile (Makefile.am): Likewise.
37976         * modules/byteswap (Makefile.am): Likewise.
37977         * modules/c-strtod (Makefile.am): Likewise.
37978         * modules/c-strtold (Makefile.am): Likewise.
37979         * modules/calloc (Makefile.am): Likewise.
37980         * modules/canon-host (Makefile.am): Likewise.
37981         * modules/canonicalize (Makefile.am): Likewise.
37982         * modules/chdir-long (Makefile.am): Likewise.
37983         * modules/chdir-safer (Makefile.am): Likewise.
37984         * modules/check-version (Makefile.am): Likewise.
37985         * modules/chown (Makefile.am): Likewise.
37986         * modules/cloexec (Makefile.am): Likewise.
37987         * modules/close-stream (Makefile.am): Likewise.
37988         * modules/closeout (Makefile.am): Likewise.
37989         * modules/crc (Makefile.am): Likewise.
37990         * modules/csharpexec (Makefile.am): Likewise.
37991         * modules/cycle-check (Makefile.am): Likewise.
37992         * modules/des (Makefile.am): Likewise.
37993         * modules/dev-ino (Makefile.am): Likewise.
37994         * modules/dirfd (Makefile.am): Likewise.
37995         * modules/dirname (Makefile.am): Likewise.
37996         * modules/dup2 (Makefile.am): Likewise.
37997         * modules/eealloc (Makefile.am): Likewise.
37998         * modules/error (Makefile.am): Likewise.
37999         * modules/euidaccess (Makefile.am): Likewise.
38000         * modules/exclude (Makefile.am): Likewise.
38001         * modules/exitfail (Makefile.am): Likewise.
38002         * modules/fcntl-safer (Makefile.am): Likewise.
38003         * modules/fcntl (Makefile.am): Likewise.
38004         * modules/file-type (Makefile.am): Likewise.
38005         * modules/fileblocks (Makefile.am): Likewise.
38006         * modules/filemode (Makefile.am): Likewise.
38007         * modules/filenamecat (Makefile.am): Likewise.
38008         * modules/fnmatch (Makefile.am): Likewise.
38009         * modules/fopen-safer (Makefile.am): Likewise.
38010         * modules/fpending (Makefile.am): Likewise.
38011         * modules/fprintftime (Makefile.am): Likewise.
38012         * modules/free (Makefile.am): Likewise.
38013         * modules/fsusage (Makefile.am): Likewise.
38014         * modules/ftruncate (Makefile.am): Likewise.
38015         * modules/fts (Makefile.am): Likewise.
38016         * modules/gc-arcfour (Makefile.am): Likewise.
38017         * modules/gc-des (Makefile.am): Likewise.
38018         * modules/gc-hmac-md5 (Makefile.am): Likewise.
38019         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
38020         * modules/gc-md4 (Makefile.am): Likewise.
38021         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38022         * modules/gc-sha1 (Makefile.am): Likewise.
38023         * modules/gc (Makefile.am): Likewise.
38024         * modules/getaddrinfo (Makefile.am): Likewise.
38025         * modules/getcwd (Makefile.am): Likewise.
38026         * modules/getdelim (Makefile.am): Likewise.
38027         * modules/getdomainname (Makefile.am): Likewise.
38028         * modules/getgroups (Makefile.am): Likewise.
38029         * modules/gethostname (Makefile.am): Likewise.
38030         * modules/gethrxtime (Makefile.am): Likewise.
38031         * modules/getline (Makefile.am): Likewise.
38032         * modules/getloadavg (Makefile.am): Likewise.
38033         * modules/getlogin_r (Makefile.am): Likewise.
38034         * modules/getndelim2 (Makefile.am): Likewise.
38035         * modules/getopt (Makefile.am): Likewise.
38036         * modules/getpagesize (Makefile.am): Likewise.
38037         * modules/getpass-gnu (Makefile.am): Likewise.
38038         * modules/getpass (Makefile.am): Likewise.
38039         * modules/getsubopt (Makefile.am): Likewise.
38040         * modules/gettime (Makefile.am): Likewise.
38041         * modules/gettimeofday (Makefile.am): Likewise.
38042         * modules/getugroups (Makefile.am): Likewise.
38043         * modules/getusershell (Makefile.am): Likewise.
38044         * modules/glob (Makefile.am): Likewise.
38045         * modules/group-member (Makefile.am): Likewise.
38046         * modules/hard-locale (Makefile.am): Likewise.
38047         * modules/hash (Makefile.am): Likewise.
38048         * modules/hmac-md5 (Makefile.am): Likewise.
38049         * modules/hmac-sha1 (Makefile.am): Likewise.
38050         * modules/human (Makefile.am): Likewise.
38051         * modules/idcache (Makefile.am): Likewise.
38052         * modules/imaxabs (Makefile.am): Likewise.
38053         * modules/imaxdiv (Makefile.am): Likewise.
38054         * modules/inet_ntop (Makefile.am): Likewise.
38055         * modules/inet_pton (Makefile.am): Likewise.
38056         * modules/intprops (Makefile.am): Likewise.
38057         * modules/inttostr (Makefile.am): Likewise.
38058         * modules/inttypes (Makefile.am): Likewise.
38059         * modules/isapipe (Makefile.am): Likewise.
38060         * modules/javaversion (Makefile.am): Likewise.
38061         * modules/lchmod (Makefile.am): Likewise.
38062         * modules/lchown (Makefile.am): Likewise.
38063         * modules/localcharset (Makefile.am): Likewise.
38064         * modules/long-options (Makefile.am): Likewise.
38065         * modules/lstat (Makefile.am): Likewise.
38066         * modules/malloc (Makefile.am): Likewise.
38067         * modules/mathl (Makefile.am): Likewise.
38068         * modules/mbchar (Makefile.am): Likewise.
38069         * modules/md2 (Makefile.am): Likewise.
38070         * modules/md4 (Makefile.am): Likewise.
38071         * modules/md5 (Makefile.am): Likewise.
38072         * modules/memcasecmp (Makefile.am): Likewise.
38073         * modules/memchr (Makefile.am): Likewise.
38074         * modules/memcmp (Makefile.am): Likewise.
38075         * modules/memcoll (Makefile.am): Likewise.
38076         * modules/memcpy (Makefile.am): Likewise.
38077         * modules/memmem (Makefile.am): Likewise.
38078         * modules/memmove (Makefile.am): Likewise.
38079         * modules/mempcpy (Makefile.am): Likewise.
38080         * modules/memrchr (Makefile.am): Likewise.
38081         * modules/memset (Makefile.am): Likewise.
38082         * modules/memxor (Makefile.am): Likewise.
38083         * modules/mkancesdirs (Makefile.am): Likewise.
38084         * modules/mkdir-p (Makefile.am): Likewise.
38085         * modules/mkdir (Makefile.am): Likewise.
38086         * modules/mkdtemp (Makefile.am): Likewise.
38087         * modules/mkstemp (Makefile.am): Likewise.
38088         * modules/mktime (Makefile.am): Likewise.
38089         * modules/modechange (Makefile.am): Likewise.
38090         * modules/mountlist (Makefile.am): Likewise.
38091         * modules/nanosleep (Makefile.am): Likewise.
38092         * modules/obstack (Makefile.am): Likewise.
38093         * modules/openat (Makefile.am): Likewise.
38094         * modules/pagealign_alloc (Makefile.am): Likewise.
38095         * modules/pathmax (Makefile.am): Likewise.
38096         * modules/physmem (Makefile.am): Likewise.
38097         * modules/poll (Makefile.am): Likewise.
38098         * modules/posixtm (Makefile.am): Likewise.
38099         * modules/posixver (Makefile.am): Likewise.
38100         * modules/putenv (Makefile.am): Likewise.
38101         * modules/quote (Makefile.am): Likewise.
38102         * modules/quotearg (Makefile.am): Likewise.
38103         * modules/raise (Makefile.am): Likewise.
38104         * modules/read-file (Makefile.am): Likewise.
38105         * modules/readline (Makefile.am): Likewise.
38106         * modules/readlink (Makefile.am): Likewise.
38107         * modules/readtokens (Makefile.am): Likewise.
38108         * modules/readutmp (Makefile.am): Likewise.
38109         * modules/realloc (Makefile.am): Likewise.
38110         * modules/regex (Makefile.am): Likewise.
38111         * modules/rename-dest-slash (Makefile.am): Likewise.
38112         * modules/rename (Makefile.am): Likewise.
38113         * modules/rijndael (Makefile.am): Likewise.
38114         * modules/rmdir (Makefile.am): Likewise.
38115         * modules/rpmatch (Makefile.am): Likewise.
38116         * modules/safe-read (Makefile.am): Likewise.
38117         * modules/safe-write (Makefile.am): Likewise.
38118         * modules/same-inode (Makefile.am): Likewise.
38119         * modules/same (Makefile.am): Likewise.
38120         * modules/save-cwd (Makefile.am): Likewise.
38121         * modules/savedir (Makefile.am): Likewise.
38122         * modules/setenv (Makefile.am): Likewise.
38123         * modules/settime (Makefile.am): Likewise.
38124         * modules/sha1 (Makefile.am): Likewise.
38125         * modules/sig2str (Makefile.am): Likewise.
38126         * modules/snprintf (Makefile.am): Likewise.
38127         * modules/stat-macros (Makefile.am): Likewise.
38128         * modules/stat-time (Makefile.am): Likewise.
38129         * modules/stdbool (Makefile.am): Likewise.
38130         * modules/stdint (Makefile.am): Likewise.
38131         * modules/stdlib-safer (Makefile.am): Likewise.
38132         * modules/stpcpy (Makefile.am): Likewise.
38133         * modules/stpncpy (Makefile.am): Likewise.
38134         * modules/strcase (Makefile.am): Likewise.
38135         * modules/strcasestr (Makefile.am): Likewise.
38136         * modules/strchrnul (Makefile.am): Likewise.
38137         * modules/strcspn (Makefile.am): Likewise.
38138         * modules/strdup (Makefile.am): Likewise.
38139         * modules/strerror (Makefile.am): Likewise.
38140         * modules/strftime (Makefile.am): Likewise.
38141         * modules/strndup (Makefile.am): Likewise.
38142         * modules/strnlen (Makefile.am): Likewise.
38143         * modules/strpbrk (Makefile.am): Likewise.
38144         * modules/strsep (Makefile.am): Likewise.
38145         * modules/strstr (Makefile.am): Likewise.
38146         * modules/strtod (Makefile.am): Likewise.
38147         * modules/strtoimax (Makefile.am): Likewise.
38148         * modules/strtok_r (Makefile.am): Likewise.
38149         * modules/strtol (Makefile.am): Likewise.
38150         * modules/strtoll (Makefile.am): Likewise.
38151         * modules/strtoul (Makefile.am): Likewise.
38152         * modules/strtoull (Makefile.am): Likewise.
38153         * modules/strtoumax (Makefile.am): Likewise.
38154         * modules/strverscmp (Makefile.am): Likewise.
38155         * modules/sys_socket (Makefile.am): Likewise.
38156         * modules/sys_stat (Makefile.am): Likewise.
38157         * modules/sysexits (Makefile.am): Likewise.
38158         * modules/time_r (Makefile.am): Likewise.
38159         * modules/timegm (Makefile.am): Likewise.
38160         * modules/timespec (Makefile.am): Likewise.
38161         * modules/tmpfile-safer (Makefile.am): Likewise.
38162         * modules/trim (Makefile.am): Likewise.
38163         * modules/unistd-safer (Makefile.am): Likewise.
38164         * modules/unlinkdir (Makefile.am): Likewise.
38165         * modules/unlocked-io (Makefile.am): Likewise.
38166         * modules/userspec (Makefile.am): Likewise.
38167         * modules/utime (Makefile.am): Likewise.
38168         * modules/utimecmp (Makefile.am): Likewise.
38169         * modules/utimens (Makefile.am): Likewise.
38170         * modules/vasnprintf (Makefile.am): Likewise.
38171         * modules/vasprintf (Makefile.am): Likewise.
38172         * modules/vsnprintf (Makefile.am): Likewise.
38173         * modules/xalloc (Makefile.am): Likewise.
38174         * modules/xgetcwd (Makefile.am): Likewise.
38175         * modules/xnanosleep (Makefile.am): Likewise.
38176         * modules/xreadlink (Makefile.am): Likewise.
38177         * modules/xstrtod (Makefile.am): Likewise.
38178         * modules/xstrtol (Makefile.am): Likewise.
38179         * modules/xstrtold (Makefile.am): Likewise.
38180         * modules/yesno (Makefile.am): Likewise.
38181         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
38182
38183 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38184
38185         * modules/error (Makefile.am): Distribute files through
38186         EXTRA_DIST, not lib_SOURCES.
38187
38188 2006-10-12  Eric Blake  <ebb9@byu.net>
38189
38190         * modules/error (Makefile.am): Distribute files in /lib.
38191         * modules/obstack (Makefile.am): Likewise.
38192
38193 2006-10-12  Bruno Haible  <bruno@clisp.org>
38194
38195         * modules/acl (Makefile.am): Distribute all files in lib/ through
38196         EXTRA_DIST.
38197         * modules/arcfour (Makefile.am): Likewise.
38198         * modules/arctwo (Makefile.am): Likewise.
38199         * modules/argmatch (Makefile.am): Likewise.
38200         * modules/argz (Makefile.am): Likewise.
38201         * modules/atexit (Makefile.am): Likewise.
38202         * modules/backupfile (Makefile.am): Likewise.
38203         * modules/c-strtod (Makefile.am): Likewise.
38204         * modules/c-strtold (Makefile.am): Likewise.
38205         * modules/calloc (Makefile.am): Likewise.
38206         * modules/canon-host (Makefile.am): Likewise.
38207         * modules/canonicalize (Makefile.am): Likewise.
38208         * modules/chdir-long (Makefile.am): Likewise.
38209         * modules/chdir-safer (Makefile.am): Likewise.
38210         * modules/check-version (Makefile.am): Likewise.
38211         * modules/chown (Makefile.am): Likewise.
38212         * modules/cloexec (Makefile.am): Likewise.
38213         * modules/close-stream (Makefile.am): Likewise.
38214         * modules/closeout (Makefile.am): Likewise.
38215         * modules/crc (Makefile.am): Likewise.
38216         * modules/cycle-check (Makefile.am): Likewise.
38217         * modules/des (Makefile.am): Likewise.
38218         * modules/dirfd (Makefile.am): Likewise.
38219         * modules/dirname (Makefile.am): Likewise.
38220         * modules/dup2 (Makefile.am): Likewise.
38221         * modules/euidaccess (Makefile.am): Likewise.
38222         * modules/exclude (Makefile.am): Likewise.
38223         * modules/exitfail (Makefile.am): Likewise.
38224         * modules/fcntl-safer (Makefile.am): Likewise.
38225         * modules/file-type (Makefile.am): Likewise.
38226         * modules/fileblocks (Makefile.am): Likewise.
38227         * modules/filemode (Makefile.am): Likewise.
38228         * modules/filenamecat (Makefile.am): Likewise.
38229         * modules/fnmatch (Makefile.am): Likewise.
38230         * modules/fopen-safer (Makefile.am): Likewise.
38231         * modules/fpending (Makefile.am): Likewise.
38232         * modules/fprintftime (Makefile.am): Likewise.
38233         * modules/free (Makefile.am): Likewise.
38234         * modules/fsusage (Makefile.am): Likewise.
38235         * modules/ftruncate (Makefile.am): Likewise.
38236         * modules/fts (Makefile.am): Likewise.
38237         * modules/gc (Makefile.am): Likewise.
38238         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38239         * modules/getaddrinfo (Makefile.am): Likewise.
38240         * modules/getcwd (Makefile.am): Likewise.
38241         * modules/getdelim (Makefile.am): Likewise.
38242         * modules/getdomainname (Makefile.am): Likewise.
38243         * modules/getgroups (Makefile.am): Likewise.
38244         * modules/gethostname (Makefile.am): Likewise.
38245         * modules/gethrxtime (Makefile.am): Likewise.
38246         * modules/getline (Makefile.am): Likewise.
38247         * modules/getloadavg (Makefile.am): Likewise.
38248         * modules/getlogin_r (Makefile.am): Likewise.
38249         * modules/getopt (Makefile.am): Likewise.
38250         * modules/getpass (Makefile.am): Likewise.
38251         * modules/getpass-gnu (Makefile.am): Likewise.
38252         * modules/getsubopt (Makefile.am): Likewise.
38253         * modules/gettime (Makefile.am): Likewise.
38254         * modules/gettimeofday (Makefile.am): Likewise.
38255         * modules/getugroups (Makefile.am): Likewise.
38256         * modules/getusershell (Makefile.am): Likewise.
38257         * modules/glob (Makefile.am): Likewise.
38258         * modules/group-member (Makefile.am): Likewise.
38259         * modules/hard-locale (Makefile.am): Likewise.
38260         * modules/hash (Makefile.am): Likewise.
38261         * modules/hmac-md5 (Makefile.am): Likewise.
38262         * modules/hmac-sha1 (Makefile.am): Likewise.
38263         * modules/human (Makefile.am): Likewise.
38264         * modules/idcache (Makefile.am): Likewise.
38265         * modules/imaxabs (Makefile.am): Likewise.
38266         * modules/imaxdiv (Makefile.am): Likewise.
38267         * modules/inet_ntop (Makefile.am): Likewise.
38268         * modules/inet_pton (Makefile.am): Likewise.
38269         * modules/inttostr (Makefile.am): Likewise.
38270         * modules/isapipe (Makefile.am): Likewise.
38271         * modules/lchown (Makefile.am): Likewise.
38272         * modules/long-options (Makefile.am): Likewise.
38273         * modules/lstat (Makefile.am): Likewise.
38274         * modules/malloc (Makefile.am): Likewise.
38275         * modules/mathl (Makefile.am): Likewise.
38276         * modules/mbchar (Makefile.am): Likewise.
38277         * modules/md2 (Makefile.am): Likewise.
38278         * modules/md4 (Makefile.am): Likewise.
38279         * modules/md5 (Makefile.am): Likewise.
38280         * modules/memcasecmp (Makefile.am): Likewise.
38281         * modules/memchr (Makefile.am): Likewise.
38282         * modules/memcmp (Makefile.am): Likewise.
38283         * modules/memcoll (Makefile.am): Likewise.
38284         * modules/memcpy (Makefile.am): Likewise.
38285         * modules/memmem (Makefile.am): Likewise.
38286         * modules/memmove (Makefile.am): Likewise.
38287         * modules/mempcpy (Makefile.am): Likewise.
38288         * modules/memrchr (Makefile.am): Likewise.
38289         * modules/memset (Makefile.am): Likewise.
38290         * modules/memxor (Makefile.am): Likewise.
38291         * modules/mkancesdirs (Makefile.am): Likewise.
38292         * modules/mkdir (Makefile.am): Likewise.
38293         * modules/mkdir-p (Makefile.am): Likewise.
38294         * modules/mkdtemp (Makefile.am): Likewise.
38295         * modules/mkstemp (Makefile.am): Likewise.
38296         * modules/mktime (Makefile.am): Likewise.
38297         * modules/modechange (Makefile.am): Likewise.
38298         * modules/mountlist (Makefile.am): Likewise.
38299         * modules/nanosleep (Makefile.am): Likewise.
38300         * modules/openat (Makefile.am): Likewise.
38301         * modules/pagealign_alloc (Makefile.am): Likewise.
38302         * modules/physmem (Makefile.am): Likewise.
38303         * modules/poll (Makefile.am): Likewise.
38304         * modules/posixtm (Makefile.am): Likewise.
38305         * modules/posixver (Makefile.am): Likewise.
38306         * modules/putenv (Makefile.am): Likewise.
38307         * modules/quote (Makefile.am): Likewise.
38308         * modules/quotearg (Makefile.am): Likewise.
38309         * modules/raise (Makefile.am): Likewise.
38310         * modules/read-file (Makefile.am): Likewise.
38311         * modules/readline (Makefile.am): Likewise.
38312         * modules/readlink (Makefile.am): Likewise.
38313         * modules/readtokens (Makefile.am): Likewise.
38314         * modules/readutmp (Makefile.am): Likewise.
38315         * modules/realloc (Makefile.am): Likewise.
38316         * modules/regex (Makefile.am): Likewise.
38317         * modules/rename (Makefile.am): Likewise.
38318         * modules/rename-dest-slash (Makefile.am): Likewise.
38319         * modules/rijndael (Makefile.am): Likewise.
38320         * modules/rmdir (Makefile.am): Likewise.
38321         * modules/rpmatch (Makefile.am): Likewise.
38322         * modules/safe-read (Makefile.am): Likewise.
38323         * modules/safe-write (Makefile.am): Likewise.
38324         * modules/same (Makefile.am): Likewise.
38325         * modules/save-cwd (Makefile.am): Likewise.
38326         * modules/savedir (Makefile.am): Likewise.
38327         * modules/setenv (Makefile.am): Likewise.
38328         * modules/settime (Makefile.am): Likewise.
38329         * modules/sha1 (Makefile.am): Likewise.
38330         * modules/sig2str (Makefile.am): Likewise.
38331         * modules/snprintf (Makefile.am): Likewise.
38332         * modules/stdlib-safer (Makefile.am): Likewise.
38333         * modules/stpcpy (Makefile.am): Likewise.
38334         * modules/stpncpy (Makefile.am): Likewise.
38335         * modules/strcase (Makefile.am): Likewise.
38336         * modules/strcasestr (Makefile.am): Likewise.
38337         * modules/strchrnul (Makefile.am): Likewise.
38338         * modules/strcspn (Makefile.am): Likewise.
38339         * modules/strdup (Makefile.am): Likewise.
38340         * modules/strerror (Makefile.am): Likewise.
38341         * modules/strftime (Makefile.am): Likewise.
38342         * modules/strndup (Makefile.am): Likewise.
38343         * modules/strnlen (Makefile.am): Likewise.
38344         * modules/strpbrk (Makefile.am): Likewise.
38345         * modules/strsep (Makefile.am): Likewise.
38346         * modules/strstr (Makefile.am): Likewise.
38347         * modules/strtod (Makefile.am): Likewise.
38348         * modules/strtoimax (Makefile.am): Likewise.
38349         * modules/strtok_r (Makefile.am): Likewise.
38350         * modules/strtol (Makefile.am): Likewise.
38351         * modules/strtoll (Makefile.am): Likewise.
38352         * modules/strtoul (Makefile.am): Likewise.
38353         * modules/strtoull (Makefile.am): Likewise.
38354         * modules/strtoumax (Makefile.am): Likewise.
38355         * modules/strverscmp (Makefile.am): Likewise.
38356         * modules/time_r (Makefile.am): Likewise.
38357         * modules/timegm (Makefile.am): Likewise.
38358         * modules/tmpfile-safer (Makefile.am): Likewise.
38359         * modules/unistd-safer (Makefile.am): Likewise.
38360         * modules/unlinkdir (Makefile.am): Likewise.
38361         * modules/userspec (Makefile.am): Likewise.
38362         * modules/utime (Makefile.am): Likewise.
38363         * modules/utimecmp (Makefile.am): Likewise.
38364         * modules/utimens (Makefile.am): Likewise.
38365         * modules/vasnprintf (Makefile.am): Likewise.
38366         * modules/vasprintf (Makefile.am): Likewise.
38367         * modules/vsnprintf (Makefile.am): Likewise.
38368         * modules/xalloc (Makefile.am): Likewise.
38369         * modules/xgetcwd (Makefile.am): Likewise.
38370         * modules/xnanosleep (Makefile.am): Likewise.
38371         * modules/xreadlink (Makefile.am): Likewise.
38372         * modules/xstrtod (Makefile.am): Likewise.
38373         * modules/xstrtol (Makefile.am): Likewise.
38374         * modules/xstrtold (Makefile.am): Likewise.
38375         * modules/yesno (Makefile.am): Likewise.
38376
38377 2006-10-12  Jim Meyering  <jim@meyering.net>
38378
38379         * m4/getloadavg.m4: Revert the change below.
38380
38381         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38382         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38383         fail with a symlink, which is what coreutils' ./bootstrap now
38384         creates by default.
38385
38386 2006-10-12  Bruno Haible  <bruno@clisp.org>
38387
38388         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38389         mingw.
38390         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38391         MSVC and mingw explicitly.
38392
38393 2006-10-11  Simon Josefsson  <jas@extundo.com>
38394             Bruno Haible  <bruno@clisp.org>
38395
38396         Add support for multiple gnulib-tool invocations in the scope of a
38397         single configure.ac file.
38398         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38399         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38400         with the same contents as the _LIBADD variable.
38401         (func_emit_initmacro_start, func_emit_initmacro_end,
38402         func_emit_initmacro_done): New functions.
38403         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38404         gl_LIBOBJS and gl_LTLIBOBJS.
38405
38406 2006-10-11  Bruno Haible  <bruno@clisp.org>
38407
38408         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38409         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38410         autoreconf. Instead, invoke autopoint explicitly but move back the
38411         *.m4 files from gnulib.
38412
38413 2006-10-11  Bruno Haible  <bruno@clisp.org>
38414
38415         * gnulib-tool (func_usage): Make module names after --create-testdir
38416         optional.
38417         (func_create_testdir): If no module was specified, use nearly all
38418         modules.
38419
38420 2006-10-12  Jim Meyering  <jim@meyering.net>
38421
38422         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38423         Avoid spurious inode-mismatch problems on non-POSIX file systems.
38424         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
38425         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
38426         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
38427         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
38428         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
38429         (fts_set_stat_required): New function.
38430         (fts_open): Defer the calls to fts_stat, if possible or requested.
38431         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
38432         into fts_stat itself.
38433         (fts_read): Perform any required (deferred) fts_stat call.
38434         (fts_build): Likewise, for the directory we're about to open and read.
38435         In the readdir loop, carefully decide whether each entry will require
38436         an eventual call to fts_stat, using dirent.d_type info if available.
38437         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
38438         a command line argument into this function.  Update all callers.
38439         Map a return value of FTS_DOT to FTS_D for a command line argument.
38440         * modules/fts (Depends-on): Add d-type.  Alphabetize.
38441         Thanks to Miklos Szeredi for his tenacity and for the initial
38442         bug report about "find" failing on a FUSE-based file system.
38443
38444         * lib/fts.c (fts_open): Use consistent indentation.
38445
38446 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38447
38448         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
38449         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
38450         reported by Jim Meyering.  All uses of cache variables renamed
38451         to match Autoconf's.
38452         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
38453         the other one.
38454
38455         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
38456         Fix misspelling in diagnostic.
38457
38458 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38459
38460         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
38461         defined.  Problem reported by Matthew Woehlke.
38462
38463         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
38464         Add support for Tandem NonStop R series.
38465         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
38466         Use new macro.
38467
38468         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
38469         (has_trailing_slash): Omit size arg; all callers changed.
38470         Omit 'inline', since it doesn't help performance and we'd
38471         need to configure it.
38472         Don't count //, ///, etc. as having a trailing slash.
38473         As a side effect, this removes a C99ism reported by Matthew Woehlke.
38474         (rpl_rename_dest_slash): On failure, use rename's errno rather
38475         than (in some cases) an incorrect or junk errno.
38476         Simplify code by removing need to compute length; this does
38477         cause it to make two passes instead of one over the file name,
38478         but it's worth it.
38479
38480         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
38481         change, since Autoconf's version may no longer be appropriate now
38482         that we are using CVS Autoconf's version.  Add support for Tandem.
38483
38484 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
38485             Bruno Haible  <bruno@clisp.org>
38486
38487         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
38488         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
38489         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
38490         gl_AC_TYPE_LONG_LONG.
38491
38492         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
38493         instead of HAVE_LONG_LONG.
38494         * lib/printf-args.c (printf_fetchargs): Likewise.
38495         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
38496         * lib/vasnprintf.c (VASNPRINTF): Likewise.
38497         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
38498         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
38499         gl_AC_TYPE_LONG_LONG.
38500
38501 2006-10-11  Bruno Haible  <bruno@clisp.org>
38502
38503         * m4/longlong.m4: Add comments.
38504         * m4/ulonglong.m4: Likewise.
38505
38506 2006-10-10  Bruno Haible  <bruno@clisp.org>
38507
38508         Make it possible to #define stpcpy, strdup to aliases.
38509         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
38510         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
38511
38512 2006-10-10  Bruno Haible  <bruno@clisp.org>
38513
38514         Make it possible to #define gcd to an alias.
38515         * lib/gcd.c: Include config.h.
38516
38517 2006-10-10  Bruno Haible  <bruno@clisp.org>
38518
38519         Make it possible to #define c_isascii to an alias.
38520         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
38521         defined. Undefine the macros before defining them, to avoid gcc
38522         warnings.
38523         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
38524         define NO_C_CTYPE_MACROS early.
38525
38526 2006-10-10  Bruno Haible  <bruno@clisp.org>
38527
38528         Make it possible to #define set_program_name to an alias.
38529         * lib/progname.c: Don't undefine set_program_name; instead, undefine
38530         ENABLE_RELOCATABLE early.
38531
38532 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38533
38534         Port to Tandem NSK OSS, which has 64-bit signed int but at most
38535         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
38536         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
38537         More generally, don't assume that 64-bit signed int is available
38538         if unsigned int is, and vice versa.
38539         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
38540         unsigned symbols, not on their signed counterparts.
38541         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
38542         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
38543         (UINT64_C, UINTMAX_C):
38544         Likewise.
38545         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
38546         unsigned counterparts.
38547         (Have_long_long, Unsigned): New macros.
38548         (Int): Renamed from INT.
38549         (strtoimax): Use the new macros.
38550         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
38551         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
38552         * modules/inttypes (inttypes.h): Substitute
38553         HAVE_UNSIGNED_LONG_LONG_INT.
38554         * modules/stdint (stdint.h): Likewise.
38555         (Files): Add m4/ulonglong.m4.
38556
38557 2006-10-10  Bruno Haible  <bruno@clisp.org>
38558
38559         Fix a gcc -Wshadow warning.
38560         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
38561         to 'bucket'.
38562         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38563         gl_linked_indexof_from_to): Likewise.
38564         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
38565         Likewise.
38566         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
38567         Likewise.
38568         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
38569         Reported by Eric Blake.
38570
38571 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
38572
38573         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
38574         for NetBSD.  Problem reported by Bruno Haible.
38575
38576 2006-10-09  Jim Meyering  <jim@meyering.net>
38577
38578         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
38579         Patch from Bruno Haible.
38580
38581 2006-10-09  Jim Meyering  <jim@meyering.net>
38582
38583         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
38584         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
38585         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
38586
38587 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
38588
38589         Don't include <config.h> twice; this doesn't work in some cases,
38590         e.g., when config.h has "#define intmax_t long long int" and
38591         we include <config.h>, <inttypes.h>, <config.h> in that order.
38592         Problem reported by Matthew Woehlke in:
38593         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
38594         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
38595         * lib/fts-cycle.c: Don't include config.h.
38596         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
38597         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
38598         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
38599         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
38600         inttypes.h.
38601         * lib/xstrtoumax.c: Likewise.
38602         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
38603         __strtol and the like, so that this module is more like its siblings.
38604         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
38605         Remove; no longer needed now that we assume gnulib inttypes.h.
38606
38607 2006-10-08  Bruno Haible  <bruno@clisp.org>
38608
38609         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
38610         option.
38611
38612 2006-10-07  Jim Meyering  <jim@meyering.net>
38613
38614         * modules/inttypes (inttypes.h): Revert what seems to have been
38615         an inadvertent part of today's change: use "|", not "/" in the
38616         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
38617
38618 2006-10-07  Bruno Haible  <bruno@clisp.org>
38619
38620         * modules/sublist: New file.
38621
38622 2006-10-07  Bruno Haible  <bruno@clisp.org>
38623
38624         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
38625         * modules/argz (argz.h): Likewise.
38626         * modules/arpa_inet (arpa/inet.h): Likewise.
38627         * modules/byteswap (byteswap.h): Likewise.
38628         * modules/configmake (configmake.h): Likewise.
38629         * modules/fcntl (fcntl.h): Likewise.
38630         * modules/fnmatch (fnmatch.h): Likewise.
38631         * modules/getopt (getopt.h): Likewise.
38632         * modules/glob (glob.h): Likewise.
38633         * modules/inttypes (inttypes.h): Likewise.
38634         * modules/netinet_in (netinet/in.h): Likewise.
38635         * modules/poll (poll.h): Likewise.
38636         * modules/stdbool (stdbool.h): Likewise.
38637         * modules/stdint (stdint.h): Likewise.
38638         * modules/sys_select (sys/select.h): Likewise.
38639         * modules/sys_socket (sys/socket.h): Likewise.
38640         * modules/sys_stat (sys/stat.h): Likewise.
38641         * modules/sysexits (sysexits.h): Likewise.
38642         * modules/unistd (unistd.h): Likewise.
38643         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38644         Add a "DO NOT EDIT" comment to the generated file.
38645         (func_import): Likewise for gnulib-comp.m4.
38646
38647 2006-10-07  Bruno Haible  <bruno@clisp.org>
38648
38649         * lib/gl_sublist.h: New file.
38650         * lib/gl_sublist.c: New file.
38651
38652 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38653
38654         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
38655         name (relative to the original working directory) and the file
38656         name component (relative to the temporary working directory).  All
38657         callers changed.
38658         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
38659         * lib/mkdir-p.c (make_dir_parents): Likewise.
38660         * lib/mkdir-p.h (make_dir_parents): Likewise.
38661
38662 2006-10-06  Eric Blake  <ebb9@byu.net>
38663
38664         Define several macros for use by the clean-temp module.
38665         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
38666         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
38667         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
38668
38669         * lib/clean-temp.h (close_stream_temp): New declaration.
38670         * lib/clean-temp.c (includes): Pull in headers according to what
38671         other modules are in use.
38672         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
38673
38674 2006-10-06  Bruno Haible  <bruno@clisp.org>
38675
38676         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
38677         instead of fopen, fwriteerror.
38678
38679 2006-10-06  Bruno Haible  <bruno@clisp.org>
38680
38681         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
38682         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
38683         int.
38684         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
38685         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
38686         Return an error indicator.
38687         Suggested by Eric Blake.
38688
38689 2006-10-06  Bruno Haible  <bruno@clisp.org>
38690
38691         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
38692         Reported by Eric Blake.
38693
38694 2006-10-06  Bruno Haible  <bruno@clisp.org>
38695
38696         * modules/closeout (Description): Mention stderr too.
38697
38698 2006-10-06  Bruno Haible  <bruno@clisp.org>
38699         and Paul Eggert  <eggert@cs.ucla.edu>
38700
38701         * lib/closeout.c (close_stdout): Also close stderr.
38702         * lib/closeout.h: Update comment.
38703
38704 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38705
38706         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
38707         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
38708         * lib/dirchownmod.c: Include lchown.h.
38709         * lib/lchown.c: Don't include files that lchown.h now includes.
38710         Don't declare chown, since lchown.h now does that.
38711         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
38712         (lchown): Define to rpl_chown if lchown is declared but
38713         does not exist.  Declare using a prototype if lchown is not
38714         declared.  Add a copyright notice.
38715         * lib/mkstemp.h: Include <unistd.h>.
38716         * lib/openat.c: Include lchown.h.
38717
38718         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
38719         we now test for that separately.
38720         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
38721         rather than O_NOFOLLOW, when testing whether it's possible to
38722         avoid a race condition reliably.
38723         * lib/savewd.c (savewd_chdir): Likewise.
38724
38725         Remove macros that are no longer needed now that stdint.h is
38726         reliable.
38727         * lib/fsusage.c (UINTMAX_MAX): Remove.
38728         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
38729         * lib/utimecmp.c (SIZE_MAX): Remove.
38730
38731         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
38732
38733         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
38734         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
38735         O_NOATIME works.
38736
38737 2006-10-05  Bruno Haible  <bruno@clisp.org>
38738
38739         * lib/gl_list.h (gl_sortedlist_search_from_to,
38740         gl_sortedlist_indexof_from_to): New declarations.
38741         (gl_list_implementation): New fields sortedlist_search_from_to,
38742         sortedlist_indexof_from_to.
38743         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
38744         inline functions.
38745         * lib/gl_list.c (gl_sortedlist_search_from_to,
38746         gl_sortedlist_indexof_from_to): New functions.
38747         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
38748         function.
38749         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
38750         (gl_array_sortedlist_search_from_to): New function.
38751         (gl_array_list_implementation): Update.
38752         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
38753         function.
38754         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
38755         (gl_carray_sortedlist_search_from_to): New function.
38756         (gl_carray_list_implementation): Update.
38757         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
38758         gl_linked_sortedlist_indexof_from_to): New functions.
38759         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38760         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38761         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
38762         gl_tree_sortedlist_indexof_from_to): New functions.
38763         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38764         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38765         Update.
38766         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38767         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
38768         Update.
38769
38770 2006-10-05  Bruno Haible  <bruno@clisp.org>
38771
38772         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
38773         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
38774         (struct gl_list_implementation): Add fields search_from_to,
38775         indexof_from_to. Remove fields search, indexof.
38776         (gl_list_search): Use the search_from_to method.
38777         (gl_list_search_from, gl_list_search_from_to): New functions.
38778         (gl_list_indexof): Use the indexof_from_to method.
38779         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38780         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
38781         (gl_list_search_from, gl_list_search_from_to): New functions.
38782         (gl_list_indexof): Use the indexof_from_to method.
38783         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
38784         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
38785         gl_array_indexof. Add start_index, end_index arguments.
38786         (gl_array_search_from_to): Renamed from gl_array_search. Add
38787         start_index, end_index arguments.
38788         (gl_array_remove, gl_array_list_implementation): Update.
38789         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
38790         gl_carray_indexof. Add start_index, end_index arguments.
38791         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
38792         start_index, end_index arguments.
38793         (gl_carray_remove, gl_carray_list_implementation): Update.
38794         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
38795         gl_linked_search. Add start_index, end_index arguments.
38796         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
38797         start_index, end_index arguments.
38798         (gl_linked_remove): Update.
38799         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
38800         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
38801         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
38802         field to 'size_t'.
38803         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
38804         gl_tree_search. Add start_index, end_index arguments.
38805         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38806         start_index, end_index arguments.
38807         (gl_tree_remove): Update.
38808         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
38809         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
38810         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
38811         function.
38812         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
38813         gl_tree_search. Add start_index, end_index arguments.
38814         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
38815         start_index, end_index arguments.
38816         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
38817         Update.
38818         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
38819
38820 2006-10-05  Bruno Haible  <bruno@clisp.org>
38821
38822         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
38823
38824         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
38825         fwriteerror_temp): New declarations.
38826         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
38827         (descriptors): New variable.
38828         (cleanup): First, close the descriptors.
38829         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
38830         fclose_temp, fwriteerror_temp): New functions.
38831
38832 2006-10-04  Jim Meyering  <jim@meyering.net>
38833
38834         * lib/fts.c (fts_open): Tiny comment change.
38835
38836 2006-10-04  Bruno Haible  <bruno@clisp.org>
38837
38838         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
38839         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
38840         gl_LOCK_BODY.
38841         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
38842         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
38843         gl_LOCK_EARLY_BODY.
38844         (gl_LOCK): Require gl_LOCK_BODY.
38845
38846 2006-10-04  Bruno Haible  <bruno@clisp.org>
38847
38848         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
38849         (gl_oset_search_atleast): New declaration.
38850         (struct gl_oset_implementation): Add field 'search_atleast'.
38851         (gl_oset_search_atleast): New inline function.
38852         * lib/gl_oset.c (gl_oset_search_atleast): New function.
38853         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
38854         (gl_array_oset_implementation): Update.
38855         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
38856         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
38857         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
38858
38859 2006-10-04  Bruno Haible  <bruno@clisp.org>
38860
38861         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
38862
38863 2006-10-03  Bruno Haible  <bruno@clisp.org>
38864
38865         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
38866         from gl_avltreehash_list_implementation.
38867
38868 2006-10-03  Bruno Haible  <bruno@clisp.org>
38869
38870         * lib/gl_oset.c (gl_oset_add): Fix return type.
38871
38872 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
38873
38874         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
38875
38876 2006-10-02  Eric Blake  <ebb9@byu.net>
38877
38878         * modules/strnlen (Depends-on): Add extensions.
38879
38880 2006-10-02  Eric Blake  <ebb9@byu.net>
38881
38882         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
38883         definition in 2.60+.
38884
38885 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38886
38887         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
38888         checks.
38889
38890 2006-10-02  Bruno Haible  <bruno@clisp.org>
38891
38892         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
38893         to the AUTOMAKE_OPTIONS.
38894         Reported by Jim Meyering.
38895
38896 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
38897
38898         Work around bug in Solaris 10 /proc file system:
38899         /proc/self/fd/NNN/.. isn't the parent directory of
38900         the directory whose file descriptor is NNN.  This needs to
38901         be worked around at run time, not compile time, since a
38902         program might be built on Solaris 8, where things work, and
38903         run on Solaris 10.
38904         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
38905         to use the following interface instead:
38906         (OPENAT_BUFFER_SIZE): New macro.
38907         (openat_proc_name): New function.
38908         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
38909         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
38910         Likewise.
38911         * lib/openat-proc.c: New file.
38912         * modules/openat (Files): Add lib/openat-proc.c.
38913         (Depends-on): Add same-inode, stdbool.
38914         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
38915
38916 2006-09-29  Bruno Haible  <bruno@clisp.org>
38917
38918         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
38919         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
38920         argument. Set stdout_closed before testing for ferror, not after.
38921         (fwriteerror, fwriteerror_no_ebadf): New functions.
38922
38923 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38924
38925         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
38926
38927 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
38928
38929         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
38930         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
38931
38932 2006-09-28  Jim Meyering  <jim@meyering.net>
38933
38934         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
38935         Include <unistd.h>.
38936
38937 2006-09-28  Bruno Haible  <bruno@clisp.org>
38938
38939         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
38940         * modules/linkedhash-list (Depends-on): Likewise.
38941         * modules/rbtreehash-list (Depends-on): Likewise.
38942
38943 2006-09-28  Bruno Haible  <bruno@clisp.org>
38944
38945         * lib/strndup.h: Simplify the redefinition of strndup.
38946         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
38947         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
38948
38949 2006-09-28  Bruno Haible  <bruno@clisp.org>
38950
38951         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
38952         * lib/gl_linkedhash_list.c: Likewise.
38953         * lib/gl_rbtreehash_list.c: Likewise.
38954
38955 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
38956
38957         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
38958         getaddrinfo.
38959
38960         * lib/__fpending.h: Don't include <stdio_ext.h> unless
38961         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
38962         it causes <stdio_ext.h> to cause a compile-time error.
38963         Problem reported by Nelson H. F. Beebe.
38964         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
38965         of HAVE_DECL___PENDING.
38966
38967         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
38968         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
38969         declaration.
38970
38971 2006-09-27  Jim Meyering  <jim@meyering.net>
38972
38973         This file could end up with a definition for a function
38974         named __strndup, rather than rpl_strndup on a system with
38975         incomplete weak_alias support.
38976         * lib/strndup.c (strndup): Rename from __strndup.
38977         Remove #defines that used to map __strndup to strndup.
38978         Don't use K&R prototypes.
38979         Remove LIBC-related code, since this file is not sync'd with glibc.
38980         * lib/strndup.h: Revamp, accordingly.
38981         * m4/strndup.m4: Modernize.
38982
38983 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38984
38985         * modules/savewd (Depends-on): Add 'raise'.
38986         * lib/savewd.c: Include <signal.h>, for 'raise'.
38987
38988 2006-09-26  Jim Meyering  <jim@meyering.net>
38989
38990         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
38991         when we detect Darwin 8.7.0's acl_get_file bug.
38992         Rearrange to perform the new (below) run-test while $LIBS
38993         contains any acl-related library.  Set USE_ACL at the end.
38994         (gl_ACL_GET_FILE): New function.
38995
38996 2006-09-26  Eric Blake  <ebb9@byu.net>
38997
38998         * lib/verror.c: Include <config.h> unconditionally.
38999
39000 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
39001
39002         * modules/clock-time (Maintainer): Add self.
39003         * modules/getlogin_r (Depends-on): Add extensions.
39004
39005 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39006
39007         * modules/clock-time: New module.
39008         * modules/nanosleep (Depends-on): Add clock-time.
39009         * modules/gethrxtime (Depends-on): Likewise.
39010         * modules/gettime (Depends-on): Likewise.
39011         * modules/settime (Depends-on): Likewise.
39012
39013         * modules/fts-lgpl: Depend on openat.
39014         * modules/mkancesdirs: Depend on savewd.
39015         * modules/mkdir-p: Likewise.
39016
39017 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39018
39019         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
39020
39021         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
39022         `gl_have_arbitrary_file_name_length_limit' to
39023         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
39024         actually works between configure runs.
39025
39026 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39027             Bruno Haible  <bruno@clisp.org>
39028
39029         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
39030
39031 2006-09-25  Jim Meyering  <jim@meyering.net>
39032
39033         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
39034         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
39035
39036 2006-09-25  Eric Blake  <ebb9@byu.net>
39037
39038         * gnulib-tool (func_import, func_create_testdir): Fix typos in
39039         exec's in 2006-09-18 patch when shuffling fds.
39040
39041 2006-09-25  Bruno Haible  <bruno@clisp.org>
39042
39043         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
39044         Reported by Jim Meyering.
39045
39046 2006-09-24  Jim Meyering  <jim@meyering.net>
39047
39048         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
39049         compare a pointer against a literal "0".  That caused failures with
39050         at least HP-UX's hpcc.
39051
39052 2006-09-22  Simon Josefsson  <jas@extundo.com>
39053
39054         * modules/gc-sha1:
39055         * modules/gc-md4:
39056         * modules/gc-hmac-sha1:
39057         * modules/gc-hmac-md5:
39058         * modules/gc-des:
39059         * modules/gc-arcfour: Distribute more files.
39060
39061 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39062
39063         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
39064         (gl_linked_iterator_from_to): Initialize struct completely.
39065         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
39066         (gl_tree_iterator_from_to): Likewise
39067         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
39068         * lib/gl_array_list.c [lint] (gl_array_iterator)
39069         (gl_array_iterator_from_to): Likewise.
39070         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
39071         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
39072         (gl_carray_iterator_from_to): Likewise.
39073
39074         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
39075         * lib/md4.c (md4_process_block): Remove unused variable.
39076         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
39077         parentheses for clarity.
39078
39079 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39080
39081         * modules/bison-i18n (Depends-on): Add gettext.
39082
39083 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39084
39085         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
39086         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
39087         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
39088         also add missing comma that caused broken test.
39089         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
39090         stdlib.h, for `abort'.
39091         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
39092         variables.
39093         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
39094         include unistd.h if present, for `rmdir'.
39095         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
39096         variables.
39097         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
39098         in the process include standard headers for prototypes.
39099         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
39100         gets declared on GNU/Linux.
39101         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
39102         unistd.h, for `rmdir'.
39103         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
39104
39105         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
39106         always true.
39107         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
39108
39109         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
39110
39111 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39112
39113         * gnulib-tool (func_version): Create output all at once.  This
39114         may help avoid triggering unnecessary SIGPIPEs, and at any
39115         rate it doesn't hurt.
39116
39117 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39118             Bruno Haible  <bruno@clisp.org>
39119
39120         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39121         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39122         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39123
39124         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39125         (gl_FUNC_VASPRINTF): Invoke it.
39126
39127 2006-09-22  Bruno Haible  <bruno@clisp.org>
39128
39129         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
39130         getloadavg.c as first argument.
39131
39132 2006-09-22  Bruno Haible  <bruno@clisp.org>
39133
39134         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
39135         at the beginning of the gl_INIT macro.
39136         * modules/getloadavg (configure.ac): Pass $gl_source_base to
39137         gl_GETLOADAVG.
39138
39139 2006-09-22  Bruno Haible  <bruno@clisp.org>
39140
39141         * gnulib-tool (func_create_megatestdir): Don't include the config-h
39142         module.
39143         Suggested by Ralf Wildenhues.
39144
39145 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39146
39147         Import this patch from libc:
39148
39149         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
39150
39151         * lib/regex_internal.c (re_string_reconstruct): Handle
39152         offset < pstr->valid_raw_len && pstr->offsets_needed case.
39153         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
39154         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
39155         re_string_context_at.
39156
39157         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
39158         now requires it.
39159         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
39160         gl_REGEX now does it for us.
39161         (gl_REGEX): Add test taken from
39162         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
39163
39164         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
39165         Check that large offsets work.  Modernize Autoconf usages.
39166         Prefer "yes" to mean a good thing rather than a bad.
39167         Don't put "#define mkstemp" in config.h, as this might interfere
39168         with standard system headers that "#define mkstemp mkstemp64".
39169
39170         * modules/mkstemp (Depends-on): Add extensions, so that
39171         mkstemp is visible on some platforms.
39172         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
39173         (Include): Change to "mkstemp.h" from <stdlib.h>.
39174         (Files): Add mkstemp.h.
39175
39176         * lib/mkstemp.h: New file, since some standard headers
39177         #define mkstemp.
39178         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
39179         Include "mkstemp.h".
39180         Make the _LIBC code resemble glibc original more,
39181         e.g., use K&R style.
39182         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
39183         (mkstemp): Remove, since mkstemp.h does this for us.
39184         * lib/stdlib--.h: Include mkstemp.h.
39185
39186         Import this patch from libc:
39187
39188         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39189
39190         * lib/tempname.c (__gen_tempname): Change attempts_min
39191         into a macro.  Use preprocessor to decide how to initialize
39192         attempts [Coverity CID 67].
39193
39194 2006-09-20  Bruno Haible  <bruno@clisp.org>
39195
39196         * lib/mkdtemp.c: Import from libc.
39197         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39198                 * sysdeps/posix/tempname.c (__gen_tempname): Change
39199                 attempts_min into a macro.  Use preprocessor to decide how to
39200                 initialize attempts [Coverity CID 67].
39201         2001-11-27  Paul Eggert  <eggert@twinsun.com>
39202                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
39203                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
39204
39205 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39206
39207         * gnulib-tool (func_exit): New function, to allow to pass the
39208         exit status portably through the trap.  Use everywhere.
39209         (--help, --version): Signal a write error.
39210         (trap): catch SIGPIPE, for write errors.
39211         Exit at the end of the trap, with the correct exit status.
39212
39213 2006-09-19  Karl Berry  <karl@gnu.org>
39214
39215         * doc/gnulib.texi: note about the license texinfo files.
39216
39217 2006-09-19  Eric Blake  <ebb9@byu.net>
39218
39219         * gnulib-tool: Avoid space-tab.
39220
39221 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39222
39223         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
39224         that prevented coreutils 6.1 from building.  Problem reported
39225         by Petter Reinholdtsen.
39226
39227 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39228
39229         * gnulib-tool (avoidlist): Fix typo that broke options like
39230         --avoid=lock that are used by coreutils bootstrap.
39231
39232 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
39233
39234         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
39235         more systematically.
39236
39237 2006-09-18  Jim Meyering  <jim@meyering.net>
39238
39239         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
39240
39241 2006-09-18  Bruno Haible  <bruno@clisp.org>
39242
39243         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
39244
39245 2006-09-18  Bruno Haible  <bruno@clisp.org>
39246
39247         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
39248         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
39249         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
39250         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
39251         * m4/gettext.m4: Require autoconf >= 2.52.
39252         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
39253         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
39254         of gl_cv_header_inttypes_h.
39255
39256 2006-09-18  Bruno Haible  <bruno@clisp.org>
39257
39258         * lib/javaversion.c: Include configmake.h.
39259
39260 2006-09-18  Bruno Haible  <bruno@clisp.org>
39261
39262         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
39263         avoid that the while loops be executed in a subshell.
39264
39265 2006-09-18  Bruno Haible  <bruno@clisp.org>
39266
39267         * MODULES.html.sh (func_module): Break long lines.
39268         Suggested by Bruce Korb <bkorb@gnu.org>.
39269
39270 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39271
39272         Speed up by a factor of 1.12.
39273         * gnulib-tool (nl): New variable.
39274         (func_import): Rewrite include directive extraction to only read each
39275         directive once.
39276
39277 2006-09-17  Bruno Haible  <bruno@clisp.org>
39278
39279         * modules/javaversion (Makefile.am): Remove DEFS setting.
39280         (Depends-on): Add configmake, for PKGDATADIR definition.
39281
39282 2006-09-17  Bruno Haible  <bruno@clisp.org>
39283
39284         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39285
39286 2006-09-17  Bruno Haible  <bruno@clisp.org>
39287
39288         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39289         (func_modules_transitive_closure, func_modules_add_dummy,
39290         func_modules_to_filelist, func_import, func_create_testdir,
39291         func_create_megatestdir, ...): Use it wherever possible.
39292         Suggested by Ralf Wildenhues.
39293
39294 2006-09-16  Karl Berry  <karl@gnu.org>
39295
39296         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39297         to avoid sectioning errors.
39298         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39299         [ifinfo]: blank line after @center-ed titles.
39300         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39301         Spell FSF address consistently with others.
39302         (These changes approved by rms.)
39303
39304 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39305
39306         Speed up by a factor of 1.61.
39307         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39308         already checked module names again.
39309
39310 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39311
39312         Speed up by a factor of 1.13.
39313         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39314         for new_files, and the input to func_add_or_update.
39315
39316 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39317
39318         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39319         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39320
39321 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39322
39323         * modules/mkancesdirs (Depends-on): Add fcntl.
39324         * modules/savewd: New file.
39325         * MODULES.html.sh (File system functions): Add savewd.
39326
39327         * modules/configmake (Makefile.am): Add support for the
39328         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39329
39330 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39331
39332         * m4/savewd.m4: New file.
39333
39334 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39335
39336         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39337         (dirchownmod): New arg FD.  All callers changed.
39338         Use FD rather than opening the directory ourself, as opening is
39339         now the caller's responsibility.
39340         * lib/dirchownmod.h: Likewise.
39341         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39342         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39343         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39344         (test_dir): Remove.
39345         (mkancesdirs): Return length of prefix of FILE that has already
39346         been made, or -2 if there is a child doing the work.  Redo
39347         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39348         ".", and treat ".." specially since it might stray back into
39349         already-created areas.  Use a subprocess if necessary.  New arg
39350         WD; all users changed.  MAKE_DIR function should now return 1
39351         if it creates a directory that is not readable.  Return -2 if
39352         a child process is spun off.
39353         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39354         Adjust signature to match code.
39355         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39356         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39357         all users changed.
39358         * lib/savewd.c, lib/savewd.h: New files.
39359
39360 2006-09-15  Jim Meyering  <jim@meyering.net>
39361
39362         * modules/rename-dest-slash: New module.
39363         * MODULES.html.sh (posix_compat): Add it here.
39364
39365         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39366
39367 2006-09-15  Jim Meyering  <jim@meyering.net>
39368
39369         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39370         file.
39371
39372         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39373
39374 2006-09-15  Jim Meyering  <jim@meyering.net>
39375
39376         * lib/rename-dest-slash.c (has_trailing_slash): Use
39377         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39378         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39379         test before testing whether SRC is a directory.
39380         Suggestions from Bruno Haible.
39381
39382         Avoid a warning about an unused variable.
39383         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39384         into the #ifdef block where it's used.
39385
39386         * lib/rename-dest-slash.c: New file.
39387
39388 2006-09-14  Bruno Haible  <bruno@clisp.org>
39389
39390         * lib/allocsa.c: Include <config.h> unconditionally.
39391         * lib/asnprintf.c: Likewise.
39392         * lib/asprintf.c: Likewise.
39393         * lib/c-strcasecmp.c: Likewise.
39394         * lib/c-strcasestr.c: Likewise.
39395         * lib/c-strncasecmp.c: Likewise.
39396         * lib/c-strstr.c: Likewise.
39397         * lib/classpath.c: Likewise.
39398         * lib/clean-temp.c: Likewise.
39399         * lib/concatpath.c: Likewise.
39400         * lib/copy-file.c: Likewise.
39401         * lib/csharpcomp.c: Likewise.
39402         * lib/csharpexec.c: Likewise.
39403         * lib/execute.c: Likewise.
39404         * lib/fatal-signal.c: Likewise.
39405         * lib/findprog.c: Likewise.
39406         * lib/fwriteerror.c: Likewise.
39407         * lib/gl_array_list.c: Likewise.
39408         * lib/gl_array_oset.c: Likewise.
39409         * lib/gl_avltree_list.c: Likewise.
39410         * lib/gl_avltree_oset.c: Likewise.
39411         * lib/gl_avltreehash_list.c: Likewise.
39412         * lib/gl_carray_list.c: Likewise.
39413         * lib/gl_linked_list.c: Likewise.
39414         * lib/gl_linkedhash_list.c: Likewise.
39415         * lib/gl_list.c: Likewise.
39416         * lib/gl_oset.c: Likewise.
39417         * lib/gl_rbtree_list.c: Likewise.
39418         * lib/gl_rbtree_oset.c: Likewise.
39419         * lib/gl_rbtreehash_list.c: Likewise.
39420         * lib/imaxabs.c: Likewise.
39421         * lib/imaxdiv.c: Likewise.
39422         * lib/javacomp.c: Likewise.
39423         * lib/javaexec.c: Likewise.
39424         * lib/javaversion.c: Likewise.
39425         * lib/linebreak.c: Likewise.
39426         * lib/localcharset.c: Likewise.
39427         * lib/lock.c: Likewise.
39428         * lib/mbchar.c: Likewise.
39429         * lib/mbswidth.c: Likewise.
39430         * lib/mkdtemp.c: Likewise.
39431         * lib/pipe.c: Likewise.
39432         * lib/printf-args.c: Likewise.
39433         * lib/printf-parse.c: Likewise.
39434         * lib/progname.c: Likewise.
39435         * lib/progreloc.c: Likewise.
39436         * lib/readlink.c: Likewise.
39437         * lib/sh-quote.c: Likewise.
39438         * lib/stpcpy.c: Likewise.
39439         * lib/stpncpy.c: Likewise.
39440         * lib/strcasecmp.c: Likewise.
39441         * lib/strcasestr.c: Likewise.
39442         * lib/strcspn.c: Likewise.
39443         * lib/striconv.c: Likewise.
39444         * lib/strncasecmp.c: Likewise.
39445         * lib/strnlen1.c: Likewise.
39446         * lib/strstr.c: Likewise.
39447         * lib/strtok_r.c: Likewise.
39448         * lib/tls.c: Likewise.
39449         * lib/tmpdir.c: Likewise.
39450         * lib/unicodeio.c: Likewise.
39451         * lib/unsetenv.c: Likewise.
39452         * lib/vasnprintf.c: Likewise.
39453         * lib/vasprintf.c: Likewise.
39454         * lib/wait-process.c: Likewise.
39455         * lib/xallocsa.c: Likewise.
39456         * lib/xsetenv.c: Likewise.
39457         * lib/xstriconv.c: Likewise.
39458
39459 2006-09-13  Simon Josefsson  <jas@extundo.com>
39460
39461         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
39462         that internally, suggested by Ralf Wildenhues
39463         <Ralf.Wildenhues@gmx.de>.
39464
39465 2006-09-13  Simon Josefsson  <jas@extundo.com>
39466
39467         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
39468         @LIBOBJS@.
39469         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39470
39471 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39472
39473         * lib/_fpending.c: Include <config.h> unconditionally, since we no
39474         longer worry about uses that don't define HAVE_CONFIG_H.
39475         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
39476         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
39477         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
39478         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
39479         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
39480         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
39481         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
39482         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
39483         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
39484         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
39485         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
39486         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
39487         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
39488         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
39489         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
39490         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
39491         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
39492         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
39493         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
39494         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
39495         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
39496         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
39497         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
39498         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
39499         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
39500         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
39501         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
39502         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
39503         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
39504         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
39505         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
39506         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
39507         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
39508         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
39509         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
39510         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
39511         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
39512         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
39513         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
39514         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
39515         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
39516         Likewise.
39517
39518 2006-09-13  Eric Blake  <ebb9@byu.net>
39519
39520         * lib/getopt.c: Fix typo in last commit.
39521
39522 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
39523
39524         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
39525         dgettext.
39526
39527 2006-09-12  Jim Meyering  <jim@meyering.net>
39528
39529         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
39530         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
39531         Reported by Nelson H. F. Beebe.
39532
39533 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39534
39535         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
39536         program_invocation_name and program_invocation_short_name are
39537         initialized.
39538         * lib/argp-namefrob.h: Move declarations of program_invocation_name
39539         and program_invocation_short_name to argp.h, so they are visible
39540         to user programs.
39541         * lib/argp.h: Likewise
39542
39543 2006-09-10  Bruno Haible  <bruno@clisp.org>
39544
39545         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
39546         m4/inttypes_h.m4, m4/uintmax_t.m4.
39547
39548 2006-09-10  Bruno Haible  <bruno@clisp.org>
39549
39550         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
39551         gl_AC_TYPE_UINTMAX_T.
39552
39553 2006-09-10  Bruno Haible  <bruno@clisp.org>
39554
39555         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
39556
39557 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39558
39559         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
39560         convention.  Text proposed by Bruno Haible.
39561         (struct argp_option): Document the use of N_() wrappers.
39562
39563         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
39564         '\v', and translate the two parts separately, instead of feeding
39565         the whole string to gettext.  This allows to exclude
39566         '\v' from the strings visible to the translator by writing doc
39567         strings as N_("..") "\v" N_("..").
39568
39569 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         * config/srclist.txt: Undo latest change; the bug was fixed.
39572
39573 2006-09-09  Bruno Haible  <bruno@clisp.org>
39574
39575         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
39576         assignments if building a library without libtool.
39577         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
39578         in func_emit_lib_Makefile_am.
39579         (func_import): When building a static library libfoo.a, arrange to
39580         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
39581         (func_create_testdir): Likewise.
39582         * modules/gc (configure.ac, Makefile.am): If building statically,
39583         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
39584         * modules/iconvme (configure.ac, Makefile.am): Likewise.
39585         * modules/striconv (configure.ac, Makefile.am): Likewise.
39586         Based on a suggestion by Ralf Wildenhues.
39587
39588 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39589
39590         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
39591         Check for unistd.h too, since Autoconf doesn't assume POSIX.
39592         Also:
39593
39594         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39595         Add year_2050_test to catch glibc bug 2821
39596         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39597
39598         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39599         Prefer #ifdef to #if.
39600
39601         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
39602         Return from 'main' instead of calling 'exit'.
39603
39604 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39605
39606         * lib/mktime.c (guess_time_tm): Fix bug where mktime
39607         returned the maximum time_t value rather than (time_t) -1.
39608         Problem originally reported by William Bardwell
39609         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
39610
39611         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39612         Moved to here ...
39613         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
39614         ... from here.
39615
39616 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
39617
39618         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
39619         2821 is fixed.
39620
39621 2006-09-08  Jim Meyering  <jim@meyering.net>
39622
39623         Don't make generated files read-only.  That would bother too many
39624         people.  However, do retain the ability to work when targets are
39625         read-only: remove the destination and temporary files before writing
39626         them (when generated via sed or echo), or by using the -f option for
39627         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
39628         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39629         * modules/byteswap, modules/configmake, modules/fcntl:
39630         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39631         * modules/localcharset, modules/netinet_in, modules/poll:
39632         * modules/stdbool, modules/stdint, modules/sys_select:
39633         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39634
39635 2006-09-08  Jim Meyering  <jim@meyering.net>
39636
39637         Avoid new build failure on FreeBSD 6.0.
39638         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
39639         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
39640         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
39641
39642 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39643
39644         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
39645
39646 2006-09-07  Jim Meyering  <jim@meyering.net>
39647
39648         Fix global typo in last change: use chmod u-w, not chmod u-x.
39649         Spotted by Paul Eggert and Bruce Korb.
39650         * modules/alloca-opt, modules/argz, modules/arpa_inet:
39651         * modules/byteswap, modules/configmake, modules/fcntl:
39652         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
39653         * modules/localcharset, modules/netinet_in, modules/poll:
39654         * modules/stdbool, modules/stdint, modules/sys_select:
39655         * modules/sys_socket, modules/sys_stat, modules/sysexits:
39656
39657 2006-09-06  Jim Meyering  <jim@meyering.net>
39658
39659         Make generated files be read-only.
39660         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
39661         Ensure that each generated file is now read-only.
39662         * modules/argz: Likewise.
39663         * modules/arpa_inet: Likewise.
39664         * modules/byteswap: Likewise.
39665         * modules/configmake: Likewise.
39666         * modules/fcntl: Likewise.
39667         * modules/fnmatch: Likewise.
39668         * modules/getopt: Likewise.
39669         * modules/glob: Likewise.
39670         * modules/inttypes: Likewise.
39671         * modules/netinet_in: Likewise.
39672         * modules/poll: Likewise.
39673         * modules/stdbool: Likewise.
39674         * modules/stdint: Likewise.
39675         * modules/sys_select: Likewise.
39676         * modules/sys_socket: Likewise.
39677         * modules/sys_stat: Likewise.
39678         * modules/sysexits: Likewise.
39679         * modules/localcharset: Same as above, but continue using temporary
39680         file named "t-$@" (why different?) rather than the "$@-t" used
39681         everywhere else.
39682
39683         * modules/sysexits (Makefile.am): Replace literal occurrences
39684         of "sysexit.h" more readable, and more consistent, "$@".
39685
39686 2006-09-06  Bruno Haible  <bruno@clisp.org>
39687
39688         * modules/striconv: New file.
39689         * modules/xstriconv: New file.
39690         * MODULES.html.sh (Internationalization functions): Add striconv,
39691         xstriconv.
39692
39693 2006-09-06  Bruno Haible  <bruno@clisp.org>
39694
39695         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
39696         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
39697         not using libtool correctly.
39698
39699 2006-09-06  Bruno Haible  <bruno@clisp.org>
39700
39701         * lib/striconv.h: New file.
39702         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
39703         iconvstring.c.
39704         * lib/xstriconv.h: New file.
39705         * lib/xstriconv.c: New file.
39706
39707 2006-09-06  Bruno Haible  <bruno@clisp.org>
39708
39709         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
39710         lib_..._LDFLAGS.
39711
39712 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39713
39714         * lib/argz_.h: Sync from Libtool.
39715
39716         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
39717                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
39718
39719         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
39720
39721 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39722
39723         * modules/trim: New file.
39724
39725 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
39726
39727         * lib/trim.h: New file.
39728         * lib/trim.c: New file.
39729
39730 2006-09-05  Bruno Haible  <bruno@clisp.org>
39731
39732         * MODULES.html.sh (String handling): Add trim.
39733
39734 2006-09-04  Karl Berry  <karl@gnu.org>
39735
39736         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
39737         until next release.
39738
39739 2006-09-03  Bruno Haible  <bruno@clisp.org>
39740
39741         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
39742         correctly.
39743
39744 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39745
39746         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
39747         not gl_GETLOADAVG.  Omit unneeded semicolons.
39748         Problems reported by Ralf Wildenhues in
39749         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39750         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
39751         at the end, which is the usual gnulib style.
39752
39753         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
39754         of doing all the work ourselves.
39755         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
39756         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
39757
39758 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39759
39760         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
39761         Problem reported by Ralf Wildenhues in
39762         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
39763
39764         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
39765         HAVE_STRUCT_STATFS_F_FSTYPENAME.
39766
39767 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39768
39769         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
39770         yesterday's patch by changing test -n to test -z.
39771
39772 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39773
39774         * modules/getloadavg (Files): Add m4/getloadavg.m4.
39775         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
39776         the former is now obsolescent.
39777
39778         * modules/chdir-long (Depends-on): Add fcntl.
39779
39780 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39781
39782         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
39783         obsolescent, and programs should use gnulib instead.
39784         * m4/getloadavg.m4: New file, with contents taken from Autoconf
39785         but with prefixes changed.
39786
39787 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39788
39789         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
39790         or stdbool.h, because they might not exist while configuring.
39791
39792         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
39793         Don't include unistd.h or limits.h; not needed, since chdir-long.h
39794         does that for us.
39795         (O_DIRECTORY): Remove.
39796
39797 2006-08-31  Eric Blake  <ebb9@byu.net>
39798
39799         * gnulib-tool: Don't let emacs change spaces to TAB.
39800
39801 2006-08-31  Bruno Haible  <bruno@clisp.org>
39802
39803         * gnulib-tool: When calling func_import more than once, do it in a
39804         subshell.
39805         Reported by Eric Blake <ebb9@byu.net>.
39806
39807 2006-08-31  Bruno Haible  <bruno@clisp.org>
39808
39809         * gnulib-tool (nl): Remove variable.
39810         (sed_transform_lib_file): Use more robust test for config-h module.
39811         (func_import): Fix typo in 2006-08-25 patch.
39812
39813 2006-08-31  Bruno Haible  <bruno@clisp.org>
39814
39815         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
39816         specified, augment Makefile.am variables instead of assigning them.
39817
39818 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39819
39820         Work around a bug in both the Linux and SunOS 64-bit kernels:
39821         nanosleep mishandles sleeps for longer than 2**31 seconds.
39822         Problem reported by Frank v Waveren in
39823         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39824         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
39825         Check for nanosleep bug.
39826         (LIB_NANOSLEEP): Append clock_gettime library if needed.
39827
39828 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39829
39830         Work around a bug in both the Linux and SunOS 64-bit kernels:
39831         nanosleep mishandles sleeps for longer than 2**31 seconds.
39832         Problem reported by Frank v Waveren in
39833         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
39834         * lib/nanosleep.c (BILLION): New constant.
39835         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
39836         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
39837         implementation.
39838
39839 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39840
39841         * modules/nanosleep (Depends-on): Add gettime.
39842
39843 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
39844         and Simon Josefsson  <jas@extundo.com>
39845         and Oskar Liljeblad  <oskar@osk.mine.nu>
39846
39847         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
39848         * gnulib-tool (func_import): New license type 'unmodifiable license
39849         text'.
39850         * modules/fdl: Use it.  Longer description.
39851         * module/gpl, module/lgpl: New files.
39852
39853 2006-08-30  Jim Meyering  <jim@meyering.net>
39854
39855         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
39856         shadowing the parameter.
39857
39858 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39859
39860         Sync from Libtool:
39861
39862         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39863
39864         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
39865         sharing with gnulib.  Report by Eric Blake.
39866
39867 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39868
39869         * modules/isapipe: New file.
39870         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
39871
39872 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39873
39874         * modules/configmake (Makefile.am): Add a comment, and omit
39875         the CONFIGMAKE_ prefix from generated macro names.  Suggested
39876         by Bruno Haible.
39877
39878 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39879
39880         * m4/isapipe.m4: New file.
39881
39882 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
39883
39884         * lib/isapipe.c, lib/isapipe.h: New files.
39885
39886 2006-08-29  Jim Meyering  <jim@meyering.net>
39887
39888         * modules/configmake (Makefile.am): Make configmake.h depend on
39889         Makefile.  Otherwise, a stale configmake.h could hang around.
39890
39891 2006-08-29  Eric Blake  <ebb9@byu.net>
39892
39893         * lib/error.c (error_at_line, print_errno_message): Match libc, after
39894         resolution of upstream bug 3044.
39895
39896 2006-08-29  Bruno Haible  <bruno@clisp.org>
39897
39898         * modules/localcharset (Depends-on): Add configmake.
39899         (Makefile.am): Remove setting of LIBDIR through DEFS.
39900
39901 2006-08-29  Bruno Haible  <bruno@clisp.org>
39902
39903         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
39904         defined.
39905
39906 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39907
39908         * modules/fcntl: New file.
39909         * modules/chdir-safer (Depends-on): Add fcntl.
39910         * modules/fts: Likewise.
39911         * modules/mkdir-p: Likewise.
39912
39913         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
39914         This undoes the most recent change, since we're now addressing the
39915         problem in a different way.
39916
39917         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
39918         into output, since the output might be called Makefile.am even
39919         if $makefile_name is something different.
39920         (func_import): Use $makefile_am rather than
39921         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
39922         empty.
39923
39924         * modules/inttypes (Files): Add m4/inttypes-h.m4.
39925
39926 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39927
39928         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
39929         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
39930         recent change to stdint.m4, since we're now addressing the problem in a
39931         different way.
39932
39933 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39934
39935         * m4/fcntl_h.m4: New file.
39936
39937 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
39938
39939         * lib/fcntl_.h: New file.
39940         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
39941         the fcntl module.
39942         * lib/dirchownmod.c: Likewise.
39943         * lib/fts.c: Likewise.
39944
39945         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
39946         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
39947         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
39948         just before including <inttypes.h>, to avoid circular inclusion.
39949
39950 2006-08-28  Jim Meyering  <jim@meyering.net>
39951
39952         * doc/visibility.texi: Actually read and correct the grammar of the
39953         sentence affected by yesterday's change.
39954
39955 2006-08-28  Eric Blake  <ebb9@byu.net>
39956
39957         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
39958         needs wrapper.
39959
39960 2006-08-28  Eric Blake  <ebb9@byu.net>
39961
39962         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
39963
39964 2006-08-28  Eric Blake  <ebb9@byu.net>
39965
39966         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
39967
39968 2006-08-28  Bruno Haible  <bruno@clisp.org>
39969
39970         * modules/c-strstr: New file, from GNU gettext.
39971         * MODULES.html.sh (String handling): Add c-strstr.
39972
39973 2006-08-28  Bruno Haible  <bruno@clisp.org>
39974
39975         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
39976         macros.
39977         Reported by Eric Blake.
39978
39979 2006-08-28  Bruno Haible  <bruno@clisp.org>
39980
39981         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
39982         (VASNPRINTF): Return a string of length > INT_MAX without failing.
39983         * lib/vasprintf.c: Include errno.h, limits.h.
39984         (EOVERFLOW): New fallback definition.
39985         (vasprintf): Test here whether the string length is > INT_MAX.
39986         * lib/vsnprintf.c: Include errno.h, limits.h.
39987         (EOVERFLOW): New fallback definition.
39988         (vsnprintf): Fix bug when generated string was too long for the buffer.
39989         Test here whether the string length is > INT_MAX.
39990
39991 2006-08-28  Bruno Haible  <bruno@clisp.org>
39992
39993         * lib/inttypes_.h (SCNX*): Remove definitions.
39994         Reported by Eric Blake.
39995
39996 2006-08-28  Bruno Haible  <bruno@clisp.org>
39997
39998         * lib/c-strstr.h: New file, from GNU gettext.
39999         * lib/c-strstr.c: New file, from GNU gettext.
40000
40001 2006-08-28  Bruno Haible  <bruno@clisp.org>
40002
40003         * gnulib-tool: Reorder some statements.
40004
40005 2006-08-28  Bruno Haible  <bruno@clisp.org>
40006
40007         * gnulib-tool: New option --makefile-name.
40008         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
40009         $makefile_name.
40010         (func_import): Write $makefile_name to the cache file, and read it from
40011         there unless explicitly specified. Use $makefile_name as file name
40012         instead of Makefile.am. Adjust the recommendations accordingly.
40013
40014 2006-08-28  Bruno Haible  <bruno@clisp.org>
40015
40016         * gnulib-tool (func_verify_module): Check against misapplying patch.
40017
40018 2006-08-28  Bruno Haible  <bruno@clisp.org>
40019
40020         * gnulib-tool (func_relativize, func_relconcat): New functions.
40021         Give an error if --local-dir is given with --update.
40022         Remove trailing slashes from $local_gnulib_dir.
40023         (func_import): Store the relativized $local_gnulib_dir in
40024         gnulib-cache.m4, and read it from there if not specified explicitly.
40025
40026 2006-08-28  Bruno Haible  <bruno@clisp.org>
40027
40028         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
40029         is the current directory. Respect also $local_gnulib_dir.
40030
40031 2006-08-28  Bruno Haible  <bruno@clisp.org>
40032             Simon Josefsson  <jas@extundo.com>
40033
40034         BeOS portability.
40035         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
40036
40037 2006-08-27  Jim Meyering  <jim@meyering.net>
40038
40039         * doc/visibility.texi: Remove duplicate word: "pointer".
40040
40041 2006-08-26  Bruno Haible  <bruno@clisp.org>
40042
40043         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
40044         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
40045         (Makefile.am): Create inttypes.h from inttypes_.h.
40046         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
40047
40048         * modules/imaxabs: New file.
40049
40050         * modules/imaxdiv: New file.
40051
40052 2006-08-26  Bruno Haible  <bruno@clisp.org>
40053
40054         * m4/inttypes.m4: New file.
40055         * m4/_inttypes_h.m4: Remove file.
40056         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
40057         PRI_MACROS_BROKEN.
40058         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
40059
40060         * m4/imaxabs.m4: New file.
40061
40062         * m4/imaxdiv.m4: New file.
40063
40064 2006-08-26  Bruno Haible  <bruno@clisp.org>
40065
40066         * lib/inttypes_.h: New file.
40067         * lib/inttypes.h: Remove file.
40068         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
40069
40070         * lib/imaxabs.c: New file.
40071
40072         * lib/imaxdiv.c: New file.
40073
40074 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40075
40076         New config-h module, so that "make" output needn't be cluttered
40077         by -DHAVE_CONFIG_H.
40078         * MODULES.html.sh (Support for building libraries and executables):
40079         Add config-h.
40080         * modules/config-h: New file.
40081         * gnulib-tool (nl, sed_transform_lib_file): New vars.
40082         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
40083         the config-h module is used.
40084
40085         New configmake module, so that "make" output needn't be cluttered
40086         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
40087         * MODULES.html.sh (Support for building libraries and executables):
40088         Add configmake.
40089         * modules/configmake: New file.
40090
40091 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40092
40093         * m4/config-h.m4: New file.
40094
40095 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40096
40097         * config/srclist.txt: Add elisp-comp.
40098
40099 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40100
40101         * MODULES.html.sh (Support for building libraries and executables):
40102         Add elisp-comp.
40103         * build-aux/elisp-comp: New file.
40104         * modules/elisp-comp: New file.
40105
40106 2006-08-24  Bruno Haible  <bruno@clisp.org>
40107
40108         * gnulib-tool (func_create_testdir): Use non-default values of
40109         sourcebase and m4base.
40110
40111 2006-08-24  Bruno Haible  <bruno@clisp.org>
40112
40113         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
40114         HTML structure.
40115
40116 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40117
40118         * modules/openat (Depends-on): Add lchown.
40119
40120 2006-08-23  Bruno Haible  <bruno@clisp.org>
40121
40122         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40123         of gl_LOCK_EARLY instead of gl_LOCK.
40124
40125 2006-08-23  Bruno Haible  <bruno@clisp.org>
40126
40127         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40128         on OSF/1 to no.
40129         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
40130
40131 2006-08-23  Bruno Haible  <bruno@clisp.org>
40132
40133         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
40134         as unusable.
40135
40136         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
40137         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
40138         (gl_LOCK): New macro.
40139
40140 2006-08-22  Simon Josefsson  <jas@extundo.com>
40141
40142         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
40143         to md5 module.
40144
40145 2006-08-22  Simon Josefsson  <jas@extundo.com>
40146
40147         * MODULES.html.sh: Add "Support for maintaining and release
40148         projects".
40149
40150         * build-aux/gnupload: New file, from coreutils.
40151
40152 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40153
40154         Avoid the need for AC_LIBSOURCES in m4 macros.
40155         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
40156         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
40157         * modules/check-version (EXTRA_DIST): Add check-version.h.
40158         * modules/crc (EXTRA_DIST): Add crc.h.
40159         * modules/des (EXTRA_DIST): Add des.h.
40160         * modules/gc (EXTRA_DIST): Add gc.h.
40161         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
40162         * modules/getline (EXTRA_DIST): Add getline.h.
40163         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
40164         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
40165         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
40166         * modules/md2 (EXTRA_DIST): Add md2.h.
40167         * modules/md4 (EXTRA_DIST): Add md4.h.
40168         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
40169         * modules/read-file (EXTRA_DIST): Add read-file.h.
40170         * modules/readline (EXTRA_DIST): Add readline.h.
40171         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
40172         rijndael-api-fst.h.
40173
40174 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40175
40176         * m4/rijndael.m4 (gl_ARCFOUR):
40177         * m4/arctwo.m4 (gl_ARCTWO):
40178         * m4/check-version.m4 (gl_CHECK_VERSION):
40179         * m4/crc.m4 (gl_CRC):
40180         * m4/des.m4 (gl_DES):
40181         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
40182         * m4/gc.m4 (gl_GC):
40183         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
40184         * m4/getline.m4 (gl_FUNC_GETLINE):
40185         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
40186         * m4/hmac-md5.m4 (gl_HMAC_MD5):
40187         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
40188         * m4/md2.m4 (gl_MD2):
40189         * m4/md4.m4 (gl_MD4):
40190         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
40191         * m4/read-file.m4 (gl_FUNC_READ_FILE):
40192         * m4/readline.m4 (gl_FUNC_READLINE):
40193         * m4/rijndael.m4 (gl_RIJNDAEL):
40194         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40195         to get the necessary .h files and whatnot.
40196
40197 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40198
40199         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
40200         gnulib rather than the other way around.
40201         * config/srclistvars.sh (COREUTILS): Remove.
40202
40203 2006-08-22  Jim Meyering  <jim@meyering.net>
40204
40205         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
40206
40207         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
40208
40209 2006-08-22  Eric Blake  <ebb9@byu.net>
40210
40211         * modules/regexprops-generic: New file.
40212         * MODULES.html.sh (Support for building documentation): List it.
40213
40214 2006-08-22  Eric Blake  <ebb9@byu.net>
40215
40216         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
40217         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
40218         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
40219         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
40220
40221 2006-08-22  Bruno Haible  <bruno@clisp.org>
40222
40223         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
40224         and lib_LTLIBRARIES like the other lib_* variables.
40225
40226 2006-08-22  Bruno Haible  <bruno@clisp.org>
40227
40228         * build-aux/x-to-1.in: New file, from GNU gettext.
40229
40230 2006-08-22  Bruno Haible  <bruno@clisp.org>
40231
40232         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
40233         <utmpx.h> exists.
40234
40235 2006-08-22  Bruno Haible  <bruno@clisp.org>
40236
40237         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
40238         <utmpx.h> exists.
40239
40240 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40241
40242         BeOS portability.
40243         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
40244         exist.
40245         Problem reported by Bruno Haible.
40246
40247 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40248
40249         Avoid the need for AC_LIBSOURCES in m4 macros.
40250         * modules/acl (EXTRA_DIST): Add acl.h.
40251         * modules/argmatch (Files): Add m4/argmatch.m4.
40252         (configure.ac): Add gl_ARGMATCH.
40253         (EXTRA_DIST): Renamed from lib_SOURCES, for
40254         consistency with the other modules.  Remove argmatch.c.
40255         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
40256         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
40257         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
40258         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
40259         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
40260         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
40261         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
40262         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
40263         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
40264         * modules/closeout (EXTRA_DIST): Add closeout.h.
40265         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
40266         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
40267         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
40268         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
40269         dirname.h; remove basename.c and stripslash.c.
40270         * modules/exclude (EXTRA_DIST): Add exclude.h.
40271         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
40272         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
40273         * modules/file-type (EXTRA_DIST): Add file-type.h.
40274         * modules/filemode (EXTRA_DIST): Add filemode.h.
40275         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40276         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40277         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40278         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40279         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40280         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40281         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40282         * modules/getdate (EXTRA_DIST): Add getdate.c.
40283         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40284         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40285         * modules/getpass (EXTRA_DIST): Add getpass.h.
40286         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40287         * modules/group-member (EXTRA_DIST): Add group-member.h.
40288         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40289         * modules/hash (EXTRA_DIST): Add hash.h.
40290         * modules/human (EXTRA_DIST): Add human.h.
40291         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40292         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40293         * modules/lchown (EXTRA_DIST): Add lchown.h.
40294         * modules/long-options (EXTRA_DIST): Add long-options.h.
40295         * modules/lstat (EXTRA_DIST): Add lstat.h.
40296         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40297         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40298         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40299         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40300         * modules/memxor (EXTRA_DIST): Add memxor.h.
40301         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40302         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40303         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40304         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40305         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40306         * modules/physmem (EXTRA_DIST): Add physmem.h.
40307         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40308         * modules/posixver (EXTRA_DIST): Add posixver.h.
40309         * modules/quote (EXTRA_DIST): Add quote.h.
40310         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40311         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40312         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40313         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40314         regex_internal.h regexec.c.
40315         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40316         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40317         * modules/same (EXTRA_DIST): Add same.h.
40318         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40319         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40320         * modules/savedir (EXTRA_DIST): Add savedir.h.
40321         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40322         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40323         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40324         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40325         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40326         * modules/strdup (EXTRA_DIST): Add strdup.h.
40327         * modules/strftime (EXTRA_DIST): Add strftime.h.
40328         * modules/strndup (EXTRA_DIST): Add strndup.h.
40329         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40330         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40331         * modules/time_r (EXTRA_DIST): Add time_r.h.
40332         * modules/timespec (EXTRA_DIST): Add timespec.h.
40333         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40334         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40335         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40336         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40337         * modules/userspec (EXTRA_DIST): Add userspec.h.
40338         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40339         * modules/utimens (EXTRA_DIST): Add utimens.h.
40340         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40341         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40342         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40343         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40344         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40345         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40346         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40347         * modules/yesno (EXTRA_DIST): Add yesno.h.
40348
40349 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40350
40351         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40352
40353         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40354         * m4/dev-ino.m4, same-inode.m4: Remove.
40355
40356         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40357         * m4/acl.m4 (AC_FUNC_ACL):
40358         * m4/backupfile.m4 (gl_BACKUPFILE):
40359         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40360         * m4/canon-host.m4 (gl_CANON_HOST):
40361         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40362         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40363         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40364         * m4/cloexec.m4 (gl_CLOEXEC):
40365         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40366         * m4/closeout.m4 (gl_CLOSEOUT):
40367         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40368         * m4/dirname.m4 (gl_DIRNAME):
40369         * m4/exclude.m4 (gl_EXCLUDE):
40370         * m4/exitfail.m4 (gl_EXITFAIL):
40371         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40372         * m4/file-type.m4 (gl_FILE_TYPE):
40373         * m4/filemode.m4 (gl_FILEMODE):
40374         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40375         * m4/fpending.m4 (gl_FUNC_FPENDING):
40376         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40377         * m4/fts.m4 (gl_FUNC_FTS):
40378         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40379         * m4/getdate.m4 (gl_GETDATE):
40380         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40381         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40382         * m4/getpass.m4 (gl_FUNC_GETPASS):
40383         * m4/gettime.m4 (gl_GETTIME):
40384         * m4/getugroups.m4 (gl_GETUGROUPS):
40385         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40386         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40387         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40388         * m4/hash.m4 (gl_HASH):
40389         * m4/idcache.m4 (gl_IDCACHE):
40390         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40391         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40392         * m4/long-options.m4 (gl_LONG_OPTIONS):
40393         * m4/lstat.m4 (gl_FUNC_LSTAT):
40394         * m4/md5.m4 (gl_MD5):
40395         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40396         * m4/memcoll.m4 (gl_MEMCOLL):
40397         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40398         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40399         * m4/memxor.m4 (gl_MEMXOR):
40400         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40401         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40402         * m4/modechange.m4 (gl_MODECHANGE):
40403         * m4/mountlist.m4 (gl_MOUNTLIST):
40404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40405         * m4/openat.m4 (gl_FUNC_OPENAT):
40406         * m4/pathmax.m4 (gl_PATHMAX):
40407         * m4/physmem.m4 (gl_PHYSMEM):
40408         * m4/posixtm.m4 (gl_POSIXTM):
40409         * m4/posixver.m4 (gl_POSIXVER):
40410         * m4/quote.m4 (gl_QUOTE):
40411         * m4/quotearg.m4 (gl_QUOTEARG):
40412         * m4/readtokens.m4 (gl_READTOKENS):
40413         * m4/readutmp.m4 (gl_READUTMP):
40414         * m4/regex.m4 (gl_REGEX):
40415         * m4/safe-read.m4 (gl_SAFE_READ):
40416         * m4/safe-write.m4 (gl_SAFE_WRITE):
40417         * m4/same.m4 (gl_SAME):
40418         * m4/save-cwd.m4 (gl_SAVE_CWD):
40419         * m4/savedir.m4 (gl_SAVEDIR):
40420         * m4/settime.m4 (gl_SETTIME):
40421         * m4/sha1.m4 (gl_SHA1):
40422         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40423         * m4/stat-macros.m4 (gl_STAT_MACROS):
40424         * m4/stat-time.m4 (gl_STAT_TIME):
40425         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
40426         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
40427         * m4/strdup.m4 (gl_FUNC_STRDUP):
40428         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
40429         * m4/strndup.m4 (gl_FUNC_STRNDUP):
40430         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
40431         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
40432         * m4/time_r.m4 (gl_TIME_R):
40433         * m4/timespec.m4 (gl_TIMESPEC):
40434         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
40435         * m4/unlinkdir.m4 (gl_UNLINKDIR):
40436         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
40437         * m4/userspec.m4 (gl_USERSPEC):
40438         * m4/utimecmp.m4 (gl_UTIMECMP):
40439         * m4/utimens.m4 (gl_UTIMENS):
40440         * m4/xalloc.m4 (gl_XALLOC):
40441         * m4/xgetcwd.m4 (gl_XGETCWD):
40442         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
40443         * m4/xreadlink.m4 (gl_XREADLINK):
40444         * m4/xstrtod.m4 (gl_XSTRTOD):
40445         * m4/yesno.m4 (gl_YESNO):
40446         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40447         to get the necessary .h files and whatnot.
40448
40449 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
40450             Bruno Haible  <bruno@clisp.org>
40451
40452         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
40453         /bin/sh understanding of '!' conditional negation.
40454
40455 2006-08-21  Jim Meyering  <jim@meyering.net>
40456
40457         * modules/openat (Depends-on): Really alphabetize.
40458
40459         * modules/acl (Depends-on): Add error and quote.
40460
40461         * check-module (find_included_lib_files): Add at-func.c to the
40462         ok-to-include-more-than-once white list.
40463
40464         * modules/openat (Depends-on): Add lstat.  Alphabetize.
40465
40466 2006-08-21  Bruno Haible  <bruno@clisp.org>
40467
40468         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40469         Emit a pkgdata_DATA variable only if some snippets add contents to it.
40470         Reported by Martin Lambers <marlam@marlam.de>.
40471
40472 2006-08-21  Bruno Haible  <bruno@clisp.org>
40473
40474         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
40475         specify an installation location, don't emit a noinst_LIBRARIES or
40476         noinst_LTLIBRARIES assignment.
40477
40478 2006-08-21  Bruno Haible  <bruno@clisp.org>
40479
40480         BeOS portability.
40481         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
40482         BeOS has mbrtowc() but no <wctype.h>.
40483
40484 2006-08-21  Bruno Haible  <bruno@clisp.org>
40485
40486         BeOS portability.
40487         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
40488         exist.
40489
40490 2006-08-21  Bruno Haible  <bruno@clisp.org>
40491
40492         BeOS portability.
40493         * lib/mbchar.h: Include <wctype.h> only if it exists.
40494
40495 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40496
40497         Remove files that are no longer needed by their respective modules.
40498         * m4/obstack.m4: Remove.
40499         * m4/strerror_r.m4: Remove.
40500         * m4/uint32_t.m4: Remove.
40501         * m4/uintptr_t.m4: Remove.
40502         * m4/ullong_max.m4: Remove.
40503         * m4/xstrtoimax.m4: Remove.
40504         * m4/xstrtoumax.m4: Remove.
40505
40506         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
40507         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
40508         dependencies now capture this.
40509
40510         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
40511         Do not use AC_LIBSOURCES, since gnulib modules now do this.
40512         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
40513         * m4/human.m4 (gl_HUMAN): Likewise.
40514         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
40515         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
40516
40517         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
40518
40519         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
40520         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
40521         stdint.
40522         * m4/human.m4 (gl_HUMAN): Likewise.
40523         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
40524         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
40525         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40526         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40527         * m4/xstrtol (gl_XSTRTOL): Likewise.
40528
40529         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
40530         AC_TYPE_LONG_LONG_INT.
40531         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
40532         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
40533         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
40534         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
40535
40536         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
40537         on stdbool.
40538
40539         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
40540         (gl_PREREQ_XSTRTOUL): Remove.
40541
40542         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
40543
40544         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
40545         mode.
40546
40547 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40548
40549         Add and change modules to make it easier for coreutils to use
40550         gnulib-tool.
40551         * modules/backupfile (Files): Remove m4/d-ino.m4.
40552         (Depends-on): Add d-ino.
40553         * modules/cycle-check (Depends-on): Add stdint.
40554         (lib_SOURCES): Add cycle-check.h.
40555         * modules/d-ino: New module.
40556         * modules/d-type: New module.
40557         * modules/error (Files): Remove m4/strerror_r.m4.
40558         * modules/filemode (Files): Add m4/st_dm_mode.m4.
40559         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40560         m4/inttypes_h.m4, m4/uintmax_t.m4.
40561         (Depends-on): Add stdint.
40562         (lib_SOURCES): Add fsusage.h.
40563         * modules/getcwd (Files): Remove d-ino.m4.
40564         (Depends-on): Add d-ino.
40565         * modules/getndelim2 (Depends-on): Add stdint.
40566         * modules/glob (Files): Remove m4/d-type.m4.
40567         (Depends-on): Add d-type.
40568         * modules/host-os: New module.
40569         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
40570         m4/inttypes_h.m4, m4/uintmax_t.m4.
40571         * Depends-on: Add stdint.
40572         (lib_SOURCES): Add human.h.
40573         * modules/inttostr (Files): Remove m4/intmax_t.m4,
40574         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
40575         m4/uintmax_t.m4, m4/ulonglong.m4.
40576         (Depends-on): Add stdint.
40577         (EXTRA_DIST): Add inttostr.h.
40578         * modules/lchmod: New module.
40579         * modules/link-follow: New module.
40580         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
40581         (Depends-on): Add lchmod.
40582         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
40583         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
40584         (Depends-on): Add stdint.
40585         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
40586         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
40587         (Depends-on): Add stdint.
40588         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
40589         * modules/perl: New module.
40590         * modules/regex (Depends-on): Add stdint.
40591         * modules/rmdir-errno: New module.
40592         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40593         m4/intmax_t.m4.
40594         (Depends-on): Add stdint.
40595         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
40596         m4/uintmax_t.m4.
40597         (Depends-on): Add stdint.
40598         * modules/unlink-busy: New module.
40599         * modules/utimecmp (Depends-on): Add stdint.
40600         * modules/uptime: New module.
40601         * modules/winsz-ioctl: New module.
40602         * modules/winsz-termios: New module.
40603         * modules/xnanosleep (Depends-on): Add nanosleep.
40604         * modules/ullong_max: Remove.
40605         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
40606         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
40607         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
40608         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
40609         (Depends-on): Add inttypes.
40610         (lib_SOURCES): Add xstrtol.h.
40611         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
40612         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
40613         * MODULES.html.sh: Move 'assert' into the assert section.
40614         Move 'dummy' into the linking section.
40615         Remove ullong_max.
40616         Add section for compatibility checks for POSIX:2001 functions,
40617         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
40618         winsz-ioctl, and winsz-termios into it.
40619         Add lchmod.
40620         Add top-level Misc section and put host-os, perl, and uptime
40621         into it.
40622
40623 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
40624
40625         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
40626         now assume the stdint module.  Do not include inttypes.h.
40627         * lib/fsusage.h: Likewise.
40628         * lib/getndelim2.c: Likewise.
40629         * lib/human.h: Likewise.
40630         * lib/inttostr.h: Likewise.
40631         * lib/obstack.c: Likewise.
40632         * lib/regex_internal.h: Likewise.
40633         * lib/tempname.c: Likewise.
40634         * lib/utimecmp.c: Likewise.
40635         * lib/xstrtol.h: Likewise.
40636
40637         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
40638
40639         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
40640         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
40641         * lib/xtime.h: Likewise.
40642
40643 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40644
40645         * modules/openat (Files): Add lib/fchmodat.c.
40646         Fixes problem reported by Jay Youngman.
40647
40648 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40649
40650         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
40651         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
40652
40653 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
40654             Bruno Haible  <bruno@clisp.org>
40655
40656         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
40657         and is a script that invokes bison. Tighten the code. Add comments.
40658
40659 2006-08-18  Jim Meyering  <jim@meyering.net>
40660
40661         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
40662         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
40663         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
40664         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
40665
40666 2006-08-18  Bruno Haible  <bruno@clisp.org>
40667
40668         * modules/bison-i18n: New file.
40669         * MODULES.html.sh (Internationalization functions): Add it.
40670
40671 2006-08-18  Bruno Haible  <bruno@clisp.org>
40672
40673         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
40674         sys/statvfs.h. When getmntinfo was found, check its declaration and
40675         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
40676
40677 2006-08-18  Bruno Haible  <bruno@clisp.org>
40678
40679         * m4/bison-i18n.m4: New file, from bison.
40680
40681 2006-08-18  Bruno Haible  <bruno@clisp.org>
40682
40683         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
40684         (ME_DUMMY): Treat "kernfs" as a dummy.
40685         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
40686
40687 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40688
40689         Update from coreutils.
40690
40691         2006-08-15  Jim Meyering  <jim@meyering.net>
40692
40693         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
40694
40695         2006-01-17  Jim Meyering  <jim@meyering.net>
40696
40697         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
40698
40699         2006-01-11  Jim Meyering  <jim@meyering.net>
40700
40701         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
40702         Check for the lchmod function.
40703
40704 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40705
40706         Update from coreutils.
40707
40708         * lib/__fpending.h: Add copyright notice.
40709         * lib/fprintftime.h: Likewise.
40710         * lib/savedir.c: Use (C) in copyright notice.
40711         * lib/savedir.h: Likewise.
40712
40713         2006-08-15  Jim Meyering  <jim@meyering.net>
40714
40715         * lib/at-func.c: New file, with the logic of all emulated at-functions.
40716         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
40717         in support of the EXPECTED_ERRNO macro.
40718         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
40719         definitions.  Instead, define the appropriate symbols and include
40720         "at-func.c".
40721         * lib/mkdirat.c (mkdirat): Likewise.
40722         * lib/fchmodat.c (fchmodat): Likewise.
40723         (ENOSYS): Remove definition.
40724         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
40725         it.  Don't include "unistd--.h" -- it wasn't ever used.
40726
40727         2006-01-17  Jim Meyering  <jim@meyering.net>
40728
40729         Rewrite fts.c not to change the current working directory,
40730         by using openat, fstatat, fdopendir, etc..
40731
40732         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
40733         (HAVE_OPENAT_SUPPORT): Define.
40734         [_LIBC] (fchdir): Don't undef or define; no longer used.
40735         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
40736         Now, this `function' always succeeds, and consumes its file descriptor
40737         parameter -- so callers must not close such FDs.  Update callers.
40738         (diropen_fd, opendirat, cwd_advance_fd): New functions.
40739         (diropen): Add parameter, SP.  Adjust all callers.
40740         Implement using diropen_fd, rather than open.
40741         (fts_open): Initialize new member, fts_cwd_fd.
40742         Remove fts_rft-setting code.
40743         (fts_close): Close fts_cwd_fd, if necessary.
40744         (__opendir2): Define in terms of opendir or opendirat,
40745         depending on whether the FST_NOCHDIR flag is set.
40746         (fts_build): Since fts_safe_changedir consumes its FD, and since
40747         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
40748         and close the dup'd file descriptor upon failure.
40749         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
40750         (fts_safe_changedir): Tweak semantics to reflect that this function
40751         now calls cwd_advance_fd and hence consumes its FD argument.
40752         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
40753         [struct FTS] (fts_rft): Remove now-unused member.
40754         [struct FTS] (fts_cycle.state): Improve comment.
40755
40756         * lib/openat.c (openat_needs_fchdir): New function.
40757         * lib/openat.h (openat_needs_fchdir): Declare it.
40758
40759 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40760
40761         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
40762         Problem and fix reported by Pádraig Brady in
40763         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
40764
40765 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40766
40767         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
40768
40769 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40770
40771         * lib/memcoll.c (memcoll): Optimize for the common case where the
40772         arguments are bytewise equal.
40773
40774 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40775
40776         * doc/regexprops-generic.texi: Add a copyright notice.
40777
40778 2006-08-15  Bruno Haible  <bruno@clisp.org>
40779
40780         * modules/tmpdir (License): Change to LGPL.
40781
40782 2006-08-15  Bruno Haible  <bruno@clisp.org>
40783
40784         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
40785         module.
40786
40787 2006-08-14  Simon Josefsson  <jas@extundo.com>
40788
40789         * config/srclist.txt: Add gnupload.
40790
40791 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40792
40793         Change copyright notice from LGPL 2 to GPL 2, since that's the
40794         standard form used in the gnulib repository.
40795         * tests/test-lock.c: Likewise.
40796         * tests/test-stdint.c: Likewise.
40797         * tests/test-tls.c: Likewise.
40798
40799         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
40800         prelude-manager.  User shorter URLs for GNU projects, without '?'.
40801         Add copyright notice.
40802
40803         * check-module: Add copyright notice.  Output a copyright
40804         notice if "--version" is specified.
40805         * modules/COPYING: New file.
40806         * tests/test-getaddrinfo.c: Add copyright notice.
40807         * tests/test-verify.c: Likewise.
40808
40809 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40810
40811         Change copyright notice from LGPL 2 to GPL 2, since that's the
40812         standard form used in the gnulib repository.
40813         * lib/lock.c: LGPL -> GPL.
40814         * lib/lock.h: Likewise.
40815         * lib/strnlen1.c: Likewise.
40816         * lib/strnlen1.h: Likewise.
40817         * lib/tls.c: Likewise.
40818         * lib/tls.h: Likewise.
40819         * lib/tmpdir.c: Likewise.
40820
40821         * lib/TODO: Remove; this belongs only in coreutils.
40822
40823 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40824
40825         Add copyright notices to long-enough files that lack them, since
40826         otherwise the files aren't clearly free.  Use the same notice that
40827         getdate.texi already uses.
40828         * doc/alloca-opt.texi: Add copyright notice.
40829         * doc/alloca.texi: Likewise.
40830         * doc/ctime.texi: Likewise.
40831         * doc/functions.texi: Likewise.
40832         * doc/gcd.texi: Likewise.
40833         * doc/gnulib-tool.texi: Likewise.
40834         * doc/inet_ntoa.texi: Likewise.
40835         * doc/visibility.texi: Likewise.
40836
40837         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
40838         * doc/quote.texi: Add copyright notice.
40839
40840         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
40841         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
40842         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
40843         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
40844         is now obsolete, and give a pointer to the Sun list.
40845         Add copyright notice.
40846
40847 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
40848
40849         * config/srclistvars.sh: Add copyright notice.
40850
40851 2006-08-14  Eric Blake  <ebb9@byu.net>
40852
40853         Import the following change from libc:
40854
40855         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
40856
40857         Upstream bug 2997.
40858         * lib/misc/error.c: Add space between program name and message if file
40859         name is missing.
40860
40861 2006-08-12  Karl Berry  <karl@gnu.org>
40862
40863         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
40864         remove, these originate in gnulib now.
40865
40866 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40867
40868         * doc/Makefile (standards.info standards.html standards.dvi):
40869         Also depend on make-stds.texi.
40870
40871 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40872
40873         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
40874         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
40875
40876         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
40877         in wchar_t.  Problem reported by Eric Blake.
40878
40879         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
40880         LEN is smaller than SIZE.  Suggested by Bruno Haible.
40881         Also, help the compiler to keep LEN in a register.
40882
40883 2006-08-11  Eric Blake  <ebb9@byu.net>
40884
40885         * users.txt: Sort.  Add tar.
40886
40887 2006-08-11  Bruno Haible  <bruno@clisp.org>
40888
40889         * users.txt: New file.
40890
40891 2006-08-11  Bruno Haible  <bruno@clisp.org>
40892
40893         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
40894         before <wchar.h>. Needed for OSF/1 and BSD/OS.
40895
40896 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40897
40898         * modules/snprintf (Depends-on): Remove minmax.
40899         (Maintainer): Add self and Bruno.
40900
40901 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
40902
40903         * lib/.cppi-disable: Add snprintf.h, socket_.h.
40904         * lib/snprintf.c: Include <errno.h> and <limits.h>.
40905         (EOVERFLOW): Define if the system does not.
40906         Do not include "minmax.h"; it wasn't used.
40907         (snprintf): Don't assume size_t promotes to an unsigned type.
40908         Fix bug when generated string was too long for the buffer: the
40909         buffer's contents are supposed to be the initial prefix of the
40910         output.  Don't assume vasnprintf returns EOVERFLOW if the size
40911         exceeds INT_MAX; do the check ourselves.
40912
40913         Import the following changes from libc:
40914
40915         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
40916
40917         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
40918         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
40919         set wc to the byte which couldn't be converted.
40920         (re_string_reconstruct): Don't clear valid_raw_len before calling
40921         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
40922         tip_context using re_string_context_at.
40923
40924         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
40925
40926         * lib/posix/regex.h: g++ still cannot handled [restrict].
40927
40928         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
40929
40930         * lib/posix/regex.h: Remove special handling for VMS.
40931
40932 2006-08-10  Jim Meyering  <jim@meyering.net>
40933
40934         * modules/same-inode: New module.
40935         * modules/dev-ino: New module.
40936         * modules/cycle-check: Depend on these modules, rather than simply
40937         including their .h files.
40938         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
40939         required via m4/cycle-check.m4.
40940         * modules/same: Depend on new same-inode module, rather than
40941         including same-inode.h.
40942         * modules/chdir-safer: New file.
40943
40944         * modules/chown (Depends-on): Add stat-macros.
40945
40946 2006-08-10  Jim Meyering  <jim@meyering.net>
40947
40948         * m4/cycle-check.m4: New file.
40949         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
40950         * m4/dev-ino.m4, m4/same-inode.m4: New files.
40951
40952 2006-08-10  Eric Blake  <ebb9@byu.net>
40953
40954         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
40955         in from original proposal.
40956
40957 2006-08-10  Eric Blake  <ebb9@byu.net>
40958         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40959
40960         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
40961         namespace.
40962
40963 2006-08-10  Bruno Haible  <bruno@clisp.org>
40964
40965         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
40966         as well.
40967
40968 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40969
40970         Sync from coreutils.
40971
40972         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
40973
40974         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
40975         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
40976
40977 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40978
40979         * modules/restrict: Remove; no longer needed now that we assume
40980         Autoconf 2.59 or later.
40981         * MODULES.html.sh: Remove 'restrict'.
40982         * modules/argp (Depends-on): Remove 'restrict'.
40983         * modules/base64 (Depends-on): Likewise.
40984         * modules/gc (Depends-on): Likewise.
40985         * modules/getaddrinfo (Depends-on): Likewise.
40986         * modules/glob (Depends-on): Likewise.
40987         * modules/inet_ntop (Depends-on): Likewise.
40988         * modules/inet_pton (Depends-on): Likewise.
40989         * modules/memxor (Depends-on): Likewise.
40990         * modules/regex (Depends-on): Likewise.
40991         * modules/strtok_r (Depends-on): Likewise.
40992         * modules/time_r (Depends-on): Likewise.
40993
40994 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40995
40996         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
40997         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
40998         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
40999         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
41000         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
41001         * m4/memxor.m4 (gl_MEMXOR): Likewise.
41002         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
41003         gl_C_RESTRICT replaced by AC_C_RESTRICT.
41004
41005         Merge from coreutils.
41006         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
41007         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
41008         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
41009         * m4/time_r.m4 (gl_TIME_R): Likewise.
41010
41011 2006-08-09  Karl Berry  <karl@gnu.org>
41012
41013         * config/srclist.txt: no more gettext-tools, per Bruno.
41014
41015 2006-08-08  Eric Blake  <ebb9@byu.net>
41016
41017         * modules/verror: New module.
41018         * MODULES.html.sh: Document it.
41019
41020 2006-08-08  Eric Blake  <ebb9@byu.net>
41021
41022         * lib/verror.h, lib/verror.c: New files.
41023
41024 2006-08-08  Eric Blake  <ebb9@byu.net>
41025
41026         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
41027         verror_at_line output complies with GNU Coding Standards even when
41028         file is NULL.
41029
41030 2006-08-07  Bruno Haible  <bruno@clisp.org>
41031
41032         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
41033         versions of AIX.
41034         Reported by Ralf Wildenhues.
41035
41036 2006-08-07  Bruno Haible  <bruno@clisp.org>
41037
41038         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
41039         in an AC_DEFUN. Needed so that the autoconf snippets can use
41040         AC_REQUIRE.
41041
41042 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41043
41044         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41045         Initialize pkgdata_DATA.
41046         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
41047         overriding it.
41048
41049 2006-08-06  Eric Blake  <ebb9@byu.net>
41050
41051         * lib/error.h: Fold in some upstream changes from glibc.
41052         * lib/error.c: Likewise.
41053
41054 2006-08-04  Bruno Haible  <bruno@clisp.org>
41055
41056         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41057         Make the mostlyclean-local rule depend on mostlyclean-generic.
41058         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
41059
41060 2006-07-31  Bruno Haible  <bruno@clisp.org>
41061
41062         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
41063         <stdlib.h>, <string.h>.
41064
41065 2006-07-30  Bruno Haible  <bruno@clisp.org>
41066
41067         * modules/readlink (License): Change to LGPL.
41068
41069 2006-07-30  Bruno Haible  <bruno@clisp.org>
41070
41071         * modules/javaversion (Makefile.am): Distribute javaversion.java and
41072         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
41073         set PKGDATADIR to point to it.
41074
41075 2006-07-30  Bruno Haible  <bruno@clisp.org>
41076
41077         * modules/csharpexec (configure.ac): Comment out macro invocation.
41078         * modules/javaexec (configure.ac): Likewise.
41079         * modules/javacomp-script (configure.ac): Likewise.
41080
41081         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
41082
41083 2006-07-30  Bruno Haible  <bruno@clisp.org>
41084
41085         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
41086         linked-list.
41087
41088 2006-07-30  Bruno Haible  <bruno@clisp.org>
41089
41090         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
41091
41092 2006-07-30  Bruno Haible  <bruno@clisp.org>
41093
41094         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41095         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
41096         get removed.
41097
41098 2006-07-29  Bruno Haible  <bruno@clisp.org>
41099
41100         Make it possible for gnulib-tool to work with locally modified or
41101         augmented gnulib repositories.
41102         * gnulib-tool (func_usage): Document --local-dir option.
41103         (local_gnulib_dir): New variable.
41104         Handle --local-dir option.
41105         (func_lookup_file): New function.
41106         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
41107         (func_get_description, func_get_filelist, func_get_description,
41108         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
41109         func_get_automake_snippet, func_get_include_directive,
41110         func_get_license, func_get_maintainer): Use func_lookup_file.
41111         (func_import, func_create_testdir): Use func_lookup_file.
41112
41113 2006-07-29  Bruno Haible  <bruno@clisp.org>
41114
41115         * modules/setenv (Depends-on): Add unistd.
41116
41117 2006-07-29  Bruno Haible  <bruno@clisp.org>
41118
41119         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41120
41121 2006-07-29  Bruno Haible  <bruno@clisp.org>
41122
41123         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41124
41125 2006-07-29  Bruno Haible  <bruno@clisp.org>
41126
41127         * gnulib-tool (import, update): If there is no Makefile.am, look at
41128         aclocal.m4, instead of bailing out.
41129
41130 2006-07-29  Bruno Haible  <bruno@clisp.org>
41131
41132         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
41133         Categorize the options by when they are useful.
41134
41135 2006-07-29  Bruno Haible  <bruno@clisp.org>
41136
41137         * gnulib-tool (func_usage): Document option --no-libtool.
41138         Handle option --no-libtool.
41139         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
41140         for changed semantics of $libtool variable.
41141         (func_import): Likewise. If libtool is not used, show this through
41142         an option --no-libtool.
41143         (func_create_testdir): Update.
41144
41145 2006-07-29  Bruno Haible  <bruno@clisp.org>
41146
41147         * gnulib-tool (func_import): Extend error message about missing
41148         --doc-base.
41149
41150 2006-07-29  Bruno Haible  <bruno@clisp.org>
41151
41152         * gnulib-tool (func_import): Don't create the $docbase directory if
41153         there is no file to store there.
41154
41155 2006-07-29  Bruno Haible  <bruno@clisp.org>
41156
41157         * gnulib-tool (autoconf_minversion): If a --dir option is given and
41158         relevant, look for configure.ac there, not in the current directory.
41159         Also use a simple search for AC_PREREQ, not "autoconf --trace".
41160
41161 2006-07-29  Bruno Haible  <bruno@clisp.org>
41162
41163         * gnulib-tool (SORT): New variable.
41164         (func_usage): Undocument --assume-autoconf option.
41165         Remove --assume-autoconf option handling.
41166         (autoconf_minversion): Determine from the contents of configure.ac.
41167         (func_import): Remove autoconf_minversion handling.
41168         Suggested by Eric Blake.
41169
41170 2006-07-29  Bruno Haible  <bruno@clisp.org>
41171
41172         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
41173
41174 2006-07-29  Bruno Haible  <bruno@clisp.org>
41175
41176         * config/srclist.txt (*setenv.[ch]): Remove rules.
41177
41178 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41179
41180         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
41181
41182 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41183
41184         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
41185         arpa/inet.h.
41186
41187 2006-07-28  Simon Josefsson  <jas@extundo.com>
41188
41189         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
41190         * modules/inet_pton (Depends-on): Likewise.
41191
41192 2006-07-28  Simon Josefsson  <jas@extundo.com>
41193
41194         * m4/netinet_in_h.m4: New file.
41195
41196 2006-07-28  Simon Josefsson  <jas@extundo.com>
41197
41198         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
41199         #include's.
41200
41201 2006-07-28  Simon Josefsson  <jas@extundo.com>
41202
41203         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
41204         #include's.
41205
41206 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
41207
41208         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
41209         setgid on directories only if they set these bits.
41210         * lib/modechange.h: Remove obsolete comment about masks.
41211
41212 2006-07-28  Eric Blake  <ebb9@byu.net>
41213
41214         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
41215         macro expansion.
41216
41217 2006-07-28  Bruno Haible  <bruno@clisp.org>
41218
41219         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
41220
41221 2006-07-28  Bruno Haible  <bruno@clisp.org>
41222
41223         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
41224
41225 2006-07-28  Bruno Haible  <bruno@clisp.org>
41226
41227         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
41228         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
41229         Define fallbacks.
41230         Avoids link error on FreeBSD 4.x.
41231         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41232
41233         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
41234         encoding.
41235         * lib/mbswidth.c (iswcntrl): Likewise.
41236
41237 2006-07-27  Bruno Haible  <bruno@clisp.org>
41238
41239         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
41240         test.
41241
41242 2006-07-27  Bruno Haible  <bruno@clisp.org>
41243
41244         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
41245         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
41246         defined.
41247
41248 2006-07-26  Eric Blake  <ebb9@byu.net>
41249
41250         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
41251
41252 2006-07-26  Eric Blake  <ebb9@byu.net>
41253
41254         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
41255         like mingw that lack mkstemp.
41256         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
41257         avoid compilation warning on mingw.
41258
41259 2006-07-26  Bruno Haible  <bruno@clisp.org>
41260
41261         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
41262         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
41263         INT_FAST*_MIN, INTPTR_MIN.
41264
41265 2006-07-25  Bruno Haible  <bruno@clisp.org>
41266
41267         * modules/version-etc (Depends-on): Add stdarg.
41268
41269 2006-07-25  Bruno Haible  <bruno@clisp.org>
41270
41271         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
41272         complex commands.
41273
41274 2006-07-25  Bruno Haible  <bruno@clisp.org>
41275
41276         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41277         defined in <stdarg.h> or config.h.
41278
41279 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41280
41281         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41282         (gl_STDIO_SAFER): Remove.
41283
41284 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41285
41286         * MODULES.html.sh (File stream based Input/Output):
41287         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41288         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41289         * modules/fopen-safer, modules/tmpfile-safer: New files.
41290         * modules/stdio-safer: Remove.
41291
41292 2006-07-24  Bruno Haible  <bruno@clisp.org>
41293
41294         * modules/tmpdir: New file.
41295         * MODULES.html.sh (File system functions): Add it.
41296
41297 2006-07-24  Bruno Haible  <bruno@clisp.org>
41298
41299         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41300         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41301
41302 2006-07-24  Bruno Haible  <bruno@clisp.org>
41303
41304         * modules/clean-temp: New file.
41305
41306 2006-07-24  Bruno Haible  <bruno@clisp.org>
41307
41308         * m4/tmpdir.m4: New file, from GNU gettext.
41309
41310 2006-07-24  Bruno Haible  <bruno@clisp.org>
41311
41312         * lib/tmpdir.h: New file, from GNU gettext.
41313         * lib/tmpdir.c: New file, from GNU gettext.
41314
41315 2006-07-24  Bruno Haible  <bruno@clisp.org>
41316
41317         * lib/clean-temp.h: New file, from GNU gettext.
41318         * lib/clean-temp.c: New file, from GNU gettext.
41319
41320 2006-07-23  Eric Blake  <ebb9@byu.net>
41321
41322         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41323         (Depends-on): Add binary-io.
41324
41325 2006-07-23  Eric Blake  <ebb9@byu.net>
41326
41327         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41328
41329 2006-07-23  Eric Blake  <ebb9@byu.net>
41330
41331         * lib/tmpfile-safer.c: New file.
41332         * lib/stdio-safer.h (fopen_safer): Add prototype.
41333         * lib/stdio--.h (tmpfile): Make safer.
41334
41335 2006-07-23  Bruno Haible  <bruno@clisp.org>
41336
41337         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41338         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41339         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41340         gl_linked_remove_at): Use it.
41341
41342 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41343         and Simon Josefsson <jas@extundo.com>
41344
41345         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41346
41347         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41348
41349 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41350
41351         * modules/close-stream: New file.
41352         * modules/closeout (Description): Make it clear that it exits
41353         with a diagnostic on error.
41354         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41355         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41356
41357 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41358
41359         * m4/close-stream.m4: New file.
41360
41361 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41362
41363         * lib/close-stream.c, lib/close-stream.h: New files.
41364
41365 2006-07-22  Bruno Haible  <bruno@clisp.org>
41366
41367         Merge from GNU gettext 0.15.
41368
41369         2006-05-01  Bruno Haible  <bruno@clisp.org>
41370
41371                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41372
41373         2006-07-22  Bruno Haible  <bruno@clisp.org>
41374
41375                 * modules/javaversion: New file.
41376                 * MODULES.html.sh (Java): Add javaversion.
41377
41378         2006-03-12  Bruno Haible  <bruno@clisp.org>
41379
41380                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41381
41382         2005-12-04  Bruno Haible  <bruno@clisp.org>
41383
41384                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41385                 (untested).
41386
41387         2006-06-21  Bruno Haible  <bruno@clisp.org>
41388
41389                 Avoid warnings from recent versions of mcs.
41390                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41391                 -o, -L, -r any more. Use options documented since mcs-1.0
41392                 instead. Similarly for -g.
41393
41394         2005-12-04  Bruno Haible  <bruno@clisp.org>
41395
41396                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41397                 .resources, not .resource.
41398
41399         2005-07-09  Bruno Haible  <bruno@clisp.org>
41400
41401                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41402                 add a .dll suffix.
41403                 Reported by Mark Junker <mjscod@gmx.de>.
41404
41405         2006-07-22  Bruno Haible  <bruno@clisp.org>
41406
41407                 * modules/gettext: Upgrade to gettext-0.15.
41408                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41409                 m4/visibility.m4.
41410                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41411
41412 2006-07-22  Bruno Haible  <bruno@clisp.org>
41413
41414         Merge from GNU gettext 0.15.
41415
41416         2006-03-25  Bruno Haible  <bruno@clisp.org>
41417
41418                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41419
41420         2006-07-21  Bruno Haible  <bruno@clisp.org>
41421
41422                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41423                 "1.1".
41424
41425         2006-05-09  Bruno Haible  <bruno@clisp.org>
41426
41427                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
41428                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
41429                 for the conftestver execution.
41430
41431         2006-05-01  Bruno Haible  <bruno@clisp.org>
41432
41433                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
41434                 optional target-version argument. Verify that the compiler
41435                 groks source of the specified source-version, or add -source
41436                 option as necessary. Verify that the compiler produces
41437                 bytecode in the specified target-version, or add -target and
41438                 -source options as necessary. Make the result of the test
41439                 available as variable CONF_JAVAC. Also log error output in
41440                 config.log.
41441
41442         2006-03-11  Bruno Haible  <bruno@clisp.org>
41443
41444                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
41445
41446         2006-05-09  Bruno Haible  <bruno@clisp.org>
41447
41448                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
41449                 CLASSPATH_SEPARATOR to a semicolon.
41450
41451         2006-03-12  Bruno Haible  <bruno@clisp.org>
41452
41453                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
41454                 available as variable CONF_JAVA, for subsequent autoconf
41455                 tests. Also log error output in config.log.
41456
41457         2006-07-19  Bruno Haible  <bruno@clisp.org>
41458
41459                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
41460                 that getline works on glibc2 systems. Needed to avoid trouble
41461                 in relocatable.c.
41462                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
41463
41464         2005-12-04  Bruno Haible  <bruno@clisp.org>
41465
41466                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
41467                 launcher (untested).
41468
41469         2005-12-04  Bruno Haible  <bruno@clisp.org>
41470
41471                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
41472
41473         2006-07-22  Bruno Haible  <bruno@clisp.org>
41474
41475                 * gettext.m4: Update from GNU gettext-0.15.
41476                 * nls.m4: Likewise.
41477                 * po.m4: Likewise.
41478                 * inttypes-pri.m4: Likewise.
41479                 * inttypes-h.m4: Renamed from inttypes.m4.
41480                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
41481
41482 2006-07-22  Bruno Haible  <bruno@clisp.org>
41483
41484         Merge from GNU gettext 0.15.
41485
41486         2005-07-05  Bruno Haible  <bruno@clisp.org>
41487
41488                 * printf-args.c (printf_fetchargs): Work around broken
41489                 definition of wint_t on mingw.
41490
41491         2005-02-12  Bruno Haible  <bruno@clisp.org>
41492
41493                 * xallocsa.h: Add extern "C" for C++.
41494
41495         2006-05-17  Bruno Haible  <bruno@clisp.org>
41496
41497                 Cygwin portability.
41498                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
41499
41500         2006-04-30  Bruno Haible  <bruno@clisp.org>
41501
41502                 * progreloc.c: Include <mach-o/dyld.h> if available.
41503                 (find_executable): Use _NSGetExecutablePath when possible.
41504
41505         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41506
41507                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
41508                 function.
41509
41510         2005-12-29  Bruno Haible  <bruno@clisp.org>
41511
41512                 * progreloc.c (set_program_name_and_installdir): Fix
41513                 compilation error.
41514
41515         2005-12-04  Bruno Haible  <bruno@clisp.org>
41516
41517                 Cygwin portability.
41518                 * progreloc.c: Include <windows.h> also on Cygwin.
41519                 (find_executable): Add support for Cygwin.
41520                 (set_program_name_and_installdir): Handle also platforms with
41521                 nonempty EXEEXT.
41522
41523         2006-07-11  Bruno Haible  <bruno@clisp.org>
41524
41525                 * javacomp.c: Fix a comment.
41526                 Reported by Jim Meyering.
41527
41528         2006-04-30  Bruno Haible  <bruno@clisp.org>
41529
41530                 * javacomp.h (compile_java_class): Add source_version,
41531                 target_version arguments.
41532                 * javacomp.c: Rewritten to choose only a compiler that
41533                 respects the specified source_version and target_version.
41534
41535         2006-06-27  Bruno Haible  <bruno@clisp.org>
41536
41537                 Assume correct S_ISDIR macro.
41538                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
41539
41540         2006-07-22  Bruno Haible  <bruno@clisp.org>
41541
41542                 * javaversion.h: New file, from GNU gettext.
41543                 * javaversion.c: New file, from GNU gettext.
41544                 * javaversion.java: New file, from GNU gettext.
41545                 * javaversion.class: New file, from GNU gettext.
41546
41547         2006-05-17  Bruno Haible  <bruno@clisp.org>
41548
41549                 Cygwin portability.
41550                 * javaexec.c (execute_java_class): Test for jview program
41551                 also on Cygwin.
41552
41553         2006-04-09  Bruno Haible  <bruno@clisp.org>
41554
41555                 * fatal-signal.c: Don't include string.h.
41556                 (at_fatal_signal): Use a copying loop instead of memcpy.
41557
41558         2005-12-04  Bruno Haible  <bruno@clisp.org>
41559
41560                 * csharpexec.c: Add support for 'clix' launcher (untested).
41561                 (execute_csharp_using_sscli): New function.
41562                 (execute_csharp_program): Call it.
41563
41564         2006-06-21  Bruno Haible  <bruno@clisp.org>
41565
41566                 Avoid warnings from recent versions of mcs.
41567                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
41568                 -o, -L, -r any more. Use options documented since mcs-1.0
41569                 instead. Similarly for -g.
41570
41571         2005-07-09  Bruno Haible  <bruno@clisp.org>
41572
41573                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
41574                 add a .dll suffix.
41575                 Reported by Mark Junker <mjscod@gmx.de>.
41576
41577         2006-06-17  Bruno Haible  <bruno@clisp.org>
41578
41579                 * config.charset: Update for NetBSD 3.0.
41580
41581         2006-05-17  Bruno Haible  <bruno@clisp.org>
41582
41583                 Cygwin portability.
41584                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
41585
41586         2006-05-16  Bruno Haible  <bruno@clisp.org>
41587
41588                 * localcharset.c [CYGWIN]: Include <windows.h>.
41589                 (get_charset_aliases): For Cygwin, return the same CPxxx
41590                 aliases list as under WIN32.
41591                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
41592                 the environment variables. Fall back to GetACP().
41593
41594         2006-04-05  Bruno Haible  <bruno@clisp.org>
41595
41596                 * config.charset: Update Juan Manuel Guerrero's address.
41597
41598         2005-02-12  Bruno Haible  <bruno@clisp.org>
41599
41600                 * allocsa.h: Add extern "C" for C++.
41601
41602         2005-02-10  Bruno Haible  <bruno@clisp.org>
41603
41604                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
41605                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
41606
41607         2006-07-22  Bruno Haible  <bruno@clisp.org>
41608
41609                 * gettext.h: Update to GNU gettext-0.15.
41610
41611 2006-07-22  Bruno Haible  <bruno@clisp.org>
41612
41613         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
41614         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
41615         lib-prefix.m4, longdouble.m4, ssize_t.m4.
41616
41617 2006-07-21  Eric Blake  <ebb9@byu.net>
41618
41619         * modules/stdlib-safer: New file.
41620         * MODULES.html.sh (File stream based Input/Output): Add
41621         stdlib-safer.
41622
41623 2006-07-21  Eric Blake  <ebb9@byu.net>
41624
41625         * lib/stdlib-safer.h: New file from coreutils, required by
41626         stdlib--.h.
41627
41628 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
41629
41630         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
41631
41632 2006-07-20  Bruno Haible  <bruno@clisp.org>
41633
41634         * gnulib-tool: Recognize new option --assume-autoconf.
41635         (autoconf_minversion): New variable.
41636         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
41637
41638 2006-07-20  Bruno Haible  <bruno@clisp.org>
41639
41640         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
41641
41642 2006-07-19  Derek R. Price  <derek@ximbiot.com>
41643
41644         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
41645         Reindent and repaginate.
41646
41647 2006-07-19  Derek Price  <derek@ximbiot.com>
41648
41649         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
41650         Correct grammar.
41651
41652 2006-07-17  Bruno Haible  <bruno@clisp.org>
41653
41654         * modules/list: New file.
41655         * modules/array-list: New file.
41656         * modules/carray-list, modules/carray-list-tests: New files.
41657         * modules/linked-list, modules/linked-list-tests: New files.
41658         * modules/avltree-list, modules/avltree-list-tests: New files.
41659         * modules/rbtree-list, modules/rbtree-list-tests: New files.
41660         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
41661         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
41662         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
41663         * modules/oset: New file.
41664         * modules/array-oset: New file.
41665         * modules/avltree-oset, modules/avltree-oset-tests: New files.
41666         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
41667         * tests/test-carray_list.c: New file.
41668         * tests/test-linked_list.c: New file.
41669         * tests/test-avltree_list.c: New file.
41670         * tests/test-rbtree_list.c: New file.
41671         * tests/test-linkedhash_list.c: New file.
41672         * tests/test-avltreehash_list.c: New file.
41673         * tests/test-rbtreehash_list.c: New file.
41674         * tests/test-avltree_oset.c: New file.
41675         * tests/test-rbtree_oset.c: New file.
41676         * MODULES.html.sh (Container data structures): New section.
41677
41678 2006-07-17  Bruno Haible  <bruno@clisp.org>
41679
41680         * m4/gl_list.m4: New file.
41681
41682 2006-07-17  Bruno Haible  <bruno@clisp.org>
41683
41684         * lib/gl_list.h: New file.
41685         * lib/gl_list.c: New file.
41686         * lib/gl_array_list.h: New file.
41687         * lib/gl_array_list.c: New file.
41688         * lib/gl_carray_list.h: New file.
41689         * lib/gl_carray_list.c: New file.
41690         * lib/gl_linked_list.h: New file.
41691         * lib/gl_linked_list.c: New file.
41692         * lib/gl_anylinked_list1.h: New file.
41693         * lib/gl_anylinked_list2.h: New file.
41694         * lib/gl_avltree_list.h: New file.
41695         * lib/gl_avltree_list.c: New file.
41696         * lib/gl_anyavltree_list1.h: New file.
41697         * lib/gl_anyavltree_list2.h: New file.
41698         * lib/gl_rbtree_list.h: New file.
41699         * lib/gl_rbtree_list.c: New file.
41700         * lib/gl_anyrbtree_list1.h: New file.
41701         * lib/gl_anyrbtree_list2.h: New file.
41702         * lib/gl_anytree_list1.h: New file.
41703         * lib/gl_anytree_list2.h: New file.
41704         * lib/gl_linkedhash_list.h: New file.
41705         * lib/gl_linkedhash_list.c: New file.
41706         * lib/gl_anyhash_list1.h: New file.
41707         * lib/gl_anyhash_list2.h: New file.
41708         * lib/gl_avltreehash_list.h: New file.
41709         * lib/gl_avltreehash_list.c: New file.
41710         * lib/gl_rbtreehash_list.h: New file.
41711         * lib/gl_rbtreehash_list.c: New file.
41712         * lib/gl_anytreehash_list1.h: New file.
41713         * lib/gl_anytreehash_list2.h: New file.
41714
41715         * lib/gl_oset.h: New file.
41716         * lib/gl_oset.c: New file.
41717         * lib/gl_array_oset.h: New file.
41718         * lib/gl_array_oset.c: New file.
41719         * lib/gl_avltree_oset.h: New file.
41720         * lib/gl_avltree_oset.c: New file.
41721         * lib/gl_rbtree_oset.h: New file.
41722         * lib/gl_rbtree_oset.c: New file.
41723         * lib/gl_anytree_oset.h: New file.
41724
41725 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41726
41727         * m4/mkancesdirs.m4: New file.
41728         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
41729         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
41730         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
41731         it.
41732
41733 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41734
41735         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
41736         * lib/mkancesdirs.h: New files.
41737         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
41738         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
41739         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
41740         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
41741         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
41742         callers changed.  Revamp internals significantly, by not
41743         attempting to create directories that are temporarily more
41744         permissive than the final results.  Do not attempt to use
41745         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
41746         This removes some race conditions, fixes some bugs, and simplifies
41747         things.  Use new dirchownmod function to do owner and mode changes.
41748         * lib/mkdir-p.h: Likewise.
41749         * lib/modechange.c (octal_to_mode): New function.
41750         (struct mode_change): New member mentioned.
41751         (make_node_op_equals): New arg mentioned.  All callers changed.
41752         (mode_compile): Keep track of which mode bits the user has explicitly
41753         mentioned.
41754         (mode_adjust): New arg DIR, so that we implement the X op correctly.
41755         New arg PMODE_BITS, to keep track of which mode bits the user
41756         mentioned; it treats S_ISUID and S_ISGID speciall.
41757         All callers changed.
41758         * lib/modechange.h: Likewise.
41759
41760 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
41761
41762         * MODULES.html.sh: Add mkancestors.
41763         * modules/mkancesdirs: New module.
41764         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
41765         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
41766         The chdir-safer and afs files are now orphans; I'll remove them
41767         unless someone speaks up.
41768         Add lib/dirchownmod.c, lib/dirchownmod.h.
41769         (Depends-on): Remove alloca, chown, save-cwd, dirname.
41770         Add lchown, mkancesdirs.
41771         (Maintainer): Add self.
41772
41773 2006-07-15  Karl Berry  <karl@gnu.org>
41774
41775         * gnulib-tool: help message wording/arrangement.
41776
41777 2006-07-14  Simon Josefsson  <jas@extundo.com>
41778
41779         * doc/gnulib.texi (Libtool and Windows): New section.
41780
41781 2006-07-12  Simon Josefsson  <jas@extundo.com>
41782
41783         * modules/gendocs (License): Fix license, approved by Karl.
41784
41785 2006-07-12  Eric Blake  <ebb9@byu.net>
41786
41787         * MODULES.html.sh: Add gendocs.
41788
41789 2006-07-11  Eric Blake  <ebb9@byu.net>
41790
41791         * modules/fdl: New module, to install doc/fdl.texi.
41792         * MODULES.html.sh: Add new section for documentation modules.
41793         * gnulib-tool: Avoid space-tab.
41794         (--doc-base): New option, to manage files from doc.
41795
41796 2006-07-11  Eric Blake  <ebb9@byu.net>
41797
41798         * m4/absolute-header.m4: Fix comments to match recent change.
41799
41800 2006-07-11  Eric Blake  <ebb9@byu.net>
41801
41802         * gnulib-tool: List --doc-base before --tests-base.
41803
41804 2006-07-11  Derek R. Price  <derek@ximbiot.com>
41805
41806         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
41807
41808 2006-07-11  Bruno Haible  <bruno@clisp.org>
41809
41810         * README: Mention where to put documentation.
41811
41812 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41813
41814         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
41815
41816 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41817
41818         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
41819         to stdint.m4.
41820
41821 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
41822
41823         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
41824         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
41825         "no/such/file/stdint.h" when there is no such file, so that
41826         the resulting C code can be parsed by dodgy compilers.
41827         Problems reported by Bob Proulx.
41828
41829 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41830
41831         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
41832         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41833         macros into the GNU _D_EXACT_NAMLEN.
41834         * lib/savedir.c:  Likewise.
41835         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
41836
41837 2006-07-10  Derek R. Price  <derek@ximbiot.com>
41838         and Paul Eggert  <eggert@cs.ucla.edu>
41839
41840         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
41841         * m4/savedir.m4:
41842         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
41843         macros into the GNU _D_EXACT_NAMLEN.
41844
41845 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41846
41847         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
41848         around the absolute name, to work around a problem with the HP-UX
41849         11.23 native C compiler, reported by Bob Proulx.
41850
41851 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41852
41853         * doc/maintain.texi, make-stds.texi: Sync from
41854         <http://savannah.gnu.org/projects/gnustandards>.
41855
41856 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
41857
41858         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
41859
41860 2006-07-09  Jim Meyering  <jim@meyering.net>
41861
41862         * m4/glob.m4: Remove a doubled word in a comment.
41863
41864 2006-07-09  Jim Meyering  <jim@meyering.net>
41865
41866         * lib/argp-pv.c: Remove a doubled word in a comment.
41867         * lib/check-version.c (check_version): Likewise.
41868         * lib/javacomp.c (compile_java_class): Likewise.
41869
41870 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
41871
41872         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
41873         for the benefit of people using Autoconf 2.60.  If you want to
41874         support older Autoconf versions you can copy m4/onceonly_2_57.m4
41875         (or m4/onceonly.m4, if pre-2.57) manually.
41876
41877 2006-07-08  Jim Meyering  <jim@meyering.net>
41878
41879         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
41880         comment.
41881         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
41882         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
41883         comment.
41884
41885 2006-07-08  Jim Meyering  <jim@meyering.net>
41886
41887         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
41888
41889 2006-07-07  Simon Josefsson  <jas@extundo.com>
41890
41891         * tests/test-crc.c: Change expected crc value, the test vector
41892         were probably computed using the old broken crc.c?
41893
41894 2006-07-06  Simon Josefsson  <jas@extundo.com>
41895
41896         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
41897         now the canonical place for the M4 file).
41898
41899         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
41900         from the sys_socket dependency now.
41901
41902         * modules/inet_pton (Files): Ditto.
41903
41904         * modules/inet_ntop (Files): Ditto.
41905
41906 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41907
41908         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
41909         not gl_PREREQ_GETUSERSHELL.
41910
41911 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41912
41913         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
41914         with only one argument, for Autoconf 2.60.
41915         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
41916         expand to nothing, so add a shell command to avoid syntax error.
41917         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
41918
41919 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41920
41921         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
41922
41923 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41924
41925         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
41926         no longer needed.  Check for isblank decl.
41927         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
41928         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
41929         of existence.
41930
41931 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41932
41933         * lib/getloadavg.c: Use __VMS, not VMS.
41934         * lib/getopt.c: Likewise.
41935         * lib/getpagesize.h: Likewise.
41936         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
41937         and probably does not work.
41938
41939 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
41940
41941         * lib/.cppi-disable: Add wcwidth.
41942         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
41943         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
41944         (ISGRAPH): Remove.  All uses changed to isgraph.
41945         (FOLD) [!defined _LIBC]: Remove special case.
41946         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
41947         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
41948         HAVE_ISBLANK.
41949         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
41950         case.
41951
41952 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
41953
41954         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
41955         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
41956         brackets.  Other minor changes to suppress some compiler
41957         warnings.
41958
41959 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41960         and Paul Eggert  <eggert@cs.ucla.edu>
41961
41962         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
41963         of invoking obsolescent AC_HEADER_DIRENT macro.
41964         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
41965         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
41966         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
41967         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
41968         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
41969         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41970         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
41971         * m4/readdir.m4: Remove; no longer needed.
41972
41973 2006-07-06  Derek R. Price  <derek@ximbiot.com>
41974         and Paul Eggert  <eggert@cs.ucla.edu>
41975
41976         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
41977         Don't worry about this obsolete case any more.
41978         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
41979         directories.
41980         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
41981         worry about this obsolete case any more.
41982         * lib/fts.c: Likewise.
41983         * lib/getcwd.c: Likewise.
41984         * lib/glob.h: Likewise.
41985         * lib/savedir.c: Likewise.
41986
41987 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
41988
41989         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
41990         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
41991         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
41992         needed.
41993         All uses removed.
41994         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
41995         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
41996         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
41997         needed.
41998         * m4/getdate.m4 (gl_GETDATE): Likewise.
41999         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42000         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42001         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42002         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42003         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42004         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42005         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
42006         needed.
42007
42008 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42009
42010         * lib/memcasecmp.c: Include <limits.h>.
42011         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
42012         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
42013         Don't assume isdigit succeeds only on '0' through '9'.
42014
42015 2006-07-05  Eric Blake  <ebb9@byu.net>
42016
42017         * modules/getaddrinfo (Depends-on): Add snprintf.
42018
42019 2006-07-05  Eric Blake  <ebb9@byu.net>
42020
42021         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
42022         to avoid 'header present but could not be compiled' on cygwin.
42023
42024 2006-07-05  Eric Blake  <ebb9@byu.net>
42025
42026         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
42027         missing from netdb.h.
42028         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
42029
42030 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42031
42032         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
42033         no longer needed.
42034         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
42035         * m4/getdate.m4 (gl_GETDATE): Likewise.
42036         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42037         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42038         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42039         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42040         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42041
42042 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42043
42044         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
42045         All uses of is_space replaced by isspace.
42046         * lib/exit.h: Don't talk about STDC_HEADERS.
42047         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
42048         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
42049         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
42050         replaced by isprint etc.
42051         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
42052         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42053         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
42054         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
42055         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
42056         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42057
42058 2006-07-05  Bruno Haible  <bruno@clisp.org>
42059
42060         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
42061         the function exists, before testing against AIX.
42062         Reported by Martin Lambers <marlam@marlam.de>.
42063
42064 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42065
42066         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
42067         From Mark D. Baushke.
42068
42069 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42070
42071         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
42072         to the absolute name, not just one, to bypass Sun C 5.8's
42073         "warning: #include of /usr/include/... may be non-portable".
42074
42075 2006-07-04  Eric Blake  <ebb9@byu.net>
42076
42077         * modules/dirname-tests: New test module.
42078         * tests/test-dirname.c: New file, replacing dirname.c
42079         TEST_DIRNAME section that was recently deleted.
42080
42081 2006-07-04  Bruno Haible  <bruno@clisp.org>
42082
42083         Assume ANSI C header files and <ctype.h> functions.
42084         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
42085         (mbsnwidth): Use isprint, iscntrl instead.
42086
42087 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42088
42089         Merge from coreutils.
42090         * MODULES.html.sh: Add xstrtold.
42091         * modules/xstrtold: New file.
42092         * modules/cycle-check (Files): Add lib/same-inode.h.
42093         * modules/dirname (Files): Add m4/double-slash-root.m4.
42094         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
42095         * modules/mkdir-p (Files): Add lib/same-inode.h.
42096         * modules/same (Files): Add lib/same-inode.h.
42097
42098 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42099
42100         * m4/absolute-header.m4: Renamed from full-header-path.m4.
42101         This is to keep the terminology clean; POSIX talks about
42102         "absolute pathnames", not "full pathnames", but the GNU
42103         Coding Standards say to use "path" for something else;
42104         so use "absolute" to keep both sides happy.
42105         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
42106         Set gl_absolute_header, not gl_full_header_path.
42107         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
42108         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
42109         All uses changed.
42110
42111         Merge from coreutils.
42112
42113         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42114
42115         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
42116         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
42117         want to require the building of c-strtod.o.
42118         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
42119         needs -lm directly.
42120         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42121
42122         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42123
42124         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42125         --as-needed option if available.  Problem reported by Albert Chin in
42126         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42127         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42128         cc merely issues a bunch of annoying warnings for --as-needed
42129         (this problem was reported by Bob Proulx).  Also, try linking with
42130         -lm to detect a bug in binutils 2.16 (this problem was reported
42131         by Ralf Wildenhues).
42132
42133         2006-06-18  Jim Meyering  <jim@meyering.net>
42134
42135         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
42136         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
42137         macro.
42138         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
42139         also check for glibc-2.4's abort-inducing bug.
42140
42141         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
42142         Low-probability clean-up should be to use rmdir to get rid of
42143         the just-created directory, not unlink.
42144
42145         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
42146         configure fail, and request a bug report to inform us about it.
42147         Add a comment that, barring reports to the contrary, in 2007 we'll
42148         assume ftruncate is universally available.
42149
42150         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42151
42152         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
42153
42154         2006-03-12  Jim Meyering  <jim@meyering.net>
42155
42156         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
42157         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
42158         * m4/same.m4 (gl_SAME): Likewise.
42159         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
42160
42161         2006-03-11  Eric Blake  <ebb9@byu.net>
42162
42163         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
42164         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
42165         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
42166         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
42167
42168 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42169
42170         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
42171         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
42172         reported by Mark D. Baushke, one in
42173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
42174
42175         Merge from coreutils.
42176
42177         * lib/.cppi-disable: Add stdint_.h.
42178         * lib/.cvsignore: Add stdint.h.
42179
42180         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42181
42182         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
42183         both double and long double versions.
42184         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
42185         * lib/xstrtold.c: New file.
42186         * lib/xstrtod.h (xstrtold): New decl.
42187
42188         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42189
42190         * lib/filemode.c (setst): Remove.
42191         (strmode): Rewrite to avoid setst.  This makes the code shorter,
42192         (arguably) clearer, and the generated code is a bit smaller on my
42193         Debian GNU/Linux stable x86 host.
42194
42195         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42196
42197         * lib/filemode.c: Include "filemode.h" first, to test the interface.
42198         Assume that filemode.h includes sys/types.h and sys/stat.h.
42199         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
42200         (ftypelet): Reorder to put common cases first, for efficiency.
42201         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
42202         to do 'M'.
42203         (strmode): Renamed from mode_string, and now stores 12 bytes instead
42204         of 10, for compatibility with FreeBSD.  All callers changed.
42205         (filemodestring): Now stores 12 bytes instead of 10, and sets file
42206         types that can't be deduced solely from st_mode.  First arg is now a
42207         const pointer.
42208         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
42209         (strmode): Renamed from mode_string.
42210         (filemodestring): New decl.
42211         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
42212         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
42213         needed.
42214         (S_ISPORT, S_ISWHT): New macros, if not already defined.
42215
42216         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42217
42218         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
42219         fsusage.h now does that.  Include fsusage.h first, to test interface.
42220         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
42221         at most one method (the old code could have generated decls that
42222         didn't conform to C89, not that this was ever exercised).
42223         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
42224
42225         2006-03-19  Jim Meyering  <jim@meyering.net>
42226
42227         Work even in a chroot where d_ino values for entries in "/"
42228         don't match the stat.st_ino values for the same names.
42229         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
42230         number, iterate through all entries again, using lstat instead.
42231         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
42232         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
42233
42234         * lib/getcwd.c (__getcwd): Clarify a comment.
42235         Use memcpy in place of a call to strcpy.
42236
42237         2006-03-12  Jim Meyering  <jim@meyering.net>
42238
42239         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
42240         matches that of the current directory (which we're about to chdir ".."
42241         out of), then save the dev-ino of the parent, instead.
42242
42243         * lib/same-inode.h (SAME_INODE): New file/macro.
42244         * lib/chdir-safer.c (SAME_INODE): Remove definition.
42245         Include "same-inode.h", instead.
42246         * lib/same.c: Likewise.
42247         * lib/cycle-check.h: Include "same-inode.h".
42248         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
42249         * lib/cycle-check.c (SAME_INODE): Remove definition.
42250         * lib/root-dev-ino.h: Include "same-inode.h".
42251
42252         2006-03-11  Eric Blake  <ebb9@byu.net>
42253
42254         * lib/same.c (same_name): s/base_name/last_component/
42255         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
42256         * lib/filenamecat.c (file_name_concat): Likewise.
42257
42258         2006-03-11  Eric Blake  <ebb9@byu.net>,
42259                     Paul Eggert  <eggert@cs.ucla.edu>
42260
42261         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
42262         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
42263         drive prefix.
42264         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
42265         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
42266         (last_component): New method.
42267         * lib/dirname.c (dir_len): Determine when drive letters need a
42268         subsequent slash.  Preserve // when it is special.
42269         (dir_name): Don't append dot when drive letter is absolute.
42270         [TEST_DIRNAME]: Move into a full-blown gnulib test.
42271         * lib/basename.c (base_name): New semantics - malloc the result.
42272         Preserve // when it is special.  Preserve relative files that look
42273         like drive letters.
42274         (base_len): Preserve // when it is special.
42275         (last_component): New method, similar to old base_name semantics.
42276         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42277         base_name.  Strip redundant slashes from ///.
42278
42279 2006-07-03  Jim Meyering  <jim@meyering.net>
42280
42281         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42282         macro is used before the first cycle_check call.
42283
42284 2006-07-03  Eric Blake  <ebb9@byu.net>
42285
42286         * modules/dirname (Depends-on): Add xstrndup.
42287
42288 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42289
42290         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42291         test cases, so that config.log is a bit easier to follow.
42292
42293 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42294
42295         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42296         both are 64 bits, since this seems to be the tradition, and this
42297         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42298         we ever run into a host that prefers long long to long in this
42299         case, we'll need another configure-time test.  Problem reported by
42300         Jim Meyering.
42301
42302 2006-07-02  Eric Blake  <ebb9@byu.net>
42303
42304         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42305
42306 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42307
42308         * modules/inttypes (Depends-on): No longer depends on stdint.
42309         * modules/stdint (Description): Say more about assumptions.
42310         Say that the fast types might differ.  Say macros are used.
42311         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42312         (Makefile.am): Revise list of substituted symbols to match
42313         new stdint.m4.
42314         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42315         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42316         * tests/test-stdint.c (verify_same_types)
42317         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42318         the code conforms to C99/C89.
42319         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42320         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42321
42322 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42323
42324         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42325         but fix a bug, by requiring at least 64 bits.
42326         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42327         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42328         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42329         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42330
42331         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42332         changes.  Make 2.59 a prerequisite.  Check and substitute for
42333         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42334         inttypes.h.  Do not use special include files; just use the
42335         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42336         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42337         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42338         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42339         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42340         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42341         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42342         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42343         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42344         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42345         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42346         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42347         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42348         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42349         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42350         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42351         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42352         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42353         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42354         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42355         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42356         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42357         not check for things that C99 does not require, e.g., int8_t.  If
42358         a test isn't needed unless <stdint.h> isn't working, and is
42359         unlikely to be needed for any other reason, then don't do it
42360         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42361         size_t, since we assume C89 freestanding at least.  Do not check
42362         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42363         the right thing even if the types are not defined.  Instead use:
42364         (gl_STDINT_TYPE_PROPERTIES): New macro.
42365         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42366         testing whether <sys/types.h> clashes, as Autoconf does this for
42367         us now.  All uses removed.
42368         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42369         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42370         (gl_CHECK_TYPE_SAME):
42371         Remove; no longer needed.
42372         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42373         exists, since we'll return 0 anyway in that case.
42374         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42375
42376 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42377
42378         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42379         possible collision with system files.
42380         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42381         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42382         WCHAR_MIN and WCHAR_MAX in this case.
42383         (<stddef.h>): Do not include; no longer needed.
42384         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42385         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42386         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42387         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42388         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42389         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42390         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42391         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42392         !defined(__c99))]: Include in this case too, since it's harmless
42393         now.
42394         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42395         dangerous to do so.
42396         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42397         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42398         (_STDINT_MIN, _STDINT_MAX): New macros.
42399         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42400         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42401         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42402         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42403         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42404         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42405         macros, not typedefs; this simplifies things quite a bit.
42406         Use long int for all types narrower than int64_t.
42407         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42408         Define in terms of long long int or int64_t or long int,
42409         not int64_t or int32_t.  This saves some compile-time testing.
42410         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42411         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42412         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42413         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42414         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42415         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42416         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42417         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42418         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42419         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42420         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42421         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42422         undef any previous version and define our own version, for
42423         simplicity and consistency with the new macros for types.
42424         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42425         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42426         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
42427         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
42428         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
42429         @WINT_T_SUFFIX@ to keep things simple here.
42430         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
42431         Simplify by assuming typical 8/16/32/64 host, since we're
42432         already doing that elsewhere anyway.
42433         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
42434         and assume long long int is 64 bits if available.  This
42435         speeds up 'configure'.
42436
42437 2006-07-01  Eric Blake  <ebb9@byu.net>
42438
42439         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
42440         Reported by Andreas Buening.
42441
42442 2006-07-01  Eric Blake  <ebb9@byu.net>
42443
42444         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
42445
42446 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42447
42448         * lib/getaddrinfo.c: fixed typo
42449
42450 2006-06-29  Jim Meyering  <jim@meyering.net>
42451
42452         * modules/strftime (Maintainer): Add my name, since with the
42453         FPRINTFTIME changes strftime.c has forked from glibc.
42454
42455 2006-06-29  Eric Blake  <ebb9@byu.net>
42456
42457         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
42458
42459 2006-06-29  Eric Blake  <ebb9@byu.net>
42460
42461         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
42462
42463 2006-06-29  Eric Blake  <ebb9@byu.net>
42464
42465         * lib/stat_.h: New file.
42466
42467 2006-06-29  Eric Blake  <ebb9@byu.net>
42468
42469         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
42470         unused static function.
42471
42472 2006-06-29  Eric Blake  <ebb9@byu.net>
42473
42474         * doc/functions.texi (Function Portability): Document missing lstat
42475         on mingw.
42476
42477 2006-06-29  Eric Blake  <ebb9@byu.net>
42478
42479         * MODULES.html.sh: Add sys_stat.
42480         * modules/sys_stat: New module.
42481         * modules/mkstemp (Depends-on): Add sys_stat.
42482
42483 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42484
42485         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
42486
42487 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42488
42489         * m4/c-bs-a.m4: Removed.
42490
42491 2006-06-29  Derek R. Price  <derek@ximbiot.com>
42492
42493         * lib/strftime.c: Assume strftime() exists.
42494
42495 2006-06-29  Derek Price  <derek@ximbiot.com>
42496
42497         * modules/c-bs-a: Removed - \a is C89.
42498         * MODULES.html.sh: Remove c-bs-a.
42499
42500 2006-06-29  Bruno Haible  <bruno@clisp.org>
42501
42502         * modules/wcwidth (License): Change to LGPL.
42503
42504 2006-06-28  Simon Josefsson  <jas@extundo.com>
42505
42506         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
42507         on _WIN32.
42508
42509         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
42510         getnameinfo.
42511
42512 2006-06-28  Simon Josefsson  <jas@extundo.com>
42513
42514         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
42515
42516 2006-06-28  Simon Josefsson  <jas@extundo.com>
42517
42518         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
42519         functions there.  It will succeed on Windows XP, but on Windows
42520         2000 and (presumably) earlier, it will fail, and use the internal
42521         re-implementation.
42522         (use_win32_p): New function.
42523         (getaddrinfo): Use strtoul on servname, to support numeric ports.
42524         Support AI_NUMERICSERV to disable getservbyname.
42525         (getnameinfo): New function, only supports
42526         NI_NUMERICHOST|NI_NUMERICSERV for now.
42527
42528         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
42529         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
42530         getnameinfo.
42531
42532 2006-06-28  Eric Blake  <ebb9@byu.net>
42533
42534         * modules/wcwidth: New file.
42535         * modules/mbchar (Depends-on): Add wcwidth.
42536         * modules/mbswidth (Depends-on): Add wcwidth.
42537         * MODULES.html.sh: Add wcwidth.
42538
42539 2006-06-28  Eric Blake  <ebb9@byu.net>
42540
42541         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
42542         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
42543
42544 2006-06-28  Eric Blake  <ebb9@byu.net>
42545
42546         * lib/xvasprintf.h: Fix comments.
42547
42548 2006-06-28  Eric Blake  <ebb9@byu.net>
42549
42550         * lib/mbchar.h (wcwidth): Include wcwidth.h.
42551         * lib/mbswidth.c (wcwidth): Move from here...
42552         * lib/wcwidth.h: ...to this new file.
42553
42554 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42555
42556         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
42557
42558         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
42559         it's obsolete.
42560         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
42561
42562 2006-06-28  Derek R. Price  <derek@ximbiot.com>
42563
42564         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
42565         Autoconf 2.60 says this stuff was obsolete.
42566
42567 2006-06-28  Bruno Haible  <bruno@clisp.org>
42568
42569         * modules/wcwidth (Files): Add m4/wchar_t.m4.
42570
42571 2006-06-28  Bruno Haible  <bruno@clisp.org>
42572
42573         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
42574         gt_TYPE_WCHAR_T.
42575
42576 2006-06-28  Bruno Haible  <bruno@clisp.org>
42577
42578         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
42579         declaration for wcwidth.
42580         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
42581
42582 2006-06-28  Bruno Haible  <bruno@clisp.org>
42583
42584         * lib/mkdtemp.c [MINGW]: Include <io.h>.
42585         (mkdir): Define using _mkdir.
42586
42587 2006-06-28  Bruno Haible  <bruno@clisp.org>
42588
42589         * lib/getaddrinfo.h: Fix POSIX URL.
42590         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
42591         _WIN32.
42592         (use_win32_p): Make static.
42593         (getaddrinfo): Reject service name if it is empty or does not consist
42594         solely of decimal digits, or if its value is > 65535.
42595         (getnameinfo): Remove useless casts.
42596
42597 2006-06-27  Simon Josefsson  <jas@extundo.com>
42598
42599         * modules/sys_select: New file, suggested by Bruno Haible, Paul
42600         Eggert and Martin Lambers.
42601
42602 2006-06-27  Simon Josefsson  <jas@extundo.com>
42603
42604         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
42605         Eggert and Martin Lambers.
42606
42607 2006-06-27  Bruno Haible  <bruno@clisp.org>
42608
42609         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
42610         result to 0, not to empty.
42611         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
42612
42613 2006-06-27  Bruno Haible  <bruno@clisp.org>
42614
42615         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
42616
42617 2006-06-26  Simon Josefsson  <jas@extundo.com>
42618
42619         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
42620         present.
42621
42622 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
42623
42624         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
42625         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
42626         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
42627
42628 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
42629
42630         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
42631
42632 2006-06-26  Bruno Haible  <bruno@clisp.org>
42633
42634         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
42635
42636 2006-06-26  Bruno Haible  <bruno@clisp.org>
42637
42638         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
42639
42640 2006-06-26  Bruno Haible  <bruno@clisp.org>
42641
42642         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
42643         SGI C compiler in pre-C99 mode.
42644         Suggested by Mark D. Baushke and Larry Jones.
42645
42646 2006-06-26  Bruno Haible  <bruno@clisp.org>
42647
42648         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
42649         WCHAR_MAX.
42650         Reported by Mark D. Baushke and Larry Jones.
42651
42652 2006-06-26  Bruno Haible  <bruno@clisp.org>
42653
42654         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
42655         in pre-C99 mode.
42656         Suggested by Mark D. Baushke and Larry Jones.
42657
42658 2006-06-23  Simon Josefsson  <jas@extundo.com>
42659             Bruno Haible  <bruno@clisp.org>
42660
42661         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
42662         Emit mostlyclean-local rule.
42663         (func_emit_tests_Makefile_am): Likewise.
42664         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
42665
42666 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
42667
42668         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
42669
42670 2006-06-23  Bruno Haible  <bruno@clisp.org>
42671
42672         * tests/test-stdint.c: Update to match ISO C 99 Technical
42673         Corrigendum 1.
42674
42675 2006-06-23  Bruno Haible  <bruno@clisp.org>
42676
42677         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
42678
42679 2006-06-23  Bruno Haible  <bruno@clisp.org>
42680
42681         * lib/stdint_.h: Treat IRIX like OpenBSD.
42682
42683 2006-06-23  Bruno Haible  <bruno@clisp.org>
42684
42685         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
42686         ISO C 99 Technical Corrigendum 1.
42687
42688 2006-06-22  Simon Josefsson  <jas@extundo.com>
42689
42690         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
42691         MinGW.
42692
42693 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42694
42695         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
42696         needed.  Some compiler complained about some of them.  Problem reported
42697         by Larry Jones in
42698         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
42699
42700 2006-06-21  Simon Josefsson  <jas@extundo.com>
42701
42702         * tests/test-getaddrinfo.c: New file.
42703
42704         * modules/getaddrinfo-tests: New file.
42705
42706         * MODULES.html.sh: Add inet_pton.
42707
42708         * modules/inet_pton: New file.
42709
42710 2006-06-21  Simon Josefsson  <jas@extundo.com>
42711
42712         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
42713         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
42714         of using the (limited) gnulib implementation on Windows XP.
42715
42716         * m4/inet_pton.m4: New file.
42717
42718 2006-06-21  Simon Josefsson  <jas@extundo.com>
42719
42720         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
42721         variable.
42722
42723         * lib/socket_.h: Don't define WINVER.
42724
42725         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
42726         slightly modified to work in gnulib.
42727
42728 2006-06-21  Simon Josefsson  <jas@extundo.com>
42729
42730         * doc/gnulib.texi (Windows sockets): Add.
42731
42732 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
42733
42734         * lib/read-file.c (fread_file): Start with buffer allocation of
42735         0 bytes rather than 1 byte; this simplifies the code.
42736         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
42737         code to free buffer and save/restore errno.
42738         (internal_read_file): Remove unused local.
42739
42740 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
42741
42742         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
42743         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
42744         Problem reported by Denis Excoffier in
42745         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
42746
42747 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42748
42749         * modules/sys_socket, modules/socklen: Include sys/types since
42750         FreeBSD 4.x's sys/socket.h needs it.
42751
42752 2006-06-19  Simon Josefsson  <jas@extundo.com>
42753
42754         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
42755
42756 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42757
42758         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
42759
42760 2006-06-19  Bruno Haible  <bruno@clisp.org>
42761
42762         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
42763         and FULL_PATH_INTTYPES_H in angle brackets.
42764         Reported by Mark D. Baushke <mdb@gnu.org>.
42765
42766 2006-06-17  Eric Blake  <ebb9@byu.net>
42767
42768         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
42769         errno.
42770
42771 2006-06-17  Bruno Haible  <bruno@clisp.org>
42772
42773         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
42774         <sys/inttypes.h>.
42775
42776 2006-06-17  Bruno Haible  <bruno@clisp.org>
42777
42778         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
42779         whether errno is declared. Assume <errno.h> declares errno.
42780
42781 2006-06-17  Bruno Haible  <bruno@clisp.org>
42782
42783         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
42784
42785 2006-06-17  Bruno Haible  <bruno@clisp.org>
42786
42787         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
42788         problem on Solaris 2.5.1.
42789
42790 2006-06-16  Eric Blake  <ebb9@byu.net>
42791
42792         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
42793         * lib/unicodeio.c [!defined errno]: Likewise.
42794         * lib/strtol.c [!defined errno]: Likewise.
42795         * lib/strtod.c [!defined errno]: Likewise.
42796
42797 2006-06-15  Eric Blake  <ebb9@byu.net>
42798
42799         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
42800
42801 2006-06-15  Eric Blake  <ebb9@byu.net>
42802
42803         * config/srclist.txt (ssize_t.m4): Lose sync.
42804
42805 2006-06-15  Bruno Haible  <bruno@clisp.org>
42806
42807         * modules/stdint (Files): Include m4/full-header-path.m4,
42808         m4/size_max.m4, m4/wchar_t.m4.
42809         (Makefile.am): Many more substitutions.
42810         * modules/stdint-tests: New file.
42811         * tests/test-stdint.c: New file.
42812
42813 2006-06-15  Bruno Haible  <bruno@clisp.org>
42814
42815         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
42816         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
42817         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
42818         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
42819         gl_CHECK_TYPE_SAME): New macros.
42820
42821 2006-06-15  Bruno Haible  <bruno@clisp.org>
42822
42823         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
42824
42825 2006-06-15  Bruno Haible  <bruno@clisp.org>
42826
42827         * lib/stdint_.h: Rewritten to be fully auto-configured.
42828         Fixes bug on HP-UX/IA64.
42829
42830 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
42831
42832         * lib/getdate.y (__attribute__): Don't define if already defined.
42833         Problem reported by Larry Jones.
42834         * lib/utimens.c (__attribute__): Likewise.
42835
42836 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
42837
42838         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
42839         reported by Andreas Schwab.
42840
42841 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42842             Bruno Haible  <bruno@clisp.org>
42843
42844         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
42845         check for the declaration of strnlen and a run test that exposes the
42846         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
42847         rpl_strndup.
42848
42849 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42850             Bruno Haible  <bruno@clisp.org>
42851
42852         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
42853
42854 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42855
42856         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
42857         compile test, for Tru64 4.0D.
42858
42859 2006-05-28  Karl Berry  <karl@gnu.org>
42860
42861         * config/srclist.txt (printf-args.c): lose sync.
42862
42863 2006-05-26  Martin Lambers  <marlam@marlam.de>
42864
42865         * lib/getpass.c: Updates the test for the native W32 API, and adds
42866         missing includes, thus fixing compilation warnings.
42867
42868 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
42869
42870         * lib/exclude.c (exclude_fnmatch): New function.
42871         (excluded_file_name): Call exclude_fnmatch.
42872         * lib/exclude.h (excluded_file_name): New prototype
42873
42874 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
42875
42876         * lib/tempname.c (small_open, large_open): New macros.
42877         (__open, __open64) [!_LIBC]: Remove.
42878         (__gen_tempname): Use small_open and large_open instead of __open
42879         and __open64.  This fixes a portability bug on HP-UX 11.11i
42880         reported by Simon Wing-Tang in
42881         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
42882
42883 2006-05-24  Bruno Haible  <bruno@clisp.org>
42884
42885         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
42886         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
42887         Reported by Thorsten Maerz <torte@netztorte.de> via
42888         Aaron Stone <aaron@serendipity.cx>.
42889
42890 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42891
42892         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
42893         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
42894         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
42895         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
42896         not really conditional on the cache.
42897         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
42898
42899 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42900
42901         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
42902         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
42903         (my_usleep): Don't mishandle maximum value.
42904
42905 2006-05-19  Jim Meyering  <jim@meyering.net>
42906
42907         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
42908
42909 2006-05-17  Bruno Haible  <bruno@clisp.org>
42910
42911         Cygwin portability.
42912         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
42913
42914 2006-05-17  Bruno Haible  <bruno@clisp.org>
42915
42916         * lib/stdint_.h: Fix recognition of Cygwin.
42917
42918 2006-05-15  Bruno Haible  <bruno@clisp.org>
42919
42920         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
42921         on libtool patch by Ralf Wildenhues.
42922
42923 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42924
42925         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
42926         test for C99 conformance; (bool) 0.5 is an integer constant
42927         expression, but (bool) -0.5 is not.  Problem reported by Fedor
42928         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
42929
42930 2006-05-11  Simon Josefsson  <jas@extundo.com>
42931
42932         * m4/xvasprintf.m4: Fix obvious typo.
42933
42934 2006-05-11  Jim Meyering  <jim@meyering.net>
42935
42936         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
42937         James Lemley.
42938
42939 2006-05-10  Simon Josefsson  <jas@extundo.com>
42940
42941         * lib/md4.c: Typo fix, update copyright years.
42942         (K1, K2): Don't use L because it turn computations into 64-bit on
42943         64-bit platforms.
42944
42945 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42946
42947         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
42948         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
42949         unwanted sign propagation, e.g., on hosts with 64-bit int.
42950         There still are some problems with reeelly weird theoretical hosts
42951         (e.g., 33-bit int) but it's not worth worrying about now.
42952         * lib/sha1.c (rol): Likewise.
42953         (K1, K2, K3, K4): Remove unnecessary L suffix.
42954
42955 2006-05-10  Bruno Haible  <bruno@clisp.org>
42956
42957         * lib/des.c: Cast to avoid warnings.
42958
42959 2006-05-09  Bruno Haible  <bruno@clisp.org>
42960
42961         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
42962         (Depends-on): Depend also on xsize, stdarg.
42963         (configure.ac): Add gl_XVASPRINTF.
42964
42965 2006-05-09  Bruno Haible  <bruno@clisp.org>
42966
42967         * m4/xvasprintf.m4: New file.
42968
42969 2006-05-09  Bruno Haible  <bruno@clisp.org>
42970
42971         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
42972         (EOVERFLOW): Define fallback value.
42973         (xstrcat): New function.
42974         (xvasprintf): Recognize the special case of a string concatenation.
42975
42976 2006-05-08  Eric Blake  <ebb9@byu.net>
42977
42978         * gnulib-tool (func_version): Base copyright year on CVS date.
42979         (func_emit_copyright_notice): New function.
42980         (func_emit_lib_Makefile_am): Use it.
42981         (func_emit_tests_Makefile_am): Likewise.
42982         (func_import): Likewise.
42983
42984 2006-05-08  Bruno Haible  <bruno@clisp.org>
42985
42986         * modules/stdarg: New file.
42987         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
42988
42989 2006-05-08  Bruno Haible  <bruno@clisp.org>
42990
42991         * m4/stdarg.m4: New file, from GNU gettext.
42992
42993 2006-05-08  Bruno Haible  <bruno@clisp.org>
42994
42995         * config/srclist.txt (build-aux/config.rpath): different from latest
42996         release.
42997
42998 2006-05-08  Bruno Haible  <bruno@clisp.org>
42999
43000         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
43001
43002 2006-05-05  Jim Meyering  <jim@meyering.net>
43003
43004         * m4/warning.m4: New file, derived from bison's file by the same name.
43005
43006 2006-05-03  Bruno Haible  <bruno@clisp.org>
43007
43008         * lib/stdint_.h: Shorter URL.
43009         * lib/inttypes.h: Likewise.
43010
43011 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43012
43013         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
43014
43015 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43016
43017         * lib/verify.h: Document the internals better.  Most of this change
43018         was written by Bruno Haible.
43019
43020 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43021
43022         * doc/verify.texi: New file, partly based on a proposal by
43023         Bruno Haible.
43024
43025 2006-05-02  Bruno Haible  <bruno@clisp.org>
43026
43027         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
43028         test from here...
43029         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
43030
43031 2006-04-29  Bruno Haible  <bruno@clisp.org>
43032
43033         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
43034         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
43035
43036 2006-04-29  Bruno Haible  <bruno@clisp.org>
43037
43038         * gnulib-tool: Make --update option actually work.
43039
43040 2006-04-29  Bruno Haible  <bruno@clisp.org>
43041
43042         * doc/gcd.texi: New file.
43043         * doc/gnulib.texi: Include it.
43044
43045 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
43046
43047         * lib/getdate.y (get_date): When adding relative date, start with the
43048         initial time, not with the result of the first mktime call.
43049
43050 2006-04-25  Bruno Haible  <bruno@clisp.org>
43051
43052         * gnulib-tool (func_import): Output the include directives in three
43053         blocks, sorted separately.
43054         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43055
43056 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43057
43058         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
43059         to define main with arguments, for C++.  Reported by Eric Blake.
43060         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
43061         Prefer 'int main ()' to 'int main (void)', for C++.
43062         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
43063         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
43064         for 'main', for C99 and C++.
43065
43066 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43067
43068         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
43069         Don't assume that exit status -1 is valid.
43070         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43071         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
43072         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
43073         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
43074         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
43075         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
43076         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
43077         functions can be used without declaring them, or that you can
43078         exit with status -1.
43079         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
43080
43081 2006-04-24  Karl Berry  <karl@gnu.org>
43082
43083         * config/srclist.txt (longdouble.m4): sync lost.
43084
43085 2006-04-24  Eric Blake  <ebb9@byu.net>
43086
43087         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
43088
43089 2006-04-24  Bruno Haible  <bruno@clisp.org>
43090
43091         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
43092         poll() implementation in AIX.
43093         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43094
43095 2006-04-24  Bruno Haible  <bruno@clisp.org>
43096
43097         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
43098         assigned exactly once.
43099
43100 2006-04-23  Claudio Fontana  <claudio@gnu.org>
43101             Bruno Haible  <bruno@clisp.org>
43102
43103         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
43104         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
43105         for AM_CPPFLAGS.
43106
43107 2006-04-23  Bruno Haible  <bruno@clisp.org>
43108
43109         * modules/copy-file: Depend on unistd.
43110         * modules/execute: Likewise.
43111         * modules/fatal-signal: Likewise.
43112         * modules/findprog: Likewise.
43113         * modules/mkdtemp : Likewise.
43114         * modules/pipe: Likewise.
43115         * modules/wait-process: Likewise.
43116
43117 2006-04-23  Bruno Haible  <bruno@clisp.org>
43118
43119         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43120         condition was already detected.
43121         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43122
43123 2006-04-23  Bruno Haible  <bruno@clisp.org>
43124
43125         * lib/copy-file.c: Include <unistd.h> unconditionally.
43126         * lib/execute.c: Likewise.
43127         * lib/fatal-signal.c: Likewise.
43128         * lib/findprog.c: Likewise.
43129         * lib/mkdtemp.c: Likewise.
43130         * lib/pipe.h: Likewise.
43131         * lib/pipe.c: Likewise.
43132         * lib/wait-process.h: Likewise.
43133
43134 2006-04-23  Bruno Haible  <bruno@clisp.org>
43135
43136         * gnulib-tool (func_usage): Fix --import description. Document
43137         --update.
43138         (func_import): Create temporary file in a temporary directory, if
43139         --dry-run is specified. Silence errors from 'grep' when there are no
43140         m4 files in $m4dir.
43141         (func_create_testdir): Silence errors from 'grep' when there are no
43142         m4 files in $m4dir.
43143         Reported by Karl Berry <karl@freefriends.org>.
43144
43145 2006-04-20  Bruno Haible  <bruno@clisp.org>
43146
43147         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
43148         one argument, so that the code will be portable to Autoconf 2.60.
43149         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
43150         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43151         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
43152
43153 2006-04-19  Derek Price  <derek@ximbiot.com>
43154             Eric Blake  <ebb9@byu.net>
43155
43156         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
43157         rather than "/full/path.h".  Update comment to match.  Shorten &
43158         generalize m4_translit call via AS_TR_CPP.
43159
43160 2006-04-19  Derek Price  <derek@ximbiot.com>
43161             Eric Blake  <ebb9@byu.net>
43162
43163         * lib/inttypes.h: Correct grammar in comment.
43164
43165 2006-04-18  Derek Price  <derek@ximbiot.com>
43166             Paul Eggert  <eggert@cs.ucla.edu>
43167
43168         * modules/inttypes: New file.
43169         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
43170
43171 2006-04-18  Derek Price  <derek@ximbiot.com>
43172             Paul Eggert  <eggert@cs.ucla.edu>
43173
43174         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
43175         New files.
43176
43177 2006-04-18  Derek Price  <derek@ximbiot.com>
43178             Paul Eggert  <eggert@cs.ucla.edu>
43179
43180         * lib/inttypes.h: New file.
43181         * lib/strtoimax.c: Assume <inttypes.h>.
43182
43183 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
43184
43185         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
43186         isn't mounted.  Problem reported by Kir Kolyshkin.
43187
43188 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43189
43190         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
43191         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
43192         Derek R. Price.
43193         * lib/regex.h (RE_DUP_MAX): Update comment to match current
43194         implementation.
43195
43196 2006-04-12  Eric Blake  <ebb9@byu.net>
43197
43198         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
43199         is now done automatically by the corresponding Autoconf macro.
43200
43201 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
43202
43203         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
43204         time_r.h.
43205
43206 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43207
43208         Merge regex changes from libc, removing some of our
43209         POSIX-conformance changes that were rejected and redoing them in a
43210         less-intrusive way.
43211
43212         * lib/regcomp.c (re_compile_internal, init_dfa):
43213         Length arg is now size_t, not Idx.  All uses changed.
43214         (peek_token): Forward decl now says internal_function.
43215         (__re_error_msgid, __re_error_msgid_idx):
43216         Now static rather than extern with attribute_hidden.
43217         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
43218         For some reason libc prefers K&R style defns for external functions.
43219         (regerror) [!defined _LIBC]: Likewise.
43220         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
43221         (seek_collating_symbol_entry, lookup_collation_sequence_value):
43222         (build_range_exp, build_collating_symbol):
43223         Use K&R-style defn.
43224         (re_compile_fastmap): Use '\0' to memset, not 0.
43225         (utf8_sb_map): Make the calculations more obvious.
43226         (init_dfa, parse_bracket_exp, build_charclass_op):
43227         Call calloc and cast result, as glibc does.
43228         (init_word_char, fetch_token, peek_token, peek_token_bracket):
43229         (build_range_exp, build_collating_symbol):
43230         Now internal functions.
43231
43232         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
43233
43234         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
43235         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
43236         Don't depend on VMS; depend on __VMS instead, for POSIX
43237         namespace cleanness.
43238         (regoff_t): Define to ssize_t, not long int.
43239
43240         Remove the REG_ macros named below.  Instead, make the old names
43241         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
43242         __USE_GNU_REGEX.
43243         (REG_BACKSLASH_ESCAPE_IN_LISTS):
43244         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
43245         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
43246         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
43247         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
43248         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
43249         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
43250         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
43251         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
43252         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
43253         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
43254         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
43255         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
43256         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
43257         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
43258         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
43259         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
43260         (REG_NREGS):
43261         Remove.  All uses replaced by the old RE_* names.
43262         (RE_BACKSLASH_ESCAPE_IN_LISTS):
43263         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
43264         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
43265         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
43266         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
43267         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
43268         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
43269         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
43270         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
43271         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
43272         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
43273         Don't bother having these macros be independent of each others'
43274         values, since they no longer exist in the POSIX name space.
43275
43276         Rename the following member names back to their old names,
43277         unless !__USE_GNU_REGEX.  All uses changed back.
43278         (buffer): Renamed from re_buffer.
43279         (allocated): Renamed from re_allocated.
43280         (used): Renamed from re_used.
43281         (syntax): Renamed from re_syntax.
43282         (fastmap): Renamed from re_fastmap.
43283         (translate): Renamed from re_translate.
43284         (can_be_null): Renamed from re_can_be_null.
43285         (regs_allocated): Renamed from re_regs_allocated.
43286         (fastmap_accurate): Renamed from re_fastmap_accurate.
43287         (no_sub): Renamed from re_no_sub.
43288         (not_bol): Renamed from re_not_bol.
43289         (not_eol): Renamed from re_not_eol.
43290         (newline_anchor): Renamed from re_newline_anchor.
43291         (num_regs): Renamed from rm_num_regs.
43292         (start): Renamed from rm_start.
43293         (end): Renamed from rm_end.
43294
43295         (free_state): Move up a bit.
43296
43297         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43298         #define to be empty.
43299         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43300         when that is what is intended.
43301         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43302         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43303         (MAX): New macro.
43304         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43305         All uses changed back to re_malloc, etc.  It's now the caller's
43306         responsibility to check for overflow; all callers changed.
43307         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43308         (re_x2nrealloc): Remove.
43309         (free_state): Remove decl.
43310
43311         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43312         (re_set_registers, re_exec):
43313         Use K&R-style defn.
43314
43315         2006-01-31  Roland McGrath  <roland@redhat.com>
43316
43317         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43318         Reported by Mike Frysinger <vapier@gentoo.org>.
43319
43320         2006-01-15  Andreas Jaeger  <aj@suse.de>
43321
43322         [BZ #1950]
43323         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43324         build_wcs_upper_buffer change.
43325         (build_wcs_upper_buffer): Change return type.
43326
43327         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43328
43329         * lib/regex_internal.h: Include <stdint.h> if available.
43330
43331         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43332
43333         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43334
43335         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43336
43337         * lib/regcomp.c: Adjust for changed secondary hash function.
43338
43339         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43340
43341         * lib/regex.h: Pretty printing.
43342         Clean up namespace a bit.
43343
43344         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43345
43346         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43347         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43348
43349         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43350                     Ulrich Drepper  <drepper@redhat.com>
43351
43352         [BZ #1302]
43353         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43354         changed.
43355         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43356
43357         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43358
43359         [BZ #281]
43360         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43361         * lib/regcomp.c: Remove unnecessary uses of
43362         unsigned RE_TRANSLATE_TYPE.
43363         * lib/regex_internal.h: Likewise.
43364         * lib/regex_internal.c: Likewise.
43365         * lib/regexec.c: Likewise.
43366         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43367
43368         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43369
43370         * lib/regexec.c (find_recover_state): Remove unnecessary
43371         initialization.
43372         (transit_state_bkref): Make DFA a const pointer.
43373         (get_subexp): Likewise.
43374         (check_arrival): Likewise.
43375         (update_cur_sifted_state): Likewise.
43376         (re_search_internal): Likewise.
43377         (prune_impossible_nodes): Likewise.
43378         (acquire_init_state_context): Likewise.
43379         (proceed_next_node): Likewise.
43380         (set_regs): Likewise.
43381         (free_fail_stack_return): Likewise.
43382         (check_arrival_expand_ecl): Mark DFA parameter as const.
43383         (check_arrival_expand_ecl_sub): Likewise.
43384         (check_subexp_limits): Likewise.
43385         (sub_epsilon_src_nodes):  Likewise.
43386         (add_epsilon_src_nodes):  Likewise.
43387         (merge_state_array): Likewise.
43388         (update_regs): Likewise.
43389         (build_trtable): Likewise.
43390         (sift_states_backward): Mark MCTX parameter as const.
43391         (build_sifted_states): Likewise.
43392         (update_cur_sifted_state): Likewise.
43393         (sift_states_mkref): Likewise.
43394         (check_arrival_expand_ecl): Mark eclosure as const.
43395         (check_dst_limits_calc_pos_1): Likewise.
43396         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43397         pointer.
43398
43399         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43400
43401         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43402         (transit_state_sb): Likewise.
43403         (transit_state_mb): Likewise.
43404         (sift_states_iter_mb): Likewise.
43405         (check_arrival_add_next_nodes): Likewise.
43406         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43407         [_LIBC] (re_search_2_stub): Use mempcpy.
43408
43409         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43410         mbrtowc for very simple UTF-8 case.
43411
43412         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43413         a pointer-to-const.
43414         (re_acquire_state_context): Likewise.
43415         * lib/regex_internal.h: Adjust prototypes.
43416
43417         * lib/regex.c: Prevent using C++ compilers.
43418
43419         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43420         (re_acquire_state_context): Likewise.
43421
43422 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43423
43424         * modules/regex (Depends-on): Add ssize_t.
43425
43426 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43427
43428         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
43429         translation table.
43430
43431 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43432
43433         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
43434
43435 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
43436             Bruno Haible  <bruno@clisp.org>
43437
43438         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
43439         <sys/types.h> and <inttypes.h>.
43440
43441 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43442
43443         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
43444         `__error_t_defined', so argp.h will not typedef the former.
43445
43446 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
43447
43448         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
43449         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
43450         glibc names.  Even if glibc is changed to conform to POSIX, the
43451         traditional names will be available anyway, since regex depends on
43452         the extensions module.  Also, fix a longstanding typo in the
43453         implementation of Spencer ERE test #75 from grep 2.3.  Problems
43454         reported by Emanuele Giaquinta.  Also, change sense of cached
43455         variable, so that the message makes sense.
43456
43457 2006-03-24  Simon Josefsson  <jas@extundo.com>
43458
43459         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
43460         including some doc fixes.
43461         (base64_encode_alloc): Fix +1 bug on allocation failures.
43462
43463 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43464
43465         * lib/base64.c (base64_encode): Do not read past end of array with
43466         unsanitized input on systems with CHAR_BIT > 8.
43467
43468 2006-03-24  Eric Blake  <ebb9@byu.net>
43469
43470         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
43471
43472 2006-03-22  Karl Berry  <karl@gnu.org>
43473
43474         * config/srclist.txt (*setenv.[ch]): get from coreutils.
43475         * config/srclistvars.sh (COREUTILS): new var.
43476
43477 2006-03-17  Jim Meyering  <jim@meyering.net>
43478
43479         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
43480         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
43481
43482 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43483
43484         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
43485         no longer needs it.  Instead, check that regoff_t is as least
43486         as wide as ptrdiff_t.
43487
43488         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
43489         so that our regex.h stays compatible with the installed regex.
43490         This is helpful for installers who configure --without-included-regex.
43491         Problem reported by Emanuele Giaquinta.
43492
43493 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
43494
43495         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
43496         Typedef to long int, not to off_, as POSIX will likely change
43497         in that direction.
43498
43499 2006-03-15  Eric Blake  <ebb9@byu.net>
43500
43501         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
43502
43503 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43504
43505         * lib/argp-help.c (validate_uparams): Fix typo
43506         * lib/argp-parse.c (argp_default_options): Consistently begin help
43507         messages with a lowercase letter.
43508
43509 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
43510
43511         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
43512         overrun buffers and shouldn't be used (much as gets shouldn't be
43513         used).
43514         * lib/time_r.c (asctime_r, ctime_r): Likewise.
43515
43516 2006-03-08  Simon Josefsson  <jas@extundo.com>
43517
43518         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
43519         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43520
43521 2006-03-08  Simon Josefsson  <jas@extundo.com>
43522
43523         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
43524         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43525
43526 2006-03-08  Simon Josefsson  <jas@extundo.com>
43527
43528         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
43529         signal that configure disabled the device.
43530
43531 2006-03-08  Simon Josefsson  <jas@extundo.com>
43532
43533         * build-aux/maint.mk: Fix refresh-po, to handle no translated
43534         languages.
43535
43536 2006-03-07  Simon Josefsson  <jas@extundo.com>
43537
43538         * modules/getopt (Depends-on): Add unistd.
43539
43540         * modules/unistd: New file.
43541
43542 2006-03-07  Simon Josefsson  <jas@extundo.com>
43543
43544         * modules/gc-random: New file.
43545
43546 2006-03-07  Simon Josefsson  <jas@extundo.com>
43547
43548         * m4/unistd_h.m4: New file.
43549
43550 2006-03-07  Simon Josefsson  <jas@extundo.com>
43551
43552         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
43553         test to be side-effect free by storing the result in the cache
43554         variable gl_cv_lib_readline, and moving the assignment of
43555         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
43556         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43557
43558 2006-03-07  Simon Josefsson  <jas@extundo.com>
43559
43560         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
43561         error on missing devices (the functions will return an error).
43562
43563         * m4/gc.m4: Move random stuff to gc-random.m4
43564
43565 2006-03-07  Simon Josefsson  <jas@extundo.com>
43566
43567         * lib/unistd_.h: New file.
43568
43569 2006-03-07  Simon Josefsson  <jas@extundo.com>
43570
43571         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
43572
43573 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43574
43575         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
43576         Problem reported by Juan Manuel Guerrero.
43577
43578 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43579
43580         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
43581         the unistd module.
43582         * lib/getlogin_r.c: Likewise.
43583         * lib/getlogin_r.h: Likewise.
43584         * lib/glob.c: Likewise.
43585         * lib/pagealign_alloc.c: Likewise.
43586         * lib/unistd_.h: Remove; no longer needed.
43587
43588 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
43589
43590         * MODULES.html.sh (Support for systems lacking POSIX:2001):
43591         Add unistd.
43592         * modules/c-stack (Depends-on): Add unistd.
43593         * modules/getlogin_r: Likewise.
43594         * modules/glob: Likewise.
43595         * modules/pagealign_alloc: Likewise.
43596         * modules/unistd (Files): Remove lib/unistd_.h.
43597         (EXTRA_DIST): Remove.
43598         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
43599         need unistd_.h.
43600         (MOSTLYCLEANFILES): Remove unistd.h-t.
43601
43602 2006-03-03  Simon Josefsson  <jas@extundo.com>
43603
43604         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
43605
43606 2006-03-03  Simon Josefsson  <jas@extundo.com>
43607
43608         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
43609         libidn and bison.
43610
43611 2006-03-03  Simon Josefsson  <jas@extundo.com>
43612
43613         * build-aux/maint.mk: Add indent target.
43614
43615 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
43616
43617         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
43618         our replacement poll.h in any case, to avoid a differing
43619         declaration from a system header.  Seen on AIX.
43620
43621 2006-03-01  Simon Josefsson  <jas@extundo.com>
43622
43623         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
43624         <kasal@ucw.cz>.
43625
43626 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43627
43628         * modules/gettime (Depends-on): Add extensions module.
43629         * modules/nanosleep (Depends-on): Likewise.
43630         * modules/settime (Depends-on): Likewise.
43631
43632 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43633
43634         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
43635         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
43636         pedantically.
43637         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43638         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
43639
43640         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
43641         not "==".  Reported by Ralf Wildenhues.
43642
43643 2006-03-01  Karl Berry  <karl@gnu.org>
43644
43645         * doc/Copyright/request-*: new files, synced from gnuorg.
43646
43647 2006-03-01  Karl Berry  <karl@gnu.org>
43648
43649         * config/srclist.txt (Copyright/*): new entries.
43650
43651 2006-02-28  Simon Josefsson  <jas@extundo.com>
43652
43653         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
43654
43655 2006-02-27  Simon Josefsson  <jas@extundo.com>
43656
43657         * lib/base64.h: Indent #define's.  From Jim Meyering
43658         <jim@meyering.net>.
43659
43660 2006-02-27  Jim Meyering  <jim@meyering.net>
43661
43662         Revert the change of 2006-02-24, so these files can continue
43663         to be sync'd from gettext.
43664         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
43665         of `config.h'.
43666
43667 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43668
43669         * modules/intprops: New file.
43670         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43671         Add intprops.
43672         * modules/getloadavg (Files): Remove lib/intprops.h.
43673         (Depends-on): Add intprops.
43674         * modules/human: Likewise.
43675         * modules/inttostr: Likewise.
43676         * modules/openat: Likewise.
43677         * modules/sig2str: Likewise.
43678         * modules/userspec: Likewise.
43679         * modules/utimecmp: Likewise.
43680         * modules/xnanosleep: Likewise.
43681         * modules/xstrtol: Likewise.
43682
43683 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
43684
43685         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
43686         * modules/lock-tests (TESTS): Use $(EXEEXT).
43687         * modules/tls-tests: Likewise.
43688         * modules/argp-tests: Likewise.
43689         (check_PROGRAMS): New var, replacing...
43690         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
43691
43692 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43693
43694         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
43695         `config.h'.
43696
43697 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
43698
43699         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
43700
43701 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43702
43703         Sync from coreutils.
43704         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
43705         gl_CHDIR_SAFER.
43706
43707 2006-02-22  Jim Meyering  <jim@meyering.net>
43708
43709         Sync from coreutils.
43710         * m4/chdir-safer.m4: New file.
43711
43712 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
43713
43714         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
43715         AT_FDCWD exceeds INT_MAX.
43716         * lib/openat.h (AT_FDCWD): Likewise.
43717
43718 2006-02-17  Eric Blake  <address@hidden>
43719
43720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
43721
43722 2006-02-16  Simon Josefsson  <jas@extundo.com>
43723
43724         * modules/getaddrinfo (Depends-on): Add sys_socket.
43725
43726 2006-02-15  Simon Josefsson  <jas@extundo.com>
43727
43728         * build-aux/maint.mk: Add dsyntax-check rule.
43729
43730 2006-02-15  Eric Blake  <ebb9@byu.net>
43731
43732         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
43733         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
43734         'present but cannot compile' warnings on cygwin.
43735         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
43736         use ws2tcpip.h if sys/socket.h works.
43737         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
43738         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
43739
43740 2006-02-14  Simon Josefsson  <jas@extundo.com>
43741
43742         * modules/maintainer-makefile (Files): Rename.
43743
43744         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
43745         and (the local) Makefile.cfg to maint-cfg.mk.
43746
43747         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
43748         to the latter.
43749
43750         * modules/maintainer-makefile: New module.
43751
43752         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
43753         severaly stripped to make it possible to build it up from scratch
43754         with reliable tests.
43755
43756         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
43757         fixes to permit overriding the default actions when configure and
43758         makefile are not available.
43759
43760 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
43761
43762         Sync from coreutils.
43763         * modules/lstat (Depends-on): Don't depend on xalloc.
43764         (License): Change from GPL to LGPL, since this is now simply a
43765         replacement for a libc function.
43766
43767 2006-02-14  Jim Meyering  <jim@meyering.net>
43768
43769         Sync from coreutils.
43770
43771         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
43772         failure on deficient systems, and simplify gnulib lgpl dependencies.
43773         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
43774         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
43775
43776         * lib/xalloc-die.c: Remove unused definition of N_.
43777
43778 2006-02-14  Jim Meyering  <jim@meyering.net>
43779
43780         Sync from coreutils.
43781         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
43782         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
43783         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
43784         double-quote uses of that variable, to accommodate the rare case in
43785         which getmntent is available in none of the libraries checked.  This
43786         happens at least on FreeBSD 5.0.
43787
43788 2006-02-13  Simon Josefsson  <jas@extundo.com>
43789
43790         * gnulib-tool (Usage): Fix --import, from
43791         karl@freefriends.org (Karl Berry).
43792
43793 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
43794
43795         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
43796
43797 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
43798
43799         * lib/argp-namefrob.h: Restore changes accidentally lost during the
43800         "autoupdate" on 2005-12-12.
43801
43802 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43803
43804         * modules/closeout (Depends-on): Remove atexit.
43805
43806 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
43807
43808         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
43809         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
43810
43811 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
43812
43813         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
43814         __EXTENSIONS__ if this causes compilation to fail.  Problem
43815         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
43816         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
43817
43818 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
43819
43820         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
43821         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
43822         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
43823         All uses changed.
43824
43825 2006-01-26  Simon Josefsson  <jas@extundo.com>
43826
43827         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
43828         prototype is visible on mingw32.
43829
43830         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
43831         for mingw32.
43832
43833         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
43834         mingw32).
43835
43836 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
43837
43838         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
43839         attempt to open for write; this always fails, at least on POSIX
43840         hosts.  This reinstates the 2006-01-09 change, which was
43841         inadvertently removed.
43842
43843 2006-01-26  Bruno Haible  <bruno@clisp.org>
43844
43845         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
43846         Reported by Paul Eggert.
43847
43848 2006-01-26  Bruno Haible  <bruno@clisp.org>
43849             Paul Eggert  <eggert@cs.ucla.edu>
43850
43851         * lib/stdbool_.h (_Bool)
43852         [(! (defined __cplusplus || defined __BEOS__)
43853           && !defined __GNUC__
43854           && !(defined __HP_cc || defined __xlc__
43855                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
43856                || defined __sgi))]:
43857         #define to signed char in these cases too; this simplifies
43858         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
43859         etc., separately) and makes it more conservative.
43860
43861 2006-01-25  Simon Josefsson  <jas@extundo.com>
43862
43863         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
43864         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
43865         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
43866
43867 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43868
43869         * lib/argp-namefrob.h: Bugfix. Remove stray #
43870
43871 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
43872
43873         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
43874         so that we test the test.
43875         Check for yet another HP-UX cc bug involving *bool |= bool.
43876
43877 2006-01-25  Karl Berry  <karl@gnu.org>
43878
43879         * config/srclist.txt (vasnprintf.c): sync lost.
43880
43881 2006-01-25  Jim Meyering  <jim@meyering.net>
43882
43883         Sync from the stable (b5) branch of coreutils:
43884
43885         * lib/fts.c (fts_children): Don't let close() clobber errno from
43886         failed fchdir().
43887
43888         * lib/fts.c (fts_stat): When following a symlink-to-directory,
43889         don't necessarily interpret stat-fails+lstat-succeeds as indicating
43890         a dangling symlink.  That can also happen at least for ELOOP.
43891         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
43892         FYI, this bug predates the inclusion of fts.c in coreutils.
43893
43894         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
43895         in their own block, so pre-c99 compilers don't object.
43896
43897         Avoid the double-free (first in fts_read, second in fts_close) that
43898         would occur when an `active' directory is made inaccessible (e.g.,
43899         via chmod a-x) during a traversal.
43900         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
43901         before returning.  Reproduce this failure by
43902         mkdir -p a/b; cd a; chmod a-x . b
43903         Reported by Stavros Passas.
43904
43905 2006-01-25  Jim Meyering  <jim@meyering.net>
43906
43907         * lib/fileblocks.c: Remove more useless parentheses.
43908         * lib/readutmp.h: Likewise.
43909
43910 2006-01-25  Bruno Haible  <bruno@clisp.org>
43911
43912         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
43913         warnings.
43914         Reported by Paul Eggert.
43915
43916 2006-01-25  Bruno Haible  <bruno@clisp.org>
43917
43918         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
43919         rid of a trap command. For Solaris sh.
43920         Reported by Mark D. Baushke <mdb@gnu.org>.
43921
43922 2006-01-24  Simon Josefsson  <jas@extundo.com>
43923
43924         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
43925         Bruno.
43926
43927 2006-01-24  Karl Berry  <karl@gnu.org>
43928
43929         * config/srclist.txt (argp-namefrob.h): sync lost.
43930
43931 2006-01-24  Jim Meyering  <jim@meyering.net>
43932
43933         * modules/openat (Files): Add lib/intprops.h.
43934         From Mark D. Baushke.
43935
43936 2006-01-24  Jim Meyering  <jim@meyering.net>
43937
43938         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
43939         Reported by Mark D. Baushke.
43940
43941 2006-01-24  Jim Meyering  <jim@meyering.net>
43942
43943         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
43944
43945 2006-01-24  Bruno Haible  <bruno@clisp.org>
43946
43947         * modules/strnlen (Maintainer): Change from glibc to all.
43948
43949 2006-01-24  Bruno Haible  <bruno@clisp.org>
43950
43951         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
43952         Patch by Paul Eggert.
43953
43954 2006-01-24  Bruno Haible  <bruno@clisp.org>
43955
43956         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
43957         already has it.
43958         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
43959         2005-11-26.
43960
43961         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
43962         'signed char' to avoid problems with the built-in _Bool type.
43963         Reported by Paul Eggert on 2005-11-26.
43964
43965 2006-01-24  Bruno Haible  <bruno@clisp.org>
43966
43967         * gnulib-tool (func_import): Avoid constructing complicated sed
43968         expressions inside backquote.
43969         Report and solution by Mark D. Baushke <mdb@gnu.org>.
43970
43971 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
43972
43973         These changes imported from libc.
43974         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
43975         test and two separate function calls.
43976         * lib/strndup.c (__strndup): Add libc_hidden_def.
43977
43978 2006-01-23  Simon Josefsson  <jas@extundo.com>
43979
43980         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
43981         Remove the test_*_SOURCES variable: automake infers it by default.
43982         * modules/tls-tests: Likewise.
43983
43984 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43985
43986         Work around porting bugs reported by Dieter in
43987         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
43988         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
43989         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
43990         Include "getopt.h" first, to check interface.
43991         (getenv): Declare only if defined HAVE_DECL_GETENV &&
43992         !HAVE_DECL_GETENV.
43993         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
43994         (__strndup): Revert to K&R-style function dfns, the glibc style.
43995         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
43996         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
43997         Include strnlen.h first, to get prototype properly.
43998         (strnlen): Renamed from __strnlen.
43999         Remove weak alias.
44000
44001 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44002
44003         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
44004
44005 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44006
44007         * config/srclist.txt: Adjust to reflect glibc reorganization.
44008         This affects only comments.
44009
44010 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44011
44012          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
44013          Reported by Bruce Korb <bkorb@gnu.org>.
44014
44015 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
44016
44017         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
44018         to pacify gcc -Wswitch-default.
44019
44020 2006-01-22  Bruno Haible  <bruno@clisp.org>
44021
44022         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
44023         temporary buffer for sprintf, take into account the precision also
44024         for 'd', 'i', 'u', 'o', 'x', 'X'.
44025
44026 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44027
44028         * modules/argp-tests: New module
44029         * tests/test-argp.c: New file
44030         * tests/test-argp-2.sh: New file
44031
44032 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44033
44034         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
44035         (__argp_base_name): Removed
44036         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
44037         typo.
44038         (__argp_base_name): Provide macro definition or extern declaration
44039         depending on the configuration
44040
44041 2006-01-20  Simon Josefsson  <jas@extundo.com>
44042
44043         * modules/inet_ntop (Depends-on): Depend on sys_socket.
44044
44045 2006-01-20  Simon Josefsson  <jas@extundo.com>
44046
44047         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
44048
44049 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44050
44051         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
44052         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
44053         Suggested by Bruno Haible.
44054
44055 2006-01-20  Karl Berry  <karl@gnu.org>
44056
44057         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
44058         until changes propagate, I guess.
44059
44060 2006-01-19  Simon Josefsson  <jas@extundo.com>
44061
44062         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
44063
44064 2006-01-19  Simon Josefsson  <jas@extundo.com>
44065
44066         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
44067
44068 2006-01-19  Simon Josefsson  <jas@extundo.com>
44069
44070         * gnulib-tool: Set check_PROGRAMS.
44071
44072         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44073         modules/des-tests, modules/gc-arcfour-tests,
44074         modules/gc-arctwo-tests, modules/gc-des-tests,
44075         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44076         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44077         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44078         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44079         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44080         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
44081         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
44082         test_*_SOURCES.
44083
44084 2006-01-18  Simon Josefsson  <jas@extundo.com>
44085
44086         * modules/socklen (Depends-on): Depend on sys_socket.
44087
44088 2006-01-18  Simon Josefsson  <jas@extundo.com>
44089
44090         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44091         modules/des-tests, modules/gc-arcfour-tests,
44092         modules/gc-arctwo-tests, modules/gc-des-tests,
44093         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44094         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44095         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44096         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44097         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44098         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
44099         $(EXEEXT) to automake TESTS variable, for mingw32.
44100
44101 2006-01-17  Simon Josefsson  <jas@extundo.com>
44102
44103         * modules/socklen (Include): Need sys/socket.h.
44104
44105 2006-01-17  Bruno Haible  <bruno@clisp.org>
44106
44107         * modules/ssize_t (Include): Add <sys/types.h>.
44108
44109 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
44110
44111         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
44112         it's not portable and it doesn't work with cross-compiles.
44113         Problem reported by Bruno Haible.  Fix missing-$ typo in
44114         'test "gl_cv_ignore_unused_libraries" ...' that prevented
44115         -zignore from being used with Sun's C compiler.
44116
44117 2006-01-12  Simon Josefsson  <jas@extundo.com>
44118
44119         * lib/base64.c: Fix warning, reported by Bruno Haible
44120         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44121
44122 2006-01-12  Bruno Haible  <bruno@clisp.org>
44123
44124         * modules/ldd: New file.
44125         * build-aux/ldd.sh.in: New file.
44126         * MODULES.html.sh (Support for building libraries and executables): Add
44127         ldd.
44128
44129 2006-01-12  Bruno Haible  <bruno@clisp.org>
44130
44131         * m4/ldd.m4: New file.
44132
44133 2006-01-12  Bruno Haible  <bruno@clisp.org>
44134
44135         * gnulib-tool (func_import, func_create_testdir): Don't go into an
44136         endless loop while replacing $auxdir with build-aux.
44137
44138 2006-01-11  Simon Josefsson  <jas@extundo.com>
44139
44140         * lib/stdint_.h (SIZE_MAX): Add missing (.
44141
44142 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
44143
44144         Sync from coreutils.
44145         * lib/md5.c: Fix commentary typos.
44146         (alignof, UNALIGNED_P): No need for a GCC-specific version.
44147         * lib/md5.h (__attribute__): Remove; unused.
44148         * lib/sha1.c: Fix commentary to match md5 better.
44149         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
44150         so that we don't need to worry about alignment.  All uses changed.
44151         This merges the 2005-10-28 md5 change into sha1.
44152
44153 2006-01-11  Jim Meyering  <jim@meyering.net>
44154
44155         Sync from coreutils.
44156         * lib/md5.c (OP): Fix spacing.
44157
44158 2006-01-11  Bruno Haible  <bruno@clisp.org>
44159
44160         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44161         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
44162         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
44163
44164 2006-01-11  Bruno Haible  <bruno@clisp.org>
44165
44166         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44167         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
44168         the "early" section as well.
44169
44170 2006-01-11  Bruno Haible  <bruno@clisp.org>
44171
44172         Avoid "ar: no archive members specified" error on MacOS X.
44173         * gnulib-tool (func_modules_add_dummy): New function.
44174         (func_import, func_create_testdir): Invoke it.
44175
44176 2006-01-11  Bruno Haible  <bruno@clisp.org>
44177
44178         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
44179         with $auxdir in AC_CONFIG_FILES statements.
44180
44181 2006-01-11  Bruno Haible  <bruno@clisp.org>
44182
44183         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44184         Initialize also noinst_HEADERS to empty.
44185
44186 2006-01-11  Bruno Haible  <bruno@clisp.org>
44187
44188         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
44189         variables.
44190         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
44191         autoreconf.
44192
44193 2006-01-11  Bruno Haible  <bruno@clisp.org>
44194
44195         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
44196         overridable by the user.
44197         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44198
44199 2006-01-10  Simon Josefsson  <jas@extundo.com>
44200
44201         * modules/sys_socket: New file.
44202
44203 2006-01-10  Simon Josefsson  <jas@extundo.com>
44204
44205         * m4/sys_socket_h.m4: New file.
44206
44207 2006-01-10  Simon Josefsson  <jas@extundo.com>
44208
44209         * lib/socket_.h: New file.
44210
44211 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44212
44213         * modules/readutmp (Maintainer): Add myself.
44214
44215 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44216
44217         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
44218         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
44219         People who are still concerned with buggy memcmp implementations
44220         can invoke gl_FUNC_MEMCMP themselves.
44221
44222 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44223
44224         * lib/regex_internal.h (BITSET_WORD_BITS):
44225         Work around a bug in 64-bit PGC (before version 6.1-2), where the
44226         preprocessor mishandles large unsigned values as if they were signed.
44227         Problem reported by Claudio Fontana in
44228         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
44229
44230 2006-01-10  Jim Meyering  <jim@meyering.net>
44231
44232         Avoid the double-free (first in fts_read, second in fts_close) that
44233         would occur when an `active' directory is made inaccessible (e.g.,
44234         via chmod a-x) during a traversal.
44235         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44236         before returning.  Reproduce this failure by
44237         mkdir -p a/b; cd a; chmod a-x . b
44238         Reported by Stavros Passas.
44239
44240         Sync from coreutils.
44241         * lib/sha1.c: Tweak grammar in a comment.
44242
44243 2006-01-10  Jim Meyering  <jim@meyering.net>
44244
44245         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
44246         Patch by Joerg Sonnenberger.
44247
44248 2006-01-10  Bruno Haible  <bruno@clisp.org>
44249
44250         * modules/readutmp: Depend on module free.
44251         * modules/strtok_r: Depend on module restrict.
44252
44253 2006-01-10  Bruno Haible  <bruno@clisp.org>
44254
44255         * modules/gettext (configure.ac): Add an invocation of
44256         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
44257
44258 2006-01-10  Bruno Haible  <bruno@clisp.org>
44259
44260         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
44261         Reported by Werner Lemberg <wl@gnu.org>.
44262
44263 2006-01-10  Bruno Haible  <bruno@clisp.org>
44264
44265         * lib/localcharset.c: Update from GNU gettext.
44266
44267 2006-01-10  Bruno Haible  <bruno@clisp.org>
44268
44269         * lib/argp.h (__const): Remove macro. Use const instead.
44270         * lib/argp-fmtstream.h (__const): Likewise.
44271         * lib/glob_.h (__const): Remove macro.
44272         * lib/glob-libc.h: Use const instead of __const.
44273
44274 2006-01-10  Bruno Haible  <bruno@clisp.org>
44275
44276         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44277         variable.
44278         Needed to avoid an automake error regarding the 'gettext' module.
44279
44280 2006-01-09  Simon Josefsson  <jas@extundo.com>
44281
44282         * modules/inet_ntop (Depends-on): Add restrict.
44283
44284 2006-01-09  Simon Josefsson  <jas@extundo.com>
44285
44286         * modules/gc-rijndael-tests (License): Put under LGPL.
44287
44288         * modules/gc-des-tests (License): Likewise.
44289
44290         * modules/gc-arcfour-tests (License): Likewise.
44291
44292         * modules/gc-arctwo-tests (License): Likewise.
44293
44294         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44295
44296         * modules/gc-hmac-sha1-tests (Files): Likewise.
44297
44298         * modules/gc-hmac-md5-tests (License): Likewise.
44299
44300         * modules/gc-sha1-tests (License): Likewise.
44301
44302         * modules/gc-md5-tests (License): Likewise.
44303
44304         * modules/gc-md4-tests (License): Likewise.
44305
44306         * modules/gc-md2-tests (License): Likewise.
44307
44308         * modules/gc-tests (License): Likewise.
44309
44310         * modules/des-tests (License): Likewise.
44311
44312         * modules/md4-tests (License): Likewise.
44313
44314         * modules/md2-tests (License): Likewise.
44315
44316 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44317
44318         Sync from coreutils:
44319
44320         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44321         * modules/lib-ignore: New file.
44322         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44323         chdir-safer.m4, lchmod.m4.
44324         * modules/openat: Add mkdirat.c, openat-priv.h.
44325
44326 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44327
44328         Sync from coreutils.
44329         * m4/lib-ignore.m4: New file.
44330         * m4/lchmod.m4: New file.
44331
44332 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44333
44334         Sync from coreutils.
44335         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44336         for write access: POSIX says that must fail.
44337         * lib/fts.c (diropen): Likewise.
44338         * lib/save-cwd.c (save_cwd): Likewise.
44339         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44340         well, for minor improvements on hosts that lack O_DIRECTORY.
44341         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44342         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44343         Fall back on chown if open failed with EACCES.
44344
44345         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44346         Report an error at compile-time if only a 1-second nominal clock
44347         resolution is found.
44348
44349         * lib/lchmod.h: New file.
44350         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44351         (make_dir_parents): Use lchown rather than chown, and
44352         lchmod rather than chmod.
44353
44354         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44355         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44356         "proc" reported by n0dalus.
44357
44358         * lib/mountlist.c: Include <limits.h>.
44359         (dev_from_mount_options)
44360         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44361         New function.  It no longer assumes "dev=" has the System V meaning
44362         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44363         (read_file_system_list)
44364         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44365         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44366         dev= in that case.
44367
44368         * lib/posixtm.h (PDS_PRE_2000): New macro.
44369         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44370         allow_century.  All usages changed.  Reject dates outside the range
44371         1969-1999 if PDS_PRE_2000 is used.
44372
44373 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44374
44375         Sync from coreutils.
44376         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44377         (Time of day items): Mention the possibility of leap seconds.
44378         Problem reported by Dr. David Alan Gilbert.
44379
44380 2006-01-09  Jim Meyering  <jim@meyering.net>
44381
44382         Sync from coreutils.
44383
44384         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44385
44386         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44387
44388         * lib/modechange.c (mode_compile): Reject an invalid mode string
44389         that starts with an octal digit.  From Andreas Gruenbacher.
44390
44391         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44392         and dup to open_safer and dup_safer, respectively.
44393         (openat_permissive): Fix typo in comment.
44394
44395         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44396         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44397         (_): Remove; no longer needed.
44398         (openat): Renamed from rpl_openat; no need for rpl_openat
44399         since openat.h renames openat for us.
44400         Replace most of the body with a call to openat_permissive,
44401         to avoid duplicate code.
44402         Port to (probably hypothetical) environments were mode_t is
44403         wider than int.
44404         (openat_permissive): Require mode arg, so that we can check
44405         types better.  Put it just after flags.  Change cwd failure
44406         indicator from pointer-to-bool to pointer-to-errno-value.
44407         All callers changed.
44408         Invoke openat_save_fail and/or openat_restore_fail if
44409         cwd_errno is null, so that openat can call us.
44410         (openat_permissive, fdopendir, fstatat, unlinkat):
44411         Simplify errno handling to avoid some duplicate code,
44412         as it's OK to set errno on success.
44413         * lib/openat.h: Revamp code so that function macros depend on
44414         __OPENAT_PREFIX only, not also on AT_FDCWD.
44415         (openat_ro): Remove.  Caller changed to use openat_permissive.
44416         (openat_permissive): Now a macro, if not a function.
44417         (openat_restore_fail, openat_save_fail): Now always functions,
44418         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44419
44420         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44421         and openat.c.
44422         * lib/mkdirat.c: Include openat-priv.h.
44423         Remove definitions of macros defined therein.
44424         * lib/openat.c: Likewise.
44425
44426         * lib/mkdirat.c (mkdirat): New file and function.
44427         * lib/openat.h (mkdirat): Declare.
44428
44429         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
44430
44431         * lib/openat.h (openat_permissive): Declare.
44432         (openat_ro): Define.
44433
44434         * lib/openat.c (EXPECTED_ERRNO): New macro.
44435         (openat_permissive): New function -- used in remove.c rewrite.
44436         (all functions): Set errno just before returning, only if there
44437         was an actual failure.
44438         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
44439
44440         Emulate openat-family functions using Linux's procfs, if possible.
44441         Idea and some code based on Ulrich Drepper's glibc changes.
44442
44443         * lib/openat.c: (BUILD_PROC_NAME): New macro.
44444         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
44445         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
44446         before falling back on save_cwd and restore_cwd.
44447         (fdopendir, fstatat, unlinkat): Likewise.
44448
44449         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
44450         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
44451
44452         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
44453         as second argument to va_arg.  Otherwise, some versions of gcc
44454         warn that `if this code is reached, the program will abort'.
44455
44456 2006-01-09  Jim Meyering  <jim@meyering.net>
44457
44458         Sync from coreutils.
44459         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
44460         Require openat-priv.h.
44461
44462 2006-01-09  Bruno Haible  <bruno@clisp.org>
44463
44464         * modules/strnlen (Include): Use strnlen.h.
44465
44466 2006-01-09  Bruno Haible  <bruno@clisp.org>
44467
44468         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
44469
44470 2006-01-09  Bruno Haible  <bruno@clisp.org>
44471
44472         * lib/sysexit_.h (EX_OK): New macro.
44473         Suggested by Martin Lambers <marlam@marlam.de>.
44474
44475 2006-01-09  Bruno Haible  <bruno@clisp.org>
44476
44477         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
44478         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
44479
44480 2006-01-09  Bruno Haible  <bruno@clisp.org>
44481
44482         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
44483         numbers.
44484
44485 2006-01-09  Bruno Haible  <bruno@clisp.org>
44486
44487         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
44488         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
44489         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
44490         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
44491
44492 2006-01-09  Bruno Haible  <bruno@clisp.org>
44493
44494         * build-aux/javacomp.sh.in: New file, moved from lib/.
44495         * modules/javacomp-script (Files): Update.
44496         (configure.ac): Add AC_CONFIG_FILES invocation.
44497         (EXTRA_DIST): Remove variable.
44498
44499         * build-aux/javaexec.sh.in: New file, moved from lib/.
44500         * modules/javaexec (Files): Update.
44501         (configure.ac): Add AC_CONFIG_FILES invocation.
44502         (EXTRA_DIST): Remove javaexec.sh.in.
44503
44504         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
44505         * modules/csharpcomp-script (Files): Update.
44506         (configure.ac): Add AC_CONFIG_FILES invocation.
44507         (EXTRA_DIST): Remove variable.
44508
44509         * build-aux/csharpexec.sh.in: New file, moved from lib/.
44510         * modules/csharpexec (Files): Update.
44511         (configure.ac): Add AC_CONFIG_FILES invocation.
44512         (EXTRA_DIST): Remove csharpexec.sh.in.
44513
44514 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44515
44516         Sync from coreutils.
44517
44518         Add POSIX ACL support
44519         * lib/acl.h (copy_acl, set_acl): Add declarations.
44520         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
44521         systems other than Linux.
44522         (chmod_or_fchmod): New function: use fchmod when possible,
44523         and chmod otherwise.
44524         (file_has_acl): Add a POSIX ACL implementation, with a
44525         Linux-specific subcase.
44526         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
44527         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
44528         acls are unsupported.
44529         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
44530         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
44531         are unsupported.
44532
44533 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
44534
44535         Sync from coreutils.
44536         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
44537
44538 2006-01-07  Bruno Haible  <bruno@clisp.org>
44539
44540         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
44541         gl_EARLY.
44542
44543 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44544
44545         * lib/strftime.c (tzname): Don't declare if it is already #defined.
44546         Problem reported for Mingw by Mark Junker.
44547
44548 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44549
44550         * README: Gnulib normally doesn't generate a tarball.
44551
44552 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
44553
44554         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
44555         long int, not int, for nanosecond counts, so that people who are
44556         used to POSIX struct timespec won't be surprised.  Reported by Jim
44557         Meyering.
44558
44559 2005-12-28  Bruno Haible  <bruno@clisp.org>
44560
44561         * build-aux/config.rpath: Update from GNU gettext.
44562
44563 2005-12-16  Jim Meyering  <jim@meyering.net>
44564
44565         * modules/fprintftime: New module.
44566         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
44567
44568 2005-12-16  Jim Meyering  <jim@meyering.net>
44569
44570         * m4/fprintftime.m4: New file.
44571
44572 2005-12-16  Jim Meyering  <jim@meyering.net>
44573
44574         * lib/fprintftime.c, lib/fprintftime.h: New files.
44575
44576 2005-12-15  Simon Josefsson  <jas@extundo.com>
44577
44578         * modules/socklen (configure.ac): Fix M4 macro name, to align with
44579         new m4/socklen.m4.
44580
44581 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44582
44583         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
44584         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
44585
44586 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44587
44588         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
44589         * lib/argp-help.c (fill_in_uparams): Check if the constructed
44590         struct uparams is valid. Fall back to the default values if it is
44591         not.
44592
44593 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44594
44595         * modules/argp (Files): Add argp-pin.c
44596         (Depends-on): dirname
44597         (lib_SOURCES): Add argp-pin.c
44598
44599 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44600
44601         * m4/argp.m4:  Check if program_invocation_name and
44602         program_invocation_short_name are declared and define appropriate
44603         macros if they are not.
44604
44605 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44606
44607         * lib/argp-help.c (__argp_base_name): New function
44608         (__argp_short_program_name): Rewrite using __argp_base_name
44609         * lib/argp-namefrob.h: Define program_invocation_name and
44610         program_invocation_short_name if requested
44611         (__argp_base_name): Add prototype
44612         * lib/argp-parse.c (argp_def): Use gettext wrappers
44613         (argp_default_parser): Use __argp_base_name
44614         * lib/argp-pin.c: New file. Defines program_invocation_name and
44615         program_invocation_short_name on systems that lack them.
44616
44617 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44618
44619         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
44620         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44621         porting problem reported by Georg Schwarz in
44622         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44623
44624 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44625
44626         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
44627         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
44628         porting problem reported by Georg Schwarz in
44629         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
44630
44631 2005-12-05  Bruno Haible  <bruno@clisp.org>
44632
44633         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
44634         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
44635         Reported by Mark Junker <mjscod@gmx.de>.
44636
44637 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
44638
44639         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
44640         Use implementation from Albert Chin, with some
44641         comments/corrections by Stepan Kasal and myself.
44642
44643 2005-12-02  Bruno Haible  <bruno@clisp.org>
44644
44645         * gnulib-tool (func_import): Accept GPLed build tool modules when
44646         --lgpl is given.
44647         * modules/csharpcomp-script: New file.
44648         * modules/csharpcomp: Depend on it.
44649         * modules/javacomp-script: New file.
44650         * modules/javacomp: Depend on it.
44651         Suggested by Simon Josefsson.
44652
44653 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
44654
44655         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
44656         statement, to work around an HP-UX 10.20 compiler bug reported by
44657         Peter O'Gorman.
44658
44659 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44660
44661         * modules/savedir (Depends-on): Add openat.
44662
44663 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
44664
44665         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
44666         (uintmax_t) [defined uintmax_t]: Do not declare.
44667         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
44668         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
44669         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
44670         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
44671         sake of portability to weird hosts that C allows (though we don't
44672         know of any practical examples).
44673
44674         * lib/savedir.h (fdsavedir): New decl.
44675         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
44676         contains most of the former guts of savedir.
44677         (savedir): Use savedirstream.
44678         Include "openat.h".
44679
44680 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44681
44682         * modules/obstack (Files): Add m4/ulonglong.m4.
44683         Problem reported by Davide Angelocola.
44684
44685 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
44686
44687         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
44688         coreutils no longer futzes with rounding modes.
44689
44690 2005-11-14  Jim Meyering  <jim@meyering.net>
44691
44692         * lib/mkstemp-safer.c: Include <config.h>, required for possible
44693         replacement of mkstemp.
44694
44695 2005-11-10  Simon Josefsson  <jas@extundo.com>
44696
44697         * lib/readline.c: Remove EOL.
44698
44699 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44700
44701         * modules/gethrxtime (Depends-on): Add gettime.
44702
44703 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44704
44705         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
44706         or gettimeofday; no longer needed.
44707
44708 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44709
44710         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
44711         time business.
44712         (gethrxtime) [! (HAVE_NANOUPTIME
44713         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
44714         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
44715         our own approximation.
44716
44717 2005-11-08  Eric Blake  <ebb9@byu.net>
44718
44719         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44720
44721 2005-11-08  Eric Blake  <ebb9@byu.net>
44722
44723         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
44724
44725 2005-11-04  Bruno Haible  <bruno@clisp.org>
44726
44727         * gnulib-tool: Implement --update mode.
44728
44729 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44730
44731         Fix porting problem reported by Theodoros V. Kalamatianos.
44732         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
44733         Don't assume that futimes failing means we must fail.
44734
44735 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
44736
44737         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
44738         variables to suggest the intended function of the PATH_MAX check.
44739
44740 2005-10-30  Kean Johnston  <jkj@sco.com>
44741
44742         Trivial changes to support SCO systems.
44743         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
44744         as PATH_MAX.
44745         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
44746         where __ptr is null when no I/O is pending.
44747
44748 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44749
44750         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
44751         leave errno alone.  Problem reported by Dmitry V. Levin.
44752
44753 2005-10-28  Simon Josefsson  <jas@extundo.com>
44754
44755         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
44756         Test more.
44757
44758         * tests/test-gc-md2.c, tests/test-md2.c: New files.
44759
44760         * modules/md2, modules/md2-tests: New files.
44761
44762 2005-10-28  Simon Josefsson  <jas@extundo.com>
44763
44764         * m4/inet_ntop.m4: More tests.
44765
44766         * m4/gc-md2.m4, md2.m4: New file.
44767
44768 2005-10-28  Simon Josefsson  <jas@extundo.com>
44769
44770         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
44771         "restrict" keywords, as per POSIX.  Protect the function
44772         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
44773         Don't use K&R prototypes.  Check the sprintf return values.
44774         Re-define EAFNOSUPPORT if not present.  Indent.
44775
44776         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
44777         suggested by Bruno Haible <bruno@clisp.org>.
44778
44779         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
44780
44781         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
44782
44783         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
44784         libgcrypt).
44785
44786         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
44787
44788         * lib/md2.h, lib/md2.c: New files.
44789
44790 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
44791
44792         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
44793         errno alone.  Problem reported by Frederic Jolliton.
44794
44795 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
44796
44797         * modules/verify (License): Change from GPL to LGPL.  This is a
44798         tiny module and there are apparently near-equivalents that are
44799         under the BSD license.
44800
44801 2005-10-24  Simon Josefsson  <jas@extundo.com>
44802
44803         * modules/sha1: Relicense to LGPL.
44804
44805 2005-10-24  Simon Josefsson  <jas@extundo.com>
44806
44807         * lib/md4.h: Shrink buffer size, now that we changed the type.
44808
44809 2005-10-23  Simon Josefsson  <jas@extundo.com>
44810
44811         * gnulib-tool (func_import): Fix --tests-base.
44812
44813 2005-10-22  Simon Josefsson  <jas@extundo.com>
44814
44815         * modules/arcfour (Depends-on): Need stdint.
44816
44817 2005-10-22  Simon Josefsson  <jas@extundo.com>
44818
44819         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
44820         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
44821
44822 2005-10-22  Simon Josefsson  <jas@extundo.com>
44823
44824         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
44825         suggested by Bruno Haible <bruno@clisp.org>.
44826
44827 2005-10-22  Simon Josefsson  <jas@extundo.com>
44828
44829         * lib/crc.h: Include stddef.h, for size_t.
44830
44831 2005-10-22  Simon Josefsson  <jas@extundo.com>
44832
44833         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
44834         arcfour_context struct (simplify test vector testing in GNU
44835         Shishi).
44836
44837 2005-10-21  Simon Josefsson  <jas@extundo.com>
44838
44839         * modules/des, modules/des-tests: New files.
44840
44841         * modules/gc-des, modules/gc-des-tests: New files.
44842
44843         * tests/test-des.c, tests/test-gc-des.c: New file.
44844
44845 2005-10-21  Simon Josefsson  <jas@extundo.com>
44846
44847         * modules/arctwo, modules/arctwo-tests: New files.
44848
44849         * tests/test-arctwo.c: New file.
44850
44851         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
44852
44853         * tests/test-gc-arctwo.c: New file.
44854
44855 2005-10-21  Simon Josefsson  <jas@extundo.com>
44856
44857         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
44858         Bruno Haible <bruno@clisp.org>.
44859
44860         * m4/gc-des.m4: New file.
44861
44862 2005-10-21  Simon Josefsson  <jas@extundo.com>
44863
44864         * m4/arctwo.m4: New file.
44865
44866         * m4/gc-arctwo.m4: New file.
44867
44868 2005-10-21  Simon Josefsson  <jas@extundo.com>
44869
44870         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
44871         block.
44872
44873 2005-10-21  Simon Josefsson  <jas@extundo.com>
44874
44875         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
44876         <bruno@clisp.org>.
44877
44878         * lib/hmac-sha1.c (hmac_sha1): Likewise.
44879
44880         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
44881         Bruno Haible <bruno@clisp.org>.
44882
44883         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
44884         <bruno@clisp.org>.
44885
44886 2005-10-21  Simon Josefsson  <jas@extundo.com>
44887
44888         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
44889
44890 2005-10-21  Simon Josefsson  <jas@extundo.com>
44891
44892         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
44893
44894 2005-10-21  Simon Josefsson  <jas@extundo.com>
44895
44896         * lib/des.h, lib/des.c: New files.
44897
44898         * lib/gc-gnulib.c: Support DES.c
44899
44900 2005-10-21  Simon Josefsson  <jas@extundo.com>
44901
44902         * lib/arctwo.h, lib/arctwo.c: New files.
44903
44904         * lib/gc-gnulib.c: Support ARCTWO.
44905
44906 2005-10-21  Simon Josefsson  <jas@extundo.com>
44907
44908         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
44909         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44910
44911 2005-10-21  Simon Josefsson  <jas@extundo.com>
44912
44913         * gnulib-tool (func_import, func_create_testdir): Define automake
44914         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
44915         Makefile.am snippet),
44916         suggested by Bruno Haible <bruno@clisp.org>.
44917
44918         * modules/gc (Makefile.am): Use it.
44919
44920 2005-10-21  Bruno Haible  <bruno@clisp.org>
44921
44922         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
44923         patch.
44924
44925 2005-10-19  Simon Josefsson  <jas@extundo.com>
44926
44927         * tests/test-gc-rijndael.c: New file.
44928
44929         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
44930
44931 2005-10-19  Simon Josefsson  <jas@extundo.com>
44932
44933         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
44934         interface too.
44935
44936 2005-10-19  Simon Josefsson  <jas@extundo.com>
44937
44938         * tests/test-gc-arcfour.c: New file.
44939
44940         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
44941
44942 2005-10-19  Simon Josefsson  <jas@extundo.com>
44943
44944         * modules/gc-md4, modules/gc-md4-tests: New file.
44945
44946         * tests/test-gc-md4.c: New file.
44947
44948 2005-10-19  Simon Josefsson  <jas@extundo.com>
44949
44950         * m4/gc-md4.m4: New file.
44951
44952 2005-10-19  Simon Josefsson  <jas@extundo.com>
44953
44954         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
44955         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
44956         <kasal@ucw.cz>.
44957
44958 2005-10-19  Simon Josefsson  <jas@extundo.com>
44959
44960         * m4/gc-arcfour.m4: New file.
44961
44962         * m4/gc-rijndael.m4: New file.
44963
44964 2005-10-19  Simon Josefsson  <jas@extundo.com>
44965
44966         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
44967
44968 2005-10-19  Simon Josefsson  <jas@extundo.com>
44969
44970         * lib/gc-gnulib.c: Support ARCFOUR.
44971
44972 2005-10-19  Simon Josefsson  <jas@extundo.com>
44973
44974         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
44975         support.
44976
44977         * lib/gc.h: Add ECB enum type.
44978
44979         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
44980
44981 2005-10-18  Simon Josefsson  <jas@extundo.com>
44982
44983         * tests/test-md5.c: New file.
44984
44985         * modules/md5-tests: New file.
44986
44987 2005-10-18  Simon Josefsson  <jas@extundo.com>
44988
44989         * tests/test-md4.c: New file.
44990
44991         * modules/md4, modules/md4-tests: New files.
44992
44993 2005-10-18  Simon Josefsson  <jas@extundo.com>
44994
44995         * m4/md4.m4: New file.
44996
44997 2005-10-18  Simon Josefsson  <jas@extundo.com>
44998
44999         * lib/md4.h, lib/md4.c: New files, based on md5.?.
45000
45001 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
45002
45003         * gnulib-tool (func_create_testdir): Omit the second check whether
45004         BUILT_SOURCES in nonempty.
45005
45006 2005-10-17  Simon Josefsson  <jas@extundo.com>
45007
45008         * tests/test-rijndael.c: New file.
45009
45010 2005-10-17  Simon Josefsson  <jas@extundo.com>
45011
45012         * modules/sha1: Depend on stdint instead of md5.
45013
45014         * modules/md5: Depend on stdint, remove uint32_t.
45015
45016 2005-10-17  Simon Josefsson  <jas@extundo.com>
45017
45018         * modules/gc-sha1-tests: New file.
45019
45020         * tests/test-gc-sha1.c: New file.
45021
45022 2005-10-17  Simon Josefsson  <jas@extundo.com>
45023
45024         * m4/md5.m4: Remove call to uint32_t.m4.
45025
45026 2005-10-17  Simon Josefsson  <jas@extundo.com>
45027
45028         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
45029
45030         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
45031         md5.h.
45032
45033         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
45034
45035         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
45036
45037 2005-10-17  Simon Josefsson  <jas@extundo.com>
45038
45039         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
45040
45041 2005-10-17  Simon Josefsson  <jas@extundo.com>
45042
45043         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
45044
45045 2005-10-17  Simon Josefsson  <jas@extundo.com>
45046
45047         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
45048
45049         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
45050
45051 2005-10-17  Bruno Haible  <bruno@clisp.org>
45052
45053         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
45054         that it can also be used in a test.
45055
45056 2005-10-16  Bruno Haible  <bruno@clisp.org>
45057
45058         * gnulib-tool (func_emit_tests_Makefile_am): Also define
45059         TESTS_ENVIRONMENT, so that individual tests can augment it.
45060
45061         * gnulib-tool (func_create_testdir): Use an intermediate target for
45062         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
45063         macros, like $(ALLOCA_H), which cannot be passed through the command
45064         line.
45065
45066 2005-10-15  Simon Josefsson  <jas@extundo.com>
45067
45068         * modules/rijndael-tests: New file.
45069
45070         * modules/rijndael: New file.
45071
45072 2005-10-15  Simon Josefsson  <jas@extundo.com>
45073
45074         * m4/rijndael.m4: New file.
45075
45076 2005-10-15  Simon Josefsson  <jas@extundo.com>
45077
45078         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
45079
45080         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
45081
45082 2005-10-14  Simon Josefsson  <jas@extundo.com>
45083
45084         * tests/test-arcfour.c: New file.
45085
45086         * modules/arcfour, modules/arcfour-tests: New files.
45087
45088 2005-10-14  Simon Josefsson  <jas@extundo.com>
45089
45090         * m4/arcfour.m4: New file.
45091
45092 2005-10-14  Simon Josefsson  <jas@extundo.com>
45093
45094         * lib/arcfour.h, lib/arcfour.c: New files.
45095
45096 2005-10-14  Roland McGrath  <roland@redhat.com>
45097
45098         Import from libc.  [BZ #1331]
45099         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
45100         macro argument.
45101         Reported by Matej Vela <vela@debian.org>.
45102
45103 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45104
45105         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
45106         include <wchar.h>; no longer needed.
45107
45108 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45109
45110         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
45111
45112 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
45113         and  Ulrich Drepper  <drepper@redhat.com>
45114
45115         Import from libc.
45116         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
45117         instead of inline stream orientation test and two separate
45118         function calls.  Pay no attention to USE_IN_LIBIO.
45119
45120 2005-10-13  Simon Josefsson  <jas@extundo.com>
45121
45122         * modules/gc-hmac-md5-tests: New file.
45123
45124         * tests/test-gc-hmac-sha1.c: New file.
45125
45126         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45127
45128         * modules/gc-hmac-md5-tests: New file.
45129
45130         * tests/test-gc-md5.c: New file.
45131
45132         * modules/gc-md5-tests: New file.
45133
45134 2005-10-13  Simon Josefsson  <jas@extundo.com>
45135
45136         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
45137         Move memory allocation outside of loop.
45138
45139 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
45140
45141         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
45142         intermediate directory is in a read-only file system.  Problem
45143         reported by Eric Blake.
45144
45145 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
45146
45147         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
45148
45149 2005-10-12  Simon Josefsson  <jas@extundo.com>
45150
45151         * tests/test-hmac-sha1.c: New file.
45152
45153         * modules/hmac-sha1-tests: New file.
45154
45155         * modules/hmac-sha1: New file.
45156
45157 2005-10-12  Simon Josefsson  <jas@extundo.com>
45158
45159         * modules/gc-sha1: New file.
45160
45161 2005-10-12  Simon Josefsson  <jas@extundo.com>
45162
45163         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
45164
45165         * tests/test-gc-pbkdf2-sha1.c: New file.
45166
45167 2005-10-12  Simon Josefsson  <jas@extundo.com>
45168
45169         * modules/gc-md5, modules/gc-hmac-md5: New files.
45170
45171         * modules/gc (Files): Remove md5, memxor and hmac files.
45172
45173 2005-10-12  Simon Josefsson  <jas@extundo.com>
45174
45175         * m4/gc-pbkdf2-sha1.m4: New file.
45176
45177         * m4/gc-hmac-sha1.m4: New file.
45178
45179         * m4/gc-sha1: New file.
45180
45181         * m4/hmac-sha1.m4: New file.
45182
45183 2005-10-12  Simon Josefsson  <jas@extundo.com>
45184
45185         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
45186
45187         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
45188
45189 2005-10-12  Simon Josefsson  <jas@extundo.com>
45190
45191         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
45192         suggested by Bruno Haible <bruno@clisp.org>.
45193
45194 2005-10-12  Simon Josefsson  <jas@extundo.com>
45195
45196         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
45197
45198 2005-10-12  Simon Josefsson  <jas@extundo.com>
45199
45200         * lib/gc-pbkdf2-sha1.c: New file.
45201
45202         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
45203
45204 2005-10-12  Simon Josefsson  <jas@extundo.com>
45205
45206         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
45207
45208         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
45209
45210 2005-10-12  Simon Josefsson  <jas@extundo.com>
45211
45212         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
45213         GC_USE_HMAC_MD5, respectively.
45214
45215         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
45216         (gc_md5): Fix typo.
45217
45218         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
45219
45220         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
45221
45222         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
45223
45224 2005-10-12  Bruno Haible  <bruno@clisp.org>
45225
45226         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
45227         Reported by Stepan Kasal <kasal@ucw.cz>.
45228
45229 2005-10-11  Simon Josefsson  <jas@extundo.com>
45230
45231         * tests/test-crc.c: New file.
45232
45233         * modules/crc, modules/crc-tests: New files.
45234
45235 2005-10-11  Simon Josefsson  <jas@extundo.com>
45236
45237         * m4/crc.m4: New file.
45238
45239 2005-10-11  Simon Josefsson  <jas@extundo.com>
45240
45241         * lib/gc.h: Add gc_hash and gc_hash_buffer.
45242
45243         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
45244
45245         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
45246
45247 2005-10-11  Simon Josefsson  <jas@extundo.com>
45248
45249         * lib/crc.h, lib/crc.c: New files.
45250
45251         * lib/gc.h (gc_hash_buffer): Add doc.
45252
45253 2005-10-11  Bruno Haible  <bruno@clisp.org>
45254
45255         * modules/c-strcasestr: New file.
45256         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
45257
45258 2005-10-11  Bruno Haible  <bruno@clisp.org>
45259
45260         * modules/c-strcase: New file.
45261         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
45262
45263 2005-10-11  Bruno Haible  <bruno@clisp.org>
45264
45265         * lib/strcasecmp.c: Include limits.h.
45266         (strcasecmp): Avoid integer overflow on exotic platforms.
45267         * lib/strncasecmp.c: Include limits.h.
45268         (strncasecmp): Avoid integer overflow on exotic platforms.
45269         Reported by Paul Eggert.
45270
45271 2005-10-11  Bruno Haible  <bruno@clisp.org>
45272
45273         * lib/c-strcasestr.h: New file, from GNU gettext.
45274         * lib/c-strcasestr.c: New file, from GNU gettext.
45275
45276 2005-10-11  Bruno Haible  <bruno@clisp.org>
45277
45278         * lib/c-strcase.h: New file, from GNU gettext.
45279         * lib/c-strcasecmp.c: New file, from GNU gettext.
45280         * lib/c-strncasecmp.c: New file, from GNU gettext.
45281
45282 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45283
45284         * modules/mempcpy (License): GPL -> LGPL.
45285         * modules/strchrnul (License): Likewise.
45286         * modules/sysexits (License): Likewise.
45287
45288 2005-10-08  Simon Josefsson  <jas@extundo.com>
45289
45290         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45291
45292 2005-10-07  Simon Josefsson  <jas@extundo.com>
45293
45294         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45295
45296 2005-10-06  Simon Josefsson  <jas@extundo.com>
45297
45298         * tests/test-hmac-md5.c: New file.
45299
45300         * modules/hmac-md5-tests: New file.
45301
45302         * modules/hmac-md5: New file.
45303
45304 2005-10-06  Simon Josefsson  <jas@extundo.com>
45305
45306         * m4/hmac-md5.m4: New file.
45307
45308         * m4/memxor.m4: Require gl_C_RESTRICT.
45309
45310 2005-10-06  Simon Josefsson  <jas@extundo.com>
45311
45312         * lib/memxor.c (memxor): Avoid casts and warnings.
45313
45314 2005-10-06  Simon Josefsson  <jas@extundo.com>
45315
45316         * lib/hmac-md5.c: New file.
45317
45318         * lib/hmac.h: New file.
45319
45320 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45321
45322         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45323         promotes to int, not unsigned int, to catch the AIX 5.3
45324         compiler bug.
45325
45326 2005-10-05  Simon Josefsson  <jas@extundo.com>
45327
45328         * modules/memxor: New file.
45329
45330         * modules/iconv (Files): Move config.rpath to havelib, it is used
45331         there.
45332
45333         * modules/havelib (Files): Add config.rpath.
45334
45335 2005-10-05  Simon Josefsson  <jas@extundo.com>
45336
45337         * m4/memxor.m4: New file.
45338
45339 2005-10-05  Simon Josefsson  <jas@extundo.com>
45340
45341         * lib/memxor.c (memxor): Fix compiler error.
45342
45343         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45344         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45345
45346         * lib/memxor.h, lib/memxor.c: New files.
45347
45348         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45349         we assume all systems have it, suggested by Jim Meyering
45350         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45351         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45352         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45353         same reasons.
45354
45355 2005-10-05  Simon Josefsson  <jas@extundo.com>
45356
45357         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45358
45359 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45360
45361         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45362         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45363         needed, since the source code now assumes these .h files.
45364
45365 2005-10-05  Derek Price  <derek@ximbiot.com>
45366
45367         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45368
45369 2005-10-05  Bruno Haible  <bruno@clisp.org>
45370
45371         * modules/stdint (License): Change to LGPL.
45372
45373 2005-10-04  Simon Josefsson  <jas@extundo.com>
45374
45375         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45376         D. Baushke" <mdb@gnu.org>.
45377
45378 2005-10-04  Bruno Haible  <bruno@clisp.org>
45379
45380         * lib/verify.h (verify_true): Provide alternative definition for C++.
45381
45382 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45383
45384         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45385         (SSIZE_MAX): New macro, if not already defined.
45386         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45387         than 2 GiB.
45388
45389 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45390
45391         Sync from coreutils.
45392         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45393         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45394         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45395         ULLONG_MAX doesn't work with 2.7.2.1.
45396
45397 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45398
45399         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45400         From Ben Pfaff.
45401
45402         * modules/exclude (Depends-on): Depend on verify.
45403         * modules/strtoimax (Depends-on): Likewise.
45404         * modules/utimecmp (Depends-on): Likewise.
45405
45406 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45407
45408         * lib/exclude.c: Include verify.h.
45409         (verify): Remove.  All callers changed to use verify.h's version.
45410         * lib/strtoimax.c: Likewise.
45411         * lib/utimecmp.c: Likewis.e
45412
45413         Sync from coreutils.
45414         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45415         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45416         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45417         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45418         bother returning ENOSYS if settimeofday or stime fails; just let
45419         them return whatever errno they want to return.
45420         * lib/utimens.c: Include unistd.h, for dup2.
45421         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45422         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45423
45424 2005-10-02  Jim Meyering  <jim@meyering.net>
45425
45426         Sync from coreutils.
45427         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
45428         from glibc-2.2.5 that fails for read-only files.
45429
45430 2005-10-02  Jim Meyering  <jim@meyering.net>
45431
45432         Sync from coreutils.
45433         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
45434         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
45435         `#if HAVE_CONFIG_H'.
45436         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
45437         Remove AT_FDCWD test.
45438         Do not consume the fd unless successful.
45439         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
45440         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
45441         block, so that we don't even try to compile it if settimeofday is
45442         available.  This works around a compilation failure on OSF1 V5.1,
45443         due to stime requiring a `long int*' while tv_sec is `int'.
45444
45445 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
45446
45447         Sync from coreutils.
45448         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
45449         against `yes', rather than just testing for nonempty.
45450
45451 2005-10-01  Simon Josefsson  <jas@extundo.com>
45452
45453         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
45454         and Darwin.
45455
45456         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
45457         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
45458         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
45459         freeaddrinfo and gai_strerror are declared by the POSIX headers.
45460         Check if struct addrinfo is declared.
45461
45462 2005-10-01  Simon Josefsson  <jas@extundo.com>
45463
45464         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
45465         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
45466         AI_* and EAI_* definitions.  Protect function declarations.
45467
45468 2005-10-01  Jim Meyering  <jim@meyering.net>
45469
45470         Sync from coreutils.
45471
45472         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
45473         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
45474         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
45475         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45476         in the inet and nsl libraries.  Required on Solaris 5.7.
45477
45478 2005-10-01  Jim Meyering  <jim@meyering.net>
45479
45480         Sync from coreutils.
45481         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
45482         in the inet and nsl libraries.  Required on Solaris 5.7.
45483
45484 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
45485
45486         * lib/getdelim.c (getdelim): Remove unused variables.
45487
45488 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
45489
45490         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
45491         so that the code works even with ancient cpp.  Portability problem
45492         with GCC 2.7.2.1 reported by Thomas M.Ott.
45493
45494 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * modules/regex (Depends-on): Add strcase.
45497
45498         * modules/gethostname (Licence): Change from GPL to LGPL, since
45499         gethostname.c is a trivial implementation of a standard library
45500         function.
45501         * modules/poll (License): Change from GPL to LGPL, since it's
45502         derived from LGPL code.
45503
45504 2005-09-27  Jim Meyering  <jim@meyering.net>
45505
45506         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
45507         HAVE_CONFIG_H.
45508
45509         * lib/intprops.h (signed_type_or_expr__): Define.
45510         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
45511         for unsigned types.
45512
45513 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
45514
45515         * lib/verify.h (verify_expr): Remove, replacing with:
45516         (verify_true): New macro that returns true instead of void.
45517         (verify_type__): Remove.
45518         (verify): Use verify_true rather than verify_type__.
45519
45520 2005-09-26  Bruno Haible  <bruno@clisp.org>
45521
45522         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
45523         is necessary.
45524         (lib_SOURCES): Remove mbchar.c.
45525         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
45526         (Files): Add m4/mbrtowc.m4.
45527         * modules/mbiter: Likewise.
45528         * modules/mbuiter: Likewise.
45529
45530 2005-09-26  Bruno Haible  <bruno@clisp.org>
45531
45532         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
45533         compile mbchar.c if they are not both present.
45534         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
45535         * m4/mbiter.m4 (gl_MBITER): Likewise.
45536         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
45537         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
45538         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
45539
45540 2005-09-25  Jim Meyering  <jim@meyering.net>
45541
45542         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
45543         also uses socklen_t.
45544
45545 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
45546
45547         * lib/utimens.c (ENOSYS): Define if not already defined.
45548         (futimens): Support having a null PATH if the file descriptor
45549         is nonnegative.
45550
45551         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
45552         Remove.
45553         (__attribute): Define to empty unless GCC 3.1 or later.
45554         This works around a core dump on OpenBSD 3.4, which has GCC
45555         2.95.3, which dumps core when given __attribute__(()).  It also
45556         simplifies other tests, since we really don't want to bother with
45557         worrying about which ancient version of GCC supported what.
45558         Original problem reported by Yoann Vandoorselaere, with part of
45559         the fix suggested by Derek Price.
45560
45561 2005-09-24  Jim Meyering  <jim@meyering.net>
45562
45563         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
45564         so we can once again use a positive bitfield width of 1 -- now we
45565         don't have to explain why we were using a bitfield width of 2.
45566
45567 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45568
45569         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
45570         and similarly for the other external symbols.  Problem reported
45571         by James Gallager.
45572
45573         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
45574         bug reported by Jim Meyering.
45575
45576         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
45577         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
45578         not needed, since socklen is a prerequisite module.
45579
45580 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
45581
45582         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
45583         Problem reported by Eric Blake.
45584         (getaddrinfo): Initialize se so that it's not garbage.
45585         Redo internal storage allocation so that it doesn't make unportable
45586         assumptions about alignment.
45587         Fix a memory leak.
45588
45589         * lib/utimens.c (futimens): Use futimesat if available.
45590         Prefer it to futimes since it doesn't have the futimes bug.
45591
45592         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
45593         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
45594         Instead, declare a function that returns a pointer to an array,
45595         and use verify_type__ to declare the size of the array.
45596         Problem and germ of a solution reported by Bruno Haible.
45597         (verify_type__): Use 2, not 1, for bitfield size, to avoid
45598         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
45599
45600 2005-09-23  Jim Meyering  <jim@meyering.net>
45601
45602         Sync from coreutils.
45603         Correct build failure (socklen_t not defined) on at least
45604         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
45605         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
45606
45607 2005-09-23  Jim Meyering  <jim@meyering.net>
45608
45609         * modules/getaddrinfo (Depends-on): Add socklen.
45610
45611 2005-09-23  Bruno Haible  <bruno@clisp.org>
45612
45613         * tests/test-verify.c: New file.
45614
45615 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45616
45617         Sync from coreutils.
45618
45619         * modules/argmatch (Depends-on): Add verify.
45620         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
45621         unistd-safer.
45622         * modules/save-cwd (Depends-on): Likewise.
45623
45624         * modules/openat (Files): Add lib/openat-die.c.
45625         (Depends-on): Remove error, exitfail.
45626         Add dirname.
45627
45628         * modules/verify: New file.
45629         * MODULES.html.sh (Diagnostics <assert.h>): New section,
45630         with "verify" module.
45631
45632 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45633
45634         Sync from coreutils.
45635
45636         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
45637         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
45638         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
45639         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
45640         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
45641         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
45642         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
45643         Don't bother checking for string.h, stdlib.h, unistd.h.
45644         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
45645         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
45646         module's job.
45647         * m4/jm-macros.m4 (gl_MACROS): Likewise.
45648         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
45649
45650         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
45651         (gl_GETDATE): Use it.
45652
45653         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
45654
45655 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45656
45657         Sync from coreutils.
45658
45659         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
45660         stat-time.h.
45661         * lib/argmatch.h: Include verify.h
45662         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
45663         (ARGMATCH_ASSERT): Remove; unused.
45664         * lib/canonicalize.c: Assume STDC_HEADERS.
45665         * lib/exclude.c: Include "strcase.h".
45666         * lib/regex_internal.h [!defined _LIBC]: Likewise.
45667         * lib/getusershell.c: Include stdio--.h rather than stdio.h
45668         and stdio-safer.h.
45669         (getusershell): Call fopen, not fopen_safer.
45670         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
45671         Do not include unistd-safer.h.
45672         (save_cwd): Don't call fd_safer; no longer needed
45673         now that we include fcntl--.h.
45674
45675         * lib/getdate.y (relative_time): New type.
45676         (RELATIVE_TIME_0): New constant.
45677         (parser_control): Use relative_time instead of doing it ourselves.
45678         (%union): Add new relative_time rel member.
45679         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
45680         Now typeless.
45681         (relunit, relunit_snumber): Now of type rel.
45682         (zone, rel, relunit, get_date): Adjust to above changes.
45683
45684         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
45685         Do not include unistd-safer.h.
45686         (getloadavg): Don't call fd_safer; no longer needed
45687         now that we include fcntl--.h.
45688
45689         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
45690         (make_dir_parents): Treat ENOSYS like EEXIST.
45691
45692         Improve quality of diagnostics on restore_cwd failure.
45693         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
45694         (make_dir_parents): Last arg is now int * (for errno), not bool *.
45695         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
45696         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
45697         each time through the loop.  Do not diagnose restore_cwd failure;
45698         that is the caller's job (and perhaps the caller does not care).
45699
45700         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
45701         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
45702         If the file already exists but is not a directory, don't bother
45703         to try to make its parents.
45704         Close potential file descriptor leak if we can't chdir("/") (!).
45705         Don't always return true if chdir($PWD) fails; return true only
45706         if the requested action was done successfully (except for the
45707         chdir($PWD)).
45708         Don't log final directory unless we actually made it.
45709         Refactor to avoid duplicate code to fix up permissions.
45710         Don't attempt to fix up parent permissions if chdir($PWD) fails.
45711
45712         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
45713         to make it a bit faster and (I hope) clearer.
45714         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
45715         Fix bug in formats like %2N.
45716
45717         * lib/verify.h: New file.
45718
45719 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
45720
45721         Sync from coreutils.
45722         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
45723
45724 2005-09-22  Jim Meyering  <jim@meyering.net>
45725
45726         Sync from coreutils.
45727
45728         * m4/lstat.m4 (gl_FUNC_LSTAT):
45729         Use AC_LIBSOURCES to require lstat.c and lstat.h.
45730         Remove obsolete comment.
45731         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
45732         * m4/xstrtod.m4: Likewise.
45733
45734         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
45735
45736 2005-09-22  Jim Meyering  <jim@meyering.net>
45737
45738         Sync from coreutils.
45739
45740         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
45741
45742         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
45743         the .tm_year member, since otherwise gcc-4.0 would now warn about
45744         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
45745
45746         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
45747         order to avoid an unsuppressible warning from gcc on 64-bit systems.
45748
45749         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
45750         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
45751         when run in a time zone for which daylight savings time is in effect
45752         for the starting date.
45753
45754         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
45755         stop us from restricting permissions of just-created absolute-named
45756         directories.
45757         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
45758         to restore initial working directory.
45759         * lib/mkdir-p.c (make_dir_parents): New parameter:
45760         different_working_dir, to tell caller if/when we change the working
45761         directory and are unable to return to the initial one.
45762         * lib/mkdir-p.h (make_dir_parents): Update prototype.
45763         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
45764         `return false'.  This fixes a bug introduced on 2004-07-30.
45765
45766         * lib/openat.c (fdopendir): Be sure to close the supplied
45767         file descriptor before returning.  This makes our replacement
45768         implementation a little closer to Solaris's, where fdopendir
45769         ties the file descriptor to the returned DIR* pointer.
45770         * lib/openat.c (unlinkat): New function.
45771         * lib/openat.h (unlinkat): Add prototype.
45772         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
45773         (openat_restore_fail): Rename from openat_restore_die.
45774         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
45775
45776         Provide an alternative to exiting immediately upon save_cwd or
45777         restore_cwd failure.  Now, an application can arrange e.g.,
45778         to perform a longjump in that case.
45779         * lib/openat.c: Include dirname.h.
45780         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
45781         (rpl_openat, fdopendir, fstatat): Call openat_save_die
45782         and openat_restore_die rather than calling error directly.
45783         Don't include "error.h" or "exitfail.h"; they're no longer needed.
45784
45785         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
45786         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
45787         define.
45788
45789         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
45790         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
45791                             int utc, int nanoseconds);
45792         Background:
45793         date should not have to allocate a megabyte of virtual memory to
45794         handle a format argument like +%1048575T.  When implemented with
45795         strftime, it must allocate such a buffer, use strftime to fill it
45796         in, print it, then free it.
45797         With fprintftime, it simply prints everything and exits.
45798         With no need for memory allocation, that's one fewer way to fail.
45799         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
45800         optional field width, not before, so we accept %9:z, not %:9z.
45801         (my_strftime): Be sure to use L_('x') for literals.
45802
45803         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
45804         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
45805         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
45806         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
45807         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
45808         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
45809         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
45810         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
45811         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
45812         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
45813         * lib/xgethostname.c, lib/xreadlink.c:
45814         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
45815
45816         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
45817         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
45818         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
45819         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
45820         and don't include <sys/file.h>).
45821
45822 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
45823
45824         Sync from coreutils.
45825
45826         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
45827         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
45828         [!LDAV_DONE]: Avoid unused variable warning.
45829
45830 2005-09-21  Bruno Haible  <bruno@clisp.org>
45831
45832         * lib/unicodeio.h (unicode_to_mb): New declaration.
45833
45834 2005-09-20  Derek Price  <derek@ximbiot.com>
45835
45836         * lib/getaddrinfo.c: Don't include <netdb.h> included from
45837         getaddrinfo.h.
45838
45839 2005-09-20  Bruno Haible  <bruno@clisp.org>
45840
45841         * gnulib-tool: Remove trailing slashes from the values specified for
45842         --source-base, --m4-base, --tests-base, --aux-dir.
45843         Suggested by Simon Josefsson <jas@extundo.com>.
45844
45845 2005-09-20  Bruno Haible  <bruno@clisp.org>
45846
45847         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
45848         func_modules_to_filelist, func_import, func_create_testdir): Make all
45849         sorting results locale-independent, so that gnulib-cache.m4 doesn't
45850         change when gnulib-tool is invoked in a different locale.
45851
45852 2005-09-19  Simon Josefsson  <jas@extundo.com>
45853
45854         * m4/socklen.m4: Fix typo.
45855
45856 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45857
45858         Use a consistent style for including <config.h>.
45859         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
45860         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
45861         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
45862         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
45863         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
45864         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
45865         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
45866         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
45867         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
45868         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
45869         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
45870         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
45871         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
45872         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
45873         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
45874         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
45875         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
45876         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
45877         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
45878         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
45879         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
45880         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
45881         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
45882         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
45883         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
45884         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
45885         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
45886         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
45887         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
45888         lib/xstrtoumax.c, lib/yesno.c:
45889         Standardize inclusion of config.h.
45890         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
45891         lib/inttostr.h:  Removed inclusion of config.h from header files.
45892         * lib/inttostr.c:  Adjusted in-tree users.
45893         * lib/timespec.h: Remove superfluous warning to include config.h.
45894         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
45895         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
45896         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
45897         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
45898         config.h with HAVE_CONFIG_H.
45899
45900 2005-09-19  Jim Meyering  <jim@meyering.net>
45901
45902         * modules/pathmax (License): Change to LGPL.
45903
45904 2005-09-19  Derek Price  <derek@ximbiot.com>
45905
45906         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
45907
45908 2005-09-19  Bruno Haible  <bruno@clisp.org>
45909
45910         * gnulib-tool (import): Provide default for --tests-base.
45911
45912 2005-09-19  Bruno Haible  <bruno@clisp.org>
45913
45914         * doc/quote.texi: New file, extracted from gnulib.texi.
45915         * doc/ctime.texi: New file, extracted from gnulib.texi.
45916         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
45917         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
45918         * doc/gnulib.texi: Include them.
45919
45920 2005-09-18  Bruno Haible  <bruno@clisp.org>
45921
45922         Portability fix.
45923         * gnulib-tool (func_readlink): New function.
45924         (func_ln_if_changed): Use it.
45925
45926 2005-09-18  Bruno Haible  <bruno@clisp.org>
45927
45928         * gnulib-tool: Support --with-tests also with --import.
45929         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
45930         (func_import): Use variables $testsbase and $inctests. Emit a
45931         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
45932         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
45933         SUBDIRS += $testsdir.
45934         (func_create_testdir): Update.
45935
45936 2005-09-18  Bruno Haible  <bruno@clisp.org>
45937
45938         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
45939         instead of $dry_run.
45940         (func_cp_if_changed, func_mv_if_changed): Remove functions.
45941         (func_ln_if_changed): Don't handle dry-run here.
45942         (func_import): In dry-run mode, detect more precisely which actions
45943         would be performed, and don't use "...ing" verbs.
45944
45945 2005-09-18  Bruno Haible  <bruno@clisp.org>
45946
45947         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
45948         (func_import): Use join on two temporary files instead of three nested
45949         loops, in order to determine which files are new or old.
45950
45951 2005-09-18  Bruno Haible  <bruno@clisp.org>
45952
45953         * gnulib-tool (func_import): Comment out code that spits out the
45954         new files with --dry-run.
45955
45956 2005-09-18  Bruno Haible  <bruno@clisp.org>
45957
45958         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
45959
45960 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45961
45962         * lib/stat-time.h: New file.
45963         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
45964         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
45965         in a different way.
45966         (timespec_cmp): New function.
45967         * lib/utimecmp.c: Include stat-time.h.
45968         (SYSCALL_RESOLUTION): Depend on whether various struct stat
45969         members exist, not on the obsolescent ST_MTIM_NSEC.
45970         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
45971
45972 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45973
45974         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
45975
45976 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
45977
45978         * MODULES.html.sh (File system functions): Add stat-time.
45979         * modules/stat-time: New file.
45980         * modules/timespec (Files): Remove m4/st_mtim.m4; this
45981         is now done in a different way, by the stat-time module.
45982         * modules/utimecmp (Depends-on): Add stat-time.
45983
45984 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
45985
45986         * m4/st_mtim.m4: Remove.  Superseded by...
45987         * m4/stat-time.m4: New file.
45988         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
45989         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
45990
45991 2005-09-15  Derek Price  <derek@ximbiot.com>
45992
45993         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
45994
45995 2005-09-15  Derek Price  <derek@ximbiot.com>
45996
45997         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
45998         * lib/regex_internal.c: Ditto, using this...
45999         (__GNUC_PREREQ): ...new macro.
46000         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
46001         using...
46002         (__GNUC_PREREQ): ...this new macro.
46003
46004         * lib/strstr.h: Include string.h. Define strstr as a macro here.
46005
46006 2005-09-15  Derek Price  <derek@ximbiot.com>
46007             Paul Eggert  <eggert@cs.ucla.edu>
46008
46009         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
46010         changes, consolidating in...
46011         * lib/regex_internal.h: ...this file.
46012
46013 2005-09-13  Jim Meyering  <jim@meyering.net>
46014
46015         * lib/canon-host.c: Filter through gnu indent and reword comments
46016         slightly.
46017         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
46018
46019 2005-09-13  Derek Price  <derek@ximbiot.com>
46020
46021         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
46022         failure.
46023         Reported by Jim Meyering  <jim@meyering.net>.
46024
46025 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46026
46027         * lib/base64.c: Typo.
46028         (base64_encode): Put b64str in initialized data section.
46029
46030 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
46031
46032         Merge glibc and coreutils changes into gnulib, plus a few
46033         extra fixes.
46034         * lib/md5.c: Use #error rather than a string.
46035         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
46036         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
46037         (__attribute__): Define to empty for non recent-GCC.
46038         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
46039         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
46040         Renamed from their non-__ counterparts, with new macros replacing
46041         them if not _LIBC.  Add __THROW attribute.
46042         (rol): Remove.
46043         (struct md5_ctx): Align buffer if using GCC.
46044         * lib/sha1.h (struct sha1_ctx): Likewise.
46045         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
46046         The old name was backwards.
46047         (NOTSWAP): Remove; not used.
46048         (rol): New macro, moved here from md5.h.
46049         (sha1_process_block): Remove a FIXME that doesn't make sense.
46050
46051 2005-09-12  Derek Price  <derek@ximbiot.com>
46052
46053         Return usable errors from canon-host.
46054         * lib/canon-host.h: New file.
46055         * lib/canon-host.c (canon_host): Wrap...
46056         (canon_host_r): ...this new function, which now relies exclusively on
46057         getaddrinfo.
46058         (ch_strerror): New function.
46059         (last_cherror): New global.
46060         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
46061         interface.
46062         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
46063         void *.
46064         (freeaddrinfo): Free ai->ai_canonname when set.
46065
46066 2005-09-12  Derek Price  <derek@ximbiot.com>
46067
46068         Make canon-host require getaddrinfo.
46069         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
46070         AC_LIBSOURCE canon-host.h.  Call...
46071         (gl_PREREQ_CANON_HOST): ...this new function, which requires
46072         gl_GETADDRINFO.
46073         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
46074
46075 2005-09-12  Derek Price  <derek@ximbiot.com>
46076
46077         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
46078         LGPL.
46079         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
46080
46081 2005-09-12  Derek Price  <derek@ximbiot.com>
46082
46083         * lib/gai_strerror.c: Include config.h when available.  Include
46084         getaddrinfo.h before other headers to test interface.
46085         Reported by Larry Jones <lawrence.jones@ugs.com>.
46086
46087 2005-09-12  Derek Price  <derek@ximbiot.com>
46088             Paul Eggert  <eggert@cs.ucla.edu>
46089
46090         * modules/glob (Files): Add glob-libc.h.
46091
46092 2005-09-12  Derek Price  <derek@ximbiot.com>
46093             Paul Eggert  <eggert@cs.ucla.edu>
46094
46095         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
46096         glob_.h, glob-libc.h.
46097         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
46098
46099 2005-09-12  Derek Price  <derek@ximbiot.com>
46100             Paul Eggert  <eggert@cs.ucla.edu>
46101
46102         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
46103         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
46104         protecting things that should be done only in gnulib contexts.
46105         * lib/glob_.h: New file, containing only the glob things needed for
46106         gnulib.
46107         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
46108         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
46109         (glob, globfree, glob_pattern_p): Now defined simply in terms of
46110         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
46111         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
46112         and to respect the namespace rules better.
46113
46114 2005-09-08  Simon Josefsson  <jas@extundo.com>
46115
46116         * modules/socklen: New file.
46117
46118 2005-09-08  Simon Josefsson  <jas@extundo.com>
46119
46120         * m4/socklen.m4: New file.
46121
46122 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46123
46124         * modules/utimens (Files): Add m4/utimbuf.m4, since
46125         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46126         Reported by Sergey Poznyakoff.
46127
46128 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46129
46130         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
46131         definitions, since that's the preferred style in glibc.
46132         Fix a minor spacing issue, and update copyright notice to match
46133         glibc's.
46134
46135 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46136
46137         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
46138
46139 2005-09-06  Simon Josefsson  <jas@extundo.com>
46140
46141         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
46142         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
46143
46144 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46145
46146         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
46147         warning.
46148
46149 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46150
46151         * config/srclist.txt: Add glibc bug 1302.
46152
46153 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
46154
46155         Change bitset word type from unsigned int to unsigned long int,
46156         as this has better performance on typical 64-bit hosts.
46157         Port bitset code to hosts with unusual word sizes.
46158         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
46159         (build_collating_symbol):
46160         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
46161         argument is a bitset.  This is merely a style issue, but it makes
46162         it clearer that an entire array is expected.
46163         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
46164         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
46165         Port to the case where bitset_word is not the same as unsigned int.
46166         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46167         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
46168         Likewise.
46169         * lib/regexec.c (check_dst_limits_calc_pos_1,
46170         check_subexp_matching_top):
46171         (build_trtable, group_nodes_into_DFAstates):
46172         Likewise.
46173         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
46174         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
46175         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
46176         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
46177         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
46178         * lib/regcomp.c (optimize_subexps, lower_subexp):
46179         Work even if bitset_word has holes in its bitwise representation.
46180         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
46181         * lib/regexec.c (check_dst_limits_calc_pos_1,
46182         check_subexp_matching_top):
46183         Likewise.
46184         * lib/regex_internal.c (re_string_reconstruct):
46185         Don't assume UCHAR_MAX == 255.
46186         * lib/regex_internal.h (bitset_set_all): Likewise.
46187         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
46188         All uses changed.
46189         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
46190         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
46191         All uses changed.
46192         (BITSET_WORD_MAX): New macro.
46193         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
46194         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
46195         (bitset_empty, bitset_copy):
46196         Prefer sizeof (bitset) to multiplying it out ourselves.
46197         (bitset_not_merge): Remove; unused.
46198         (bitset_contain): Return bool, not unsigned int with one bit on.
46199         All callers changed.
46200         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
46201         alignment than re_node_set; do this by defining a new internal
46202         type struct dests_alloc and using it to allocate memory.
46203
46204 2005-09-05  Bruno Haible  <bruno@clisp.org>
46205
46206         * gnulib-tool (func_import): Fix comparison in handling of symbolic
46207         links.
46208
46209 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
46210
46211         * modules/size_max (Makefile.am): Add size_max.h
46212
46213 2005-09-04  Derek Price  <derek@ximbiot.com>
46214
46215         * gnulib-tool (func_import): Fix reversed $symbolic logic.
46216
46217 2005-09-03  Simon Josefsson  <jas@extundo.com>
46218
46219         * gnulib-tool: Fix typo.
46220
46221 2005-09-03  Simon Josefsson  <jas@extundo.com>
46222
46223         * config/srclist.txt: Add glibc bug 1293.
46224
46225 2005-09-03  Derek Price  <derek@ximbiot.com>
46226
46227         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
46228         From Larry Jones <lawrence.jones@ugs.com>.
46229
46230 2005-09-02  Simon Josefsson  <jas@extundo.com>
46231
46232         * modules/socklen: New file.
46233
46234 2005-09-02  Simon Josefsson  <jas@extundo.com>
46235
46236         * modules/havelib: New module.
46237
46238         * modules/gettext, modules/iconv, modules/lock, modules/readline:
46239         Use havelib.
46240
46241 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46242
46243         Check for arithmetic overflow when calculating sizes, to prevent
46244         some buffer-overflow issues.  These patches are conservative, in the
46245         sense that when I couldn't determine whether an overflow was possible,
46246         I inserted a run-time check.
46247         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
46248         macros.
46249         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
46250         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
46251         (re_xnrealloc, re_x2nrealloc): New inline functions.
46252         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
46253         parse_bracket_exp):
46254         (build_equiv_class, build_charclass): Check for arithmetic overflow
46255         in size expression calculations.
46256         * lib/regex_internal.c (re_string_realloc_buffers):
46257         (build_wcs_upper_buffer, re_node_set_add_intersect):
46258         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
46259         (re_dfa_add_node, register_state): Likewise.
46260         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
46261         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
46262         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
46263         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
46264
46265 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46266
46267         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46268         m4/ulonglong.m4.  Problem reported by Martin Lambers.
46269
46270 2005-09-02  Bruno Haible  <bruno@clisp.org>
46271
46272         Support for lib vs. lib64 distinction on biarch platforms.
46273         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
46274         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
46275         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46276
46277 2005-09-02  Bruno Haible  <bruno@clisp.org>
46278
46279         * gnulib-tool (import): In the other first-use case, provide defaults
46280         as well.
46281
46282 2005-09-02  Bruno Haible  <bruno@clisp.org>
46283
46284         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46285         patches not yet found in the latest gettext release.
46286
46287 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46288
46289         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46290         to avoid a collision with bits/local_lim.h in glibc.
46291         All uses changed.  Problem reported by Dmitry V. Levin in
46292         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46293
46294         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46295         bugs in int versus size_t comparisons.
46296         (re_string_context_at): Fix bug where the code assumed that
46297         Idx is signed.
46298
46299         Use bool where appropriate.
46300         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46301         All callers changed.
46302         (calc_eclosure_iter): Likewise, for ROOT arg.
46303         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46304         (build_charclass_op): Likewise, for NON_MATCH arg.
46305         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46306         (re_string_construct_common): Likewise, for ICASE arg.
46307         * lib/regexec.c (re_search_2_stub, re_search_stub):
46308         Likewise, for RET_LEN arg.
46309         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46310         (set_regs): Likewise, for FL_BACKTRACK arg.
46311         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46312         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46313         (calc_eclosure_iter, parse_bracket_exp):
46314         Use bool for internal variables that are booleans.
46315         * lib/regexec.c (re_search_internal, check_matching,
46316         proceed_next_node):
46317         (set_regs, build_sifted_states, sift_states_bkref):
46318         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46319         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46320         (find_collation_sequence_value):
46321         Likewise.
46322         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46323         (re_node_set_compare):
46324         Return bool, not int. All callers changed.
46325         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46326         (build_trtable, check_node_accept): Likewise.
46327         * lib/regex_internal.h: Include stdbool.h.
46328
46329         Fix bugs uncovered when converting to bool.
46330         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46331         failure instead of charging ahead blindly.
46332         * lib/regex_internal.c (register_state): Likewise.
46333         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46334         for freeing internal storage.
46335         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46336         bitset pieces used as boolean, to avoid undefined behavior
46337         on hosts that do int overflow checking.
46338
46339 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46340
46341         * config/srclist.txt: Add glibc bugs 1285-1287.
46342
46343 2005-09-01  Jim Meyering  <jim@meyering.net>
46344
46345         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46346         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46347         Require gl_STAT_MACROS, too.
46348
46349 2005-09-01  Bruno Haible  <bruno@clisp.org>
46350
46351         * gnulib-tool (import): In the first-use case, provide defaults.
46352
46353 2005-09-01  Bruno Haible  <bruno@clisp.org>
46354
46355         * gnulib-tool (func_import): Remove the .tmp files.
46356
46357 2005-09-01  Bruno Haible  <bruno@clisp.org>
46358
46359         * gnulib-tool (func_import): Fix handling of symbolic links.
46360
46361 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46362
46363         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46364         old glibc regex code mishandles strings longer than 2**31 bytes.
46365         This patch fixes this when the regex code is used in gnulib
46366         (i.e., outside glibc).
46367
46368         This patch should not affect the use of the regex code inside
46369         glibc.  No doubt this problem also needs to be handled for glibc
46370         as well, but the result will be an incompatible change to the
46371         glibc ABI, and the old ABI will have to be supported too.  That
46372         can be the the subject for another patch.
46373
46374         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46375         governing whether the rest of this patch is active.  By default,
46376         the macro is disabled and the patch has no effect.
46377         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46378         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46379         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46380         (re_match_2, re_set_registers): Use the new types.
46381         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46382         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46383         New macros.
46384         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46385         (re_string_context_at, bin_tree_t, re_dfastate_t):
46386         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46387         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46388         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46389         (re_string_char_size_at, re_string_wchar_at):
46390         (re_string_elem_size_at):
46391         Use the new types and macros to port to 64-bit hosts.
46392         Use unsigned types for internal values, so that the code
46393         mostly works even for arrays larger than SSIZE_MAX.
46394         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46395         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46396         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46397         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46398         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46399         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46400         (calc_inveclosure, parse_dup_op, build_range_exp):
46401         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46402         (fetch_number, create_token_tree, mark_opt_subexp):
46403         Likewise.
46404         * lib/regex_internal.c (re_string_construct_common,
46405         create_ci_newstate):
46406         (create_cd_newstate, re_string_allocate, re_string_construct):
46407         (re_string_realloc_buffers, build_wcs_upper_buffer):
46408         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46409         (re_string_reconstruct, re_string_peek_byte_case):
46410         (re_string_fetch_byte_case, re_string_context_at):
46411         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46412         (re_node_set_init_copy, re_node_set_add_intersect):
46413         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46414         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46415         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46416         (re_acquire_state, re_acquire_state_context, register_state):
46417         Likewise.
46418         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46419         search_cur_bkref_entry):
46420         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46421         (re_search_internal, re_search_2_stub, re_search_stub)
46422         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46423         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
46424         (update_cur_sifted_state, check_dst_limits):
46425         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46426         (check_subexp_limits, sift_states_bkref, merge_state_array):
46427         (check_subexp_matching_top, get_subexp, get_subexp_sub):
46428         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
46429         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
46430         (expand_bkref_cache, check_node_accept_bytes):
46431         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
46432         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
46433         (acquire_init_state_context, check_halt_node_context):
46434         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
46435         (sift_states_backward, clean_state_log_if_needed):
46436         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
46437         (find_recover_state, transit_state_sb, transit_state_mb):
46438         (transit_state_bkref, build_trtable, match_ctx_clean):
46439         Likewise.
46440         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
46441         to work around an assumption that REG_MISSING is negative.
46442
46443         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
46444         (seek_collating_symbol_entry) [defined _LIBC]:
46445         (lookup_collation_sequence_value) [defined _LIBC]:
46446         (build_range_exp, build_collating_symbol) [defined _LIBC]:
46447         Use prototypes rather than old-style function definitions.
46448         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
46449         (transit_state_sb) [0]:
46450         (find_collation_sequence_value) [defined _LIBC]: Likewise.
46451
46452         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
46453         rm_eo.
46454
46455         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
46456         (optimize_subexps, lower_subexp):
46457         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
46458         since the signed shift might overflow.  Use 1u<<31 instead.
46459         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46460         Likewise.
46461         * lib/regexec.c (check_dst_limits_calc_pos_1,
46462         check_subexp_matching_top): Likewise.
46463
46464         * lib/regcomp.c (optimize_subexps, lower_subexp):
46465         Use CHAR_BIT rather than 8, for clarity.
46466         * lib/regexec.c (check_dst_limits_calc_pos_1):
46467         (check_subexp_matching_top): Likewise.
46468         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
46469         have to worry about portability issues when shifting it left.
46470         Remove no-longer-needed test for table_size > 0.
46471         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
46472         in a word, as the resulting behavior is undefined.
46473         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
46474         in one case, a <= should have been an <, and in another case the
46475         whole test was missing.
46476         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
46477         the standard name CHAR_BIT.
46478         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
46479         this is not true on one's complement and signed-magnitude hosts.
46480
46481         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
46482         next_last_offset.
46483         (struct re_dfa_t): Remove unused member states_alloc.
46484         * lib/regcomp.c (init_dfa): Don't initialize unused members.
46485
46486 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46487
46488         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
46489         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
46490         and large-file glibc and in 32-bit large-file Solaris.
46491
46492 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46493
46494         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
46495         lengths fit in regoff_t; this isn't true if regoff_t is the same
46496         width as size_t.
46497         * lib/regex.c (re_search_internal): 5th arg is LAST_START
46498         (= START + RANGE) instead of RANGE.  This avoids overflow
46499         problems when regoff_t is the same width as size_t.
46500         All callers changed.
46501         (re_search_2_stub): Check for overflow when adding the
46502         sizes of the two strings.
46503         (re_search_stub): Check for overflow when adding START
46504         to RANGE; if it occurs, substitute the extreme value.
46505
46506 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46507
46508         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
46509
46510 2005-08-31  Jim Meyering  <jim@meyering.net>
46511
46512         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
46513         a pointer-to-const.
46514         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
46515         (register_state): Likewise.
46516         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
46517         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
46518         (group_nodes_into_DFAstates): Likewise.
46519
46520 2005-08-31  Jim Meyering  <jim@meyering.net>
46521
46522         * check-module: Add a FIXME comment.
46523
46524 2005-08-31  Eric Blake  <ebb9@byu.net>
46525
46526         * modules/unistd-safer (Files): Add unistd--.h.
46527         * modules/stdio-safer (Files): Add stdio--.h.
46528
46529 2005-08-31  Derek Price  <derek@ximbiot.com>
46530
46531         * lib/getdelim.c (getdelim): Return EOF on EOF.
46532         Reported by Larry Jones <lawrence.jones@ugs.com>.
46533
46534 2005-08-31  Bruno Haible  <bruno@clisp.org>
46535
46536         Avoid unnecessary diffs in the generated lib/Makefile.am.
46537         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
46538         the generated files.
46539         (func_import): Don't set cmd.
46540
46541 2005-08-31  Bruno Haible  <bruno@clisp.org>
46542
46543         * lib/strstr.c: Include <stddef.h>, for NULL.
46544         * lib/strcasestr.c: Likewise.
46545         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46546
46547 2005-08-31  Bruno Haible  <bruno@clisp.org>
46548
46549         * gnulib-tool: New option --macro-prefix.
46550         (func_import): Use macro_prefix.
46551         (import): Handle option --macro-prefix.
46552
46553 2005-08-31  Bruno Haible  <bruno@clisp.org>
46554
46555         * gnulib-tool (import): Rename most ac_* variables to cached_*.
46556         Also use new variables cached_lgpl, cached_libtool.
46557
46558 2005-08-31  Bruno Haible  <bruno@clisp.org>
46559
46560         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
46561         always instantiating them.
46562
46563 2005-08-31  Bruno Haible  <bruno@clisp.org>
46564
46565         * gnulib-tool (func_import): Read the previous cached settings
46566         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
46567         earlier added by gnulib but are now dropped. Warn when a gnulib file
46568         overwrites a non-gnulib file.
46569
46570 2005-08-31  Bruno Haible  <bruno@clisp.org>
46571
46572         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
46573         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
46574         projects that don't keep autogenerated files in CVS. Put into
46575         actioncmd only the specified modules, not the transitive closure.
46576
46577 2005-08-31  Bruno Haible  <bruno@clisp.org>
46578
46579         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
46580         Create directories that shall be filled.
46581         (import): Don't look for gl_* macros in configure.ac. Recurse across
46582         all directories containing a gnulib-cache.m4 files, if meaningful.
46583
46584 2005-08-31  Bruno Haible  <bruno@clisp.org>
46585
46586         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
46587         (import): Set seen_libtool when we see gl_LIBTOOL.
46588
46589 2005-08-31  Bruno Haible  <bruno@clisp.org>
46590
46591         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
46592         declaration macro definitions from generated gnulib.m4.
46593
46594 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
46595
46596         * lib/iconvme.h: Add prototype for iconv_alloc.
46597
46598 2005-08-29  Simon Josefsson  <jas@extundo.com>
46599
46600         * lib/iconvme.c: Fix errno.
46601
46602 2005-08-29  Bruno Haible  <bruno@clisp.org>
46603
46604         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
46605         that it works when the directory contains spaces.
46606
46607 2005-08-29  Bruno Haible  <bruno@clisp.org>
46608
46609         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
46610
46611 2005-08-29  Bruno Haible  <bruno@clisp.org>
46612
46613         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
46614         Emit more advice.
46615
46616 2005-08-29  Bruno Haible  <bruno@clisp.org>
46617         and Stepan Kasal  <kasal@ucw.cz>
46618
46619         * check-module: If more parameters are given, check each of them
46620         separately; add more exceptions, as noted by Jim Meyering.
46621         (check_module): New procedure.
46622         (%exempt_header): Now contains all exceptions.
46623
46624 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
46625
46626         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
46627
46628 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46629
46630         * lib/iconvme.c: Split iconv_string into iconv_alloc.
46631
46632 2005-08-28  Bruno Haible  <bruno@clisp.org>
46633
46634         * m4/gnulib-tool.m4: New file.
46635
46636 2005-08-27  Jim Meyering  <jim@meyering.net>
46637
46638         * modules/unistd-safer (Files): Add pipe-safer.c.
46639         * modules/fcntl-safer (Files): Add creat-safer.c.
46640
46641 2005-08-27  Jim Meyering  <jim@meyering.net>
46642
46643         * m4/stdlib-safer.m4: New file.  From coreutils.
46644         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
46645         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
46646         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
46647         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
46648         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
46649
46650 2005-08-27  Jim Meyering  <jim@meyering.net>
46651
46652         * lib/fopen-safer.c: Merge minor changes from coreutils.
46653         * lib/dup-safer.c: Likewise.
46654         * lib/fd-safer.c: Likewise.
46655
46656         Merge from coreutils.
46657         * lib/stdio--.h: New file.
46658         * lib/stdlib--.h: New file.
46659         * lib/mkstemp-safer.c: New file.
46660
46661         GNU tar needs these.
46662         * lib/pipe-safer.c: New file.
46663         * lib/creat-safer.c: New file.
46664         * lib/fcntl--.h (creat): Define to creat_safer.
46665         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
46666         * lib/unistd--.h (pipe): Define to pipe_safer.
46667         * lib/unistd-safer.h: Declare pipe_safer.
46668
46669 2005-08-26  Simon Josefsson  <jas@extundo.com>
46670
46671         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
46672         Haible <bruno@clisp.org>.
46673
46674 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
46675
46676         * lib/regex_internal.h: Remove all references to
46677         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
46678         or better.
46679         (bitset_not, bitset_merge, bitset_not_merge):
46680         (bitset_mask, re_string_allocate, re_string_construct):
46681         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
46682         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
46683         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
46684         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
46685         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46686         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46687         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
46688         (re_acquire_state_context):
46689         Remove unnecessary forward decls.
46690         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
46691         Put __attribute at function definition,
46692         now that the function decl has been removed.
46693         * lib/regex_internal.c (re_string_peek_byte_case):
46694         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
46695         Likewise.
46696
46697 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
46698
46699         * m4/regex.m4: Add AC_PREREQ(2.50).
46700         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
46701
46702 2005-08-25  Simon Josefsson  <jas@extundo.com>
46703
46704         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
46705         __fsetlocking.
46706
46707 2005-08-25  Simon Josefsson  <jas@extundo.com>
46708
46709         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
46710         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
46711         GLIBC specific code.
46712
46713 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46714
46715         Make regex safe for g++.  This fixes one real bug (an "err"
46716         that should have been "*err").  g++ problem reported by
46717         Sam Steingold.
46718         * lib/regex_internal.h (re_calloc): New macro, consistent with
46719         re_malloc etc.  All callers of calloc changed to use re_calloc.
46720         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
46721         not int.  All callers changed.
46722         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
46723         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
46724         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
46725         (find_recover_state): Change "err" to "*err"; this fixes what
46726         appears to be a real bug.
46727         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
46728         versus int.
46729
46730 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46731
46732         * modules/regex (Depends-on): Add malloc, since the code
46733         assumes that !malloc(0) means failure.
46734
46735 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46736
46737         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
46738
46739         alloca modernization/simplification for regex.
46740         * lib/regex.c: Remove portability cruft for alloca.  This no longer
46741         needs to be at the start of the file, and can be moved into
46742         regex_internal.h and simplified.
46743         * lib/regex_internal.h: Include <alloca.h>.
46744         (__libc_use_alloca) [!defined _LIBC]: New macro.
46745         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
46746         now works outside glibc.
46747
46748 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
46749
46750         * config/srclist.txt: Add glibc bugs 1241, 1245.
46751
46752 2005-08-25  Jim Meyering  <jim@meyering.net>
46753
46754         * lib/open-safer.c: Include <config.h>.
46755         Otherwise, we'd lose LARGEFILE support in any file using
46756         e.g. "fcntl--.h"
46757
46758 2005-08-25  Bruno Haible  <bruno@clisp.org>
46759
46760         * m4/minmax.m4: Require autoconf 2.52.
46761         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
46762         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
46763         alternatives of translit over the alphabet.
46764         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
46765
46766 2005-08-24  Simon Josefsson  <jas@extundo.com>
46767
46768         * tests/test-getpass.c: New file.
46769
46770 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46771
46772         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
46773         for GNU regex features.
46774
46775 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46776
46777         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
46778         * lib/regex.h (regerror): Likewise.
46779
46780         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
46781         requires this.  (The code never needed it.)
46782
46783         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
46784         All uses of recently-renamed identifiers changed to use the new,
46785         POSIX-compliant names.  The code will build and run just fine
46786         without these changes, but it's better to eat our own dog food
46787         and use the standard-conforming names.
46788
46789         * lib/regex.h: Fix a multitude of POSIX name space violations.
46790         These changes have an effect only for programs that define
46791         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
46792         do not change anything for programs compiled in the normal way.
46793         Also, there is no effect on the ABI.
46794
46795         (_REGEX_SOURCE): New macro.
46796         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
46797         defined and _GNU_SOURCE is not; this fixes a name space violation.
46798
46799         Rename the following macros to obey POSIX requirements.
46800         The old names are still visible as macros if _REGEX_SOURCE is defined.
46801         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
46802         RE_BACKSLASH_ESCAPE_IN_LISTS.
46803         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
46804         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
46805         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
46806         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
46807         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
46808         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
46809         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
46810         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
46811         (REG_INTERVALS): renamed from RE_INTERVALS.
46812         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
46813         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
46814         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
46815         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
46816         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
46817         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
46818         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
46819         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
46820         RE_UNMATCHED_RIGHT_PAREN_ORD.
46821         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
46822         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
46823         (REG_DEBUG): renamed from RE_DEBUG.
46824         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
46825         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
46826         unusual, since we can't clash with the POSIX REG_ICASE.
46827         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
46828         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
46829         (REG_NO_SUB): renamed from RE_NO_SUB.
46830         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
46831         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
46832         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
46833         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
46834         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
46835         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
46836         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
46837         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
46838         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
46839         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
46840         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
46841         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
46842         RE_SYNTAX_POSIX_MINIMAL_BASIC.
46843         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
46844         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
46845         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
46846         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
46847         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
46848         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
46849         (REG_FIXED): Renamed from REGS_FIXED.
46850         (REG_NREGS): Renamed from RE_NREGS.
46851
46852         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
46853         of other REG_* macros, since POSIX says the user is allowed to
46854         #undef these macros selectively.
46855
46856         (reg_errcode_t): Update comment stating what other tables need
46857         to be consistent.
46858
46859         Rename the following enum values to obey POSIX requirements.
46860         The old names are still visible as macros.
46861         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
46862         is not defined, since GNU is supposed to be a superset of POSIX as
46863         much as possible, and since we want reg_errcode_t to be a signed
46864         type for implementation consistency.
46865         (_REG_NOERROR): Renamed from REG_NOERROR.
46866         (_REG_NOMATCH): Renamed from REG_NOMATCH.
46867         (_REG_BADPAT): Renamed from REG_BADPAT.
46868         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
46869         (_REG_ECTYPE): Renamed from REG_ECTYPE.
46870         (_REG_EESCAPE): Renamed from REG_EESCAPE.
46871         (_REG_ESUBREG): Renamed from REG_ESUBREG.
46872         (_REG_EBRACK): Renamed from REG_EBRACK.
46873         (_REG_EPAREN): Renamed from REG_EPAREN.
46874         (_REG_EBRACE): Renamed from REG_EBRACE.
46875         (_REG_BADBR): Renamed from REG_BADBR.
46876         (_REG_ERANGE): Renamed from REG_ERANGE.
46877         (_REG_ESPACE): Renamed from REG_ESPACE.
46878         (_REG_BADRPT): Renamed from REG_BADRPT.
46879         (_REG_EEND): Renamed from REG_EEND.
46880         (_REG_ESIZE): Renamed from REG_ESIZE.
46881         (_REG_ERPAREN): Renamed from REG_ERPAREN.
46882         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
46883         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
46884         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
46885         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
46886
46887         (_REG_RE_NAME, _REG_RM_NAME): New macros.
46888         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
46889         changed.  But support the old name if the new one is not defined
46890         and if _REGEX_SOURCE.
46891
46892         Change the following member names in struct re_pattern_buffer.
46893         The old names are still supported if !_REGEX_SOURCE.
46894         The new names are always supported, regardless of _REGEX_SOURCE.
46895         (re_buffer): Renamed from buffer.
46896         (re_allocated): Renamed from allocated.
46897         (re_used): Renamed from used.
46898         (re_syntax): Renamed from syntax.
46899         (re_fastmap): Renamed from fastmap.
46900         (re_translate): Renamed from translate.
46901         (re_can_be_null): Renamed from can_be_null.
46902         (re_regs_allocated): Renamed from regs_allocated.
46903         (re_fastmap_accurate): Renamed from fastmap_accurate.
46904         (re_no_sub): Renamed from no_sub.
46905         (re_not_bol): Renamed from not_bol.
46906         (re_not_eol): Renamed from not_eol.
46907         (re_newline_anchor): Renamed from newline_anchor.
46908
46909         Change the following member names in struct re_registers.
46910         The old names are still supported if !_REGEX_SOURCE.
46911         The new names are always supported, regardless of _REGEX_SOURCE.
46912         (rm_num_regs): Renamed from num_regs.
46913         (rm_start): Renamed from start.
46914         (rm_end): Renamed from end.
46915
46916         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
46917         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
46918         Prepend __ to parameter names.
46919
46920         Undo yesterday's changes.
46921
46922 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
46923
46924         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
46925         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
46926         lib/regex.c.
46927
46928 2005-08-24  Jim Meyering  <jim@meyering.net>
46929
46930         Sync from coreutils.
46931         * m4/fcntl-safer.m4: New file.
46932
46933         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
46934         and object files for this module.
46935
46936 2005-08-24  Jim Meyering  <jim@meyering.net>
46937
46938         Sync from coreutils.
46939         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
46940
46941 2005-08-24  Jim Meyering  <jim@meyering.net>
46942
46943         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
46944         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
46945
46946 2005-08-24  Jim Meyering  <jim@meyering.net>
46947
46948         * modules/fcntl-safer: New module.
46949         * modules/fts (Depends-on): Add fcntl-safer.
46950         * MODULES.html.sh (File descriptor based Input/Output):
46951         Add fcntl-safer.
46952
46953 2005-08-24  Bruno Haible  <bruno@clisp.org>
46954
46955         Support for unit test modules.
46956         * modules/README: Mention tests modules.
46957         * modules/TEMPLATE-TESTS: New file.
46958         * gnulib-tool: New options --extract-tests-module, --with-tests and
46959         --tests-base (unused for the moment).
46960         (testsbase, inctests): New variables.
46961         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
46962         (func_verify_module): Exclude TEMPLATE-TESTS.
46963         (func_verify_nontests_module, func_verify_tests_module): New functions.
46964         (func_get_dependencies): Add implicit dependency for tests modules.
46965         (func_get_tests_module): New function.
46966         (func_modules_transitive_closure): When --with-tests was specified,
46967         include the unit tests as well, unless explicitly avoided.
46968         (func_emit_lib_Makefile_am): Ignore the tests modules here.
46969         (func_emit_tests_Makefile_am): New function.
46970         (func_create_testdir): When --with-tests was specified, emit a
46971         tests/ directory.
46972         * MODULES.html.sh (Future developments): Update.
46973
46974 2005-08-24  Bruno Haible  <bruno@clisp.org>
46975
46976         * modules/tls-tests: New file.
46977         * tests/test-tls.c: New file, from GNU gettext.
46978
46979 2005-08-24  Bruno Haible  <bruno@clisp.org>
46980
46981         * modules/lock-tests: New file.
46982         * tests/test-lock.c: New file, from GNU gettext.
46983
46984 2005-08-24  Bruno Haible  <bruno@clisp.org>
46985
46986         * lib/lock.h: Add multiple inclusion guard.
46987         * lib/tls.h: Add multiple inclusion guard.
46988
46989 2005-08-24  Bruno Haible  <bruno@clisp.org>
46990
46991         * gnulib-tool: Add support for the --aux-dir option to
46992         --create-testdir, --create-megatestdir, --test, --megatest.
46993         (func_create_testdir, func_create_megatestdir): Optionally emit a
46994         AC_CONFIG_AUX_DIR directive.
46995         (create-testdir, create-megatestdir, test, megatest): Provide a
46996         default value for $auxdir.
46997
46998 2005-08-24  Bruno Haible  <bruno@clisp.org>
46999
47000         * gnulib-tool (import): Use compound statement instead of subshell
47001         where possible.
47002
47003 2005-08-24  Bruno Haible  <bruno@clisp.org>
47004
47005         * gnulib-tool (import): Change --aux-dir default to "build-aux".
47006
47007 2005-08-24  Bruno Haible  <bruno@clisp.org>
47008
47009         * gnulib-tool (func_version): Update.
47010
47011 2005-08-24  Bruno Haible  <bruno@clisp.org>
47012
47013         * gnulib-tool (func_import, func_create_testdir,
47014         func_create_megatestdir): Quote all autoconf macro arguments.
47015
47016 2005-08-24  Bruno Haible  <bruno@clisp.org>
47017
47018         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
47019         option --force, because --force causes the aclocal.m4 of each
47020         subdirectory to be newer than the corresponding config.h.in.
47021
47022 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47023
47024         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
47025         All contents moved to gl_REGEX.
47026         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
47027         assume that it does.
47028
47029 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47030
47031         * lib/regex.h (REG_NOSYS)
47032         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
47033         Define, since POSIX requires it as of 2001.
47034         (_REG_ENOSYS)
47035         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
47036         New private symbol, used to keep the enum signed in all cases.
47037         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
47038         Youngman in
47039         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
47040
47041         * lib/regex_internal.c (re_string_skip_chars, register_state):
47042         (calc_state_hash):
47043         Remove forward decls; no longer needed now that we use prototypes.
47044         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
47045         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
47046         (clean_state_log_if_needed): Likewise.
47047
47048 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47049
47050         * config/srclist.txt: Add glibc bugs 1231-1233.
47051
47052 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47053
47054         Fix problems reported by Sam Steingold in
47055         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
47056         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
47057         assumed that reg_errcode_t is a signed type, which is not
47058         necessarily true if _XOPEN_SOURCE is not defined.
47059         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
47060         since some compilers warn about it otherwise.
47061
47062 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47063
47064         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
47065         (init_word_char, create_initial_state, duplicate_node_closure):
47066         (fetch_token, peek_token_bracket, build_range_exp):
47067         (build_collating_symbol): Remove forward decls; no longer needed
47068         now that we use prototypes.
47069
47070         * lib/regcomp.c:
47071         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
47072         (re_compile_fastmap_iter, regcomp, regerror, regfree):
47073         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
47074         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
47075         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
47076         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
47077         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
47078         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
47079         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
47080         (build_range_exp, build_collating_symbol, parse_bracket_exp):
47081         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
47082         (build_charclass, build_charclass_op, fetch_number, create_tree):
47083         (create_token_tree, mark_opt_subexp, duplicate_tree):
47084         Use prototypes rather than old-style definitions.
47085
47086         * lib/regex_internal.c:
47087         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
47088         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
47089         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47090         (re_string_reconstruct, re_string_peek_byte_case):
47091         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
47092         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47093         (re_node_set_init_copy, re_node_set_add_intersect):
47094         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47095         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47096         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47097         (re_acquire_state, re_acquire_state_context, register_state):
47098         (create_ci_newstate, create_cd_newstate, free_state):
47099         Likewise.
47100         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
47101         re_search_2):
47102         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
47103         (re_search_internal, prune_impossible_nodes):
47104         (acquire_init_state_context, check_matching, static):
47105         (check_halt_node_context, check_halt_state_context, proceed_next_node):
47106         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
47107         (update_regs, sift_states_backward, build_sifted_states):
47108         (clean_state_log_if_needed, merge_state_array):
47109         (update_cur_sifted_state, add_epsilon_src_nodes):
47110         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
47111         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
47112         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
47113         (find_recover_state, check_subexp_matching_top, transit_state_mb):
47114         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
47115         (check_arrival, check_arrival_add_next_nodes):
47116         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47117         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47118         (check_node_accept_bytes, check_node_accept, extend_buffers):
47119         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47120         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47121         (sift_ctx_init):
47122         Likewise.
47123
47124         * lib/regex_internal.h:
47125         (re_string_allocate, re_string_construct, re_string_reconstruct):
47126         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47127         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47128         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47129         (re_string_context_at, re_string_peek_byte_case):
47130         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
47131         is defined, since we now use prototypes always.
47132
47133         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
47134         C89 or better.  All uses removed.
47135
47136 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47137
47138         * config/srclist.txt: Add glibc bugs 1220-1227.
47139
47140 2005-08-20  Jim Meyering  <jim@meyering.net>
47141
47142         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
47143         of unused local, dfa.
47144
47145 2005-08-20  Bruno Haible  <bruno@clisp.org>
47146
47147         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
47148
47149 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47150
47151         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
47152         (re_node_set_insert_last, re_dfa_add_node):
47153         Rename local variables to avoid GCC shadowing warnings.
47154
47155 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47156
47157         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
47158         [defined lint]: Suppress bogus uninitialized-variable warnings.
47159
47160         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
47161         and let the caller return REG_ESPACE if out of space.  This
47162         removes an uninitialied-variable warning with GCC 4.0.1, and also
47163         avoids taking the address of a local variable.  All callers
47164         changed.
47165
47166 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47167
47168         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
47169         $LIBCSRC/posix/regexec.c.
47170         Add glibc bug 1217 for regcomp.c.
47171
47172 2005-08-19  Jim Meyering  <jim@meyering.net>
47173
47174         * lib/regexec.c (proceed_next_node): Redo local variables to
47175         avoid GCC shadowing warnings.
47176
47177 2005-08-18  Bruno Haible  <bruno@clisp.org>
47178
47179         * lib/strstr.c (strstr): Fix return value in multibyte case.
47180         * lib/strcasestr.c (strcasestr): Likewise.
47181
47182 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
47183
47184         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
47185
47186 2005-08-17  Jim Meyering  <jim@meyering.net>
47187
47188         Make the %s format (seconds since the epoch) work for a negative
47189         number and when used with a zero-padded field width, e.g. %015s.
47190
47191         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
47192         label so that it precedes the code to set `digits'.  Otherwise,
47193         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
47194         print `00-22'.  Now, it prints `-0022', as it should.
47195
47196 2005-08-17  Bruno Haible  <bruno@clisp.org>
47197
47198         * modules/strstr (Files): Add m4/mbrtowc.m4.
47199         (Depends-on): Add mbuiter.
47200
47201 2005-08-17  Bruno Haible  <bruno@clisp.org>
47202
47203         * modules/strcasestr: New file.
47204         * MODULES.html.sh (String handling, based on ANSI C 89): Add
47205         strcasestr.
47206
47207 2005-08-17  Bruno Haible  <bruno@clisp.org>
47208
47209         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
47210
47211 2005-08-17  Bruno Haible  <bruno@clisp.org>
47212
47213         * modules/mbuiter: New file.
47214         * MODULES.html.sh (Extended multibyte and wide character utilities):
47215         Add mbuiter.
47216
47217 2005-08-17  Bruno Haible  <bruno@clisp.org>
47218
47219         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
47220         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
47221
47222 2005-08-17  Bruno Haible  <bruno@clisp.org>
47223
47224         * m4/strcasestr.m4: New file.
47225
47226 2005-08-17  Bruno Haible  <bruno@clisp.org>
47227
47228         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
47229         * lib/strstr.c: Completely rewritten, with multibyte locale support.
47230
47231 2005-08-17  Bruno Haible  <bruno@clisp.org>
47232
47233         * lib/strcasestr.h: New file.
47234         * lib/strcasestr.c: New file.
47235
47236 2005-08-17  Bruno Haible  <bruno@clisp.org>
47237
47238         * lib/strcasecmp.c: Use mbuiter.h.
47239
47240 2005-08-17  Bruno Haible  <bruno@clisp.org>
47241
47242         * lib/mbuiter.h: New file.
47243
47244 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
47245
47246         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
47247         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
47248         and gl_GETOPT are both invoked via different paths (as happens
47249         with GNU tar CVS because it uses both argp and getopt), the former
47250         wins.
47251
47252 2005-08-16  Bruno Haible  <bruno@clisp.org>
47253
47254         * modules/tls: New file.
47255         * MODULES.html.sh (Multithreading): Add tls.
47256
47257 2005-08-16  Bruno Haible  <bruno@clisp.org>
47258
47259         * modules/strnlen1: New file.
47260         * MODULES.html.sh (String handling): Add strnlen1.
47261
47262 2005-08-16  Bruno Haible  <bruno@clisp.org>
47263
47264         * modules/strcase (Files): Add m4/mbrtowc.m4.
47265         (Depends-on): Add strnlen1, mbchar.
47266
47267 2005-08-16  Bruno Haible  <bruno@clisp.org>
47268
47269         * modules/mbiter: New file.
47270         * MODULES.html.sh (Extended multibyte and wide character utilities):
47271         Add mbiter.
47272
47273 2005-08-16  Bruno Haible  <bruno@clisp.org>
47274
47275         * modules/mbfile: New file.
47276         * MODULES.html.sh (Extended multibyte and wide character utilities):
47277         Add mbfile.
47278
47279 2005-08-16  Bruno Haible  <bruno@clisp.org>
47280
47281         * modules/mbchar: New file.
47282         * MODULES.html.sh (Extended multibyte and wide character utilities):
47283         New section.
47284
47285 2005-08-16  Bruno Haible  <bruno@clisp.org>
47286
47287         * m4/tls.m4: New file, from GNU gettext.
47288
47289 2005-08-16  Bruno Haible  <bruno@clisp.org>
47290
47291         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47292         always.
47293         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47294
47295 2005-08-16  Bruno Haible  <bruno@clisp.org>
47296
47297         * m4/mbiter.m4: New file.
47298
47299 2005-08-16  Bruno Haible  <bruno@clisp.org>
47300
47301         * m4/mbfile.m4: New file.
47302
47303 2005-08-16  Bruno Haible  <bruno@clisp.org>
47304
47305         * m4/mbchar.m4: New file.
47306
47307 2005-08-16  Bruno Haible  <bruno@clisp.org>
47308
47309         * lib/tls.h: New file, from GNU gettext.
47310         * lib/tls.c: New file, from GNU gettext.
47311
47312 2005-08-16  Bruno Haible  <bruno@clisp.org>
47313
47314         * lib/strnlen1.h: New file.
47315         * lib/strnlen1.c: New file.
47316
47317 2005-08-16  Bruno Haible  <bruno@clisp.org>
47318
47319         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47320         (mbi_init): Update.
47321         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47322         NUL byte, not after it.
47323
47324 2005-08-16  Bruno Haible  <bruno@clisp.org>
47325
47326         * lib/strcase.h (strcasecmp): Add note in comments.
47327         * lib/strncasecmp.c: Use code from strcasecmp.c.
47328         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47329         (strcasecmp): Work correctly in multibyte locales.
47330
47331 2005-08-16  Bruno Haible  <bruno@clisp.org>
47332
47333         * lib/mbiter.h: New file.
47334
47335 2005-08-16  Bruno Haible  <bruno@clisp.org>
47336
47337         * lib/mbfile.h: New file.
47338
47339 2005-08-16  Bruno Haible  <bruno@clisp.org>
47340
47341         * lib/mbchar.h: New file.
47342         * lib/mbchar.c: New file.
47343
47344 2005-08-16  Bruno Haible  <bruno@clisp.org>
47345
47346         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47347         the valid ones. Makes the comparison operations transitive:
47348         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47349         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47350
47351 2005-08-15  Simon Josefsson  <jas@extundo.com>
47352
47353         * modules/ssize_t (License): Change to 'unlimited'.
47354
47355         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47356
47357 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47360         Add comments for each pending glibc patch.
47361
47362 2005-08-15  Bruno Haible  <bruno@clisp.org>
47363
47364         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47365         __cplusplus is defined.
47366
47367 2005-08-14  Jim Meyering  <jim@meyering.net>
47368
47369         Sync from coreutils.
47370
47371         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47372         Use the hash-table-based cycle-detection code not just when
47373         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47374         Reported by James Youngman in
47375         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47376         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47377         FTS_TIGHT_CYCLE_CHECK.
47378         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47379         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47380         once again.
47381         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47382         * lib/fts.c (fd_safer): Remove decl.
47383         Include fcntl--.h rather than unistd-safer.h
47384         (fts_safe_changedir): Don't call fd_safer; no longer needed
47385         now that we include fcntl--.h.
47386
47387 2005-08-12  Simon Josefsson  <jas@extundo.com>
47388
47389         * modules/getndelim2: Use ssize_t module.
47390         * modules/getnline: Likewise.
47391         * modules/safe-read: Likewise.
47392         * modules/xreadlink: Likewise.
47393
47394         * modules/ssize_t: New file.
47395
47396 2005-08-12  Simon Josefsson  <jas@extundo.com>
47397
47398         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47399
47400 2005-08-12  Simon Josefsson  <jas@extundo.com>
47401
47402         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47403         ssize_t.
47404
47405 2005-08-12  Simon Josefsson  <jas@extundo.com>
47406
47407         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47408         readline, getdelim and check_version.
47409         (Support for systems lacking ISO C 99: Sizes of integer types):
47410         Add size_max.
47411
47412 2005-08-12  Bruno Haible  <bruno@clisp.org>
47413
47414         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47415
47416 2005-08-11  Simon Josefsson  <jas@extundo.com>
47417
47418         * modules/readline: New file.
47419
47420         * modules/strnlen (Files): Add strnlen.h.
47421
47422 2005-08-11  Simon Josefsson  <jas@extundo.com>
47423
47424         * m4/readline.m4: New file.
47425
47426 2005-08-11  Simon Josefsson  <jas@extundo.com>
47427
47428         * lib/readline.h, readline.c: New file.
47429
47430 2005-08-11  Simon Josefsson  <jas@extundo.com>
47431
47432         * doc/gnulib.texi (Initial import, Finishing touches): Mention
47433         gl_AVOID.
47434
47435 2005-08-11  Bruno Haible  <bruno@clisp.org>
47436
47437         * lib/strnlen.h (strnlen): Change parameter name to match comment.
47438
47439 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
47440
47441         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
47442
47443 2005-08-10  Simon Josefsson  <jas@extundo.com>
47444
47445         * tests/test-iconvme.c: New file.
47446
47447 2005-08-10  Simon Josefsson  <jas@extundo.com>
47448
47449         * m4/strnlen.m4: New file.
47450
47451         * m4/strndup.m4: Don't check for strnlen declaration, done in
47452         strnlen.m4.
47453
47454 2005-08-10  Simon Josefsson  <jas@extundo.com>
47455
47456         * lib/strndup.c: Use strnlen.h.
47457
47458         * lib/strnlen.h: New file.
47459
47460 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47461
47462         * README: Typos.
47463
47464 2005-08-02  Simon Josefsson  <jas@extundo.com>
47465
47466         * modules/readline: New file.
47467
47468 2005-08-02  Simon Josefsson  <jas@extundo.com>
47469
47470         * modules/getdelim: New file.
47471
47472         * modules/getline: Rewrite, don't use getndelim2.
47473
47474 2005-08-02  Simon Josefsson  <jas@extundo.com>
47475
47476         * m4/getline.m4: Separate out getdelim stuff into separate module.
47477
47478         * m4/getdelim.m4: New file.
47479
47480 2005-08-02  Simon Josefsson  <jas@extundo.com>
47481
47482         * lib/getline.h, getline.c: Rewrite.
47483
47484         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
47485
47486 2005-07-31  Bruno Haible  <bruno@clisp.org>
47487
47488         * lib/lock.h (gl_lock_initializer): New macro.
47489         (gl_lock_define_initialized): Use it.
47490         (gl_rwlock_initializer): New macro.
47491         (gl_rwlock_define_initialized): Use it.
47492         (gl_recursive_lock_initializer): New macro.
47493         (gl_recursive_lock_define_initialized): Use it.
47494
47495 2005-07-30  Karl Berry  <karl@gnu.org>
47496
47497         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
47498         Report from Ben Pfaff, regarding getopt.
47499
47500 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
47501
47502         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
47503         normal way.
47504         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
47505         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
47506         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
47507         (gl_GETOPT): Use the new macros.  Most of the implementation
47508         is moved to the new macros.  This is for programs like Emacs
47509         that don't want all the functionality of gl_GETOPT.
47510
47511 2005-07-26  Bruno Haible  <bruno@clisp.org>
47512
47513         * m4/lock.m4: Update from GNU gettext.
47514
47515 2005-07-26  Bruno Haible  <bruno@clisp.org>
47516
47517         * lib/lock.h: Update from GNU gettext.
47518         * lib/lock.c: Update from GNU gettext.
47519
47520 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
47521
47522         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
47523         obsolescent AC_TRY_RUN.  Include the default includes files, for
47524         'exit'.
47525
47526 2005-07-24  Bruno Haible  <bruno@clisp.org>
47527
47528         * modules/visibility: New file.
47529         * MODULES.html.sh (Misc): Add visibility.
47530
47531 2005-07-24  Bruno Haible  <bruno@clisp.org>
47532
47533         * m4/visibility.m4: New file.
47534
47535 2005-07-24  Bruno Haible  <bruno@clisp.org>
47536
47537         * doc/visibility.texi: New file.
47538
47539 2005-07-22  Bruno Haible  <bruno@clisp.org>
47540
47541         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
47542         $(ALLOCA_H), redundant through BUILT_SOURCES.
47543         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
47544         redundant through BUILT_SOURCES.
47545         * modules/byteswap (Makefile.am): Remove explicit dependency on
47546         $(BYTESWAP_H), redundant through BUILT_SOURCES.
47547         * modules/fnmatch (Makefile.am): Remove explicit dependency on
47548         $(FNMATCH_H), redundant through BUILT_SOURCES.
47549         * modules/getopt (Makefile.am): Remove explicit dependency on
47550         $(GETOPT_H), redundant through BUILT_SOURCES.
47551         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
47552         redundant through BUILT_SOURCES.
47553         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
47554         redundant through BUILT_SOURCES.
47555         * modules/stdbool (Makefile.am): Remove explicit dependency on
47556         $(STDBOOL_H), redundant through BUILT_SOURCES.
47557         * modules/stdint (Makefile.am): Remove explicit dependency on
47558         $(STDINT_H), redundant through BUILT_SOURCES.
47559         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
47560         Remove explicit dependency on $(SYSEXITS_H).
47561         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
47562
47563 2005-07-18  Simon Josefsson  <jas@extundo.com>
47564
47565         * lib/check-version.c (check_version): Accept identical versions too.
47566
47567 2005-07-18  Bruno Haible  <bruno@clisp.org>
47568
47569         * modules/lock: New file.
47570         * MODULES.html.sh (Multithreading): New section.
47571
47572 2005-07-18  Bruno Haible  <bruno@clisp.org>
47573
47574         * m4/lock.m4: New file, from GNU gettext.
47575
47576 2005-07-18  Bruno Haible  <bruno@clisp.org>
47577
47578         * lib/lock.h: New file, from GNU gettext.
47579         * lib/lock.c: New file, from GNU gettext.
47580
47581 2005-07-18  Bruno Haible  <bruno@clisp.org>
47582
47583         * lib/lock.h (gl_once_t): New type.
47584         (gl_once_define, gl_once): New macros.
47585         * lib/lock.c (fresh_once): New variable.
47586         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
47587         functions.
47588
47589 2005-07-16  Simon Josefsson  <jas@extundo.com>
47590
47591         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
47592         workaround, suggested by Bruno.
47593
47594 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47595
47596         * modules/xalloc (Depends-on): Add xalloc-die.
47597         * modules/xvasprintf (Depends-on): Add xalloc-die.
47598
47599 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
47600
47601         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
47602         with a minor change.
47603
47604 2005-07-15  Bruno Haible  <bruno@clisp.org>
47605
47606         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
47607         When using lib/poll.c, define poll as rpl_poll.
47608
47609 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
47610
47611         * modules/argp (Depends-on): Remove unlocked-io.
47612
47613 2005-07-14  Derek Price  <derek@ximbiot.com>
47614
47615         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
47616         for glob symlink bug.
47617
47618 2005-07-14  Bruno Haible  <bruno@clisp.org>
47619
47620         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
47621         Instead, test for *_unlocked function declarations directly.
47622
47623 2005-07-11  Simon Josefsson  <jas@extundo.com>
47624
47625         * modules/size_max: New file.
47626
47627         * modules/xsize: Depend on size_max module for size_max.m4.
47628
47629 2005-07-11  Simon Josefsson  <jas@extundo.com>
47630
47631         * lib/size_max.h: New file.
47632
47633 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
47634
47635         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
47636         copyright symbol and the year.
47637         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
47638         (version_etc_va): Use parameterized copyright notice.
47639         Reword to conform to the current GNU coding standards.
47640
47641 2005-07-11  Karl Berry  <karl@gnu.org>
47642
47643         * doc/gnulib.texi (Quoting): new node.
47644         (Initial import): more info, from Patrice.
47645
47646 2005-07-11  Bruno Haible  <bruno@clisp.org>
47647
47648         * gnulib-tool (func_usage): Document option --avoid.
47649         (Command line options): Handle --avoid.
47650         (func_acceptable): New function.
47651         (func_modules_transitive_closure): Use it.
47652
47653 2005-07-11  Bruno Haible  <bruno@clisp.org>
47654
47655         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
47656         Reported by Jim Meyering.
47657
47658 2005-07-10  Bruno Haible  <bruno@clisp.org>
47659
47660         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
47661         Needed when size_t is smaller than 'unsigned int'.
47662         Reported by Paul Eggert.
47663
47664 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47665
47666         * modules/argp (Depends-on): Add unlocked-io
47667
47668 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
47669
47670         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
47671         block of defines.
47672
47673 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47674
47675         * config/srclist.txt: Comment out regcomp.c, since we have a porting
47676         fix now.
47677
47678 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
47679         and Paul Eggert  <eggert@cs.ucla.edu>
47680
47681         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
47682         in wint_t, not wchar_t.  Remove now-unnecessary cast.
47683
47684 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47685
47686         * modules/regex (Files): Add lib/regex_internal.c,
47687         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
47688         (Depends-on): Add extensions.
47689         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
47690
47691 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47692
47693         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
47694         pathconf.
47695         * m4/same.m4 (gl_SAME): Likewise.
47696         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
47697
47698         * m4/regex.m4: Adjust to new libc regex implementation.
47699         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
47700         all the .c and .h parts of (the new) regex.
47701         Quote the m4 stuff better.
47702         Check for RE_ICASE bug of old gnulib.
47703         Check for REG_STARTEND of recent libc.
47704         Rename local variables from jm_* to gl_*.
47705         Quote operand of "test -f".
47706         Say "recent enough" version of libc, not "version 2".
47707         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
47708         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
47709         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
47710         Remove check for btowc, isascii.
47711         Require AM_LANGINFO_CODESET.
47712
47713 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47714
47715         * lib/regex.c, regex.h: Sync from libc.
47716         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
47717         * lib/regexec.c:
47718         New files, synced from libc, except that regex_internal.h
47719         currently has a small porting fix.
47720
47721 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
47722
47723         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
47724         regex_internal.c, regexec.c.
47725         Add regex_internal.h too, but as a comment, since the libc version
47726         is currently broken in gnulib mode.
47727
47728 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47729
47730         Support programs like Emacs that use gnulib but not gettext.
47731         * MODULES.html.sh (Internationalization functions): Add gettext-h.
47732         * modules/gettext-h: New file.
47733         * modules/gettext (Files): Remove lib/gettext.h.
47734         (Depends-on): Add gettext-h.
47735         (Makefile.am): Remove lib_SOURCES.
47736         * modules/argmatch, modules/c-stack, modules/closeout:
47737         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
47738         * modules/execute, modules/file-type, modules/getaddrinfo:
47739         * modules/getopt, modules/human, modules/javacomp:
47740         * modules/javaexec, modules/mkdir-p, modules/obstack:
47741         * modules/openat, modules/pagealign_alloc, modules/pipe:
47742         * modules/quotearg, modules/regex, modules/rpmatch:
47743         * modules/unicodeio, modules/userspec, modules/version-etc:
47744         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
47745         * modules/xsetenv:
47746         Depend on gettext-h, not gettext.
47747
47748 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47749
47750         * gnulib-tool (func_import): Add support for 'public domain' license.
47751         * modules/alloca, modules/atexit, modules/memmove:
47752         Now public domain, not GPL.
47753         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
47754         * modules/realloc, modules/strerror, modules/strtod:
47755         Now LGPL, not GPL.
47756
47757 2005-07-05  Bruno Haible  <bruno@clisp.org>
47758
47759         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
47760         autoconf CVS. Needed for mingw.
47761
47762 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47763
47764         Remove the dependency of the strftime module on the tzset module.
47765         * modules/strftime (Depends-on): Remove dependency on tzset.
47766
47767 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47768
47769         Remove the dependency of the strftime module on the tzset module.
47770         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
47771         gl_FUNC_TZSET_CLOBBER.
47772
47773 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47774
47775         Remove the dependency of the strftime module on the tzset module.
47776         * lib/strftime.c (my_strftime)
47777         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
47778         Copy the input structure, to work around some of the bug with
47779         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
47780         Solaris releases, you should also use the tzset module, but we won't
47781         require it as a dependency any more since we don't want LGPLed code
47782         to depend on GPLed code.
47783
47784 2005-07-02  Jim Meyering  <jim@meyering.net>
47785
47786         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
47787         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
47788         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
47789         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
47790
47791 2005-07-02  Jim Meyering  <jim@meyering.net>
47792
47793         * lib/backupfile.c (backup_args): Change a `0' to NULL.
47794
47795 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47796
47797         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
47798         declares only 'struct timespec;' (!).
47799
47800 2005-07-01  Jim Meyering  <jim@meyering.net>
47801
47802         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
47803         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
47804         * lib/save-cwd.c, tempname.c:
47805         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47806         and don't include <sys/file.h>).
47807
47808 2005-06-29  Jim Meyering  <jim@meyering.net>
47809
47810         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
47811         type name.  Use the variable name instead.
47812         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
47813         Likewise.
47814
47815 2005-06-28  Simon Josefsson  <jas@extundo.com>
47816
47817         * modules/check-version (Files): Add check-version.m4.
47818
47819 2005-06-28  Simon Josefsson  <jas@extundo.com>
47820
47821         * m4/check-version.m4: New file, suggested by Jim Meyering
47822         <jim@meyering.net>.
47823
47824 2005-06-28  Simon Josefsson  <jas@extundo.com>
47825
47826         * lib/check-version.h, lib/check-version.c: New files.
47827
47828 2005-06-28  Simon Josefsson  <jas@extundo.com>
47829
47830         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
47831         collision with global variable.  Better indentation.  Don't
47832         increment buffer pointer beyond buffer end.  Based on comments
47833         from Paul Eggert <eggert@cs.ucla.edu>.
47834
47835         * lib/base64.h: Indent.
47836
47837 2005-06-28  Simon Josefsson  <jas@extundo.com>
47838
47839         * doc/gnulib.texi (Library version handling): New section.
47840
47841 2005-06-28  Jim Meyering  <jim@meyering.net>
47842
47843         * check-module (find_included_lib_files): Hard-code another
47844         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
47845         but modules/fts-lgpl (correctly) does not list those files.
47846
47847         * modules/canonicalize (Files): Add lib/pathmax.h.
47848
47849 2005-06-25  Simon Josefsson  <jas@extundo.com>
47850
47851         * modules/check-version: New file.
47852
47853 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
47854
47855         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
47856         initializer of struct addrinfo, as an indication that we don't
47857         care how many members the structure has.
47858
47859 2005-06-24  Derek Price  <derek@ximbiot.com>
47860         and Bruno Haible  <bruno@clisp.org>
47861
47862         Remove stat module & update lstat.
47863         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
47864         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
47865         * m4/stat.m4: Remove this file.
47866
47867 2005-06-24  Derek Price  <derek@ximbiot.com>
47868         and Bruno Haible  <bruno@clisp.org>
47869
47870         Remove stat module & update lstat.
47871         * lib/stat.c: Remove this file...
47872         (slash_aware_lstat): ...moving this content and its support...
47873         * lib/lstat.c (rpl_lstat): ...into here.
47874         * lib/lstat.h: New file.
47875
47876 2005-06-24  Derek Price  <derek@ximbiot.com>
47877         and Bruno Haible  <bruno@clisp.org>
47878
47879         Remove stat module & update lstat.
47880         * config/srclist.txt (libc sources): Remove stat.
47881
47882 2005-06-24  Derek Price  <derek@ximbiot.com>
47883         and Bruno Haible  <bruno@clisp.org>
47884
47885         Remove stat module & update lstat.
47886         * MODULES.html.sh (stat): Remove.
47887         * MODULES.html: Regenerated.
47888         * modules/lstat (Description): Correct function name.
47889         (Files): Add "lstat.h".
47890         (Depends-on): Remove stat, add xalloc, stat-macros.
47891         * modules/stat: Remove this file.
47892         (Include): Add "lstat.h", remove <sys/stat.h>.
47893
47894 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
47895
47896         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
47897         (ranged_convert): Don't save conversion in a temporary struct.
47898         This causes a warning with GCC 4.0.0, and anyway in the typical
47899         case it's not worth the extra 100 bytes or so of code.
47900         (ranged_convert, __mktime_internal): When calling a function via a
47901         pointer P, use P () rather than (*P) (), as we now assume C89 or
47902         better.
47903
47904 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47905
47906         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
47907         "who -r" failed to give output.  Problem reported by Tim Waugh.
47908
47909         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
47910         (xcalloc): Use it to avoid needless tests.
47911         Problem reported by Jim Meyering.
47912
47913 2005-06-20  Derek Price  <derek@ximbiot.com>
47914
47915         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
47916         unnecessary for Autoconfs > 2.59c.
47917
47918 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
47919
47920         * lib/argp.h (__option_is_short): Check upper limit of
47921         __key. Isprint() requires its argument to have the value
47922         of an unsigned char or EOF.
47923
47924 2005-06-16  Jim Meyering  <jim@meyering.net>
47925
47926         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
47927         when either N or S is zero.
47928
47929 2005-06-16  Derek Price  <derek@ximbiot.com>
47930
47931         * m4/bison.m4: Declare YACC & YFLAGS precious.
47932
47933 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
47934
47935         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
47936         multibyte string or pattern, fall back on unibyte matching.
47937         Problem reported by James Youngman.
47938
47939 2005-06-08  Bruno Haible  <bruno@clisp.org>
47940
47941         * modules/csharpcomp: New file.
47942         * MODULES.html.sh (C#): Add csharpcomp.
47943
47944 2005-06-08  Bruno Haible  <bruno@clisp.org>
47945
47946         * m4/csharpcomp.m4: New file, from GNU gettext.
47947
47948 2005-06-08  Bruno Haible  <bruno@clisp.org>
47949
47950         * lib/csharpcomp.h: New file, from GNU gettext.
47951         * lib/csharpcomp.c: New file, from GNU gettext.
47952         * lib/csharpcomp.sh.in: New file, from GNU gettext.
47953
47954 2005-06-08  Bruno Haible  <bruno@clisp.org>
47955
47956         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
47957         warning on mingw.
47958
47959 2005-06-07  Derek Price  <derek@ximbiot.com>
47960
47961         Sync from CVS.
47962         * lib/glob_.h: Indent nested #ifdef.
47963
47964 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
47965
47966         Sync from coreutils.
47967         Use "file name" when talking about file names, instead of "filename"
47968         or "path", as per the GNU coding standards.
47969         * lib/mkdir-p.c: Renamed from makepath.c.
47970         (make_dir_parents): Renamed from make_path.  All callers changed.
47971         * lib/mkdir-p.h: Likewise.  All includers changed.
47972         * lib/filenamecat.c: Renamed from path-concat.c.
47973         (file_name_concat): Renamed from path_concat.  All callers changed.
47974         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
47975         * lib/filenamecat.h: Likewise.  All includers changed.
47976         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
47977         in comments or local variable names.
47978         * lib/basename.c: Likewise.
47979         * lib/canonicalize.c, canonicalize.h: Likewise.
47980         * lib/dirname.c, dirname.h: Likewise.
47981         * lib/euidaccess.c: Likewise.
47982         * lib/exclude.c: Likewise
47983         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
47984         * lib/fsusage.c, fsuage.h: Likewise.
47985         * lib/fts.c, fts_.h: Likewise.
47986         * lib/getcwd.c: Likewise.
47987         * lib/getloadavg.c: Likewise.
47988         * lib/mkstemp.c: Likewise.
47989         * lib/mountlist.c, mountlist.h: Likewise.
47990         * lib/openat.c, openat.h: Likewise.
47991         * lib/readlink-stub.c: Likewise.
47992         * lib/readutmp.c, readutmp.h: Likewise.
47993         * lib/rename.c: Likewise.
47994         * lib/rmdir.c: Likewise.
47995         * lib/same.c: Likewise.
47996         * lib/savedir.c: Likewise.
47997         * lib/stripslash.c: Likewise.
47998         * lib/tempname.c: Likewise.
47999         * lib/xreadlink.c: Likewise.
48000         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
48001         All uses changed.
48002         * lib/exclude.h: Likewise.
48003
48004         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
48005         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48006         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
48007         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48008         * lib/pathmax.h: Include <limits.h> unconditionally, since other
48009         files have been getting away with it for years (MORE/BSD 4.3
48010         is extinct now).
48011         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
48012         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48013
48014         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
48015         Define to 256, not 255, as per modern POSIX.
48016
48017 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48018
48019         Sync from coreutils.
48020         Use "file name" when talking about file names, instead of "filename"
48021         or "path", as per the GNU coding standards.
48022         * MODULES.html.sh: mkdir-p renamed from makepath.
48023         filenamecat renamed from path-concat.
48024         * modules/filenamecat: Renamed from modules/path-concat.
48025         (Files): filenamecat.h and filenamecat.c renamed from
48026         path-concat.h and path-concat.c.
48027         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
48028         (Include): filenamecat.h, not path-concat.h.
48029         * modules/mkdir-p: Renamed from modules/makepath.
48030         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
48031         makepath.c.
48032         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
48033         (Include): mkdir-p.h, not makepath.h.
48034
48035 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48036
48037         Sync from coreutils.
48038         * m4/mkdir-p.m4: Renamed from makepath.m4.
48039         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
48040         Rename files from makepath.c to mkdir-p.c, and from
48041         makepath.h to mkdir-p.h.
48042         * m4/filenamecat.m4: Renamed from path-concat.m4.
48043         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
48044         Rename files from path-concat.c to filenamecat.c,
48045         and from path-concat.h to filenamecat.h.
48046         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
48047         "file name" in local variables or comments.
48048         * m4/rename.m4: Likewise.
48049
48050 2005-06-01  Bruno Haible  <bruno@clisp.org>
48051
48052         * modules/csharpexec: New file.
48053         * MODULES.html.sh (C#): New section.
48054
48055 2005-06-01  Bruno Haible  <bruno@clisp.org>
48056
48057         * m4/csharp.m4: New file, from GNU gettext.
48058         * m4/csharpexec.m4: New file, from GNU gettext.
48059
48060 2005-06-01  Bruno Haible  <bruno@clisp.org>
48061
48062         * lib/csharpexec.h: New file, from GNU gettext.
48063         * lib/csharpexec.c: New file, from GNU gettext.
48064         * lib/csharpexec.sh.in: New file, from GNU gettext.
48065
48066 2005-05-31  Derek Price  <derek@ximbiot.com>
48067             Paul Eggert  <eggert@cs.ucla.edu>
48068
48069         Sync from cvs.
48070         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48071
48072 2005-05-31  Derek Price  <derek@ximbiot.com>
48073             Paul Eggert  <eggert@cs.ucla.edu>
48074
48075         Sync from cvs.
48076         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48077
48078 2005-05-29  Derek Price  <derek@ximbiot.com>
48079
48080         * config/srclist.txt (glob_.h, glob.c): Add these files.
48081
48082 2005-05-29  Derek Price  <derek@ximbiot.com>
48083
48084         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
48085         * modules/glob: New file.
48086         * modules/getlogin_r: Add link to POSIX spec in description.
48087
48088 2005-05-29  Derek Price  <derek@ximbiot.com>
48089             Paul Eggert  <eggert@cs.ucla.edu>
48090
48091         * m4/glob.m4: New file.
48092
48093 2005-05-29  Derek Price  <derek@ximbiot.com>
48094             Paul Eggert  <eggert@cs.ucla.edu>
48095
48096         * lib/glob_.h, lib/glob.c: New files.
48097
48098 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48099
48100         * modules/fts (Files): Remove m4/inttypes-pri.m4.
48101         * modules/fts-lgpl (Depends-on): Remove gettext.
48102
48103 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48104
48105         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
48106         and don't require gt_INTTYPES_PRI.
48107
48108 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48109
48110         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
48111
48112         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
48113         the configuration hassle isn't worth it.
48114         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
48115         (LONGEST_MODIFIER, PRIuMAX): Remove.
48116
48117 2005-05-27  Bruno Haible  <bruno@clisp.org>
48118
48119         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48120
48121 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48122
48123         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48124         _POSIX_PTHREAD_SEMANTICS for Solaris.
48125
48126 2005-05-25  Derek Price  <derek@ximbiot.com>
48127
48128         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48129
48130 2005-05-25  Derek Price  <derek@ximbiot.com>
48131             Paul Eggert  <eggert@cs.ucla.edu>
48132
48133         * modules/getlogin_r, m4/getlogin_r.m4: New files.
48134         * lib/getlogin_r.c, getlogin_r.h: New files.
48135
48136 2005-05-25  Bruno Haible  <bruno@clisp.org>
48137             Derek Price  <derek@ximbiot.com>
48138
48139         * lib/getlogin_r.h: Simplify API documentation.
48140
48141 2005-05-23  Derek Price  <derek@ximbiot.com>
48142
48143         * modules/minmax (Files): Add m4/minmax.m4.
48144         (configure.ac): Add gl_MINMAX.
48145
48146 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48147
48148         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
48149         so that unistd-safer.h (GPL'ed code) need not be included.
48150
48151 2005-05-22  Bruno Haible  <bruno@clisp.org>
48152
48153         * m4/minmax.m4: New file.
48154         Based on a patch by Derek Price <derek@ximbiot.com>.
48155
48156 2005-05-22  Bruno Haible  <bruno@clisp.org>
48157
48158         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
48159         (INT64_MIN): Fix definition.
48160         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
48161
48162         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
48163         NEED_SIGNED_INT_TYPES.
48164
48165         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
48166         HAVE_SYSTEM_INTTYPES.
48167
48168 2005-05-22  Bruno Haible  <bruno@clisp.org>
48169
48170         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
48171         Also include <sys/param.h> if it defines MIN, MAX.
48172         Based on a patch by Derek Price <derek@ximbiot.com>.
48173
48174 2005-05-21  Jim Meyering  <jim@meyering.net>
48175
48176         * modules/fts (Files): Add m4/inttypes-pri.m4.
48177         (Depends-on): Add lstat and remove gettext.  Alphabetize.
48178
48179 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48180
48181         New fts module.
48182         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
48183         (setup_dir, free_dir): New functions.
48184         (enter_dir, leave_dir): Define trivial
48185         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
48186         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
48187         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
48188         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
48189         Move to fts-cycle.c.
48190         (fts_open): Use setup_dir.
48191         (fts_close): Use free_dir.
48192         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
48193         This adds a label and some gotos, but the alternatives were messier.
48194         Check for memory allocation failure when entering a dir.
48195         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
48196         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
48197         (FTS): New member fts_cycle, that is a union that contains the
48198         old active_dir_ht and cycle_state.  All uses changed to mention
48199         fts_cycle.ht and fts_cycle.state.
48200         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
48201         fts.c, with the following changes:
48202         (setup_dir, free_dir): New functions.
48203         (enter_dir): Now returns bool.  Return true if successful, false
48204         if memory exhausted.  All callers changed.
48205         Do not bother partly cleaning up on
48206         memory allocation failure; that is free_dir's job.
48207         However, free ad if hash_insert fails, to avoid memory leak.
48208         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48209         fts->fts_options to see which union member to use.
48210
48211 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48212
48213         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
48214         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
48215
48216 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48217
48218         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
48219
48220 2005-05-20  Jim Meyering  <jim@meyering.net>
48221
48222         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
48223         Now a macro, to pacify GCC.
48224
48225 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48226
48227         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
48228         of -1.
48229
48230 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48231
48232         * lib/chown.c (rpl_chown): Return -1 on failure.
48233
48234 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48235
48236         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
48237         Don't check for stddef.h.
48238         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
48239         don't use its results.
48240         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
48241         since we include them unconditionally.  Don't require
48242         AM_STDBOOL_H, since stdbool is a prerequisite.
48243         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
48244         since we assume C89 or better.
48245         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
48246         as we don't use their results.
48247         Don't check for fchdir, memmove, memset, strrchr, as we use
48248         them unconditionally.
48249         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
48250         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
48251
48252 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48253
48254         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
48255         Include <stddef.h> unconditionally, since we assume C89 now.
48256         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
48257         * lib/fts.c: Include fts_.h first, to check interface.
48258         Do not include intprops.h; no longer needed.
48259         Include cycle-check.h and hash.h, since fts_.h no longer does.
48260         Remove unnecessary casts of closedir to void.
48261         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
48262         decide whether to decrement nlinks.
48263         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
48264         (FTS): Use struct hash_table * instead of Hash_table, so that
48265         we no longer need to include hash.h here.
48266
48267 2005-05-18  Jim Meyering  <jim@meyering.net>
48268
48269         * modules/dirfd (License): Change to LGPL.  Most of the code
48270         is already in the public domain.
48271
48272 2005-05-18  Jim Meyering  <jim@meyering.net>
48273
48274         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
48275         Reported by Yoann Vandoorselaere.
48276
48277 2005-05-17  Jim Meyering  <jim@meyering.net>
48278
48279         * m4/fts.m4: New file, from coreutils.
48280
48281 2005-05-17  Jim Meyering  <jim@meyering.net>
48282
48283         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48284
48285 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48286
48287         Sync from coreutils.
48288         * m4/unlinkdir.m4: New file.
48289
48290 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48291
48292         Sync from coreutils.
48293         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48294         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48295         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48296         White space changes only.
48297         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48298         special.
48299         * lib/yesno.c: Include getline.h, not ctype.h.
48300         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48301         Use getline to remove arbitrary restriction on response length.
48302
48303 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48304
48305         * config/srclist-update: Spell out "Street" in FSF postal
48306         mail address; this is the style the FSF seems to prefer.
48307
48308         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48309         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48310         this updates FSF postal mail address.
48311
48312         Sync from coreutils.
48313         * modules/unlinkdir: New file.
48314         * modules/yesno (Depends-on): Add getline.
48315         * MODULES.html.sh (File system functions): Add unlinkdir.
48316
48317 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48318
48319         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48320         lib/strsep.h:
48321         Change the initial comment to refer to GPL, not LGPL.
48322         gnulib-tool will change it to LGPL as needed.
48323
48324         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48325         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48326         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48327         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48328         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48329         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48330         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48331         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48332         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48333         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48334         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48335         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48336         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48337         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48338         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48339         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48340         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48341         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48342         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48343         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48344         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48345         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48346         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48347         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48348         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48349         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48350         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48351         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48352         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48353         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48354         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48355         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48356         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48357         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48358         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48359         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48360         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48361         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48362         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48363         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48364         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48365         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48366         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48367         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48368         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48369         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48370         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48371         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48372         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48373         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48374         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48375         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48376         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48377         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48378         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48379         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48380         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48381         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48382         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48383         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48384         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48385         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48386         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48387         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48388         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48389         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48390         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48391         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48392         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48393         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48394         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48395         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48396         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48397         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48398         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48399         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48400         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48401         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48402         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48403         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48404         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48405         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48406         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48407         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48408         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48409         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48410         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48411         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48412         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48413         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48414         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48415         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48416         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48417         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48418         lib/yesno.c, lib/yesno.h:
48419         Update FSF postal mail address.
48420
48421 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48422
48423         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
48424         tests/test-memmem.c, tests/test-stpncpy.c:
48425         Update FSF postal mail address.
48426
48427 2005-05-13  Bruno Haible  <bruno@clisp.org>
48428
48429         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
48430         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
48431         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
48432         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
48433         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
48434         Add support for 64-bit integers in the MSVC compiler.
48435
48436 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48437
48438         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
48439
48440 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
48441
48442         * gnulib-tool (func_import): Sort and uniquify recommended includes.
48443
48444 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
48445
48446         * doc/getdate.texi (General date syntax): Don't say that date
48447         date --iso-8601=ns generates acceptable dates; it doesn't yet.
48448         Problem reported by Nic Ferrier.
48449
48450 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48451
48452         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
48453         specified in ai_socktype. Fix invalid ai_protocol
48454         check. ai_protocol is usually set to 0 or depending on
48455         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
48456         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
48457         ai_socktype / ai_protocol in the returned addrinfo structure.
48458
48459 2005-05-10  Simon Josefsson  <jas@extundo.com>
48460
48461         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
48462         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48463
48464 2005-05-10  Karl Berry  <karl@gnu.org>
48465
48466         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
48467         (from http://www.gnu.org/licenses).
48468         * doc/COPYING.LIB: also rename to COPYING.LESSER.
48469         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
48470         fdl.texi suffices.
48471
48472 2005-05-10  Karl Berry  <karl@gnu.org>
48473
48474         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
48475         (COPYING.DOC): remove.
48476
48477         * config/srclist-update: new FSF address.
48478
48479 2005-05-10  Derek Price  <derek@ximbiot.com>
48480
48481         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
48482         possible.
48483
48484 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48485             Bruno Haible  <bruno@clisp.org>
48486
48487         * modules/inet_ntop: New file.
48488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
48489         inet_ntop.
48490
48491 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48492             Bruno Haible  <bruno@clisp.org>
48493
48494         * m4/inet_ntop.m4: New file.
48495
48496 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48497             Bruno Haible  <bruno@clisp.org>
48498
48499         * lib/inet_ntop.h: New file.
48500         * lib/inet_ntop.c: New file, from glibc with modifications.
48501
48502 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
48503
48504         * modules/time_r (License): Change to LGPL.
48505         * modules/extensions (License): Change to LGPL.  Actually,
48506         the license is more permissive than that, but currently gnulib-tool
48507         doesn't know how to handle more-permissive licenses.
48508
48509         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
48510         Problem reported by Dave Love.
48511
48512 2005-05-08  Jim Meyering  <jim@meyering.net>
48513
48514         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
48515         blank.
48516
48517 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
48518
48519         * modules/argmatch (Depends-on): Add stdbool.
48520         * modules/backupfile (Depends-on): Likewise.
48521         * modules/chdir-long (Depends-on): Likewise.
48522         * modules/closeout (Depends-on): Likewise.
48523         * modules/cycle-check (Depends-on): Likewise.
48524         * modules/dirname (Depends-on): Likewise.
48525         * modules/fnmatch (Depends-on): Likewise.
48526         * modules/fsusage (Depends-on): Likewise.
48527         * modules/fwriteerror (Depends-on): Likewise.
48528         * modules/getcwd (Depends-on): Likewise.
48529         * modules/getloadavg (Depends-on): Likewise.
48530         * modules/hard-locale (Depends-on): Likewise.
48531         * modules/makepath (Depends-on): Likewise.
48532         * modules/mountlist (Depends-on): Likewise.
48533         * modules/nanosleep (Depends-on): Likewise.
48534         * modules/posixtm (Depends-on): Likewise.
48535         * modules/quotearg (Depends-on): Likewise.
48536         * modules/readtokens (Depends-on): Likewise.
48537         * modules/readtokens0 (Depends-on): Likewise.
48538         * modules/readutmp (Depends-on): Likewise.
48539         * modules/save-cwd (Depends-on): Likewise.
48540         * modules/strftime (Depends-on): Likewise.
48541         * modules/userspec (Depends-on): Likewise.
48542         * modules/utimecmp (Depends-on): Likewise.
48543         * modules/xgetcwd (Depends-on): Likewise.
48544         * modules/xnanosleep (Depends-on): Likewise.
48545         * modules/xstrtod (Depends-on): Likewise.
48546         * modules/yesno (Depends-on): Likewise.
48547
48548 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
48549
48550         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
48551         needless checks.
48552
48553 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48554
48555         Merge from coreutils.  Among other things,
48556         add bulletproofing for cases where stdin, stdout, or stderr are closed.
48557         * lib/fd-safer.c: New file.
48558         * lib/fcntl-safer.h, open-safer.c: Remove.
48559         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
48560         * lib/dup-safer.c: Include unistd-safer.h first.
48561         Don't include errno.h.
48562         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
48563         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
48564         * lib/file-type.c: Rely on file-type.h change.
48565         * lib/getloadavg.c: Include unistd-safer.h.
48566         (getloadavg): Use safer open.
48567         * lib/getusershell.c: Include "stdio-safer.h".
48568         (getusershell): Use safer fopen.
48569         * lib/long-options.c (long_options): Use NULL rather than 0.
48570         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
48571         'free'.
48572         * lib/modechange.c: Likewise.
48573         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
48574         (MODE_DONE): New constant.
48575         (struct mode_change): Remove 'next' member.
48576         (make_node_op_equals): New function; like the old one of the
48577         same name, except it allocates an array.
48578         (mode_compile, mode_create_from_ref): Use it.
48579         (mode_compile): Allocate result as an array, not a linked list.
48580         Parse octal string ourself, so that we catch mistakes like "+0".
48581         (mode_adjust): Arg is an array, not a linked list.
48582         * lib/modechange.c: Include stat-macros.h, xalloc.h.
48583         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
48584         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
48585         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
48586         Remove.  This is now stat-macros.h's job.
48587         (talloc): Remove.  All callers replaced by xalloc, so that
48588         our invokers don't have to worry about reporting memory failures.
48589         (make_node_op_equals): Remove.
48590         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48591         New constants.
48592         (struct mode_change): Moved here from modechange.h.
48593         (mode_append_entry): Remove.
48594         (mode_compile): Remove MASKED_OPS arg, since it encouraged
48595         apps to have incorrect behavior.  Use simpler algorithm for head
48596         and tail.  Don't futz with umask; that's now the job of mode_adjust.
48597         Detect more invalid usages rather than having somewhat-random behavior.
48598         Don't insert an "a=" action, as that leads to incorrect behavior.
48599         (mode_compile, mode_create_from_ref): Return NULL on error instead
48600         of an enum, since now there's only one way to have an error.  All
48601         callers changed.
48602         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
48603         at the correct time.  Simplify calculation of "+u" and its ilk.
48604         Don't mishandle "+X".
48605         (mode_free): Remove "register" and localize decls.
48606         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
48607         (struct mode_change): Move to modechange.c; callers don't
48608         need to see this stuff.
48609         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
48610         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
48611         (mode_change, mode_adjust): Reflect the new signatures noted above.
48612         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
48613         that might redefine system include files.
48614         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
48615         (my_usleep): Use NULL rather than (void *) 0.
48616         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
48617         Use siginterrupt to specify that system calls should be interrupted.
48618         (rpl_nanosleep): Move initialization of suspended closer to call of
48619         my_usleep.
48620         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
48621         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
48622         (desirable_utmp_entry): New function.
48623         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
48624         using x2nrealloc, to simplify logic.
48625         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
48626         size calculation.  Do not assume utmp file is a regular file.
48627         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
48628         (READ_UTMP_CHECK_PIDS): New constant.
48629         * lib/save-cwd.c: Include unistd-safer.h.
48630         (save_cwd): Use fd_safer.
48631         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
48632         [!_LIBC] Include "stat-macros.h" instead.
48633         * lib/unistd-safer.h (fd_safer): New decl.
48634
48635 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48636
48637         * modules/getloadavg (Depends-on): Add unistd-safer.
48638         * modules/getusershell (Depends-on): Add stdio-safer.
48639         * modules/lstat (Depends-on): Remove xalloc.
48640         * modules/mkstemp (Depends-on): Add stat-macros.
48641         * modules/modechange (Depends-on): Remove xstrtol.
48642         Add stat-macros, xalloc.
48643         * modules/save-cwd (Depends-on): Add unistd-safer.
48644         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
48645         * modules/unistd-safer (Files): Add lib/fd-safer.c
48646         (Makefile.am): Remove lib_SOURCES.
48647
48648         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
48649         Remove fcntl-safer; unistd-safer supersedes it.
48650
48651 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48652
48653         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
48654         AC_HEADER_STAT.
48655         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
48656         (gl_PREREQ_CHOWN): Remove.
48657         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
48658         it.  Don't require AC_HEADER_STAT.
48659         (gl_PREREQ_LSTAT): Remove.
48660         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
48661         Don't require AC_HEADER_STAT.
48662         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
48663         (gl_PREREQ_RMDIR): Remove.
48664         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
48665         mention stat-macros.h or AC_HEADER_STAT, since we'll make
48666         the stat-macros module a prerequisite.
48667         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
48668         * m4/filemode.m4 (gl_FILEMODE): Likewise.
48669         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
48670         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
48671         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
48672         variable names.
48673         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
48674         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
48675         variable prefixes.
48676         * m4/fcntl-safer.m4: Remove.
48677         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
48678         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
48679         Invoke gl_PREREQ_FD_SAFER.
48680         (gl_PREREQ_FD_SAFER): New macro.
48681         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
48682         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
48683         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
48684         Remove duplicate call to AC_LIBOBJ(readutmp).
48685         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
48686
48687         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
48688         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
48689
48690 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
48691
48692         * MODULES.html.sh (Misc): Add byteswap.
48693
48694 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48695
48696         * modules/getcwd (Depends-on): Add extensions.
48697         * modules/openat (Depends-on): Likewise.
48698
48699 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48700
48701         * modules/byteswap: New file.
48702
48703 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48704
48705         * m4/byteswap.m4: New file.
48706
48707 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
48708
48709         * lib/byteswap_.h: New file.
48710
48711 2005-04-25  Karl Berry  <karl@gnu.org>
48712
48713         * m4/gettext.m4: Update from GNU gettext 0.14.4.
48714
48715 2005-04-25  Albert Chin  <china@thewrittenword.com>
48716
48717         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
48718         Toolkit C bug.
48719
48720 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
48721
48722         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
48723         (func_ln_if_changed) Remove forcibly for no error message
48724         in case file does not exist.
48725
48726 2005-04-19  Simon Josefsson  <jas@extundo.com>
48727
48728         * gnulib-tool (Options): Make --symlink mean --symbolic.
48729
48730 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
48731
48732         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
48733
48734 2005-04-16  Simon Josefsson  <jas@extundo.com>
48735
48736         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
48737
48738 2005-04-15  Simon Josefsson  <jas@extundo.com>
48739
48740         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
48741
48742 2005-04-15  Simon Josefsson  <jas@extundo.com>
48743
48744         * gnulib-tool: Rename --symlink to --symbolic.
48745
48746 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
48747
48748         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
48749         symbolic links to files instead of copying/moving.  Add --aux-dir,
48750         specifying directory relative --dir where auxiliary build tools
48751         are placed.
48752
48753 2005-04-14  Bruno Haible  <bruno@clisp.org>
48754
48755         * modules/allocsa (License): Change to LGPL.
48756         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
48757
48758 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48759
48760         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
48761         that "UTC +1 second" continues to work.  Problem reported
48762         by Dmitry V. Levin.
48763         (relunit_snumber): New rule.
48764         (relunit): Use it.
48765
48766 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
48767
48768         * lib/getdate.y (universal_time_zone_table): New constant.
48769         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
48770         universal_time_zone_table.
48771         (lookup_zone): Prefer universal_time_zone_table to
48772         local_time_zone_table, so that "GMT" time stamps are allowed in
48773         London during the summer.  Problem reported by Ian Abbott.
48774
48775 2005-04-12  Jim Meyering  <jim@meyering.net>
48776
48777         * lib/human.c (humblock): Set *options even when returning due to
48778         xstrtoumax conversion failure.  Thanks to a used-uninitialized
48779         warning from gcc-4.
48780
48781 2005-04-09  Jim Meyering  <jim@meyering.net>
48782
48783         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
48784         -Wuninitialized: initialize tm0.tm_year.
48785
48786 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
48787
48788         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
48789         count, since there's no maximum.  All uses changed.
48790         Add member dsts_seen.
48791         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
48792         not being INT_MAX.
48793         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
48794         Use pc_rels_seen to decide whther a date is absolute.
48795
48796         * lib/getdate.y (number): Don't overwrite year.
48797         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
48798         check.
48799
48800 2005-04-02  Simon Josefsson  <jas@extundo.com>
48801
48802         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
48803         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
48804
48805 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
48806
48807         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
48808         where no absolute path name can be longer than PATH_MAX.
48809
48810 2005-03-27  Jim Meyering  <jim@meyering.net>
48811
48812         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
48813
48814 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
48815
48816         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
48817         "one's complement" -> "ones' complement" in comment, as per Knuth.
48818         "value of type" -> "type or expression" in comment.
48819         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
48820
48821 2005-03-26  Jim Meyering  <jim@meyering.net>
48822
48823         Comment nits.
48824         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
48825         Correct typos: s/or/of/.
48826
48827 2005-03-26  Jim Meyering  <jim@meyering.net>
48828
48829         * modules/check-include-files: Move to ../ and rename to...
48830         * check-module: ...this.
48831
48832 2005-03-25  Jim Meyering  <jim@meyering.net>
48833
48834         * modules/xvasprintf (Files): Add xalloc.h.
48835
48836 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
48837
48838         * modules/gettext (Files): config/config.rpath ->
48839         build-aux/config.rpath
48840         * modules/iconv (Files): Likewise.
48841         Problem reported by Oskar Liljeblad.
48842
48843 2005-03-23  Jim Meyering  <jim@meyering.net>
48844
48845         * modules/check-include-files: New script to check for
48846         missing dependencies, multiple includes, etc.
48847
48848         * modules/c-strtold (Depends-on): Add xalloc.
48849         * modules/c-strtod (Depends-on): Add xalloc.
48850         * modules/hash (Depends-on): Add xalloc.
48851         (Files): Remove lib/xalloc.h.
48852
48853         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
48854         * modules/userspec (Files): Add lib/inttostr.h.
48855
48856 2005-03-23  Jim Meyering  <jim@meyering.net>
48857
48858         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
48859
48860 2005-03-22  Jim Meyering  <jim@meyering.net>
48861
48862         * modules/stat-macros: New module.
48863         * modules/canonicalize, modules/euidaccess, modules/file-type,
48864         * modules/filemode, modules/lchown, modules/makepath,
48865         * modules/rmdir, modules/stat: Depend on new stat-macros module
48866         rather than listing lib/stat-macros.h manually.
48867         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
48868
48869 2005-03-22  Jim Meyering  <jim@meyering.net>
48870
48871         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
48872
48873 2005-03-22  Bruno Haible  <bruno@clisp.org>
48874
48875         * config/srclist.txt: Replace target directory 'config' with
48876         'build-aux'.
48877         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
48878         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
48879         ../build-aux/.
48880
48881 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
48882
48883         * modules/chdir-long (Depends-on): Add mempcpy.
48884
48885         * modules/acl, modules/backupfile, modules/c-strtod,
48886         modules/c-strtold, modules/canon-host, modules/canonicalize,
48887         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
48888         modules/exclude, modules/exitfail, modules/file-type,
48889         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
48890         modules/getdate, modules/getline, modules/getpagesize,
48891         modules/getpass, modules/getugroups, modules/group-member,
48892         modules/hard-locale, modules/hash, modules/human, modules/idcache,
48893         modules/inttostr, modules/long-options, modules/makepath,
48894         modules/md5, modules/memcasecmp, modules/memcoll,
48895         modules/modechange, modules/mountlist, modules/path-concat,
48896         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
48897         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
48898         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
48899         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
48900         modules/strftime, modules/strndup, modules/strverscmp,
48901         modules/timespec, modules/unlocked-io, modules/userspec,
48902         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
48903         modules/yesno:
48904         Remove lib_SOURCES line from Makefile.am section, as this is now
48905         done automatically by the corresponding Autoconf macro.
48906
48907 2005-03-21  Jim Meyering  <jim@meyering.net>
48908
48909         Changes imported from coreutils.
48910
48911         * lib/cycle-check.c: Don't include xalloc.h.
48912
48913         * lib/path-concat.c: Don't include assert.h.
48914         (path_concat): Remove assertion that would have triggered
48915         for ABASE starting with more than one slash.
48916         Reported by Andreas Schwab.
48917
48918         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
48919         properly when ABASE is an absolute file name.
48920         Correct the description of this function.
48921         Include <assert.h>.
48922         Add an assertion and a test driver.
48923         This fixes a bug introduced on 2004-07-02.
48924         Andreas Schwab reported the resulting failure of cp --parents:
48925         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
48926
48927 2005-03-21  Jim Meyering  <jim@meyering.net>
48928
48929         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
48930         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
48931
48932 2005-03-21  Jim Meyering  <jim@meyering.net>
48933         and  Paul Eggert  <eggert@cs.ucla.edu>
48934
48935         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
48936         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
48937         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
48938         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
48939         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
48940         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
48941         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
48942         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
48943         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
48944         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
48945         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
48946         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
48947         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
48948         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
48949         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
48950         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
48951         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
48952         for these modules.
48953
48954 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
48955
48956         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
48957         (which shouldn't happen), generate nothing instead of returning 0
48958         immediately, so that nstrftime (NULL, ...) doesn't return 0.
48959
48960 2005-03-16  Bruno Haible  <bruno@clisp.org>
48961
48962         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
48963         HAVE_LONGLONG_64BIT.
48964
48965 2005-03-16  Bruno Haible  <bruno@clisp.org>
48966
48967         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
48968         HAVE_LONGLONG_64BIT.
48969
48970 2005-03-16  Bruno Haible  <bruno@clisp.org>
48971
48972         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
48973         HAVE_LONGLONG_64BIT.
48974
48975 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48976
48977         * lib/strftime.c (my_strftime): Prepend space to format so that we can
48978         reliably distinguish strftime failure from empty output on POSIX
48979         hosts.
48980
48981 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
48982
48983         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
48984         (iconv_string): Don't guess a size-zero buffer, as that might cause
48985         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
48986         result would be 'too large', where 'too large' is (heuristically)
48987         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
48988         overflow concerns.  This will prevent some unwanted malloc failures
48989         when the inputs are very large.
48990
48991 2005-03-15  Karl Berry  <karl@gnu.org>
48992
48993         * config/srclist.txt (config.rpath): from gettext.
48994         * config/config.rpath: update.
48995
48996 2005-03-15  Bruno Haible  <bruno@clisp.org>
48997
48998         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
48999         to 'negate'.
49000
49001         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
49002         variable.
49003
49004         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
49005         results.
49006
49007 2005-03-14  Simon Josefsson  <jas@extundo.com>
49008
49009         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
49010         <fx@gnu.org>.
49011
49012 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
49013
49014         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
49015         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
49016         intprops.h.
49017         * lib/strtol.c: Likewise.
49018
49019 2005-03-14  Jim Meyering  <jim@meyering.net>
49020
49021         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
49022         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
49023         to be nonzero so that we (and caller) can detect the difference
49024         between a valid zero-length expansion and an error return, even
49025         when the underlying strftime fails before writing anything into
49026         that location.
49027
49028 2005-03-14  Bruno Haible  <bruno@clisp.org>
49029
49030         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
49031         Update from GNU gettext 0.14.3.
49032
49033 2005-03-10  Jim Meyering  <jim@meyering.net>
49034
49035         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
49036
49037 2005-03-10  Jim Meyering  <jim@meyering.net>
49038
49039         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
49040         so that this module works on systems without fchdir.
49041
49042 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49043
49044         Factor int-properties macros into a single file, except for
49045         glibc-related files.
49046         * lib/intprops.h: New file.
49047         * lib/getloadavg.c: Include it instead of limits.h.
49048         (INT_STRLEN_BOUND): Remove.
49049         * lib/human.c: Include intprops.h.
49050         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
49051         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
49052         302/1000.
49053         * lib/inttostr.h: Include intprops.h instead of limits.h.
49054         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
49055         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
49056         for consistency with intprops.h.
49057         (time_t_is_integer, twos_complement_arithmetic): Use them.
49058         * lib/sig2str.h: Include <signal.h>, intprops.h.
49059         (INT_STRLEN_BOUND): Remove.
49060         * lib/strftime.c (TYPE_SIGNED): Remove.
49061         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
49062         * lib/strtol.c: Adjust comments to match intprops.h.
49063         * lib/userspec.c: Include intprops.h.
49064         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
49065         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
49066         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
49067         instead of rolling our own expressions.
49068         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
49069
49070         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
49071         instead of int.
49072         (my_strftime): Do not mishandle years close to INT_MAX, by doing
49073         the right thing even if adding 1900 would overflow.  Similarly
49074         for tm_mon + 1 and tm_yday + 1.
49075         Make %Y always equivalent to %C%y, and similarly for %G and %g.
49076         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
49077         (DO_SIGNED_NUMBER): New macro.
49078         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
49079
49080 2005-03-07  Bruno Haible  <bruno@clisp.org>
49081
49082         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
49083
49084 2005-03-07  Bruno Haible  <bruno@clisp.org>
49085
49086         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
49087
49088 2005-03-04  Derek R. Price  <derek@ximbiot.com>
49089
49090         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
49091         (func_import): Only replace files via --import when they have actually
49092         changed.
49093
49094 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49095
49096         * m4/mmap-anon.m4: New file.
49097         * m4/pagealign_alloc.m4: New file.
49098
49099 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49100             Bruno Haible  <bruno@clisp.org>
49101
49102         * modules/pagealign_alloc: New file.
49103         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
49104
49105 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49106             Bruno Haible  <bruno@clisp.org>
49107
49108         * lib/pagealign_alloc.h: New file.
49109         * lib/pagealign_alloc.c: New file.
49110
49111 2005-03-03  Bruno Haible  <bruno@clisp.org>
49112
49113         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
49114         Use an all-permissive copyright notice, recommended by RMS.
49115
49116 2005-03-02  Bruno Haible  <bruno@clisp.org>
49117
49118         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
49119         of AIX, the replacement has to be done only after <string.h> is
49120         included, therefore not in config.h. stpncpy.h does the replacement,
49121         and stpncpy.c uses it.
49122
49123 2005-03-02  Bruno Haible  <bruno@clisp.org>
49124
49125         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49126         stpncpy.c uses it.
49127
49128 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49129
49130         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
49131         The workaround isn't strictly needed for POSIX conformance, and
49132         it's too much of a pain to configure and maintain.  We'll ask
49133         people to fix their kernels instead.
49134         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
49135         (NANOSLEEP_BUG_WORKAROUND): Remove.
49136         (xnanosleep): Remove the workaround.
49137
49138 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49139
49140         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
49141         Reported by Derek Price.
49142         (Include): Add "timespec.h".
49143
49144         * modules/xnanosleep (Depends-on): Remove gethrxtime.
49145
49146 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49147
49148         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
49149         to detect nanosleep bug.
49150
49151 2005-03-01  Bruno Haible  <bruno@clisp.org>
49152
49153         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
49154
49155 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         * modules/gethrxtime: New file.
49158         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
49159         (Depends-on): Add gethrxtime.
49160         (configure.ac): Add gl_XNANOSLEEP.
49161         (Makefile.am): Remove lib_SOURCES line.
49162
49163 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49164
49165         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
49166         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
49167
49168 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49169
49170         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
49171         * lib/timespec.h (gettime): Return void, since it always
49172         succeeds now.  All uses changed.
49173         * lib/gettime.c (gettime) Likewise.
49174         [HAVE_NANOTIME]: Prefer nanotime.
49175         Assume gettimeofday succeeds, as POSIX requires.
49176         Assime time () succeeds, since other code already does.
49177         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
49178         (timespec_subtract): Remove.
49179         (NANOSLEEP_BUG_WORKAROUND): New constant.
49180         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
49181         things considerably.  Use it only on GNU/Linux hosts, since the
49182         workaround shouldn't be needed elsewhere.
49183
49184 2005-02-24  Bruno Haible  <bruno@clisp.org>
49185
49186         * modules/gettext (Files): Add m4/glibc2.m4.
49187
49188 2005-02-24  Bruno Haible  <bruno@clisp.org>
49189
49190         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
49191         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
49192         * m4/progtest.m4:
49193         Update from GNU gettext 0.14.2.
49194         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
49195
49196 2005-02-24  Bruno Haible  <bruno@clisp.org>
49197
49198         * lib/localcharset.c: Update from GNU gettext 0.14.2.
49199         * lib/config.charset: Update from GNU gettext 0.14.2.
49200
49201 2005-02-24  Bruno Haible  <bruno@clisp.org>
49202
49203         * lib/gettext.h: Update from GNU gettext 0.14.2.
49204
49205 2005-02-23  Simon Josefsson  <jas@extundo.com>
49206
49207         * m4/iconvme.m4: New file.
49208
49209 2005-02-23  Jim Meyering  <jim@meyering.net>
49210
49211         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
49212         change.
49213         Thanks to Bruno Haible for catching it.
49214
49215 2005-02-22  Simon Josefsson  <jas@extundo.com>
49216
49217         * modules/iconvme: New file.
49218
49219         * MODULES.html.sh: Add iconvme.
49220
49221 2005-02-22  Simon Josefsson  <jas@extundo.com>
49222
49223         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
49224
49225 2005-02-22  Simon Josefsson  <jas@extundo.com>
49226
49227         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
49228
49229 2005-02-22  Jim Meyering  <jim@meyering.net>
49230
49231         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
49232         s/ifndef/ifdef/.
49233
49234 2005-02-20  Neil Conway  <neilc@samurai.com>
49235
49236         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
49237         returned by OSX/Darwin if the specified buffer is not large
49238         enough for the hostname.
49239
49240 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49241
49242         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
49243         pass it to _help, otherwise the latter coredumps trying to
49244         dereference state.root_argp.
49245
49246 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49247
49248         * modules/chdir-long (Depends-on): Add memrchr.
49249         * modules/memrchr (Files): Add lib/memrchr.h.
49250         (Include): "memrchr.h".
49251
49252 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49253
49254         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
49255
49256 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49257
49258         * lib/memrchr.h: New file.
49259         * lib/chdir-long.c: Include it.
49260         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
49261         Don't bother including stddef.h.
49262
49263 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
49264
49265         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
49266         inclusion.
49267         Include <sys/types.h>, for dev_t.
49268         (ME_DUMMY, ME_REMOTE): Move from here....
49269         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
49270         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
49271         Dmitry V. Levin.
49272         Include mountlist.h first, to test the interface.
49273
49274 2005-01-29  Bruno Haible  <bruno@clisp.org>
49275
49276         * lib/progname.c (program_name): Initialize.
49277         Needed when linking statically on MacOS X.
49278
49279 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49280
49281         Sync from coreutils.
49282         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49283         (Depends-on): Add c-strtod.
49284         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49285
49286 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49287
49288         Sync from coreutils.
49289         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49290
49291         Remove files that are specific to coreutils.
49292         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49293
49294 2005-01-28  Bruno Haible  <bruno@clisp.org>
49295
49296         * modules/javacomp: New file.
49297         * MODULES.html.sh (Java): Add javacomp.
49298
49299 2005-01-28  Bruno Haible  <bruno@clisp.org>
49300
49301         * m4/javacomp.m4: New file, from GNU gettext.
49302
49303 2005-01-28  Bruno Haible  <bruno@clisp.org>
49304
49305         * lib/javacomp.sh.in: New file, from GNU gettext.
49306         * lib/javacomp.h: New file, from GNU gettext.
49307         * lib/javacomp.c: New file, from GNU gettext.
49308
49309 2005-01-26  Simon Josefsson  <jas@extundo.com>
49310
49311         * lib/gai_strerror.c: Use GPL in header.
49312
49313 2005-01-26  Bruno Haible  <bruno@clisp.org>
49314
49315         * modules/javaexec: New file.
49316         * MODULES.html.sh (Java): Add javaexec.
49317
49318 2005-01-26  Bruno Haible  <bruno@clisp.org>
49319
49320         * m4/javaexec.m4: New file, from GNU gettext.
49321
49322 2005-01-26  Bruno Haible  <bruno@clisp.org>
49323
49324         * lib/javaexec.sh.in: New file, from GNU gettext.
49325         * lib/javaexec.h: New file, from GNU gettext.
49326         * lib/javaexec.c: New file, from GNU gettext.
49327
49328 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49329
49330         * modules/lchown (Depends-on): Remove lchown.h
49331
49332 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49333
49334         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49335         must be defined if the header file was not found, in order
49336         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49337
49338 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49339
49340         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49341         initializers for struct pentry_state.
49342         (__argp_error): Check return value of __asprintf
49343         (__argp_failure): Translate error message
49344
49345         * lib/argp-parse.c: Removed braces around the expansion of N_()
49346
49347 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49348
49349         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49350         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49351         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49352         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49353         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49354         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49355         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49356         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49357         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49358         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49359         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49360         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49361         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49362         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49363         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49364         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49365         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49366         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49367         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49368         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49369         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49370         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49371         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49372         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49373         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49374         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49375         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49376         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49377         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49378         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49379         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49380         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49381         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49382         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49383         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49384         Use an all-permissive copyright notice, recommended by RMS.
49385
49386 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49387
49388         * modules/chdir-long (Depends-on): Remove mempcpy.
49389
49390 2005-01-21  Jim Meyering  <jim@meyering.net>
49391
49392         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49393         same value as for Solaris 9.
49394
49395         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49396         component length.  This included changing the parameter to be
49397         of type `char *' rather than `char const *'.
49398         * lib/chdir-long.h (chdir_long): Update prototype.
49399
49400         * lib/openat.c (fdopendir, fstatat): New functions.
49401         * lib/openat.h: Include headers required for use of DIR and struct
49402         stat.
49403         [AT_SYMLINK_NOFOLLOW]: Define.
49404         (fdopendir, fstatat): Add prototypes.
49405
49406 2005-01-21  Bruno Haible  <bruno@clisp.org>
49407
49408         * modules/classpath: New file.
49409         * MODULES.html.sh (Java): Add classpath.
49410
49411 2005-01-21  Bruno Haible  <bruno@clisp.org>
49412
49413         * lib/classpath.h: New file, from GNU gettext.
49414         * lib/classpath.c: New file, from GNU gettext.
49415
49416 2005-01-20  Simon Josefsson  <jas@extundo.com>
49417
49418         * modules/version-etc-fsf: New file.
49419
49420 2005-01-20  Simon Josefsson  <jas@extundo.com>
49421
49422         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49423         * lib/version-etc.c: Remove version_etc_copyright.
49424         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
49425         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
49426
49427 2005-01-20  Simon Josefsson  <jas@extundo.com>
49428
49429         * lib/base64.h (isbase64): Add.
49430
49431         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
49432         using a unsigned prototype, don't inline.
49433         (base64_decode): Use it.
49434
49435 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49436
49437         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
49438         it.
49439
49440 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49441
49442         * lib/save-cwd.c (save_cwd): Remove code to support the case
49443         where fchdir is missing or flaky.
49444
49445 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49446
49447         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
49448
49449 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
49450
49451         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
49452         AC_LIBSOURCES now does this.
49453         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
49454         with new ullong_max module.
49455
49456 2005-01-19  Bruno Haible  <bruno@clisp.org>
49457
49458         * modules/sh-quote: New file.
49459         * MODULES.html.sh (Executing programs): Add sh-quote.
49460
49461 2005-01-19  Bruno Haible  <bruno@clisp.org>
49462
49463         * lib/sh-quote.h: New file, from GNU gettext.
49464         * lib/sh-quote.c: New file, from GNU gettext.
49465
49466 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49467
49468         Merge from coreutils.
49469         * m4/ullong_max.m4: New file.
49470         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
49471         (gl_MACROS): Assume localeconv exists.
49472
49473 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49474
49475         Merge changes from coreutils, as described below in several
49476         changelogs dated today.
49477
49478         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
49479         (O_DIRECTORY): Remove; not needed here, since "." must be
49480         a directory.  All uses removed.
49481         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
49482         universal on Suns, and we also need to test for IRIX.
49483         Revamp code to use 'if' rather than '#if'.
49484         Avoid unnecessary comparison of cwd->desc to 0.
49485
49486         * lib/utimens.c (futimens): Robustify the previous patch, by checking
49487         for known valid error numbers rather than observed invalid ones.
49488
49489 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
49490
49491         * modules/ullong_max: New file.
49492
49493         * modules/chdir-long, modules/openat: New files.
49494         * modules/save-cwd (Depends-on): Depend on chdir-long.
49495         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
49496
49497 2005-01-18  Jim Meyering  <jim@meyering.net>
49498
49499         Merge from coreutils.
49500         * m4/chdir-long.m4, m4/openat.m4: New files.
49501         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
49502         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
49503         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
49504         is sane and DOES follow symlinks.  Besides, testing 20 different
49505         systems found no broken chown implementations.
49506         Prompted by a change in rsync's copy of this macro.
49507         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
49508
49509         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
49510
49511         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
49512         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
49513         NULL-means-set-to-current-time semantics.
49514         Remove temporary file immediately, rather than waiting
49515         for configure's at-exit trap code to do it.
49516
49517 2005-01-18  Jim Meyering  <jim@meyering.net>
49518
49519         * lib/version-etc.c (version_etc_copyright): Update copyright date.
49520
49521         * lib/utimens.c (futimens): Account for the fact that futimes
49522         can also fail with errno == ENOSYS or errno == ENOENT.
49523         Patch from Dmitry V. Levin.
49524
49525         Change the name of the robust chdir function from chdir to chdir_long.
49526         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
49527         (restore_cwd): Use chdir_long, not chdir.
49528         * lib/chdir-long.c: Renamed from chdir.c.
49529         * lib/chdir-long.h: Renamed from chdir.h.
49530         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
49531         Hurd.
49532
49533 2005-01-18  Bruno Haible  <bruno@clisp.org>
49534
49535         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
49536         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
49537         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
49538         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
49539         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
49540         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
49541         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
49542         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
49543         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
49544         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
49545         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
49546         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
49547         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
49548         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
49549         Use an all-permissive copyright notice, recommended by RMS.
49550
49551 2005-01-18  Bob Proulx  <bob@proulx.com>
49552
49553         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
49554         simplify offsetof() macro construct to avoid compile failure with
49555         native HP-UX 11.0 ANSI C compiler.
49556
49557 2005-01-17  Bruno Haible  <bruno@clisp.org>
49558
49559         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
49560         redundant because stpncpy.m4 takes care of it.
49561
49562 2005-01-17  Bruno Haible  <bruno@clisp.org>
49563
49564         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
49565
49566 2005-01-17  Bruno Haible  <bruno@clisp.org>
49567
49568         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
49569         used.
49570
49571 2005-01-17  Bruno Haible  <bruno@clisp.org>
49572
49573         * lib/fwriteerror.h (fwriteerror): Change specification to include
49574         fclose.
49575         * lib/fwriteerror.c: Include <stdbool.h>.
49576         (fwriteerror): At the end, close the file stream. Record whether
49577         stdout was already closed.
49578
49579 2005-01-17  Bruno Haible  <bruno@clisp.org>
49580
49581         * lib/execute.c (environ): Declare if needed.
49582         * lib/pipe.c (environ): Likewise.
49583         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
49584
49585 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49586
49587         * modules/argp: Depend on vsnprintf
49588
49589 2005-01-10  Jim Meyering  <jim@meyering.net>
49590
49591         * modules/closeout (Depends-on): Add atexit.
49592
49593 2005-01-06  Bruno Haible  <bruno@clisp.org>
49594
49595         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
49596
49597 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49598
49599         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
49600         definitions to be after all include files, to avoid collisions.
49601         Problem reported by Bob Proulx.
49602
49603 2005-01-04  Jim Meyering  <jim@meyering.net>
49604
49605         Changes imported from coreutils.
49606         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
49607         as the mkstemp template, use a temporary directory and an
49608         8.3-friendly template to avoid trouble on systems like DJGPP.
49609         Reported by Juan M. Guerrero via Stepan Kasal.
49610         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
49611         close. Remove the temporary directory right away, rather than waiting
49612         for configure's at-exit trap code to do it.
49613         Suggestion from Stepan Kasal.
49614
49615 2005-01-01  Simon Josefsson  <jas@extundo.com>
49616
49617         * gnulib-tool: Print #include directives when --import'ing.
49618
49619 2004-12-28  Simon Josefsson  <jas@extundo.com>
49620
49621         * tests/test-base64.c: Include required header files.  Remove
49622         unused variables.
49623
49624 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49625
49626         * modules/error (Depends-on): Remove gettext.
49627
49628 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
49629
49630         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
49631         not needed.  This removes a dependency on the gettext module.
49632         [defined _LIBC]: Do not include <libintl.h>; not needed.
49633
49634 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49635
49636         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
49637         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
49638
49639 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
49640
49641         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
49642         HAVE_DECL_STRTOLD.
49643
49644 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49645
49646         * modules/getdate (Depends-on): Remove alloca-opt.
49647
49648 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49649
49650         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
49651
49652 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
49653
49654         * lib/argp-parse.c: Include <stddef.h>.
49655         (alignof, alignto): New macros.
49656         (parser_init): Don't assume that void * is aligned sufficiently
49657         for struct option.
49658
49659         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
49660         need to extend the stack.
49661         (YYINITDEPTH): New macro, so that the initial stack isn't overly
49662         large.
49663
49664 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49665
49666         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
49667
49668 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49669
49670         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
49671         (2004-10-24) change.  Apparently this was a false alarm.
49672
49673         * modules/getdate: Depend on alloca-opt, not alloca.
49674
49675 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
49676
49677         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
49678         Remove now-obsolete comment about AIX.
49679         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
49680         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
49681         (YYMAXDEPTH): New macro.
49682
49683 2004-12-18  Simon Josefsson  <jas@extundo.com>
49684
49685         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
49686
49687 2004-12-18  Bruno Haible  <bruno@clisp.org>
49688
49689         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
49690
49691 2004-12-18  Bruno Haible  <bruno@clisp.org>
49692
49693         * lib/fatal-signal.c (fatal_signals): Make non-const.
49694         (init_fatal_signals): New function.
49695         (uninstall_handlers, install_handlers): Ignore signals that were set to
49696         SIG_IGN.
49697         (at_fatal_signal): Call init_fatal_signals.
49698         (init_fatal_signal_set): Likewise. Ignore signals that were set to
49699         SIG_IGN.
49700         Reported by Paul Eggert.
49701
49702 2004-12-18  Bruno Haible  <bruno@clisp.org>
49703
49704         * doc/alloca.texi: New file.
49705         * doc/alloca-opt.texi: New file.
49706
49707 2004-12-17  Jim Meyering  <jim@meyering.net>
49708
49709         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
49710         Otherwise, install-sh could exit with improper exit status when
49711         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
49712
49713 2004-12-16  Simon Josefsson  <jas@extundo.com>
49714
49715         * tests/test-base64.c: Add license.
49716
49717 2004-12-15  Stepan Kasal  <address@hidden>
49718
49719         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
49720
49721 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
49722
49723         * modules/getcwd (Files): Add m4/d-ino.m4.
49724         Suggested by Mark D. Baushke.
49725
49726 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49727
49728         * lib/getdate.y (textint): New member "negative".
49729         (time_zone_hhmm): New function.
49730         Expect 14 shift-reduce conflicts, not 13.
49731         (o_colon_minutes): New rule.
49732         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
49733         (yylex): Set the "negative" member of signed numbers.
49734
49735 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
49736
49737         * doc/getdate.texi (Time of day items, Time zone items):
49738         Describe new formats +00:00, UTC+00:00.
49739
49740 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49741
49742         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
49743         spurious "-l"s.  Problem reported by Stepan Kasal.
49744
49745 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
49746
49747         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
49748         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
49749
49750 2004-12-04  Simon Josefsson  <jas@extundo.com>
49751
49752         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
49753         Vandoorselaere <yoann@prelude-ids.org>.
49754
49755 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49756
49757         Changes imported from coreutils.
49758         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
49759         exist.
49760         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
49761
49762 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49763
49764         Changes imported from coreutils.
49765         * lib/hard-locale.c: Assume <locale.h> exists.
49766         Include "strdup.h".
49767         (GLIBC_VERSION): New macro.
49768         (hard_locale): Assume setlocale exists.
49769         Rewrite to avoid #ifdef.
49770         Use strdup rather than malloc + strcpy.
49771         * lib/human.c: Assume <locale.h> exists.
49772         (human_readable): Assume localeconv exists.
49773
49774 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
49775
49776         * modules/hard-locale (Depends-on): Add strdup.
49777
49778 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
49779
49780         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
49781         convert T2, not T.  (Imported from libc.)
49782
49783 2004-11-30  Simon Josefsson  <jas@extundo.com>
49784
49785         * modules/restrict (License): Change to LGPL.
49786
49787 2004-11-30  Simon Josefsson  <jas@extundo.com>
49788
49789         * m4/restrict.m4: Add copyright and copying conditions.
49790
49791 2004-11-30  Simon Josefsson  <jas@extundo.com>
49792
49793         * m4/base64.m4: New file.
49794
49795 2004-11-30  Simon Josefsson  <jas@extundo.com>
49796
49797         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
49798         base64.
49799
49800         * tests/test-base64.c: New file.
49801
49802         * modules/base64: New file.
49803
49804 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49805
49806         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
49807         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
49808
49809         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
49810
49811 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
49812
49813         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
49814         (__getcwd.c): Don't restore errno; glibc doesn't.
49815         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
49816         first, falling back to our code only if its results look suspicious.
49817         Ensure that the resulting buffer is only as large as necessary.
49818
49819         * lib/readutmp.c: Include readutmp.h first.
49820         Include <errno.h>, since readutmp.h no longer does that.
49821         * lib/readutmp.h: Don't include <errno.h>,
49822         <sys/param.h>, <time.h>; not needed to establish interface.
49823         (errno): Remove decl.
49824         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
49825         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
49826         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
49827
49828 2004-11-28  Simon Josefsson  <jas@extundo.com>
49829
49830         * lib/base64.h, base64.c: New file.
49831
49832 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
49833
49834         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
49835
49836 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
49837
49838         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
49839         (Depends-on): Remove pathmax, same.  Add mempcpy.
49840         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
49841         (Makefile.am): Append getcwd.h to lib_SOURCES.
49842         (Include): Add getcwd.h.
49843         (Maintainer): Change from Jim Meyering to "all, glibc",
49844         since getdate now uses intended-for-glibc code.
49845         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
49846         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
49847
49848 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49849
49850         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
49851         HP's ANSI C compiler.
49852         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
49853         Declaring int functions causes warnings on some modern systems and
49854         shouldn't be needed to compile on ancient ones.
49855         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
49856         defined.
49857
49858         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
49859         with the following changes.
49860         (__set_errno): Parenthesize properly.
49861         Include <stdbool.h>.
49862         (MIN, MAX, MATCHING_INO): New macros.
49863         (__getcwd): Define with prototype, not K&R form.
49864         Use heuristics to allocate default buffer on stack if possible.
49865         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
49866         behavior, and to avoid the PATH_MAX limit when computing
49867         ../../../../...
49868         Use MATCHING_INO to compare inode number to file.
49869         Check for arithmetic overflow in size calculations.
49870         Fix bug in reallocation of dot array that caused getcwd to fail
49871         on directories nested deeper than 75.
49872         Be more careful about saving errno on error.
49873         Do not use realloc; use only free+malloc, as this is a bit
49874         more flexible and avoids a needless copy operation.
49875         Do not inspect st_dev and st_ino for symbolic links; POSIX
49876         doesn't specify the latter.
49877         Check for closedir errors.
49878         Avoid needless casts.
49879         Use "#ifdef weak_alias" around weak_alias, to be like other
49880         glibc code.
49881         The following changes to getcwd.c have effect only when used in
49882         gnulib; they have no effect inside glibc proper.
49883         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
49884         as alloca isn't used.
49885         (alloca, __alloca): Likewise.
49886         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
49887         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
49888         unconditionally, as gnulib assumes C89 or better.
49889         Do not include <sys/param.h>.
49890         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
49891         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
49892         better.
49893         (NULL) [!defined NULL]: Remove; we assume C89 or better.
49894         Include <dirent.h> in a way that is compatible with modern Autoconf.
49895         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
49896         New macros, if not already defined.
49897         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
49898         Use "_LIBC", not "defined _LIBC", for consistency.
49899         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
49900         a mempcpy module.
49901         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
49902         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
49903         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
49904         credit only to Jim Meyering and adjust the copyright dates.
49905         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
49906         <stdlib.h>, <unistd.h>, "pathmax.h".
49907         Instead, include "xgetcwd.h" (first) and "getcwd.h".
49908         (INITIAL_BUFFER_SIZE): Remove.
49909         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
49910
49911 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49912
49913         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
49914         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
49915         Use the _ONCE methods, for efficiency.
49916         Check for fcntl.h.  In test program, include <errno.h>
49917         and <fcntl.h> if available.  Remove old K&R cruft from
49918         test program.  Check for common errors in GNU/Linux,
49919         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
49920         don't do AC_LIBOBJ, as that's getcwd.m4's job.
49921         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
49922         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
49923         name accordingly.
49924         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
49925         accommodate new getcwd.c.
49926         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
49927         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
49928         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
49929         that's all we need now.
49930
49931 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49932
49933         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
49934         argp-parse.c depends on getopt internals, that means we should
49935         always use our getopt, to be on the safe side.
49936         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
49937         order not to spoil the result of an eventual previous invocation
49938         of gl_GETOPT_SUBSTITUTE.
49939
49940 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49941
49942         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
49943         redefinition warnings. To avoid them, include the defines
49944         in `#if !defined __need_getopt ... #endif'. The only place
49945         where __getopt_argv_const is used is in definitions
49946         of getopt_long and getopt_long_only below, which are as well
49947         protected by `#ifndef __need_getopt'.
49948         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
49949         __need_getopt after including <stdio.h> and <unistd.h> These
49950         headers might have defined it.
49951
49952 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49953
49954         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
49955
49956 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
49957
49958         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
49959         (futimens): New function, which uses futimes if available.
49960         (futimens, utimens): Support timespec==NULL, with same semantics
49961         as utime and utimens.
49962         * lib/utimens.h (futimens): New decl.
49963
49964 2004-11-23  Jim Meyering  <jim@meyering.net>
49965
49966         * lib/getopt_.h: Remove trailing blanks.
49967
49968 2004-11-23  Jim Meyering  <jim@meyering.net>
49969
49970         * lib/__fpending.c: Add comment.
49971
49972 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
49973
49974         * modules/canonicalize (Depends-on): Add xreadlink.
49975         Problem reported by James Youngman.
49976
49977 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
49978
49979         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
49980         New macros.
49981         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
49982         optopt): Use them instead of invoking ## directly; otherwise, the
49983         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
49984
49985 2004-11-19  Bruno Haible  <bruno@clisp.org>
49986
49987         * lib/strtok_r.c: Move comments from here...
49988         * lib/strtok_r.h: ... to here.
49989
49990 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49991
49992         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
49993         implementations that mishandle size_t overflow.
49994
49995 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
49996
49997         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
49998         might fail.  Problem reported by Yoann Vandoorselaere.
49999         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
50000         implementations that mishandle size_t overflow.
50001
50002 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50003
50004         * modules/canon-host (Depends-on): Add strdup.
50005
50006 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50007
50008         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
50009
50010 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50011
50012         * lib/canon-host.c: Include "strdup.h".
50013         (canon_host): Use getaddrinfo if available, so that IPv6 works.
50014         Use strdup instead of malloc/strcpy to duplicate strings.
50015
50016         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
50017         (human_space_before_unit): New constant.
50018         * lib/human.c (human_readable): Support it.
50019
50020         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
50021         (xgetcwd): Set errno correctly when failing.
50022         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
50023         the failure is actually due to a PATH_MAX problem.
50024
50025         Further getopt changes to make it more likely that glibc will
50026         buy the changes back.
50027         * lib/getopt.c (POSIXLY_CORRECT): New constant.
50028         (getopt): Use it, so to preserve glibc semantic
50029         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
50030         when compiling for libc.
50031         * lib/getopt_.h (__getopt_argv_const): Bring it back.
50032         (getopt_long, getopt_long_only): Use it.
50033
50034         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50035         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
50036         (getopt): Argv is now char * const *, as per standard.
50037         (_getopt_internal_r, _getopt_internal): Argv is now char **,
50038         not char *__getopt_argv_const *.
50039         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50040         _getopt_long_only_r): Likewise.
50041         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
50042         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50043         _getopt_long_r, _getopt_long_only_r): Likewise.
50044         * lib/getopt_.h (__getopt_argv_const): Remove.
50045         (getopt): Argv is now char * const *, as per standard.
50046
50047         * lib/getdate.y (tORDINAL): New token.
50048         (day, relunit): Allow it for relative times.
50049         (relative_time_table): Use tORDINAL for ordinals.
50050
50051 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50052
50053         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
50054         Document that "second" isn't allowed as an ordinal number.
50055
50056 2004-11-16  Jim Meyering  <jim@meyering.net>
50057
50058         * modules/closeout (Depends-on): Add fpending.
50059
50060 2004-11-15  Jim Meyering  <jim@meyering.net>
50061
50062         * lib/closeout.c: Include "__fpending.h" once again.
50063         Include <stdbool.h>.
50064         (close_stdout): Don't fail just because stdout was closed initially,
50065         since some programs don't write to stdout in the normal course of
50066         operation (other than --version and --help), and we don't want this
50067         function to make e.g. `touch file >&-' fail.
50068         But do fail if it was closed and someone has tried to write to it.
50069         E.g., `printf foo >&-' must fail.
50070
50071 2004-11-13  Jim Meyering  <jim@meyering.net>
50072
50073         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
50074
50075 2004-11-12  Simon Josefsson  <jas@extundo.com>
50076
50077         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
50078         small doc fix is still pending.
50079
50080 2004-11-11  Simon Josefsson  <jas@extundo.com>
50081
50082         * modules/strtok_r: New file.
50083
50084         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50085         strtok_r.
50086
50087 2004-11-11  Simon Josefsson  <jas@extundo.com>
50088
50089         * m4/strtok_r.m4: New file.
50090
50091         * m4/getopt.m4: Replace opterr.
50092
50093 2004-11-11  Simon Josefsson  <jas@extundo.com>
50094
50095         * lib/strtok_r.h, strtok_r.c: New file.
50096
50097 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50098
50099         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
50100         of replacing opterr, getopt, etc.  This should handle the
50101         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
50102
50103 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50104
50105         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
50106         we can stop lying to compilers about the constness of argv when we
50107         are compiled outside glibc.
50108         (getopt, getopt_long, getopt_long_only): Use it.
50109         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50110         _getopt_internal, getopt): Likewise.
50111         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50112         _getopt_long_only_r): Likewise.
50113         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50114         _getopt_long_r, _getopt_long_only_r): Likewise.
50115
50116         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
50117         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
50118         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
50119         the other external symbols.
50120         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50121         declaration, since the above renaming now works around collisions.
50122
50123 2004-11-11  Jim Meyering  <jim@meyering.net>
50124
50125         * lib/linebreak.c: Remove trailing blanks.
50126         * lib/alloca_.h: Likewise.
50127         * lib/acosl.c: Likewise.
50128         * lib/euidaccess.c: Likewise.
50129         * lib/allocsa.h: Likewise.
50130
50131 2004-11-10  Simon Josefsson  <jas@extundo.com>
50132
50133         * m4/getaddrinfo.m4: New file.
50134
50135 2004-11-10  Simon Josefsson  <jas@extundo.com>
50136
50137         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
50138
50139 2004-11-10  Simon Josefsson  <jas@extundo.com>
50140
50141         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50142         getaddrinfo.
50143
50144         * modules/getaddrinfo: New file.
50145
50146 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50147
50148         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
50149
50150 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50151
50152         * lib/mktime.c (SHR): New macro, which is a portable
50153         substitute for >> that should work even on Crays.
50154         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
50155         Problem reported by Mark D. Baushke in
50156         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
50157         * lib/getdate.y (SHR): Likewise.
50158         (tm_diff): Use it.
50159         * lib/strftime.c (SHR): Likewise.
50160         (tm_diff): Use it.
50161         * lib/quotearg.c (struct quoting_options): Use unsigned int for
50162         quote_these_too, so that right shifts are well defined.  All uses
50163         changed.
50164
50165 2004-11-10  Jim Meyering  <jim@meyering.net>
50166
50167         Ensure that no close failure goes unreported.
50168         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
50169         return early when it seems there's nothing to flush.
50170         Don't include __fpending.h.
50171
50172 2004-11-10  Jim Meyering  <jim@meyering.net>
50173
50174         * modules/closeout (Depends-on): Remove fpending.
50175
50176 2004-11-10  Jim Meyering  <jim@meyering.net>
50177
50178         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
50179
50180 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50181
50182         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
50183         gl_FUNC_STRFTIME.
50184         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
50185         and AC_REQUIRE when possible, to avoid duplicate checks.
50186         Check for <wchar.h>.
50187
50188 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50189
50190         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
50191
50192 2004-11-09  Bruno Haible  <bruno@clisp.org>
50193
50194         * m4/sockpfaf.m4: New file.
50195
50196 2004-11-05  Bruno Haible  <bruno@clisp.org>
50197
50198         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
50199         Reported by Mark D. Baushke <mdb@cvshome.org>.
50200
50201 2004-11-04  Bruno Haible  <bruno@clisp.org>
50202
50203         2004-09-11  Bruno Haible  <bruno@clisp.org>
50204                 * allocsa.valgrind: New file.
50205         2004-02-06  Bruno Haible  <bruno@clisp.org>
50206                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
50207                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
50208                 Reported by Christopher Seip <chris.seip@hp.com>.
50209
50210 2004-11-04  Bruno Haible  <bruno@clisp.org>
50211
50212         * modules/allocsa (Files): Add lib/allocsa.valgrind.
50213         (Makefile.am): Distribute it.
50214
50215 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
50216
50217         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
50218         with errno == ERANGE if the buffer is too small.
50219         Problem reported by Mark D. Baushke.
50220
50221 2004-11-03  Albert Chin  <china@thewrittenword.com>
50222             Paul Eggert  <eggert@cs.ucla.edu>
50223
50224         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
50225         equivalent, substitute $ac_type for equivalent type rather than
50226         blindly using uint32_t *always* which won't work if uint32_t is not
50227         available.  Define _UINT32_T to work around typedef of uint32_t if
50228         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
50229         2.5.1.
50230
50231 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50232
50233         * m4/jm-macros.m4: Sync from coreutils.
50234         (gl_MACROS): Check for mbrlen, for pathchk.
50235         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
50236
50237 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50238
50239         * lib/xreadlink.c (MAXSIZE): New macro.
50240         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
50241         size does not exceed MAXSIZE.  Avoid cast.
50242         As suggested by Mark D. Baushke in
50243         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
50244         if readlink fails with buffer size just under MAXSIZE, try again
50245         with MAXSIZE.
50246
50247 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50248
50249         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
50250
50251 2004-11-02  Derek R. Price  <derek@ximbiot.com>
50252         and  Paul Eggert  <eggert@cs.ucla.edu>
50253
50254         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
50255         (get_date): Overparenthesize to avoid GCC warning.
50256
50257 2004-11-02  Bruno Haible  <bruno@clisp.org>
50258
50259         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
50260         returns void.
50261
50262 2004-11-02  Bruno Haible  <bruno@clisp.org>
50263
50264         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
50265         function returns void.
50266
50267 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50268
50269         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
50270         fflush_unlocked, flockfile, funlockfile, funlockfile,
50271         fputs_unlocked, putc_unlocked.
50272
50273 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50274
50275         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50276         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50277         already declared.
50278
50279 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50280
50281         * modules/getdate (Files): Add doc/getdate.texi.
50282         (Depends-on): Add setenv, xalloc.
50283
50284 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50285
50286         * lib/getdate.y: Add support for TZ="foo" within a date string.
50287         Fix some bugs near time_t boundaries.  Reject dates with
50288         out-of-range components, e.g., "Sept 31".
50289         Include <stdlib.h>, "setenv.h", "xalloc.h".
50290         (ISDIGIT_LOCALE): Remove; unused.
50291         Note that the TZ and time functions used here are not reentrant.
50292         (mktime_ok, get_tz): New functions.
50293         (TZBUFSIZE): New constant.
50294         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50295         This requires that we sometimes generate our own TZ="XXX..." setting.
50296
50297 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50298
50299         * doc/getdate.texi: New file, from coreutils with modifications for
50300         the new TZ parsing.
50301
50302 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50303
50304         * lib/mktime.c (not_equal_tm): Remove redundant check.
50305
50306 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50307
50308         * modules/regex (lib_SOURCES): Add regex.c.
50309         Reported by James Youngman in
50310         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50311
50312 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50313
50314         * lib/getdate.y: Use Bison 1.875 features, and some minor
50315         code cleanups.  This change does not affect semantics.
50316         Don't include <stdlib.h>; no longer needed.
50317         Don't include unlocked-io.h; only the "#if TEST" code uses
50318         stdio, and performance isn't crucial there.
50319         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50320         Bison 1.875 features as described below.
50321         All uses of "PC." replaced by "pc->".
50322         (YYSTYPE): Add a forward declaration.
50323         (yylex, yyerror): Use full prototypes in forward decls.
50324         Use "%pure-parser" rather than obsolescent "%pure_parser".
50325         Use %parse-param and %lex-param instead of obsolescent
50326         YYPARSE_PARAM and YYLEX_PARAM.
50327         (meridian_table, month_and_day_table, time_units_table,
50328         relative_time_table, time_zone_table, military_table,
50329         lookup_zone, lookup_word, get_date):
50330         Use NULL instead of 0 where appropriate.
50331         (to_hour): Avoid abort (), to avoid a dependency on
50332         stdlib.h.
50333         (yyerror, yylex): Now accepts parser_control * arg.
50334         (main) [TEST]: Use '\0' rather than 0 for char.
50335
50336 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50337
50338         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50339
50340 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50341
50342         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50343         It's now the caller's responsibility to handle the case where
50344         !HAVE_GETPAGESIZE && !defined getpagesize.
50345
50346         * lib/mktime.c (leapyear): Arg is long int, not int.
50347
50348 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50349
50350         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50351
50352 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50353
50354         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50355         missing.  Problem reported by James Youngman.
50356
50357 2004-10-16  Simon Josefsson  <jas@extundo.com>
50358
50359         * gnulib-tool: Fix comments.  Fix parse problem.
50360         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50361
50362 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50363
50364         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50365         implementation of getopt_long.  Problem reported by Alexander Taler in:
50366         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50367
50368 2004-10-15  Bruno Haible  <bruno@clisp.org>
50369
50370         * gnulib-tool: Untabify. Initialize supplied_libname.
50371         (func_usage): More homogenous output.
50372         (func_modules_transitive_closure, func_modules_to_filelist,
50373         func_emit_lib_Makefile_am): New functions.
50374         (func_import): New function, extracted from big case statement. Use
50375         func_get_license, func_modules_transitive_closure,
50376         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50377         opt_lgpl. Don't use test -a, as it's not portable.
50378         (func_create_testdir): Use func_modules_transitive_closure,
50379         func_modules_to_filelist, func_emit_lib_Makefile_am.
50380
50381 2004-10-15  Bruno Haible  <bruno@clisp.org>
50382
50383         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50384
50385 2004-10-15  Bruno Haible  <bruno@clisp.org>
50386
50387         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50388         the portions belonging to each module.
50389         Suggested by Derek Robert Price <derek@ximbiot.com>.
50390
50391 2004-10-12  Simon Josefsson  <jas@extundo.com>
50392
50393         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50394         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50395         to real functions.
50396
50397 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50398
50399         * modules/vsnprintf: New file.
50400
50401 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50402
50403         * m4/vsnprintf.m4: New file.
50404
50405 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50406
50407         * lib/vsnprintf.h: New file.
50408         * lib/vsnprintf.c: New file.
50409
50410 2004-10-11  Bruno Haible  <bruno@clisp.org>
50411
50412         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50413         vsnprintf.
50414
50415 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50416
50417         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50418
50419 2004-10-07  Bruno Haible  <bruno@clisp.org>
50420
50421         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50422         fits into the provided buffer.
50423
50424 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50425
50426         * lib/diacrit.c, diacrit.h: Add GPL notice.
50427
50428         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
50429         notice.
50430         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
50431         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
50432         This avoids a potential constant-folding bug.
50433
50434 2004-10-05  Bruno Haible  <bruno@clisp.org>
50435
50436         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
50437         for the declaration of strsep.
50438
50439 2004-10-05  Bruno Haible  <bruno@clisp.org>
50440
50441         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
50442
50443 2004-10-04  Simon Josefsson  <jas@extundo.com>
50444
50445         * modules/memmem: New file.
50446         * tests/test-memmem.c: New file.
50447         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
50448
50449 2004-10-04  Simon Josefsson  <jas@extundo.com>
50450
50451         * m4/memmem.m4: New file.
50452
50453 2004-10-04  Simon Josefsson  <jas@extundo.com>
50454
50455         * lib/memmem.h: New file.
50456         * lib/memmem.c: New file, taken from glibc.
50457
50458 2004-10-04  Simon Josefsson  <jas@extundo.com>
50459
50460         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
50461         '#ifdef USE_UNLOCKED_IO'.
50462
50463 2004-10-04  Simon Josefsson  <jas@extundo.com>
50464
50465         * config/srclist.txt: Add memmem from glibc.
50466
50467 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50468
50469         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
50470
50471         * modules/argmatch, modules/argp, modules/closeout, modules/error,
50472         modules/exclude, modules/getdate, modules/getline,
50473         modules/getndelim2, modules/getpass, modules/getpass-gnu,
50474         modules/getusershell, modules/linebuffer, modules/md5,
50475         modules/mountlist, modules/posixtm, modules/readtokens,
50476         modules/readutmp, modules/regex, modules/sha1,
50477         modules/version-etc, modules/yesno:
50478         Remove dependency on unlocked-io.
50479
50480 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50481
50482         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
50483
50484         * m4/unlocked-io.m4: Add copyright notice.
50485         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
50486
50487 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50488
50489         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
50490         * lib/xmalloc.c (xmemdup): Likewise.
50491         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
50492         XFREE): Remove these long-obsolescent macros.
50493         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
50494         * lib/xstrdup.c: Remove.
50495
50496         * lib/regex.c (re_comp): Cast gettext return value to char *,
50497         Problem reported by Martin Neitzel via Mark D. Baushke.
50498
50499 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
50500
50501         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
50502         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
50503         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
50504         regex.c, sha1.c, version-etc.c, yesno.c:
50505         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
50506         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
50507         the includer's responsibility.
50508
50509         Sync from coreutils.
50510
50511         * lib/modechange.c (mode_compile): Don't decrement a pointer that
50512         points to the start of a string, as the C Standard says the
50513         resulting behavior is undefined.
50514
50515         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
50516         simple -> simple_backups, numbered_existing ->
50517         numbered_existing_backups, numbered -> numbered_backups
50518         to avoid shadowing problems.  All uses changed.
50519         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
50520         * lib/backupfile.c (check_extension, numbered_backup):
50521         Rename locals to avoid shadowing 'basename'.
50522         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
50523         once.
50524
50525         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
50526         * lib/.cvsignore: Add getopt.h.
50527
50528 2004-10-04  Bruno Haible  <bruno@clisp.org>
50529
50530         * modules/README: New file.
50531         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
50532         not a module.
50533
50534 2004-10-02  Jim Meyering  <jim@meyering.net>
50535
50536         * lib/dirfd.h, getpagesize.h: Add copyright notice.
50537
50538 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50539
50540         * modules/strsep: New file.
50541
50542 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50543
50544         * m4/strsep.m4: New file.
50545
50546 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50547
50548         * lib/strsep.h: New file.
50549         * lib/strsep.c: New file.
50550
50551 2004-10-01  Simon Josefsson  <jas@extundo.com>
50552
50553         * lib/snprintf.c (snprintf): Handle size==0.
50554
50555 2004-10-01  Simon Josefsson  <jas@extundo.com>
50556             Bruno Haible  <bruno@clisp.org>
50557
50558         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
50559         (snprintf): Declare 'args'.
50560
50561 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
50562
50563         * lib/snprintf.c: Remove comments as to why each header is needed.
50564
50565 2004-10-01  Bruno Haible  <bruno@clisp.org>
50566
50567         * MODULES.html.sh: Add strsep.
50568
50569 2004-09-30  Simon Josefsson  <jas@extundo.com>
50570
50571         * modules/snprintf: New file.
50572
50573 2004-09-30  Simon Josefsson  <jas@extundo.com>
50574
50575         * m4/snprintf.m4: New file.
50576
50577 2004-09-30  Simon Josefsson  <jas@extundo.com>
50578
50579         * lib/snprintf.h, lib/snprintf.c: New files.
50580
50581 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50582
50583         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
50584         (hol_entry_help): Never translate an empty string.
50585         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
50586         * lib/argp.h (OPTION_NO_TRANS): New option.
50587
50588 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50589
50590         * modules/argp (Maintainer): Replace Simon Josefsson
50591         by Sergey Poznyakoff.
50592
50593 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50594
50595         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
50596         changes merged back into glibc.
50597
50598 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
50599
50600         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
50601
50602 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50603
50604         * lib/xvasprintf.c: Include xalloc.h.
50605         (xvasprintf): Use xalloc_die, not xmalloc_die.
50606
50607 2004-09-29  Bruno Haible  <bruno@clisp.org>
50608
50609         * modules/alloca-opt: New file, derived from modules/alloca.
50610         * modules/allocsa: Depend on alloca-opt instead of alloca.
50611         * modules/setenv: Likewise.
50612         * modules/vasnprintf: Likewise.
50613         * MODULES.html.sh: Add alloca-opt.
50614
50615 2004-09-28  Simon Josefsson  <jas@extundo.com>
50616
50617         * gnulib-tool: New parameter --lgpl, to asseert that modules are
50618         LGPL, and to replace license template from GPL to LGPL.
50619
50620 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50621
50622         * modules/dummy: Change license to LGPL.
50623
50624 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
50625
50626         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
50627
50628 2004-09-24  Simon Josefsson  <jas@extundo.com>
50629
50630         * modules/minmax (License): Change from GPL to LGPL.
50631
50632 2004-09-23  Simon Josefsson  <jas@extundo.com>
50633
50634         * gnulib-tool (--import): Typo.
50635
50636 2004-09-23  Simon Josefsson  <jas@extundo.com>
50637
50638         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
50639
50640 2004-09-22  Bruno Haible  <bruno@clisp.org>
50641
50642         * modules/*: Add 'License' field.
50643         * gnulib-tool: Accept --extract-license option.
50644         (func_get_license): New function.
50645
50646 2004-09-21  Bruno Haible  <bruno@clisp.org>
50647
50648         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
50649         Reported by Simon Josefsson.
50650
50651 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50652
50653         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
50654         gl_AC_TYPE_LONG_LONG.
50655
50656 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
50657
50658         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
50659
50660 2004-09-18  Simon Josefsson  <jas@extundo.com>
50661         and  Paul Eggert  <eggert@cs.ucla.edu>
50662
50663         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
50664         calls with autoreconf.  Define GL_LIB.
50665
50666 2004-09-14  Karl Berry  <karl@gnu.org>
50667
50668         * config/srclist.txt: unsync setenv.c, sigh.
50669
50670 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50671
50672         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
50673         Problem reported by Bruno Haible in:
50674         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
50675
50676 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
50677
50678         * config/srclist.txt: Comment out argp-pvh.c.
50679
50680 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
50681
50682         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
50683         in case some system header has #define'd it.  Problem reported by
50684         Soeren D. Schulze in
50685         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
50686
50687 2004-09-09  Karl Berry  <karl@gnu.org>
50688
50689         * regex.[ch]: delete from the root.  These were supposed to be
50690                 synced with emacs cvs, but this has not happened for about
50691                 a year, and anyway nothing else uses emacs regex.[ch].
50692                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
50693                 lib/regex[.ch] is untouched.
50694
50695 2004-09-09  Bruno Haible  <bruno@clisp.org>
50696
50697         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
50698
50699 2004-09-09  Bruno Haible  <bruno@clisp.org>
50700
50701         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
50702         modifications.
50703         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
50704
50705 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50706
50707         * modules/xvasprintf: New file.
50708         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
50709
50710 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
50711
50712         * lib/xvasprintf.h: New file.
50713         * lib/xvasprintf.c: New file.
50714         * lib/xasprintf.c: New file.
50715
50716 2004-09-08  Bruno Haible  <bruno@clisp.org>
50717
50718         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
50719
50720 2004-09-08  Bruno Haible  <bruno@clisp.org>
50721
50722         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
50723         length is > INT_MAX.
50724         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
50725         more.
50726
50727 2004-09-08  Bruno Haible  <bruno@clisp.org>
50728
50729         * lib/stdint_.h: New file, taken from GNU clisp.
50730
50731 2004-09-08  Bruno Haible  <bruno@clisp.org>
50732             Oskar Liljeblad  <oskar@osk.mine.nu>
50733
50734         * modules/stdint: New file.
50735         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
50736
50737 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50738
50739         Import from coreutils.
50740         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
50741         strings on unbounded length.  alloca's performance benefits aren't
50742         that important here.
50743         (V_STRDUP): Remove.
50744         (parse_with_separator): New function, with most of the internals
50745         of the old parse_user_spec.  Allow user to omit both user and group,
50746         for compatibility with FreeBSD.
50747         Clone only the user name, not the entire spec.
50748         Do not set *uid, *gid unless entirely successful.
50749         Avoid memory leak in some failing cases.
50750         Fix regression for USER.GROUP reported by Dmitry V. Levin in
50751         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
50752         (parse_user_spec): Rewrite to use parse_with_separator.
50753
50754 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50755
50756         * modules/userspec: Don't depend on alloca.
50757
50758 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50759
50760         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
50761
50762 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50763
50764         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
50765         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
50766         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
50767
50768 2004-08-16  Simon Josefsson  <jas@extundo.com>
50769
50770         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
50771         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
50772         Add --dry-run for --import.
50773         Let user provided command line parameters override configure.ac
50774         settings.
50775
50776 2004-08-12  Simon Josefsson  <jas@extundo.com>
50777
50778         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
50779         as discussed with Paul Eggert in threads rooted at
50780         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
50781         and
50782         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
50783         Before, the test was empty, and relied on ELIDE_CODE in source
50784         code.)
50785         (gl_PREREQ_GETOPT): New macro.
50786         (gl_GETOPT): Use them.
50787
50788 2004-08-12  Simon Josefsson  <jas@extundo.com>
50789
50790         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
50791         * lib/getopt_.h: Renamed from getopt.h.
50792
50793 2004-08-12  Simon Josefsson  <jas@extundo.com>
50794
50795         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
50796         Change default library name from libfoo to libgnu.
50797         Now, if you have a configure.ac that says:
50798                 gl_SOURCE_BASE(gl)
50799                 gl_M4_BASE(gl/m4)
50800                 gl_MODULES(error getopt etcetera)
50801                 gl_INIT
50802         you can import all you need by running:
50803                 ../gnulib/gnulib-tool --import
50804
50805         * modules/getopt (Files): Rename getopt.h to getopt_.h.
50806         (Makefile.am): Rewrite, use logic from argz.
50807         (Include): Use <getopt.h> instead of "getopt.h".
50808
50809 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50810
50811         * modules/argp (Files): Add m4/unlocked-io.m4.
50812         (Depends-on): Add extensions.
50813
50814 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50815
50816         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
50817         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
50818         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
50819         Check for program_invocation_name, program_invocation_short_name,
50820         flockfile, funlockfile, features.h, _getopt_long_only_r.
50821
50822 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50823
50824         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
50825         its complicated substitute.
50826         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
50827         and program_invocation_name.
50828         (__argp_basename) [!_LIBC]: Remove; the only use was
50829         replaced by its body.
50830         (__argp_short_program_name): Change condition from
50831         !defined __argp_short_program_name to
50832         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
50833         to match argp-namefrob.h.
50834         (__argp_failure): Don't assume strerror_r returns char *.
50835         * lib/argp-parse.c (N_): Define unconditionally.
50836         (argp_default_options): Fill out initializers with 0 to avoid
50837         gcc warnings.
50838
50839 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
50840
50841         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
50842         getopt1.c.
50843
50844 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50845
50846         Merge from coreutils.
50847
50848         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
50849
50850         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
50851         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
50852
50853 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50854
50855         Merge from coreutils.
50856
50857         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
50858         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
50859         for Reliant Unix 5.43.
50860
50861         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
50862         (union fooround): Use uintmax_t, not long int.
50863         The rest is a merge from libc:
50864         [defined _LIBC]: Include <shlib-compat.h>.
50865         (_obstack) [defined _LIBC]: Remove after 2.3.4.
50866
50867         * lib/settime.c (settime): Recode to avoid warning with
50868         Sun Forte C 6U2.
50869
50870         * lib/strverscmp.c: Convert to UTF-8.
50871
50872 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
50873
50874         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50875         m4/uintmax_t.m4.
50876
50877 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50878
50879         * modules/xalloc-die: New file.
50880         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
50881
50882         * modules/md5 (Files): Add m4/uint32_t.m4.
50883         * modules/sha1: Renamed from modules/sha.
50884         (Files):
50885         Rename lib/sha.h to lib/sha1.h.
50886         Rename lib/sha.c to lib/sha1.c.
50887         Rename m4/sha.m4 to m4/sha1.m4.
50888         (lib_SOURCES): Likewise.
50889         (configure.ac): Rename gl_SHA to gl_SHA1.
50890         (Include): sha.h -> sha1.h.
50891
50892 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50893
50894         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
50895         * m4/sha1.m4: Renamed from sha.m4.
50896         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
50897
50898 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
50899
50900         * lib/obstack.h (obstack_empty_p):
50901         Don't assume that chunk->contents is suitably aligned.
50902         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
50903         Likewise. Problem reported by Benno in
50904         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
50905
50906         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
50907         readable.  This could be improved further but it'd take some work.
50908
50909 2004-08-08  Simon Josefsson  <jas@extundo.com>
50910
50911         * modules/xgethostname (Depends-on): Remove exit and error (not
50912         used).
50913
50914         * modules/getpass-gnu: Add getpass.h.
50915         (Depends-on): Add stdbool.
50916         * modules/getpass: Add getpass.h.
50917
50918 2004-08-08  Simon Josefsson  <jas@extundo.com>
50919
50920         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
50921         Check getpass declaration.
50922
50923 2004-08-08  Simon Josefsson  <jas@extundo.com>
50924
50925         * lib/xgethostname.c: Don't include error.h (not used).
50926
50927         * lib/getpass.h: Add.
50928         * lib/getpass.c: Include getpass.h first.
50929
50930 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
50931
50932         * lib/xalloc-die.c: New file.
50933         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
50934         All uses removed.
50935         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
50936         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
50937         xalloc-die.c.
50938         (_, N_, xalloc_die): Move to xalloc-die.c.
50939         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
50940         so that we needn't mess with xalloc_msg_memory_exhausted.
50941
50942         * lib/sha1.h: Renamed from sha.h.
50943         (SHA1_H): Renamed from _SHA_H.
50944         (sha1_ctx): Renamed from sha_ctx.
50945         (sha1_init_ctx): Renamed from sha_init_ctx.
50946         (sha1_process_block): Renamed from sha_process_block.
50947         (sha1_process_bytes): Renamed from sha_process_bytes.
50948         (sha1_finish_ctx): Renamed from sha_finish_ctx.
50949         (sha1_read_ctx): Renamed from sha_read_ctx.
50950         (sha1_stream): Renamed from sha_stream.
50951         (sha1_buffer): Renamed from sha_buffer.
50952         * lib/sha1.c: Likewise; renamed from sha.c.
50953         Do not include <sys/types.h>.
50954         Include <stddef.h> rather than <stdlib.h>.
50955
50956 2004-08-08  Bruno Haible  <bruno@clisp.org>
50957
50958         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
50959         FILESYSTEM_PREFIX_LEN.
50960         * lib/progreloc.c: Likewise.
50961         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
50962
50963 2004-08-06  Simon Josefsson  <jas@extundo.com>
50964
50965         * modules/progname (Depends-on): Don't depend on stdbool.
50966
50967 2004-08-06  Simon Josefsson  <jas@extundo.com>
50968
50969         * modules/getsubopt: New file.
50970         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50971         getsubopt.
50972
50973 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50974
50975         More merge from coreutils.
50976
50977         * m4/utimens.m4, m4/utimecmp.m4: New files.
50978         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
50979         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
50980         prereq.m4, sha.m4: Import changes from coreutils.
50981
50982 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50983
50984         More merge from coreutils.
50985         * modules/raise, modules/readtokens0, modules/utimens:
50986         * modules/utimecmp, module/xnanosleep: New files.
50987         * modules/strftime: Add lib/strftime.h.
50988         Change include from <time.h> to "strftime.h".
50989         * modules/yesno: Add lib/yesno.h.
50990         * modules/backupfile: Remove lib/addext.c.
50991         * modules/euidaccess: Add stat-macros.h.
50992         * modules/canonicalize, modules/euidaccess,
50993         modules/filemode, modules/lchown, modules/makepath,
50994         modules/rmdir, modules/stat: Likewise.
50995
50996 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
50997
50998         Merge from tar.
50999         * lib/argp-help.c (make_hol, hol_append): Don't assume that
51000         SIZE_MAX is a valid preprocessor constant.
51001         (__argp_basename): Change from "#ifndef _LIBC"
51002         to "#ifndef __argp_short_program_name", so that
51003         we don't compile these functions for tar.
51004
51005         More merges from coreutils.
51006         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
51007         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
51008         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
51009         * lib/addext.c: Remove; no longer needed.
51010         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
51011         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
51012         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
51013         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
51014         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
51015         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
51016         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
51017         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
51018         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
51019         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51020         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
51021         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
51022         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
51023         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
51024         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
51025         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
51026         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
51027         Import changes from coreutils.
51028
51029 2004-08-05  Simon Josefsson  <jas@extundo.com>
51030
51031         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
51032
51033 2004-08-05  Simon Josefsson  <jas@extundo.com>
51034
51035         * m4/getsubopt.m4: New file.
51036
51037 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51038
51039         Merge from coreutils.
51040
51041         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
51042         * m4/getcwd-path-max.m4: New files.
51043
51044         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
51045         FILESYSTEM_PREFIX_LEN ->
51046         FILE_SYSTEM_PREFIX_LEN.
51047         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
51048         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
51049         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
51050         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
51051
51052         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
51053         prerequisite modules now handle the DOS stuff.
51054         Don't check for unistd.h.
51055
51056 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51057
51058         Merge from coreutils.
51059
51060         * lib/.gdb-history: Remove; this doesn't belong here.
51061
51062         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
51063         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
51064         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
51065         * lib/getcwd.c: New files.
51066
51067         * lib/dirname.h: Include <stdbool.h>.
51068         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
51069         for consistency with POSIX terminology.  All uses changed.
51070         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
51071         (strip_trailing_slashes): Use bool for booleans.
51072         * lib/stripslash.c (strip_trailing_slashes): Likewise.
51073
51074         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
51075         sometimes returns a positive errno value even when it succeeds.
51076         (print_errno_message) [!LIBC]: Fall back on strerror if
51077         __strerror_r fails.
51078
51079         * lib/path-concat.c (mempcpy): Don't define if a system header defines
51080         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
51081         (longest_relative_suffix): New function.
51082         (path_concat): Use it.  Assume first argument is not NULL.
51083         Port to DOS.  Omit redundant separators.
51084         Report an error instead of returning NULL.
51085         Use mempcpy instead of memcpy.
51086         (xpath_concat): Remove: not declared or used.
51087
51088         * lib/same.h: Include <stdbool.h>
51089         (same_name): Return bool, not int.
51090         * lib/same.c (same_name): Likewise.
51091         (errno): Don't declare; we assume C89 or better now.
51092
51093         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
51094         if not already defined.
51095
51096         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
51097         * lib/dup-safer.c (errno): Likewise.
51098
51099 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51100
51101         Merge from coreutils.
51102         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
51103         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
51104         * modules/path-concat: Don't depend on strdup.
51105
51106 2004-08-03  Simon Josefsson  <jas@extundo.com>
51107
51108         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
51109         * lib/progname.h: Don't include stdbool.h.
51110
51111 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51112
51113         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
51114         * MODULES.html.sh (func_all_modules): Remove fatal.
51115
51116 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51117
51118         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
51119
51120 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51121
51122         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51123         working.
51124
51125 2004-08-02  Simon Josefsson  <jas@extundo.com>
51126
51127         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51128         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51129         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
51130
51131 2004-08-01  Simon Josefsson  <jas@extundo.com>
51132
51133         * lib/xgetdomainname.c: Include stdlib.h, for free().
51134
51135 2004-07-19  Bruno Haible  <bruno@clisp.org>
51136
51137         * MODULES.html.sh (func_all_modules): Add dummy.
51138
51139 2004-07-16  Simon Josefsson  <jas@extundo.com>
51140
51141         * modules/dummy: New file.
51142
51143 2004-07-16  Simon Josefsson  <jas@extundo.com>
51144
51145         * lib/dummy.c: New file.
51146
51147 2004-07-16  Bruno Haible  <bruno@clisp.org>
51148
51149         * lib/backupfile.h: Add extern "C" for C++.
51150         * lib/closeout.h: Likewise.
51151         * lib/copy-file.h: Likewise.
51152         * lib/findprog.h: Likewise.
51153         * lib/full-write.h: Likewise.
51154         * lib/pathname.h: Likewise.
51155         * lib/progname.h: Likewise.
51156         * lib/stpcpy.h: Likewise.
51157         * lib/stpncpy.h: Likewise.
51158         * lib/strcase.h: Likewise.
51159         * lib/strstr.h: Likewise.
51160         * lib/xalloc.h: Likewise.
51161
51162         * lib/mbswidth.h: Add extern "C" for C++.
51163         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
51164
51165 2004-07-13  Robert Millan  <robertmh@gnu.org>
51166
51167         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
51168
51169 2004-07-09  Simon Josefsson  <jas@extundo.com>
51170
51171         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
51172         failed without this.)
51173
51174 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51175
51176         * modules/chown (Files): Add lib/fchown-stub.c, since
51177         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
51178
51179 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51180
51181         * lib/fchown-stub.c: New file.
51182
51183 2004-06-24  Jim Meyering  <jim@meyering.net>
51184
51185         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
51186
51187 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51188
51189         * modules/argz: Omit "#include".
51190
51191         * MODULES.html.sh (func_all_modules): Add calloc, to match
51192         2004-06-01 addition of calloc module.
51193
51194 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51195
51196         * m4/argz.m4: New file, which is autoupdated from libtool.
51197
51198 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51199
51200         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
51201         libtool.
51202
51203 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51204
51205         * config/srclist-update: Don't insist on "USA." before the
51206         close-comment, as libtool omits the period and puts the */ on a
51207         separate line.
51208         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
51209         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
51210
51211 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
51212
51213         * modules/argz: New file.
51214         * MODULES.html.sh (func_all_modules): Add argz.
51215
51216 2004-06-12  Jim Meyering  <jim@meyering.net>
51217         and  Paul Eggert  <eggert@cs.ucla.edu>
51218
51219         * modules/hash (Files): Add lib/xalloc.h.
51220         * modules/pipe (Depends-on): Add wait-process.
51221         * modules/stat (Depends-on): Add xalloc.
51222         * modules/userspec (Files): Add lib/userspec.h.
51223         * modules/xstrto
51224
51225         Upgrade from gettext-0.13.
51226         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
51227         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
51228         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
51229
51230 2004-06-10  Jim Meyering  <jim@meyering.net>
51231
51232         * lib/calloc.c: New file.
51233
51234 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
51235
51236         * lib/getdate.y (yylex): Allow space between sign and number.
51237         Problem reported by Dan Jacobson.
51238
51239 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51240
51241         Merge from coreutils CVS.
51242
51243         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
51244         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
51245         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
51246         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
51247         xstrtol.m4: Fix copyright date and/or serial number.
51248
51249         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
51250         See if we need an fchown replacement.
51251         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
51252         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
51253         and use the replacement function if we detect either defect.
51254
51255         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
51256         gl_UTIMECMP.
51257
51258 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51259         and  Jim Meyering  <jim@meyering.net>
51260
51261         Merge from coreutils CVS.
51262
51263         * lib/stat-macros.h: New file, with contents from file-type.h
51264         and coreutils' system.h.
51265         * lib/file-type.c: Include "stat-macros.h".
51266         * lib/file-type.h (file_type): Move all macro definitions to new file,
51267         stat-macros.h.
51268
51269         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
51270         Wrap old code with this conditional.
51271         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
51272         function that does not dereference symlinks.
51273         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
51274
51275         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51276         dependency problems.
51277         (xreadlink): Accept new arg SIZE, for efficiency.
51278         All decls and uses changed.
51279         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51280
51281         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51282         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51283
51284         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51285         sysexits.h.
51286
51287 2004-06-01  Jim Meyering  <jim@meyering.net>
51288
51289         * m4/calloc.m4: New file.
51290
51291 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51292
51293         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51294         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51295         Also, fix a typo in a diagnostic.
51296
51297 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51298
51299         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51300         or AC_FUNC_REALLOC.
51301
51302 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51303
51304         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51305         macros to be defined.
51306         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51307         the allocator returns NULL because the requested size is zero.
51308
51309 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51310
51311         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51312         var.  Add comment explaining why libc still defines it.  This
51313         merges the following patch from glibc:
51314         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51315
51316 2004-05-20  Andreas Schwab  <schwab@suse.de>
51317
51318         * m4/free.m4: Replace free if it not known to work, not the other
51319         way round.
51320
51321 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51322
51323         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51324         present in glibc since revision 1.1 of this file.
51325         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51326         obstack_alignment_mask, obstack_alloc, obstack_base,
51327         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51328         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51329         obstack_grow0, obstack_init, obstack_int_grow,
51330         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51331         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51332         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51333         nonexistent functions.
51334
51335 2004-05-18  Karl Berry  <karl@gnu.org>
51336
51337         * config/srclist.txt: break link for vasnprintf.c.
51338
51339 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51340
51341         Port obstack to the AS/400, where pointers are 16 bytes wide and
51342         you cannot cast an integer to a valid pointer.  This patch is
51343         currently waiting to be integrated into glibc; see
51344         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51345
51346         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51347         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51348         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51349         (struct obstack): temp member is now a union of a pointer and
51350         an integer, instead of an integer.  All integer uses changed.
51351         This does not affect the physical layout of struct obstack,
51352         except on hosts (like the AS/400) where the size or alignment of
51353         void * is greater than that of ptrdiff_t.
51354         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51355         __STDC__)]: Store temporary in pointer member of union, not
51356         integer member.
51357         * lib/obstack.c: Include <stddef.h>, for offsetof.
51358         (struct fooalign): Remove; it doesn't need a name.
51359         (union fooround): Change double to long double, and add void *.
51360         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51361         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51362         not a macro.  Hence the values are always int; so remove all
51363         casts-to-int in uses.
51364
51365 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51366
51367         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51368         we can get this patch merged into glibc.
51369
51370 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51371             Paul Eggert  <eggert@cs.ucla.edu>
51372
51373         * m4/argp: Depend on alloca.
51374
51375 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51376             Paul Eggert  <eggert@cs.ucla.edu>
51377
51378         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51379         freecoding.
51380
51381 2004-05-17  Bruno Haible  <bruno@clisp.org>
51382
51383         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51384         precision that consists of a '.' followed by an empty digit string.
51385         Patch by Tor Lillqvist <tml@iki.fi>.
51386
51387 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51388
51389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51390         for backward compatibility with older code.  We need our own
51391         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51392         it under some other name, and our alloca.h will define it.
51393
51394 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51395             Derek Price  <derek@ximbiot.com>
51396
51397         * lib/alloca.c: Include <alloca.h>, to get our interface.
51398         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51399         include <alloca.h> first.  Use C89 prototype for alloca; this
51400         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51401         Use #elif for simplicity, since we can assume C89 now.
51402         Don't try to source the system alloca.h since it will not be found
51403         and to prevent recursively including its replacement.
51404         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51405         * lib/regex.c: Likewise.
51406
51407 2004-05-16  Derek Price  <derek@ximbiot.com>
51408             Paul Eggert  <eggert@cs.ucla.edu>
51409
51410         getline cleanup.  This changes the getndelim2 API: both order of
51411         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51412         no delimiter).
51413
51414         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51415         interface does that.
51416         (getline): Always use getdelim, so that we don't have two
51417         copies of this code.
51418         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51419         if available.
51420         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51421         (GETNDELIM2_MAXIMUM): New macro.
51422         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51423         instead of the old practice of delim2==0.  All callers changed.
51424         Return -1 on overflow, instead of returning junk.
51425         Do not set *linesize unless allocation succeeds.
51426         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
51427         that we include sys/types.h.
51428         * lib/getnline.h: Likewise.
51429         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
51430         (getndelim2): Reorder arguments.
51431         * lib/getnline.c (getnline, getndelim):
51432         Don't discard the NMAX argument.
51433         (getnline): Invoke getndelim, to avoid code duplication.
51434         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
51435         of (size_t) -1 by callers of the getnline family.
51436
51437 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51438
51439         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
51440         Check for gettimeofday.
51441         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
51442         Check for settimeofday, stime.
51443
51444 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51445
51446         * lib/nanosleep.c (suspended): Change its type from int to
51447         sig_atomic_t volatile.
51448         (first_call): Make it private to rpl_nanosleep, and have it
51449         be zero initially as that's a bit faster.
51450         (my_usleep): Round up fractional times instead of truncating them,
51451         as this is the usual meaning for 'sleep'.
51452
51453         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
51454         doesn't work.
51455         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
51456         (ENOSYS): Define if not defined.
51457         (settime): Fall back on stime if it exists and settimeofday fails.
51458         But don't bother with fallbacks if a method fails with errno == EPERM.
51459
51460 2004-05-11  Jim Meyering  <jim@meyering.net>
51461
51462         Prior to this change, the save_cwd caller required read access to the
51463         current directory on most systems (ones with the fchdir function).
51464
51465         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
51466         fails, try write-only, and finally, resort to using xgetcwd.
51467
51468 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
51469
51470         * lib/obstack.c, obstack.h: Import changes from libc.
51471
51472 2004-04-28  Bruno Haible  <bruno@clisp.org>
51473
51474         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
51475         also implicitly appends .exe to executables.
51476         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
51477         accepts Windows pathnames.
51478         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51479         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51480         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
51481         Treat Cygwin like Windows, since it now accepts Windows pathnames.
51482         Reported by Derek Robert Price <derek@ximbiot.com>.
51483
51484 2004-04-21  Karl Berry  <karl@gnu.org>
51485
51486         * config/srclist.txt (localcharset.c): break sync.
51487
51488 2004-04-20  Paul Eggert  <eggert@twinsun.com>
51489
51490         * m4/host-os.m4: Add a copyright notice.
51491
51492 2004-04-20  Jim Meyering  <jim@meyering.net>
51493
51494         Change UTILS_ to gl_ in AC_DEFINE'd names.
51495         Change utils_- and jm_-prefixed variables, too.
51496         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
51497         UTILS_FUNC_MKDIR_TRAILING_SLASH.
51498         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
51499
51500         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
51501         Don't emit trailing blanks.
51502         Also rename jm_-prefixed variables to have gl_ prefix.
51503
51504         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
51505         Also rename jm_-prefixed variables to have gl_ prefix.
51506
51507         * m4/jm-macros.m4: Reflect the renamings.
51508         * m4/prereq.m4: Likewise.
51509
51510 2004-04-20  Jim Meyering  <jim@meyering.net>
51511
51512         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
51513         memory.
51514
51515 2004-04-20  Jim Meyering  <jim@meyering.net>
51516             Bruno Haible  <bruno@clisp.org>
51517
51518         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
51519         memory when realloc fails.
51520
51521 2004-04-19  Jim Meyering  <jim@meyering.net>
51522
51523         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
51524         now that readutmp.c may call `free (0)'.
51525
51526 2004-04-19  Bruno Haible  <bruno@clisp.org>
51527
51528         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
51529         * m4/inttypes_h.m4: Likewise.
51530         * m4/stdint_h.m4: Likewise.
51531         * m4/intmax_t.m4: Likewise.
51532         * m4/uintmax_t.m4: Likewise.
51533
51534 2004-04-18  Jim Meyering  <jim@meyering.net>
51535
51536         * m4/prereq.m4: Don't forbid jm_ prefix.
51537
51538         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
51539         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
51540         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
51541         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
51542         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
51543         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
51544         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
51545         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
51546         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
51547         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
51548         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
51549         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
51550         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
51551         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
51552         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
51553         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
51554         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
51555         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
51556         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
51557
51558 2004-04-18  Jim Meyering  <jim@meyering.net>
51559
51560         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
51561         failure, don't leak memory and do call END_UTMP_ENT.
51562
51563 2004-04-16  Jim Meyering  <jim@meyering.net>
51564
51565         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
51566         coreutils' stat program.
51567         (gl_PREREQ): Don't require jm_PREREQ_STAT.
51568
51569 2004-04-11  Paul Eggert  <eggert@twinsun.com>
51570
51571         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
51572         C89.
51573         (CHAR_BIT): Remove, since we assume C89.
51574         Include <stdint.h> if available, as per current Autoconf CVS advice.
51575
51576 2004-03-31  Jim Meyering  <jim@meyering.net>
51577
51578         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
51579         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
51580         * m4/xalloc.m4: Likewise.
51581
51582 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51583
51584         Merge from coreutils.
51585
51586         * m4/inttostr.m4: New file.
51587         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
51588         Require AM_STDBOOL_H and gl_TIMESPEC instead.
51589         Require gl_CLOCK_TIME.
51590         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
51591
51592 2004-03-30  Paul Eggert  <eggert@twinsun.com>
51593
51594         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
51595         not bool, to be more consistent with Unix conventions.
51596         Suggested by Bruno Haible.
51597
51598         Merge from coreutils.
51599
51600         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
51601         * lib/umaxtostr.c: New files.
51602
51603         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
51604         the usual <time.h> dance.
51605         (get_date): Change signature to support fractional time stamps.
51606         All callers changed.
51607         * lib/getdate.y: Include "getdate.h" first, as we can now
51608         assume C89 and don't need to worry about 'const'.
51609         Similarly, include "unlocked-io.h" near start, not in middle.
51610         Include <limits.h>.
51611         (textint.value): Use long int rather than int.
51612         (textint.digits): Use size_t rather than int.
51613         (BILLION, LOG10_BILLION): New constants.
51614         (parser_control): New member rel_ns.  Members day_ordinal,
51615         time_zone, month, day, hour, minutes, rel_year, rel_month,
51616         rel_day, rel_hour, rel_minutes, rel_seconds
51617         are now long int, not int.  Member seconds is now struct timespec,
51618         not int.  New member timespec_seen.  Members dates_seen, days_seen,
51619         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
51620         not int.
51621         (%union.intval): Now long int, not int.
51622         New member timespec.
51623         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
51624         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
51625         (spec): Now is a timespec or an item list.
51626         (timespec, items): New nonterminals.
51627         (time, rel, relunit, number, get_date):
51628         Add support for fractional seconds.
51629         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
51630         (gmtime, localtime, mktime): Remove decls; not needed with C89.
51631         (to_hour): First arg is now long int, not int.
51632         (to_year): Returns long int, not int.
51633         Don't treat year -70 like 70.
51634         (tm_diff): Returns long int, not int.
51635         (lookup_word): Use bool instead of int when appropriate.
51636         (yylex): Use size_t for count, not int.
51637         Detect overflow when parsing large integer constants.
51638         Add support for fractions.
51639         (get_date): Make pointers 'const' if possible.
51640         Use more-portable code to detect integer overflow.
51641         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
51642         Don't use ctime; it's not reliable if the year has >4 digits.
51643
51644         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
51645         This is for compatibility with BSD.
51646
51647         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
51648         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
51649         From coreutils' system.h.
51650
51651         * lib/userspec.c: Don't include "posixver.h".
51652         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
51653         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
51654         compatible extension.  Simplify code by removing a boolean int
51655         that was always nonzero if a string was nonnull.
51656
51657 2004-03-30  Jim Meyering  <jim@meyering.net>
51658
51659         Merge from coreutils.
51660
51661         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
51662         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
51663         on some systems one must include <grp.h> before it.
51664         Reported by Christian Krackowizer.
51665
51666 2004-03-30  Jim Meyering  <jim@meyering.net>
51667
51668         Merge from coreutils.
51669
51670         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
51671
51672         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
51673         an empty input stream.
51674
51675         * lib/readtokens.c: Include <stdbool.h>.
51676         (readtoken): Use `size_t' rather than int/long.
51677         All callers adjusted.
51678         Use `bool' rather than `int' where appropriate.
51679         Use memset rather than an explicit loop.
51680         Use x2nrealloc rather than xrealloc.
51681         Allow the use of `\0' as a delimiter.
51682         (readtokens): Likewise.
51683         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
51684
51685 2004-03-30  Jim Meyering  <jim@meyering.net>
51686
51687         * m4/realloc.m4: Remove file, since now it does no more than
51688         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
51689         the `configure.ac' section of module/realloc.
51690         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
51691
51692 2004-03-30  Bruno Haible  <bruno@clisp.org>
51693
51694         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
51695         nonnull.
51696
51697 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51698
51699         Merge changes to getloadavg.c from coreutils and Emacs.
51700
51701         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
51702         Define to an expression, not to the empty string.
51703         Include cloexec.h and xalloc.h.
51704         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
51705         Use set_cloexec_flag rather than rolling our own.
51706         * lib/cloexec.c, lib/cloexec.h: New files.
51707
51708 2004-03-29  Paul Eggert  <eggert@twinsun.com>
51709
51710         * m4/cloexec.m4: New file.
51711
51712 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51713
51714         * lib/getopt.h: Sync with libc CVS.
51715
51716 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51717             Bruno Haible  <bruno@clisp.org>
51718
51719         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
51720         mbswidth.
51721
51722 2004-03-18  Paul Eggert  <eggert@twinsun.com>
51723             Bruno Haible  <bruno@clisp.org>
51724
51725         * lib/mbswidth.h: Include <wchar.h> only if
51726         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
51727         <wchar.h>.
51728         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
51729
51730 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51731
51732         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
51733         Sync with libc CVS.
51734         * lib/getopt_int.h: New file, also synced from libc.
51735
51736 2004-03-09  Paul Eggert  <eggert@twinsun.com>
51737
51738         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
51739         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
51740         Bring back getopt.c, getopt.h, getopt1.c.
51741
51742 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51743
51744         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
51745         All uses changed.  Check for sa_sigaction member; this fixes
51746         a bug first reported by Jason Andrade in
51747         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51748
51749 2004-03-07  Paul Eggert  <eggert@twinsun.com>
51750
51751         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
51752         '#if' expressions.  Unlike the code it replaces, it does not
51753         depend on (defined _SC_PAGESIZE).  However, it does depend on
51754         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
51755         first reported by Jason Andrade in
51756         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
51757
51758 2004-02-25  Simon Josefsson  <jas@extundo.com>
51759
51760         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
51761
51762 2004-02-25  Simon Josefsson  <jas@extundo.com>
51763
51764         * lib/strdup.h: New file.
51765         * lib/strdup.c: Include it.
51766         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
51767         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
51768
51769 2004-02-23  Karl Berry  <karl@gnu.org>
51770
51771         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
51772         (from fencepost.gnu.org:/gd/gnuorg).
51773
51774 2004-02-23  Karl Berry  <karl@gnu.org>
51775
51776         * config/srclistvars.sh (GNUORG) [karl]: redefine.
51777         * config/srclist.txt: add maintain/standards documents.
51778
51779 2004-02-18  Bruno Haible  <bruno@clisp.org>
51780
51781         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
51782         Reported by Derek Robert Price <derek@ximbiot.com>.
51783
51784 2004-02-16  Karl Berry  <karl@gnu.org>
51785
51786         * config/mkinstalldirs, install-sh: update from automake.
51787
51788 2004-02-06  Karl Berry  <karl@gnu.org>
51789
51790         * m4/po.m4: update from gettext 0.14.1.
51791
51792 2004-02-06  Karl Berry  <karl@gnu.org>
51793
51794         * lib/config.charset: update from gettext 0.14.1.
51795
51796 2004-02-05  Paul Eggert  <eggert@twinsun.com>
51797
51798         Add comments and code, prompted by suggestions from Bruno Haible
51799         for sh-quote.
51800         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
51801         describing the enum quoting_style values.
51802         * lib/quotearg.c (quotearg_alloc): New function.
51803         (quotearg_buffer_restyled): Treat lone { and } as special.
51804         Treat = as special.  Work around bug with older shells
51805         that "see" a '\' that is really the 2nd byte of a multibyte char.
51806         Quote empty string with shell_quoting_style.
51807
51808 2004-02-03  Bruno Haible  <bruno@clisp.org>
51809
51810         * m4/pipe.m4: New file, from GNU gettext.
51811
51812 2004-02-03  Bruno Haible  <bruno@clisp.org>
51813
51814         * lib/pipe.h: New file, from GNU gettext.
51815         * lib/pipe.c: New file, from GNU gettext.
51816
51817 2004-01-27  Bruno Haible  <bruno@clisp.org>
51818
51819         * m4/execute.m4: New file, from GNU gettext.
51820
51821 2004-01-27  Bruno Haible  <bruno@clisp.org>
51822
51823         * lib/execute.h: New file, from GNU gettext.
51824         * lib/execute.c: New file, from GNU gettext.
51825         * lib/w32spawn.h: New file, from GNU gettext.
51826
51827 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51828
51829         Merge from diffutils.
51830
51831         * lib/file-type.c (file_type): Add typed memory objects.
51832         * lib/file-type.h (S_TYPEISTMO): New macro.
51833
51834         * lib/c-stack.h (c_stack_action): Remove argv argument.
51835         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
51836         (die): Don't calculate message unless segv_action returns.
51837         (get_stack_location, min_address_from_argv, max_address_from_argv,
51838         volatile stack_base, volatile_stack_size): Remove.
51839         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
51840         that every segmentation violation is a stack overflow.  (Ouch!)
51841         See Debian bug 136249 (still outstanding) for more info about why
51842         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
51843
51844 2004-01-24  Paul Eggert  <eggert@twinsun.com>
51845
51846         Exit-status fix from coreutils.
51847
51848         Use exit_failure consistently in place of EXIT_FAILURE,
51849         so that program exit statuses are consistent on failure.
51850
51851         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
51852         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
51853         * lib/argmatch.h: Comment fix to match the above.
51854         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
51855         Now a macro referring to exit_failure, instead of a separate
51856         variable.  Include "exitfail.h" to get it.
51857         * lib/xstrtol.h: Include "exitfail.h".
51858         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
51859
51860         * lib/long-options.c (parse_long_options): Use prototype
51861         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
51862         for clarity.
51863
51864 2004-01-21  Jim Meyering  <jim@meyering.net>
51865
51866         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
51867         so as not to conflict with a different-sized __mktime_internal
51868         function in GNU libc.
51869         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
51870         Problem building statically-linked `ls' reported by Michael Brunnbauer.
51871
51872 2004-01-20  Karl Berry  <karl@gnu.org>
51873
51874         * config/config.guess: update from config.
51875
51876         * config/srclistvars.sh: GNUWWWLICENSES for karl.
51877
51878 2004-01-20  Bruno Haible  <bruno@clisp.org>
51879
51880         Safer stack allocation.
51881         * lib/setenv.c: Include allocsa.h.
51882         (alloca): Remove fallback definition.
51883         (freea): Remove macro.
51884         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
51885         instead of freea.
51886
51887 2004-01-20  Bruno Haible  <bruno@clisp.org>
51888
51889         * m4/eealloc.m4: New file, from GNU gettext.
51890
51891 2004-01-20  Bruno Haible  <bruno@clisp.org>
51892
51893         * m4/allocsa.m4: New file, from GNU gettext.
51894
51895 2004-01-20  Bruno Haible  <bruno@clisp.org>
51896
51897         * lib/xallocsa.h: New file, from GNU gettext.
51898         * lib/xallocsa.c: New file, from GNU gettext.
51899
51900 2004-01-20  Bruno Haible  <bruno@clisp.org>
51901
51902         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
51903
51904 2004-01-20  Bruno Haible  <bruno@clisp.org>
51905
51906         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
51907         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
51908         specially.
51909
51910 2004-01-20  Bruno Haible  <bruno@clisp.org>
51911
51912         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
51913         patch.
51914
51915 2004-01-20  Bruno Haible  <bruno@clisp.org>
51916
51917         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
51918
51919 2004-01-20  Bruno Haible  <bruno@clisp.org>
51920
51921         * lib/eealloc.h: New file.
51922
51923 2004-01-20  Bruno Haible  <bruno@clisp.org>
51924
51925         * lib/binary-io.h: Avoid warnings on Cygwin.
51926
51927 2004-01-20  Bruno Haible  <bruno@clisp.org>
51928
51929         * lib/allocsa.h: New file, from GNU gettext.
51930         * lib/allocsa.c: New file, from GNU gettext.
51931
51932 2004-01-18  Karl Berry  <karl@gnu.org>
51933
51934         * doc/gpl.texi, doc/lgpl.texi: new files.
51935
51936 2004-01-18  Karl Berry  <karl@gnu.org>
51937
51938         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
51939         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
51940
51941 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51942
51943         Merge from coreutils.
51944
51945         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
51946         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
51947         (gl_DEFAULT_POSIX2_VERSION): Move
51948         the documentation from 'configure' into 'config.hin',
51949         so that 'configure --help' isn't burdened by it and
51950         we don't have to worry about its formatting there.
51951         Reword the documentation so that it's more succinct
51952         and can be run together into a single paragraph.
51953         * m4/same.m4 (gl_SAME): Check for pathconf.
51954
51955 2004-01-15  Paul Eggert  <eggert@twinsun.com>
51956
51957         Merge from coreutils.
51958
51959         * lib/posixver.c: Include posixver.h.
51960
51961         * lib/same.c: Include <stdbool.h>, <limits.h>.
51962         (_POSIX_NAME_MAX): Define if not defined.
51963         (MIN): New macro.
51964         (same_name): If file names are silently truncated, report
51965         that the file names are the same if they are the same after
51966         the silent truncation.
51967
51968         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
51969         conversion function.
51970         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
51971         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
51972         longer needed.
51973
51974 2004-01-15  Jim Meyering  <jim@meyering.net>
51975
51976         Merge from coreutils.
51977
51978         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
51979         if no library is required.
51980         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
51981         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
51982         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
51983         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
51984         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
51985         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
51986         value, $ac_cv_search_crypt, if it's "none required".
51987         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
51988         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
51989         not gl_FUNC_GETLOADAVG.
51990         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
51991         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
51992
51993 2004-01-15  Jim Meyering  <jim@meyering.net>
51994
51995         Merge from coreutils.
51996
51997         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
51998         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
51999         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
52000
52001         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
52002         optional configure-time default.
52003
52004         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52005
52006         * lib/xreadlink.c (xreadlink): Correct outdated comment.
52007
52008 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
52009
52010         Merge from coreutils.
52011
52012         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
52013         value, $ac_cv_search_nanosleep, if it's "none required".
52014
52015 2004-01-14  Paul Eggert  <eggert@twinsun.com>
52016
52017         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
52018         with like-named macro in fnmatch.c.
52019         (EXT): Use an internal constant instead.
52020
52021         Merge fnmatch patches from glibc.
52022         * lib/fnmatch.c (mbsinit): Remove define.
52023         Add libc_hidden_ver (__fnmatch, fnmatch).
52024         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
52025         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
52026
52027 2004-01-14  Karl Berry  <karl@gnu.org>
52028
52029         * config/install-sh: update from automake.
52030
52031 2004-01-13  Karl Berry  <karl@gnu.org>
52032
52033         * config/install-sh: update from automake.
52034
52035 2004-01-09  Karl Berry  <karl@gnu.org>
52036
52037         * config/install-sh: update from automake.
52038
52039 2004-01-05  Karl Berry  <karl@gnu.org>
52040
52041         * config/config.{sub,guess}: update from config.
52042
52043 2003-12-31  Karl Berry  <karl@gnu.org>
52044
52045         * config/depcomp: update from automake.
52046
52047 2003-12-14  Karl Berry  <karl@gnu.org>
52048
52049         * lib/config.charset: update from gettext-runtime.
52050
52051 2003-12-03  Paul Eggert  <eggert@twinsun.com>
52052
52053         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
52054         Bug reported by Alfred M. Szmidt.
52055
52056 2003-12-03  Bruno Haible  <bruno@clisp.org>
52057
52058         * m4/gettext.m4: Upgrade from gettext-0.13.
52059         * m4/po.m4: Upgrade from gettext-0.13.
52060         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
52061         * m4/intmax.m4: New file, from gettext-0.13.
52062         * m4/printf-posix.m4: New file, from gettext-0.13.
52063
52064 2003-11-29  Karl Berry  <karl@gnu.org>
52065
52066         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
52067
52068 2003-11-25  Paul Eggert  <eggert@twinsun.com>
52069             Bruno Haible  <bruno@clisp.org>
52070
52071         * lib/printf-parse.h: Don't include sys/types.h.
52072         (ARG_NONE): New macro.
52073         (char_directive): Change type of *arg_index fields to size_t.
52074         * lib/printf-parse.c: Don't include sys/types.h.
52075         (SSIZE_MAX): Remove macro.
52076         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
52077         Remove unnecessary overflow check.
52078         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
52079         fields.
52080
52081 2003-11-25  Bruno Haible  <bruno@clisp.org>
52082
52083         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
52084
52085 2003-11-25  Bruno Haible  <bruno@clisp.org>
52086
52087         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
52088         gt_TYPE_SSIZE_T.
52089
52090 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52091
52092         * modules/alloca: Remove dependency on xalloc.
52093
52094 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52095
52096         * lib/alloca.c: Remove dependency on xalloc module.
52097         (xalloc_die): Remove.
52098         (memory_full) [!defined emacs]: New macro.
52099         [!defined emacs]: Don't include xalloc.h.
52100         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
52101         address arithmetic overflows.  Change datatypes a bit to avoid
52102         unnecessary casts.
52103
52104 2003-11-22  Jim Meyering  <jim@meyering.net>
52105
52106         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
52107         s/size/size_t/.
52108
52109 2003-11-21  Karl Berry  <karl@gnu.org>
52110
52111         * config/config.{sub,guess}: update from config.
52112
52113 2003-11-18  Karl Berry  <karl@gnu.org>
52114
52115         * config/config.{sub,guess}: update from config.
52116
52117         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
52118
52119 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52120
52121         * README: Mention that S+T cannot overflow if S is the size of
52122         an existing object and T is sufficiently small.
52123
52124 2003-11-17  Jim Meyering  <jim@meyering.net>
52125
52126         On systems without utime and without a utimes function capable of
52127         dealing with a NULL struct utimbuf* argument, this utime replacement
52128         could -- in unusual circumstances -- leak a file descriptor.
52129         * lib/utime.c: Include <unistd.h> and <errno.h>.
52130         (utime_null): Be sure to close `fd' and to preserve errno.
52131         Reported by Geoff Collyer via Arnold Robbins.
52132
52133 2003-11-17  Bruno Haible  <bruno@clisp.org>
52134
52135         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
52136         (Depends-on): Add xsize.
52137
52138 2003-11-17  Bruno Haible  <bruno@clisp.org>
52139
52140         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
52141
52142 2003-11-17  Bruno Haible  <bruno@clisp.org>
52143
52144         * lib/vasnprintf.c (alloca): Remove fallback definition.
52145         (freea): Remove definition.
52146         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
52147         Reported by Paul Eggert.
52148
52149 2003-11-16  Paul Eggert  <eggert@twinsun.com>
52150             Bruno Haible  <bruno@clisp.org>
52151
52152         Protect against address arithmetic overflow.
52153         * lib/printf-args.h: Include stddef.h.
52154         (arguments): Change type of field 'count' to size_t.
52155         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
52156         'unsigned int' where appropriate.
52157         * lib/printf-parse.h: Include sys/types.h.
52158         (char_directive): Change type of *arg_index fields to ssize_t.
52159         (char_directives): Change type of fields 'count', max_*_length to
52160         size_t.
52161         * lib/printf-parse.c: Include sys/types.h and xsize.h.
52162         (SSIZE_MAX): Define fallback value.
52163         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
52164         instead of 'int' where appropriate. Check a_allocated, d_allocated
52165         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
52166         * lib/vasnprintf.c: Include xsize.h.
52167         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
52168         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
52169         overflow. Avoid wraparound when converting a width or precision from
52170         decimal to binary.
52171
52172 2003-11-16  Bruno Haible  <bruno@clisp.org>
52173
52174         Update from GNU gettext.
52175         * lib/printf-parse.c: Generalize to it can be compiled for wide
52176         strings.
52177         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
52178         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
52179         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
52180         SNPRINTF): New macros.
52181         Don't include <alloca.h> if the file is used inside libintl.
52182         (local_wcslen): New function, for Solaris 2.5.1.
52183         (VASNPRINTF): Use it instead of wcslen.
52184
52185 2003-11-16  Bruno Haible  <bruno@clisp.org>
52186
52187         * lib/xsize.h (xmax): New function.
52188         (xsum, xsum3, xsum4): Declare as "pure" functions.
52189
52190 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52191
52192         * modules/xalloc (Files): Undo latest change, since xalloc.h
52193         no longer needs SIZE_MAX or PTRDIFF_MAX.
52194
52195 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52196
52197         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
52198         gl_PTRDIFF_MAX.
52199
52200 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52201
52202         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
52203         "return", to pacify some unknown compiler.  Problem reported
52204         by Joerg Schilling.
52205
52206 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52207
52208         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
52209         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
52210         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
52211         heuristic is just as accurate as far as we know, and it removes a
52212         dependency on size_max.m4 and ptrdiff_max.m4.
52213
52214 2003-11-11  Bruno Haible  <bruno@clisp.org>
52215
52216         * modules/xsize (Files): Add m4/size_max.m4.
52217         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
52218
52219 2003-11-11  Bruno Haible  <bruno@clisp.org>
52220
52221         * m4/size_max.m4: New file.
52222         * m4/ptrdiff_max.m4: New file.
52223         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
52224         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
52225         (gl_XALLOC): Invoke it.
52226
52227 2003-11-11  Bruno Haible  <bruno@clisp.org>
52228
52229         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
52230         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
52231         defined.
52232
52233 2003-11-10  Paul Eggert  <eggert@twinsun.com>
52234
52235         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
52236         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
52237         rejected some allocations of exactly SIZE_MAX - 2 bytes.
52238         From Bruno Haible.
52239         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
52240         not (size_t) -1, since it's defined here.
52241
52242 2003-11-09  Karl Berry  <karl@gnu.org>
52243
52244         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
52245
52246 2003-11-06  Paul Eggert  <eggert@twinsun.com>
52247
52248         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
52249         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
52250         Reject sizes of exactly SIZE_MAX bytes.
52251         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
52252         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
52253
52254 2003-11-05  Bruno Haible  <bruno@clisp.org>
52255
52256         * lib/xsize.h: Include limits.h, to avoid a possible collision with
52257         SIZE_MAX defined in <limits.h> on Solaris.
52258
52259 2003-11-04  Jim Meyering  <jim@meyering.net>
52260
52261         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
52262         variable names, rather than @VAR@.
52263         * modules/poll: Likewise.
52264
52265 2003-11-04  Bruno Haible  <bruno@clisp.org>
52266
52267         * modules/xsize: New file.
52268         * modules/linebreak: Depend on xsize.
52269         * MODULES.html.sh (func_all_modules): Add xsize.
52270
52271 2003-11-04  Bruno Haible  <bruno@clisp.org>
52272
52273         * m4/xsize.m4: New file.
52274
52275 2003-11-04  Bruno Haible  <bruno@clisp.org>
52276
52277         * lib/xsize.h: New file.
52278         * lib/linebreak.c: Include xsize.h.
52279         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52280         argument for overflow.
52281         Suggested by Paul Eggert.
52282
52283 2003-11-03  Karl Berry  <karl@gnu.org>
52284
52285         * config/config.{guess,sub}: update from config.
52286
52287 2003-11-03  Jim Meyering  <jim@meyering.net>
52288
52289         * modules/userspec (lib_SOURCES): Add userspec.h.
52290         (Include): Add "userspec.h".
52291         Improve description.
52292
52293 2003-11-03  Jim Meyering  <jim@meyering.net>
52294
52295         * lib/userspec.c: Include "userspec.h".
52296         * lib/userspec.h: New file.
52297
52298 2003-11-03  Bruno Haible  <bruno@clisp.org>
52299
52300         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52301
52302 2003-11-03  Bruno Haible  <bruno@clisp.org>
52303
52304         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52305         available, to avoid (extremely rare) race condition.
52306         Suggested by Paul Eggert.
52307
52308 2003-11-02  Karl Berry  <karl@gnu.org>
52309
52310         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52311
52312 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52313
52314         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52315         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52316         (read_filesystem_list): Set and use me_type_malloced.
52317         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52318         whatever the type happens to be), for brevity and consistency.
52319         Check for size calculation overflow on Alphas running OSF/1.
52320
52321 2003-10-31  Jim Meyering  <jim@meyering.net>
52322
52323         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52324
52325         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52326
52327 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52328             Bruno Haible  <bruno@clisp.org>
52329
52330         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52331         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52332
52333 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52334
52335         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52336         netbsd*-gnu*.  Suggested by Robert Millan.
52337
52338 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52339
52340         * modules/group-member: Depend on stdbool.
52341
52342 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52343
52344         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52345
52346 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52347
52348         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52349         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52350         after the 'gnu' in these cases.  This fixes some bugs in the
52351         previous change, and is based on suggestions by Robert Millan.
52352
52353 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52354
52355         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52356         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52357         no longer needed.
52358         * lib/quotearg.c (quotearg_n_options): Use it.
52359         * lib/group-member.c: Include <stdbool.h>.
52360         (free_group_info): Arg is now const *; don't free arg.
52361         (get_group_info): Now returns bool and accepts struct group_info *,
52362         rather than returning a malloc'ed struct group_info *.
52363         All uses changed.  Check for overflow in internal size calculation.
52364
52365         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52366         rather than xmalloc/xrealloc.
52367         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52368         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52369         conformance bug: the old code used a pointer after freeing the
52370         storage that it addressed.
52371         * lib/hash.c (hash_initialize): Simplify the code by using
52372         xalloc_oversized rather than doing it by hand.
52373         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52374         the buffer preserved.  Use free and xmalloc instead.
52375         * lib/quotearg.c (quotearg_n_options): Likewise.
52376         Use a simpler test for size overflow.  Don't use xalloc_oversized
52377         because unsigned int might be wider than size_t (!); this suggests
52378         that we should switch from unsigned int to size_t for slot numbers.
52379
52380 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52381
52382         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52383         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52384         NetBSD kernels.  Requested by Richard Stallman.
52385
52386 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52387
52388         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52389         to allocate the returned structure.  Do not allocate a subarray,
52390         as x2nrealloc will do that.
52391         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52392         instead of xnrealloc.
52393         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52394
52395 2003-10-27  Bruno Haible  <bruno@clisp.org>
52396
52397         * lib/stdbool_.h: Better support for BeOS.
52398
52399 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52400
52401         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52402         now uses inline.
52403
52404 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52405
52406         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52407         callers that want to do their own size-overflow checking.  Include
52408         <stdbool.h>, since xalloc_oversized returns bool.
52409         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52410         to use xalloc_oversized.
52411
52412         Add two functions x2realloc, x2nrealloc, for programs that grow
52413         arrays dynamically by doubling their sizes.
52414         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52415         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52416         New functions.
52417
52418         Port to C99 semantics for 'inline' of external functions.
52419         Bug reported by Bruno Haible.
52420         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52421         with the old contents of xnmalloc.
52422         (xnmalloc, xmalloc): Use it.
52423         (xnrealloc_inline): New static inline function,
52424         with the old contents of xnrealloc.
52425         (xnrealloc, xrealloc): Use it.
52426
52427         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
52428         that.
52429
52430 2003-10-26  Karl Berry  <karl@gnu.org>
52431
52432         * config/srclist.txt (COPYING.DOC): no longer available from
52433         /gd/gnuorg; don't know where the ultimate source is.
52434
52435 2003-10-25  Paul Eggert  <eggert@twinsun.com>
52436
52437         Fix several address-calculation bugs in the hash modules,
52438         plus some minor code cleanup.
52439
52440         * lib/hash.h: Include <stdbool.h>, for bool.
52441         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
52442         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
52443         hash_get_n_entries, hash_get_max_bucket_length,
52444         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
52445         hash_rehash): Use size_t rather than unsigned.
52446         * lib/hash.c (struct hash_table, hash_get_n_buckets,
52447         hash_get_n_buckets_used, hash_get_n_entries,
52448         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
52449         hash_get_entries, hash_do_for_each, hash_string, is_prime,
52450         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
52451         Likewise.
52452         (SIZE_MAX): Define if not defined.
52453         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
52454         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
52455         hash_print):
52456         Use const * when possible.
52457         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
52458         (check_tuning): Fix bug: if tuning parameters were very close to
52459         0 or 1, rounding errors could have caused subscript violations.
52460         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
52461         (hash_initialize): Add 'fail:' label
52462         to free table and return NULL, and use it to simplify code.
52463         Use calloc rather than clearing the storage ourself.
52464         (hash_initialize, hash_rehash): Check for arithmetic overflow in
52465         buffer size calculations.
52466         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
52467         Include <stddef.h>, for size_t.
52468         * lib/hash-pjw.c (hash_pjw): Likewise.
52469         Switch to method described by Bruno Haible.
52470         Include <limits.h>, for CHAR_BIT.
52471         (SIZE_BITS): New macro.
52472
52473 2003-10-23  Paul Eggert  <eggert@twinsun.com>
52474
52475         * m4/getline.m4 (AM_FUNC_GETLINE):
52476         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
52477         hosts.  Problem reported by Derek Robert Price in
52478         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
52479         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
52480         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
52481
52482 2003-10-21  Paul Eggert  <eggert@twinsun.com>
52483
52484         * lib/getndelim2.c (getndelim2): When size calculation overflows,
52485         ceiling the allocation at NMAX bytes rather than silently
52486         discarding input bytes before NMAX is reached.  This makes
52487         a difference only if NMAX exceeds SIZE_MAX / 2.
52488
52489         * lib/obstack.c: Merge from glibc.
52490         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
52491         Add libc_hidden_def (_obstack_newchunk).
52492         (_obstack_free) [! defined _LIBC]: Remove.
52493         [defined _LIBC]: Make a strong alias from obstack_free, rather than
52494         a clone of the function body.
52495         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
52496         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
52497
52498         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
52499         glibc.
52500         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
52501         arg to memcpy.
52502
52503         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
52504         (obstack_ptr_grow_fast, obstack_int_grow_fast):
52505         Don't use lvalue casts, as GCC plans to remove support for them
52506         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
52507         was also present in the non-GCC version, indicating that this
52508         code had always been buggy and had never been widely used.
52509         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
52510         Use the fast variant of each macro, rather than copying the
52511         definiens of the fast variant; that way, we'll be more likely to
52512         catch future bugs in the fast variants.
52513
52514 2003-10-20  Bruno Haible  <bruno@clisp.org>
52515
52516         * modules/wait-process: New file.
52517         * MODULES.html.sh (func_all_modules): Add wait-process.
52518
52519 2003-10-20  Bruno Haible  <bruno@clisp.org>
52520
52521         * m4/wait-process.m4: New file.
52522
52523 2003-10-20  Bruno Haible  <bruno@clisp.org>
52524
52525         * lib/wait-process.h: New file, from GNU gettext.
52526         * lib/wait-process.c: New file, from GNU gettext.
52527
52528 2003-10-19  Jim Meyering  <jim@meyering.net>
52529
52530         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
52531         HPUX 10.20.
52532
52533 2003-10-18  Karl Berry  <karl@gnu.org>
52534
52535         * config/config.guess: update from config.
52536
52537 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52538
52539         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
52540         (getgroups): First arg is int, not size_t.
52541         Don't let 'free' mangle errno.
52542
52543 2003-10-16  Paul Eggert  <eggert@twinsun.com>
52544
52545         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
52546
52547 2003-10-16  Karl Berry  <karl@gnu.org>
52548
52549         * config/config.{guess,sub}: update from config.
52550
52551 2003-10-16  Jim Meyering  <jim@meyering.net>
52552
52553         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
52554         memcpy.
52555
52556 2003-10-15  Paul Eggert  <eggert@twinsun.com>
52557
52558         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
52559         (SIZE_MAX): Remove.
52560         (new_exclude, add_exclude_file): Initial size no longer needs to
52561         be a power of 2.
52562         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
52563         our own address arithmetic overflow checking.
52564
52565         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
52566         (fnmatch): Do not alloca more than 2000 wide characters;
52567         instead, use malloc for large buffers.
52568         Check for address arithmetic overflow, and return -1
52569         with errno set to ENOMEM in that case.
52570         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
52571         (NEW_PATTERN): Do not alloca more than 8000 bytes;
52572         instead, return -1.  Check for address arithmetic overflow.
52573
52574 2003-10-14  Paul Eggert  <eggert@twinsun.com>
52575
52576         Handle invalid suffixes and overflow independently, so that
52577         callers can treat them independently as needed.  Fix some bugs in
52578         suffix handling, e.g., "100k@" was not diagnosed as an invalid
52579         suffix for a human-readable blocksize.  The major caller-visible
52580         change is the addition of a new
52581         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
52582         that both overflow and suffix chars were found.
52583
52584         * lib/human.c (humblock): Don't check separately for invalid suffix
52585         char; that is xstrtoumax's job (now that its bug is fixed).
52586         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
52587         INTMAX_MAX]: New macros.
52588         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
52589         TYPE_MAXIMUM): New macros.
52590         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
52591         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
52592         if overflow occurs, as it's what __strtol does and it's more useful
52593         in practice.
52594         (__xstrtol): If __strtol reports some error other than ERANGE,
52595         reflect it to the caller as LONGINT_INVALID.  If it reports
52596         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
52597         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
52598         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
52599         value.
52600         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
52601         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
52602         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
52603         [defined UINTMAX_MAX]: New macros.
52604
52605 2003-10-14  Bruno Haible  <bruno@clisp.org>
52606
52607         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
52608
52609 2003-10-14  Bruno Haible  <bruno@clisp.org>
52610
52611         * m4/sig_atomic_t: New file, from GNU gettext.
52612         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
52613
52614 2003-10-14  Bruno Haible  <bruno@clisp.org>
52615
52616         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
52617         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
52618         Also use volatile where needed.
52619
52620 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52621
52622         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
52623         Change maintainer from Bruno Haible to 'all'.
52624
52625 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52626
52627         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
52628
52629 2003-10-12  Paul Eggert  <eggert@twinsun.com>
52630
52631         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
52632         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
52633         and define in terms of the other primitives.
52634         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
52635         (SIZE_MAX): Define if not already defined.
52636         (array_size_overflow): New function.
52637         (xalloc_die): Abort instead of exiting if 'error' returns.
52638         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
52639         (xmalloc, xrealloc): Use them.
52640         (xcalloc): Check for address arithmetic overflow.
52641         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
52642         a bit faster than strcpy.
52643
52644 2003-10-10  Simon Josefsson  <jas@extundo.com>
52645
52646         * modules/argp (Depends-on): Add restrict and strcase.
52647
52648 2003-10-10  Simon Josefsson  <jas@extundo.com>
52649
52650         * m4/argp.m4: Add AC_C_INLINE.
52651
52652 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52653
52654         Merge getpass from libc, plus a few fixes.
52655
52656         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
52657         Include <stdbool.h>.
52658         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
52659         __fsetlocking to empty.
52660         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
52661         do include <bits/libc-lock.h>.
52662         Do not include <fcntl.h>; not needed.
52663         [_LIBC]: Include <wchar.h>.
52664         (NOTCANCEL_MODE): New macro.
52665         (flockfile, funlockfile) [_LIBC]: New macros.
52666         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
52667         [!_LIBC]: New macros.
52668         (call_fclose): New function.
52669         (getpass): Use it.  Save tty stream separately; this simplifies the
52670         code and makes it more reliable if stdin happens to equal stdout.
52671         Invoke __fsetlocking on tty.
52672         Handle thread cancellation if needed.
52673         Namespace cleanup (use __tcgetattr, __getline).
52674         Use bool for Booleans.
52675         [USE_IN_LIBIO]: Handle wide streams.
52676         [!_LIBC]: Unconditionally do the fseek, since we don't know what
52677         stream might go where.
52678
52679         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
52680         doesn't have to include <stdio.h> before us.
52681         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
52682         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
52683         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
52684         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
52685         if not declared, so that we can use getpass.c code from libc without
52686         rewriting it.
52687         (flockfile, ftrylockfile, funlockfile): New macros.
52688
52689 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52690
52691         * modules/getpass: Depend on stdbool.
52692
52693 2003-10-08  Paul Eggert  <eggert@twinsun.com>
52694
52695         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52696
52697 2003-10-07  Karl Berry  <karl@gnu.org>
52698
52699         * config/config.{guess,sub}: update from config.
52700
52701 2003-10-06  Jim Meyering  <jim@meyering.net>
52702             Bruno Haible  <bruno@clisp.org>
52703
52704         This lets translators provide better translations for the
52705         "Written by ..." part of --version output.
52706         * lib/version-etc.h: Include stdarg.h.
52707         (version_etc_copyright): Declare as readonly.
52708         (version_etc): Make this function variadic with a NULL-terminated list
52709         of author name strings.
52710         (version_etc_va): New declaration.
52711         * lib/version-etc.c: Include stdarg.h, stdlib.h.
52712         (version_etc_copyright): Declare as readonly.
52713         (version_etc_va): New function. Provide a different translatable string
52714         for each possible number of authors < 10. Abbreviate when there are 10
52715         authors or more.
52716         (version_etc): Make this function variadic. Call version_etc_va.
52717         Suggestion from Gary V. Vaughan.
52718
52719         * lib/long-options.h (parse_long_options): Change prototype: the
52720         authors string is moved to the end and becomes variadic.
52721         * lib/long-options.c: Include stdarg.h.
52722         (parse_long_options): Make this function variadic, too.
52723         Call version_etc_va, not version_etc.
52724
52725 2003-10-06  Bruno Haible  <bruno@clisp.org>
52726
52727         * modules/version-etc-2: Remove file.
52728         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
52729
52730 2003-10-06  Bruno Haible  <bruno@clisp.org>
52731
52732         * modules/fatal-signal: New file.
52733         * MODULES.html.sh (func_all_modules): Add fatal-signal.
52734
52735 2003-10-06  Bruno Haible  <bruno@clisp.org>
52736
52737         * m4/fatal-signal.m4: New file.
52738         * m4/signalblocking.m4: New file, from GNU gettext.
52739
52740 2003-10-06  Bruno Haible  <bruno@clisp.org>
52741
52742         * lib/version-etc-2.h: Remove file.
52743         * lib/version-etc-2.c: Remove file.
52744
52745 2003-10-06  Bruno Haible  <bruno@clisp.org>
52746
52747         * lib/fatal-signal.h: New file, from GNU gettext.
52748         * lib/fatal-signal.c: New file, from GNU gettext.
52749
52750 2003-10-05  Paul Eggert  <eggert@twinsun.com>
52751
52752         * README: Rework advice for preventing empty .o files.
52753         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
52754         not <sys/types.h>.
52755
52756 2003-10-04  Karl Berry  <karl@gnu.org>
52757
52758         * lib/argp*: update from libc.
52759
52760 2003-10-04  Karl Berry  <karl@gnu.org>
52761
52762         * config/config.{guess,sub}: update from config.
52763
52764 2003-10-02  Bruno Haible  <bruno@clisp.org>
52765
52766         * modules/lchown (Include): Add lchown.h.
52767         * modules/time_r (Include): Use "..." syntax.
52768         * modules/xgetdomainname (Include): Add xgetdomainname.h.
52769
52770 2003-10-01  Simon Josefsson  <jas@extundo.com>
52771
52772         * MODULES.html.sh (func_all_modules): Move gethostname from section
52773         'based on' to section 'lacking' POSIX:2001.
52774
52775 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
52776
52777         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
52778         to output mode on the same stream.
52779
52780 2003-09-29  Paul Eggert  <eggert@twinsun.com>
52781
52782         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
52783         Fix arg typo in previous patch.
52784
52785 2003-09-28  Jim Meyering  <jim@meyering.net>
52786
52787         * lib/error.c: Correct cpp indentation.
52788
52789 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52790
52791         * modules/free: New file.
52792
52793 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52794
52795         * m4/free.m4: New file.
52796
52797 2003-09-27  Paul Eggert  <eggert@twinsun.com>
52798
52799         * lib/minmax.h (MIN, MAX)
52800         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
52801         Omit the special code that used __typeof__, since we worry that
52802         it could be more trouble than it's worth.  See:
52803         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
52804         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
52805
52806         * lib/free.c: New file.
52807
52808 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
52809
52810         Trivial fixes to Makefile.am parts of module listings.
52811         * modules/strstr: Append strstr.h to lib_SOURCES.
52812         * modules/strcase: Likewise, for strcase.h.
52813
52814 2003-09-27  Karl Berry  <karl@gnu.org>
52815
52816         * config/mkinstalldirs: update from automake.
52817
52818 2003-09-26  Paul Eggert  <eggert@twinsun.com>
52819
52820         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
52821         (error_tail): Do not loop, reallocating temporary buffer, since
52822         the output cannot contain more wide characters than the input
52823         contains bytes, the size must be big enough already.  This avoids
52824         one potential size overflow calculation.  Check for size overflow
52825         when calculating temporary buffer size.  Free temporary buffer
52826         when done, if it was allocated with malloc; this plugs a memory
52827         leak.  Remove casts from void * to pointers, that are no longer
52828         needed now that we're assuming C89 or better.
52829
52830         Merge error changes from glibc.
52831
52832         * lib/error.c, error.h: Update copyright notice header to match glibc.
52833         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
52834         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
52835         Disable cancellation while printing error.
52836         * lib/error.h: Prepend __ to parameter names.
52837
52838 2003-09-26  Jim Meyering  <jim@meyering.net>
52839
52840         * lib/error.c (error_tail): Move some declarations
52841         into inner scope where the local variables are used.
52842
52843 2003-09-26  Bruno Haible  <bruno@clisp.org>
52844
52845         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
52846         stpncpy().
52847         Don't define stpncpy through config.h; it's now done through stpncpy.h.
52848
52849 2003-09-26  Bruno Haible  <bruno@clisp.org>
52850
52851         * lib/stpncpy.h (gnu_stpncpy): New declaration.
52852         (stpncpy): Define as alias for gnu_stpncpy.
52853         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
52854
52855 2003-09-25  Simon Josefsson  <jas@extundo.com>
52856
52857         * lib/xgetdomainname.h: New file.
52858         * lib/xgetdomainname.c: New file.
52859
52860 2003-09-25  Simon Josefsson  <jas@extundo.com>
52861             Bruno Haible  <bruno@clisp.org>
52862
52863         * modules/getdomainname: New file.
52864         * modules/xgetdomainname: New file.
52865         * MODULES.html.sh (func_all_modules): Add getdomainname,
52866         xgetdomainname.
52867
52868 2003-09-25  Simon Josefsson  <jas@extundo.com>
52869             Bruno Haible  <bruno@clisp.org>
52870
52871         * m4/getdomainname.m4: New file.
52872
52873 2003-09-25  Simon Josefsson  <jas@extundo.com>
52874             Bruno Haible  <bruno@clisp.org>
52875
52876         * lib/getdomainname.h: New file.
52877         * lib/getdomainname.c: New file.
52878
52879 2003-09-25  Karl Berry  <karl@gnu.org>
52880
52881         * lib/argp-fmtstream.c, argp-help.c: update from libc.
52882
52883 2003-09-25  Karl Berry  <karl@gnu.org>
52884
52885         * config/install-sh: update from automake.
52886
52887 2003-09-25  Bruno Haible  <bruno@clisp.org>
52888
52889         * modules/version-etc-2: New file, from modules/version-etc with
52890         modifications.
52891         * MODULES.html.sh (func_all_modules): Add version-etc-2.
52892
52893 2003-09-25  Bruno Haible  <bruno@clisp.org>
52894
52895         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
52896         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
52897
52898 2003-09-24  Simon Josefsson  <jas@extundo.com>
52899
52900         * modules/xgethostname: Add xgethostname.h.
52901
52902 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52903
52904         * lib/linebuffer.c (freebuffer): Don't free the argument, just
52905         the buffer associated with the argument.  Bug reported by
52906         Simon Josefsson.
52907
52908 2003-09-24  Paul Eggert  <eggert@twinsun.com>
52909
52910         * README: Document assumptions that 'int' is at least 32 bits
52911         wide, that integer arithmetic is 2's complement without overflow,
52912         that there are no holes in integer values, that adding sizes of
52913         two nonoverlapping objects can't overflow, and that all-bits-zero
52914         yields scalar zero.  Fix spelling and capitalization typos.
52915
52916 2003-09-19  Karl Berry  <karl@gnu.org>
52917
52918         * lib/argp.h: update from libc.
52919
52920 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52921
52922         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
52923         to avoid spurious warnings like "AC_RUN_IFELSE was called before
52924         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
52925
52926 2003-09-17  Paul Eggert  <eggert@twinsun.com>
52927
52928         * gnulib-tool: Use "test -h", not "test -L", for portability
52929         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
52930         (tags_regexp): Remove, since \| doesn't conform to POSIX.
52931         (sed_extract_prog): Issue s commands one-by-one, rather than
52932         using \| in one s command.
52933
52934 2003-09-16  Paul Eggert  <eggert@twinsun.com>
52935
52936         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
52937         input error, instead of returning NULL the next time we are called
52938         (and therefore losing track of errno).
52939
52940 2003-09-16  Bruno Haible  <bruno@clisp.org>
52941
52942         * gnulib-tool (func_create_testdir): Warn about duplicated
52943         dependencies.
52944
52945 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52946
52947         * modules/argmatch, modules/fatal, modules/obstack,
52948         modules/xalloc, modules/xgethostname: Sort dependencies by
52949         importance, not alphabetically.
52950
52951 2003-09-15  Paul Eggert  <eggert@twinsun.com>
52952
52953         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
52954         fails, so that the caller gets the proper errno.
52955
52956         * lib/readutmp.c (read_utmp): Likewise.
52957         Check for fstat error.  Close stream and free storage
52958         when failing.
52959
52960 2003-09-14  Karl Berry  <karl@gnu.org>
52961
52962         * config/srclist.txt (strdup.c): disable for c89 changes.
52963
52964 2003-09-14  Jim Meyering  <jim@meyering.net>
52965
52966         * lib/getloadavg.c: Correct cpp indentation.
52967         * lib/strdup.c: Likewise.
52968         * lib/vasnprintf.c: Likewise.
52969
52970 2003-09-14  Bruno Haible  <bruno@clisp.org>
52971
52972         * modules/fwriteerror: New file.
52973         * MODULES.html.sh (func_all_modules): Add fwriteerror.
52974
52975 2003-09-14  Bruno Haible  <bruno@clisp.org>
52976
52977         * lib/fwriteerror.h: New file.
52978         * lib/fwriteerror.c: New file.
52979
52980 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52981
52982         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
52983         modules/xgethostname, modules/xalloc: Depend on exit.
52984
52985 2003-09-12  Paul Eggert  <eggert@twinsun.com>
52986
52987         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
52988
52989         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
52990         and AC_MINIX, too, so that their extensions are available.
52991
52992         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
52993         This macro has been superseded by gl_BACKUPFILE.
52994
52995         More patches to assume C89 or better.
52996
52997         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
52998
52999         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
53000         unconditionally.
53001         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
53002         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
53003         Include <string.h>, <stdlib.h> unconditionally.
53004         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
53005         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
53006         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
53007         headers or for string.h.
53008         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
53009         or strtoul.
53010
53011         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
53012         headers.
53013         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
53014         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53015         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
53016         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
53017         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53018         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
53019         memcpy, memset.
53020         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
53021         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
53022         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
53023         strtol.
53024         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
53025         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
53026         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
53027         strtoul.
53028
53029 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53030
53031         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
53032         * lib/obstack.c [!defined _LIBC]: Likewise.
53033         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
53034         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
53035         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
53036
53037         More changes to assume C89 or better.
53038
53039         * lib/error.c (error_tail): Assume vprintf.
53040
53041         * lib/argmatch.c (getenv): Remove decl.
53042         * lib/progreloc.c (get_full_program_name): Define via prototype.
53043         * lib/setenv.c (clearenv): Likewise.
53044         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
53045         needed.
53046         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
53047         (malloc, memcpy): Remove decls.
53048         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
53049         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
53050         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53051         (memcpy): Remove macro.
53052         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
53053         (__P): Remove.  All uses removed.
53054         (PTR): Remove.  All uses changed to void *.
53055         (CHAR_BIT, NULL): Remove.
53056         (spaces, zeros, memset_space, memset_zero)
53057         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
53058         Remove.
53059         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
53060         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
53061         Define with prototype.
53062         Remove now-unnecessary prototype decl.
53063         (extra_args_spec): Assume ANSI C.  All uses changed.
53064         (extra_args_spec_iso): Remove.
53065         (my_strftime, emacs_strftimeu): Define via prototype.
53066         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
53067         unconditionally.
53068         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
53069         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
53070         (strtoul, strtol): Remove decls.
53071         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
53072         LONG_MAX): Remove.
53073         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53074         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
53075         (LOCALE_PARAM_PROTO): New macro.
53076         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
53077         (INTERNAL (strtol), strtol): Define with a prototype.
53078         (PARAMS): Remove.  All uses removed.
53079         * lib/tempname.c: Include <string.h> unconditionally.
53080         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
53081         * lib/xgethostname.c (main): Define with a prototype.
53082         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
53083         Include <stdlib.h> unconditionally.
53084         (calloc, malloc, realloc, free): Remove decls.
53085         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
53086         Include <stdlib.h> unconditionally.  Sort include file names.
53087         (strtod): Remove.
53088         (xstrtod): Define with a prototype.
53089         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
53090         (strtol, strtoul): Remove decls.
53091
53092 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53093
53094         More patches to assume C89 or better.
53095         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
53096         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
53097         string.h, memchr, STDC_HEADERS.
53098
53099 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53100
53101         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
53102         Include <stdlib.h>, <string.h> unconditionally.
53103         Remove now-unnecessary cast to char *.
53104         * lib/strnlen.c: Include <string.h> unconditionally.
53105         * lib/yesno.c (yesno): Define with a prototype.
53106
53107 2003-09-11  Bruno Haible  <bruno@clisp.org>
53108
53109         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
53110
53111 2003-09-10  Jim Meyering  <jim@meyering.net>
53112
53113         * lib/error.c: Correct indentation of cpp directives.
53114
53115 2003-09-10  Bruno Haible  <bruno@clisp.org>
53116
53117         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
53118         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
53119         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53120         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53121         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53122         <stdlib.h> and <string.h> checks.
53123         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53124         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53125
53126 2003-09-10  Bruno Haible  <bruno@clisp.org>
53127
53128         * lib/strcspn.c: Include <string.h> unconditionally.
53129         * lib/strpbrk.c: Include <string.h> unconditionally.
53130         * lib/strstr.c: Include <string.h> unconditionally.
53131         * lib/unicodeio.c: Include <string.h> unconditionally.
53132         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
53133         * lib/unsetenv.c: Likewise.
53134         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
53135         * lib/yesno.c: Include <stdlib.h> unconditionally.
53136         (rpmatch): Add prototype.
53137
53138 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53139
53140         More patches to assume C89 or better.
53141         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
53142         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
53143         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
53144         or for string.h.
53145         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
53146         stdlib.h.
53147         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
53148         C headers.
53149         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
53150         string.h.
53151         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
53152         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
53153         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
53154         or for string.h.
53155         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
53156         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
53157         C headers.
53158         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
53159         memcpy.
53160         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
53161         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
53162         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
53163         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
53164         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
53165         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
53166         string.h, free.
53167         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
53168         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
53169         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
53170         C headers, or for string.h.
53171         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
53172         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
53173         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
53174         headers, memory.h, stdlib.h, string.h, strings.h.
53175         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
53176         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
53177         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
53178         strchr.
53179         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
53180         headers, memory.h, string.h.
53181         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
53182         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
53183         free.
53184         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
53185         headers.
53186         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
53187         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
53188         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
53189         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
53190         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
53191
53192 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53193
53194         More K&R removal.
53195
53196         * lib/acosl.c (main): Use a prototype.
53197         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
53198         tanl.c: Likewise.
53199
53200         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
53201
53202         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
53203         (getopt, etopt_long, getopt_long_only, _getopt_internal)
53204         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
53205         with a prototype.
53206         * lib/getopt.c (const): Remove macro.
53207         Include <string.h> unconditionally.
53208         (my_index): Remove; all uses changed to strchr.
53209         (strlen): Remove decl.
53210         (exchange): Remove forward decl; no longer needed.
53211         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
53212         Define with prototype.
53213         * lib/getopt1.c (const): Remove macro.
53214         (getopt_long, getopt_long_only, main): Define with prototype.
53215
53216         * lib/getugroups.c: Include <string.h> unconditionally.
53217
53218         * lib/getusershell.c: Include <stdlib.h> unconditionally.
53219         (getusershell, setusershell, endusershell, readname, main):
53220         Define with prototypes.
53221
53222         * lib/group-member.c: Include group-member.h first.
53223         Include <stdlib.h> unconditionally.
53224
53225         * lib/hard-locale.c: Include hard-locale.h first.
53226         Include <stdlib.h>, <string.h> unconditionally.
53227
53228         * lib/hash.c (free, malloc): Remove decls.
53229         Include <stdlib.h> unconditionally.
53230
53231         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
53232         (getenv): Do not declare.
53233
53234         * lib/idcache.c: Include <string.h> unconditionally.
53235
53236         * lib/long-options.c: Include long-options.h first, to test interface.
53237         Include <stdlib.h> unconditionally.
53238
53239         * lib/makepath.c: Include makepath.h first, to test interface.
53240         Include <stdlib.h> and <string.h> unconditionally.
53241
53242         * lib/linebuffer.c: Include <stdlib.h>.
53243         (free): Remove decl.
53244
53245         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
53246         stddef.h. rpl_malloc returns void *, not char *.
53247         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
53248         prototype.
53249
53250         * lib/md5.h: Include <limits.h> unconditionally.
53251         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
53252         (__P): Remove; all uses removed.
53253         * lib/md5.c: Include "md5.h" first.
53254         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
53255         md5_buffer, md5_process_bytes, md5_process_block):
53256         Define with prototypes.
53257         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
53258         * lib/sha.c: Include "sha.h" first.
53259         Include <stdlib.h>, <string.h> unconditionally.
53260
53261         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
53262         * lib/memcmp.c (__ptr_t): Likewise.
53263         * lib/memrchr.c (__ptr_t): Likewise.
53264         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
53265         Include <string.h> unconditionally.
53266         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
53267         * lib/memchr.c: Include <stdlib.h> unconditionally.
53268         * lib/memchr.c (LONG_MAX): Remove.
53269         * lib/memrchr.c (LONG_MAX): Likewise.
53270         * lib/memchr.c (__memchr): Define via a prototype.
53271         * lib/memrchr.c (__memrchr): Likewise.
53272         * lib/memcmp.c (__P): Remove, and remove all uses.
53273         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
53274         Remove forward decls; no longer needed.
53275         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53276         Use types required by C89 in prototype.
53277
53278         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53279         * lib/savedir.c: Likewise.
53280         * lib/mkdir.c (free): Remove decl.
53281         * lib/rmdir.c (rmdir): Define with a prototype.
53282         * lib/savedir.c: Include savedir.h first, to test interface.
53283
53284         * lib/mktime.c (STDC_HEADERS): Remove.
53285         Include <stdlib.h>, <string.h> unconditionally.
53286
53287         * lib/modechange.c: Include <stdlib.h> unconditionally.
53288         (malloc): Remove decl.
53289
53290         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53291         (free): Remove decl.
53292
53293         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53294         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53295         (This type really should be intptr_t, but that's a C99ism.)
53296         (_obstack_memcpy): Remove: all uses changed to memcpy.
53297         Include <string.h> unconditionally.
53298         (struct obstack): Assume __STDC__ for types of members
53299         chunkfun, freefun, extra_arg.
53300         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53301         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53302         obstack_begin, obstack_specify_allocation,
53303         obstack_specify_allocation_with_arg, obstack_chunkfun,
53304         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53305         Remove unprototyped decls and the macros that use them.
53306         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53307         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53308         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53309         (defined __STDC__ && __STDC__)]:
53310         Remove nonprototyped code.
53311         Include <stdlib.h> unconditionally.
53312         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53313         _obstack_allocated_p, _obstack_free, obstack_free,
53314         _obstack_memory_used, print_and_abort):
53315         Define using prototypes.
53316         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53317         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53318         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53319         obstack_next_free, obstack_object_size, obstack_room) [0]:
53320         Remove unused, unprototyped code.
53321
53322         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53323
53324         * lib/physmem.c (physmem_total, physmem_available, main): Define
53325         with prototypes.
53326
53327         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53328         (main): Define with a prototype.
53329
53330         * lib/posixver.c (getenv): Remove decl.
53331
53332         * lib/putenv.c (malloc): Returns void *, not char *.
53333         Include <string.h> unconditionally.
53334         (strchr, memcpy, NULL): Do not define.
53335
53336         * lib/readtokens.c: Include readtokens.h first, to test interface.
53337         Include <stdlib.h>, <string.h> unconditionally.
53338         (init_tokenbuffer): Define with a prototype.
53339
53340         * lib/regex.c (PARAMS): Remove.  All uses removed.
53341         All uses of _RE_ARGS removed, too.
53342         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53343         unconditionally.
53344         (bzero): Assume memset exists.
53345         (memcmp, memcpy, NULL): Remove.
53346         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53347         char, or assignments to local vars of type signed char.
53348         (init_syntax_once, PREFIX(extract_number_and_incr),
53349         PREFIX(print_partial_compiled_pattern),
53350         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53351         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53352         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53353         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53354         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53355         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53356         wcs_compile_range, byte_compile_range, truncate_wchar,
53357         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53358         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53359         count_mbs_length, wcs_re_match_2_internal,
53360         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53361         PREFIX(alt_match_null_string_p),
53362         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53363         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53364         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53365         now-unnecessary declaration, if any.
53366         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53367         regcomp, regexec):
53368         Remove now-unnecessary casts among pointer types.
53369         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53370
53371         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53372         (free): Remove decl.
53373
53374         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53375
53376         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53377         (free): Remove decl.
53378
53379         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53380         * lib/xgetcwd.c: Likewise.
53381
53382         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53383         (free): Remove decl.
53384
53385         * lib/strchrnul.c (strchrnul): Define with a prototype.
53386         Fix bug: c_in was not converted to char before searching.
53387
53388         The following changes are not K&R related:
53389
53390         * lib/group-member.h: Include <sys/types.h>, so that this file is
53391         self-contained.
53392         * lib/makepath.h: Likewise.
53393
53394         * lib/getusershell.c (readname, default_index, line_size, readname):
53395         Use size_t, not int, for sizes.
53396         (readname): If the size overflows, report an error instead of
53397         looping forever.
53398
53399 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53400
53401         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53402         libc.
53403
53404 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53405
53406         * README: New section: portability guidelines.
53407
53408 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53409
53410         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53411         C89 spec.
53412
53413 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53414
53415         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53416
53417 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53418
53419         Assume C89 or better; remove K&R cruft.
53420         A few of these changes were first proposed by Derek Robert Price
53421         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53422
53423         * lib/addext.c: Include <string.h> unconditionally.
53424         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
53425         Don't declare getenv or malloc.
53426
53427         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
53428         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
53429         (NULL): Remove.
53430         (find_stack_direction, alloca): Use prototypes.
53431
53432         * lib/atexit.c (atexit): Define using a prototype.
53433
53434         * lib/basename.c, dirname.c, stripslash.c:
53435         Include <string.h> unconditionally.
53436
53437         * lib/bcopy.c: Include <stddef.h>.
53438         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
53439
53440         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
53441
53442         * lib/error.h (error, error_at_line, error_print_progname)
53443         [! (defined (__STDC__) && __STDC__)]: Remove decls.
53444         * lib/error.c: Include error.h first, to check interface.
53445         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53446         (VA_START): Remove; all uses changeed to va_start.
53447         (exit, strerror): Remove decls.
53448         (error_print_progname): Prototype uncondionally.
53449         Don't include <errno.h>; no longer needed.
53450         (private_strerror): Remove.
53451         (error_tail): Always define.
53452         (error, error_at_line): Assume C89 or better; always use prototypes.
53453         * lib/fatal.c: Include "fatal.h" first, to test interface.
53454         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
53455         (VA_START): Remove; all uses changed to va_start.
53456         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
53457         this case.
53458         (exit): Remove decl.
53459         (fatal): Prototype unconditionally.  Assume va_start works.
53460         Abort at end, to pacify gcc.
53461
53462         * lib/euidaccess.c (main): Define with a prototype.
53463
53464         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
53465
53466         * lib/exitfail.c: Include <stdlib.h> unconditionally.
53467
53468         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
53469         prototypes.
53470         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
53471         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
53472         (getenv): Remove decl.
53473         (fnmatch): Define using a prototype.
53474         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
53475         (FCT): Define using a prototype.
53476
53477         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
53478
53479         * lib/gethostname.c: Include <stddef.h>.
53480         (gethostname): Define with prototype.  Length is size_t, not int.
53481
53482 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53483
53484         Assume C89 or better; remove K&R cruft.
53485         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
53486         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
53487         string.h, getenv, malloc.
53488         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
53489         headers.
53490         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
53491         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
53492         do not check for strerror.
53493         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
53494         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
53495         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
53496         do not check for doprnt or vprintf.
53497         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
53498         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
53499
53500 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53501
53502         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
53503         getversion.c should have been removed then, but was accidentally
53504         preserved.
53505
53506         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
53507         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
53508
53509 2003-09-08  Karl Berry  <karl@gnu.org>
53510
53511         * config/config.sub, config.guess, srclistvars.sh: update from savannah
53512                 config, forget about prep.
53513
53514         * config/depcomp, missing: update from automake.
53515
53516 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53517
53518         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
53519         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53520
53521 2003-09-07  Paul Eggert  <eggert@twinsun.com>
53522
53523         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
53524         copy_tm_result.  Bug reported by Simon Josefsson in
53525         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
53526
53527 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53528
53529         * m4/time_r.m4: New file.
53530         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
53531         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
53532         is. Check for timegm declaration.
53533         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
53534         Do not check for gmtime_r.
53535         Replace mktime if __mktime_internal does not exist and if mktime
53536         hasn't been replaced already.
53537
53538 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53539
53540         * lib/time_r.c, lib/time_r.h: New files.
53541
53542         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
53543         __localtime_r.
53544         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
53545         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
53546
53547         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
53548         __gmtime_r.
53549         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
53550         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
53551         Include <time_r.h>.
53552
53553         * lib/timegm.c: Switch to glibc implementation, with the following
53554         changes:
53555         [defined HAVE_CONFIG_H]: Include <config.h>.
53556         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
53557         (__mktime_internal) [!defined _LIBC]: New decl.
53558         (__gmtime_r) [!defined _LIBC]: New macro and function.
53559         (timegm): Use a prototype, since gnulib assumes C89.
53560         Do not bother declaring tmp to be const, as it's not really usefu.
53561         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
53562         (timegm): Declare only if HAVE_DECL_TIMEGM.
53563
53564 2003-09-06  Paul Eggert  <eggert@twinsun.com>
53565
53566         * MODULES.html.sh (func_all_modules): Add time_r.
53567         * modules/time_r: New file.
53568         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
53569         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
53570
53571 2003-09-03  Paul Eggert  <eggert@twinsun.com>
53572
53573         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
53574         Bug reported by Lute Kamstra in
53575         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
53576
53577         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
53578         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
53579         course with correspondingly smaller numbers for tomorrow and
53580         yesterday.  From Tadayoshi Funaba.  Originally installed into
53581         sh-utils on 1999-08-07, but the patch got lost (I guess during the
53582         coreutils merge?).
53583
53584 2003-08-31  Simon Josefsson  <jas@extundo.com>
53585
53586         * modules/timegm: New file.
53587         * MODULES.html.sh (func_all_modules): Add timegm.
53588
53589 2003-08-31  Simon Josefsson  <jas@extundo.com>
53590
53591         * m4/timegm.m4: New file.
53592
53593 2003-08-31  Simon Josefsson  <jas@extundo.com>
53594
53595         * lib/timegm.h: New file.
53596         * lib/timegm.c: New file.  Based on
53597         wget-1.8.2/src/http.c:mktime_from_utc.
53598
53599 2003-08-31  Karl Berry  <karl@gnu.org>
53600
53601         * lib/argp.h: update from libc.
53602
53603 2003-08-28  Bruno Haible  <bruno@clisp.org>
53604
53605         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
53606         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
53607         followed by '#define fnmatch fnmatch_posix' gives an error.
53608
53609 2003-08-28  Bruno Haible  <bruno@clisp.org>
53610
53611         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
53612         warning on QNX, which defines O_BINARY to 000000.
53613
53614 2003-08-27  Jim Meyering  <jim@meyering.net>
53615
53616         * m4/mkstemp.m4: Require that the system mkstemp be able to create
53617         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
53618         would fail after 32.  Reported by Danny Levinson.  Details here:
53619         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
53620
53621 2003-08-24  Bruno Haible  <bruno@clisp.org>
53622
53623         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
53624         MSVC7 <stdio.h> is included later.
53625
53626 2003-08-22  Simon Josefsson  <jas@extundo.com>
53627
53628         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
53629
53630 2003-08-20  Karl Berry  <karl@gnu.org>
53631
53632         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
53633
53634 2003-08-20  Bruno Haible  <bruno@clisp.org>
53635
53636         * modules/progname: New file.
53637         * MODULES.html.sh (func_all_modules): Add progname.
53638
53639 2003-08-20  Bruno Haible  <bruno@clisp.org>
53640
53641         * lib/progname.h: New file, from GNU gettext.
53642         * lib/progname.c: New file, from GNU gettext.
53643         * lib/progreloc.c: New file, from GNU gettext.
53644
53645 2003-08-19  Jim Meyering  <jim@meyering.net>
53646
53647         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
53648         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
53649
53650 2003-08-19  Bruno Haible  <bruno@clisp.org>
53651
53652         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
53653         more.
53654
53655 2003-08-19  Bruno Haible  <bruno@clisp.org>
53656
53657         * lib/xstrdup.c: Assume <string.h> exists.
53658
53659 2003-08-18  Paul Eggert  <eggert@twinsun.com>
53660
53661         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
53662         in makefile rules.
53663
53664 2003-08-18  Jim Meyering  <jim@meyering.net>
53665
53666         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
53667         * m4/lib-ld.m4: Likewise.
53668
53669 2003-08-18  Jim Meyering  <jim@meyering.net>
53670
53671         * lib/setenv.h: Indent nested cpp directive.
53672         * lib/vasnprintf.c: Remove trailing blanks.
53673
53674 2003-08-17  Simon Josefsson  <jas@extundo.com>
53675
53676         * modules/xstrndup: New file.
53677         * MODULES.html.sh (func_all_modules): Add xstrndup.
53678
53679 2003-08-17  Simon Josefsson  <jas@extundo.com>
53680
53681         * modules/argp: Fix autoconf macro name. Add more dependencies.
53682
53683 2003-08-17  Simon Josefsson  <jas@extundo.com>
53684
53685         * m4/xstrndup.m4: New file.
53686
53687 2003-08-17  Simon Josefsson  <jas@extundo.com>
53688
53689         * m4/argp.m4: New file.
53690
53691 2003-08-17  Simon Josefsson  <jas@extundo.com>
53692             Bruno Haible  <bruno@clisp.org>
53693
53694         * lib/xstrndup.h: New file.
53695         * lib/xstrndup.c: New file.
53696
53697 2003-08-17  Bruno Haible  <bruno@clisp.org>
53698
53699         * modules/strndup (Files, Include): Add lib/strndup.h.
53700
53701 2003-08-17  Bruno Haible  <bruno@clisp.org>
53702
53703         * modules/euidaccess (Files): Add lib/euidaccess.h.
53704
53705 2003-08-17  Bruno Haible  <bruno@clisp.org>
53706
53707         * lib/strndup.h: New file.
53708
53709 2003-08-17  Bruno Haible  <bruno@clisp.org>
53710
53711         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
53712         like AC_GNU_SOURCE.
53713         * modules/extensions (configure.ac): Comment out the invocation of
53714         gl_USE_SYSTEM_EXTENSIONS.
53715
53716 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53717
53718         Merges from coreutils, etc.
53719         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
53720         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
53721         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
53722         fixing a typo.
53723         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
53724         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
53725
53726 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53727
53728         Document merge from coreutils.
53729         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
53730         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
53731         * modules/utime: Add m4/utimes-null.m4.
53732
53733 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53734
53735         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
53736         space, undoing this 2003-08-12 change:
53737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53738
53739 2003-08-16  Paul Eggert  <eggert@twinsun.com>
53740
53741         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
53742         strtoul.c from libc, undoing this 2003-08-12 change:
53743         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
53744
53745 2003-08-16  Jim Meyering  <jim@meyering.net>
53746
53747         Merges from coreutils.
53748         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
53749         prefix.  Adjust cache variables similarly.  Create 500 rather than
53750         just 300 files, to exercise bug on Darwin6.5, too.
53751         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
53752         $missing_dir.
53753         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
53754         AM_SYS_POSIX_TERMIOS.
53755         Reported by mkc@mathdogs.com.
53756         Also change use of $am_cv_sys_posix_termios
53757         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
53758         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
53759         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
53760         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
53761         in /proc/mounts until it finds one with matching device number.  This
53762         is unnecessary when the FILE argument *is* a mount point.  No stat call
53763         is necessary in that case.  So, disable the statvfs-testing code on
53764         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
53765         as RedHat bug# 84846.
53766         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53767         to 1MB, so as not to render systems with no stack size limit (e.g.,
53768         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53769         Include <unistd.h>.  On some systems,
53770         it is required for the definition of _SC_PAGESIZE.
53771
53772 2003-08-16  Jim Meyering  <jim@meyering.net>
53773
53774         Merge from coreutils.
53775         * lib/xstrtoimax.c: #else #if -> #elif.
53776         * lib/xstrtoumax.c: Likewise.
53777
53778 2003-08-16  Jim Meyering  <jim@meyering.net>
53779
53780         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
53781         * m4/utimes.m4: Removed.
53782         * m4/utimes-null.m4: Renamed from utimes.m4.
53783
53784         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
53785         to 1MB, so as not to render systems with no stack size limit (e.g.,
53786         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
53787         Include <unistd.h>.  On some systems,
53788         it is required for the definition of _SC_PAGESIZE.
53789
53790 2003-08-16  Jim Meyering  <jim@meyering.net>
53791         and Paul Eggert  <eggert@cs.ucla.edu>
53792
53793         Merges from coreutils, etc.
53794
53795         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
53796         using the latest version from cvs.  This avoids problems with #line
53797         directives using a vendor (Sun) compiler.
53798         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
53799         Don't set GETGROUPS_LIB here; now it's
53800         done via getgroups.m4's wrapper function.
53801         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
53802         rather than just in sh-util/configure.in, so that the
53803         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
53804         same.
53805         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
53806         AC_FUNC_GETLOADAVG where to find getloadavg.c.
53807         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
53808         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
53809         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
53810         Remove code that is now done by the newly-required macros.
53811         Append $(EXEEXT) to DF_PROG.
53812         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
53813         Do not invoke or require the following here,
53814         since prereq.m4 or some gnulib .m4 now does this for us:
53815         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
53816         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
53817         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
53818         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
53819         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
53820         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
53821         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
53822         AC_FUNC_OBSTACK.
53823         Do not replace the following functions, as this is now the job
53824         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
53825         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
53826         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
53827         atexit getpass, strdup, getpagesize.
53828         Replace 'raise'.
53829         Do not check for the following functions, as this is now the job
53830         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
53831         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
53832         setregid.
53833         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
53834         Check for sys/sysctl.h.
53835         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
53836         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
53837         of checking for ssize_t ourselves.
53838
53839         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
53840         Require every macro that gnulib/modules/* suggests for us.
53841         (jm_PREREQ_ADDEXT): New macro.
53842         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
53843         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
53844
53845         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
53846         (gl_PHYSMEM): Use it.
53847         Also check for `table' function.
53848         Check for new headers and functions.
53849         Add check for sys/sysmp.h.
53850         With suggestions from Kaveh Ghazi.
53851         Ignore headers that are present but cannot be compiled.  This
53852         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
53853         C 5.4.
53854
53855 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53856
53857         Document merge from coreutils.
53858         * modules/userspec: Depend on posixver.
53859         * modules/strftime: Depend on tzset.
53860
53861 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53862
53863         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
53864         rather than tab, after '#' in shell-script copyright notices.
53865         Suggested by Bruno Haible.
53866
53867 2003-08-15  Paul Eggert  <eggert@twinsun.com>
53868
53869         * config/srclist-update: Use three spaces, rather than tab, after '#'
53870         in shell-script copyright notices.  Suggested by Bruno Haible.
53871         Remove unnecessary parenthesization in regular expression.
53872
53873 2003-08-15  Jim Meyering  <jim@meyering.net>
53874
53875         Merge from coreutils.
53876         * lib/xgethostname.c: Include <stdlib.h>.
53877         (xghostname): Don't exit for anything other than memory-related
53878         failure; just return NULL.
53879         * lib/userspec.c: Include "posixver.h".
53880         (parse_user_spec): Accept `.' as a separator only
53881         in pre-POSIX-200112 mode.
53882         * lib/strtoimax.c: Use #elif rather than #else #if.
53883         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
53884         Remove function, now that we can rely on a working tzset function.
53885         [!_LIBC]: Ensure that the required autoconf test has been run.
53886         [!defined _NL_CURRENT && HAVE_STRFTIME]:
53887         Use underlying_strftime for %r.
53888         * lib/sha.c: Merge in some clean-up and optimization changes from
53889         glibc.
53890         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
53891         Ensure that it is a multiple of 64.
53892         Rearrange loop exit tests so as to avoid performing an
53893         additional fread after encountering an error or EOF.
53894         * lib/realloc.c: Update copyright date.
53895
53896 2003-08-15  Jim Meyering  <jim@meyering.net>
53897         and Paul Eggert  <eggert@twinsun.com>
53898
53899         Merge from coreutils.
53900         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
53901         member but strut utmpx does not.  Needed for AIX 4.3.3.
53902         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
53903
53904 2003-08-15  Jim Meyering  <jim@meyering.net>
53905         and Paul Eggert  <eggert@cs.ucla.edu>
53906
53907         Merges from coreutils, etc.
53908         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
53909         Require gl_FUNC_TZSET_CLOBBER.
53910         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
53911         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
53912         members.
53913
53914 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53915
53916         Help the merge from coreutils.
53917         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
53918         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
53919         * m4/tzset.m4: Use it too.
53920
53921 2003-08-14  Paul Eggert  <eggert@twinsun.com>
53922
53923         * modules/tzset: New file.
53924
53925 2003-08-14  Jim Meyering  <jim@meyering.net>
53926
53927         Merges from coreutils.
53928         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
53929         variable names, rather than @FNMATCH_H@.
53930         * modules/alloca: Likewise for $(ALLOCA_H).
53931
53932         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
53933         the three copies of the literal target, `fnmatch.h'.
53934         * modules/alloca (alloca.h): Likewise.
53935
53936 2003-08-14  Jim Meyering  <jim@meyering.net>
53937
53938         Merge from coreutils.
53939         * m4/tzset.m4: New file.
53940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
53941         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
53942         otherwise, AIX 5.1 systems would end up using the latter.
53943         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
53944         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
53945         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
53946         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
53947
53948 2003-08-14  Jim Meyering  <jim@meyering.net>
53949
53950         Merge from coreutils.
53951         * lib/obstack.h: Whitespace changes.
53952         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
53953         and xcalloc return values.
53954         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
53955         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
53956         hang on OSF/1 5.1 for DIR on both local and remote file systems.
53957         Reported by (and fix confirmed by) Nelson H. F. Beebe.
53958         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
53959         error from mntctl.
53960         Use mntctl's return value to drive the entry-processing loop, since
53961         we can't rely on the value of the vmt_length member in the last
53962         entry.  On some systems doing so could result in exhausting
53963         virtual memory.  Based in part on a patch from Mike Jetzer.
53964
53965 2003-08-14  Jim Meyering  <jim@meyering.net>
53966         and Paul Eggert  <eggert@twinsun.com>
53967
53968         Merges from coreutils, plus other fixes.
53969         * lib/physmem.c: Merge in portability changes from gcc/libiberty
53970         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
53971         for credits and details.  Thanks to Kaveh Ghazi for helping
53972         to keep these files in sync.
53973         (ARRAY_SIZE): Define it.
53974         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
53975         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
53976         (memcasecmp): Don't assume size_t fits in unsigned int.
53977         Remove casts and duplicate code.
53978         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
53979         (memcpy): Remove definition.
53980         Merge in some clean-up and optimization changes from glibc.
53981         [BLOCKSIZE]: Move definition to top of file.
53982         Ensure that it is a multiple of 64.
53983         Rearrange loop exit tests so as to avoid performing an
53984         additional fread after encountering an error or EOF.
53985         * lib/md5.h (md5_uintptr): Define.
53986         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
53987         return to the initial working directory.  Preserve errno
53988         for caller.
53989         * lib/idcache.c: Include "xalloc.h".
53990         (xmalloc, xrealloc): Remove decls.
53991         (getuser): Remove casts no longer required in C89.
53992         * lib/human.c: Include stdio.h, for sprintf.
53993         * lib/group-member.c: Include "xalloc.h".
53994         (xmalloc, xrealloc): Remove decls.
53995         (get_group_info): Remove casts no longer required in C89.
53996         * lib/getusershell.c (readname): Remove casts no longer required in
53997         C89.
53998         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
53999         * lib/getline.c: Whitespace fix, from coreutils.
54000
54001 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54002
54003         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
54004         Check for isascii.
54005
54006         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54007         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54008         Undo previous (whitespace-only) change.
54009
54010 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54011
54012         * lib/exclude.c: Include <ctype.h>
54013         (IN_CTYPE_DOMAIN): New macro.
54014         (is_space): New fn.
54015         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
54016         and empty lines.
54017
54018         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54019         Undo previous (whitespace-only) change.
54020
54021 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54022
54023         * config/srclist-update: Change update back to the old behavior,
54024         leaving whitespace alone.  Use one 'sed' command rather than a
54025         pipeline.
54026         (fixlicense): Now a variable, not a function.
54027         (remove_trailing_blanks): Remove.
54028         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
54029         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54030         Undo previous (whitespace-only) change.
54031
54032 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54033
54034         Merge from coreutils.
54035         * modules/euidaccess: Add lib_SOURCES, include for new
54036         file euidaccess.h
54037
54038 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54039
54040         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54041         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54042         Normalize leading white space and remove trailing white space.
54043
54044         Merge from coreutils
54045         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
54046
54047         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
54048         0.12.1.  These files are now being upgraded automatically by
54049         ../config/srclist-update.
54050
54051 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54052
54053         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54054         Normalize leading white space and remove trailing white space.
54055         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
54056         notice, as per ../config/srclist-update.
54057
54058         Merge from coreutils.
54059         * lib/euidaccess.h: New file.
54060         * lib/euidaccess.c: Include it.
54061         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
54062         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
54063         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
54064
54065 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54066
54067         * config/srclist-update: Add copyright notice.
54068         (remove_id_lines, remove_trailing_blanks): New constants.
54069         (fixfile): Use them to normalize spacing a bit in copied files.
54070         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54071         Normalize leading white space and remove trailing white space.
54072
54073         * config/texinfo.tex: Sync with texinfo.
54074
54075         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
54076         strtoul.c from libc, to merge coreutils whitespace changes.
54077
54078         * config/srclist.txt: Get the following m4 files from gettext:
54079         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
54080         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
54081         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
54082         wint_t.m4.
54083
54084 2003-08-12  Karl Berry  <karl@gnu.org>
54085
54086         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
54087         been made.
54088
54089 2003-08-11  Paul Eggert  <eggert@twinsun.com>
54090
54091         * modules/gnu-source, m4/gnu-source.m4:
54092         Remove; we're assuming Autoconf 2.54 or later now.
54093         Suggested by Bruno Haible.
54094         * MODULES.html.sh (func_all_modules): Remove gnu-source.
54095
54096 2003-08-11  Bruno Haible  <bruno@clisp.org>
54097
54098         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
54099
54100 2003-08-11  Bruno Haible  <bruno@clisp.org>
54101
54102         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
54103         (vasnprintf): Use it instead of wcslen.
54104
54105 2003-08-11  Bruno Haible  <bruno@clisp.org>
54106
54107         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
54108         value to ensure that _Bool promotes to int. Use #define for _Bool when
54109         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
54110
54111 2003-08-10  Karl Berry  <karl@gnu.org>
54112
54113         * lib/regex.h: update from libc (whitespace fix).
54114
54115 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54116
54117         Merge some files from coreutils.  These changes were
54118         originally made by Jim Meyering.
54119         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54120         many older Unixes require this.
54121         * lib/alloca.c (alloca): Remove cast to argument of free;
54122         no longer needed in C89.
54123         * lib/alloca_.h, regex.h: Fix white space to match
54124         what GNU indent does.
54125
54126 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54127
54128         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54129         apparently Emacs's Unicode mode got confused before my 2003-08-05
54130         checkin.
54131
54132 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54133
54134         * m4/extensions.m4: New file.
54135         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
54136         Require gl_USE_SYSTEM_EXTENSIONS.
54137         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
54138         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
54139
54140 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54141
54142         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
54143         * modules/extensions, modules/gnu-source: New files.
54144         * modules/timespec, modules/unlocked-io: Depend on extensions.
54145
54146 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54147
54148         * modules/restrict: New file.
54149         * MODULES.html.sh (func_all_modules): Add restrict.
54150         * modules/regex: Depend on restrict.
54151
54152 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54153
54154         * m4/restrict.m4: New file.
54155         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
54156
54157 2003-08-07  Bruno Haible  <bruno@clisp.org>
54158
54159         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
54160         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
54161
54162 2003-08-07  Bruno Haible  <bruno@clisp.org>
54163
54164         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
54165         makes the module 'getndelim2' compatible with the module 'getline'.
54166
54167 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54168
54169         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
54170         byte with "\201" to avoid glitches when editing that source file
54171         with multi-gnome-terminal.
54172
54173 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54174
54175         * lib/bumpalloc.h: Remove.
54176
54177 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54178
54179         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
54180         * modules/bumpalloc: Remove.
54181
54182 2003-08-04  Paul Eggert  <eggert@twinsun.com>
54183
54184         * lib/getloadavg.c: Change copyright notice and spacing to conform to
54185         GNU coding style.
54186
54187         Merge from coreutils.
54188         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
54189         1. From glibc.
54190         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
54191         from Karl Berry, implemented by Jim Meyering.
54192         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
54193         from Dmitry V. Levin.
54194         Remove anachronistic cast of xrealloc.
54195         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
54196         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
54197         type. Otherwise, it wouldn't compile with at least /bin/cc on
54198         ymp-cray-unicos9.0.2.X.
54199         Combine two mostly-identical uses of alloca into one.
54200         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
54201
54202 2003-08-04  Dave Love  <d.love@dl.ac.uk>
54203
54204         [From Emacs.]
54205
54206         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
54207         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
54208         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
54209         obsolete NLIST_NAME_UNION.
54210         [__GNU__]: Undef BSD and FSCALE.
54211         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
54212
54213 2003-08-03  Paul Eggert  <eggert@twinsun.com>
54214
54215         * lib/stdbool_.h (_Bool): Make it signed char, instead of
54216         an enum type, so that it's guaranteed to promote to int.  See:
54217         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
54218
54219 2003-08-03  Karl Berry  <karl@gnu.org>
54220
54221         * config/depcomp: update from automake.
54222
54223 2003-07-31  Paul Eggert  <eggert@twinsun.com>
54224
54225         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
54226         (strerror): Don't assume that a printable int fits in 14 bytes.
54227
54228 2003-07-31  Bruno Haible  <bruno@clisp.org>
54229
54230         * modules/getpass-gnu: New file.
54231         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
54232
54233 2003-07-31  Bruno Haible  <bruno@clisp.org>
54234
54235         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
54236
54237 2003-07-24  Karl Berry  <karl@gnu.org>
54238
54239         * config/missing: update from automake.
54240
54241 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
54242             Bruno Haible  <bruno@clisp.org>
54243
54244         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
54245         * lib/getline.c (getline, getdelim): Likewise.
54246         Remove _GNU_SOURCE define; now it's defined in config.h through
54247         m4/getline.m4.
54248
54249 2003-07-23  Karl Berry  <karl@gnu.org>
54250
54251         * config/config.sub: update from prep.
54252
54253 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54254
54255         * modules/xalloc (Depends-on): Add exitfail.
54256         * modules/xmemcoll: Likewise.
54257
54258 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54259
54260         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
54261         over-parenthesization in macros.
54262
54263         Sync with coreutils.
54264
54265         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
54266         required by C99.
54267
54268         Use `exit_failure' for xalloc and xmemcoll instead of their own
54269         private exit-failure variables.
54270         * lib/xalloc.h (xalloc_exit_failure): Remove.
54271         * lib/xmalloc.c: Likewise.  Include exitfail.h.
54272         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
54273         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
54274         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
54275         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54276
54277 2003-07-20  Jim Meyering  <jim@meyering.net>
54278
54279         * modules/closeout (Depends-on): Add exitfail.
54280         Suggestion from Bruno Haible.
54281
54282 2003-07-19  Karl Berry  <karl@gnu.org>
54283
54284         * config/config.sub: update from prep.
54285
54286 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54287
54288         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54289         Remove.
54290         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54291         to test that it can stand by itself.  Include "exitfail.h".
54292         Clients should set exit_failure instead.
54293         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54294
54295 2003-07-18  Bruno Haible  <bruno@clisp.org>
54296
54297         * modules/getndelim2: New file.
54298         * modules/getline: Share files with module getndelim2.
54299         * modules/getnline: Depend on getndelim2 instead of sharing files with
54300         it. Add getnline.c to lib_SOURCES.
54301         * MODULES.html.sh (func_all_modules): Add getndelim2.
54302
54303 2003-07-18  Bruno Haible  <bruno@clisp.org>
54304
54305         * m4/getndelim2.m4: New file.
54306         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54307         invoke gl_PREREQ_GETNDELIM2.
54308         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54309         gl_PREREQ_GETNDELIM2.
54310         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54311         gl_GETNDELIM2.
54312
54313 2003-07-18  Bruno Haible  <bruno@clisp.org>
54314
54315         * lib/getndelim2.h: New file.
54316         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54317         getndelim2.h.
54318         (getndelim2): Make non-static. Change return type to ssize_t.
54319         * lib/getline.h: Change argument names.
54320         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54321         * lib/getnline.c: Include getndelim2.h.
54322
54323 2003-07-18  Andreas Schwab  <schwab@suse.de>
54324
54325         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54326
54327 2003-07-17  Karl Berry  <karl@gnu.org>
54328
54329         * config/config.sub: update from prep.
54330
54331 2003-07-17  Bruno Haible  <bruno@clisp.org>
54332
54333         * modules/getnline: New file.
54334         * modules/getline: Add lib/getndelim2.c to source file list.
54335         * MODULES.html.sh (func_all_modules): Add getnline.
54336
54337 2003-07-17  Bruno Haible  <bruno@clisp.org>
54338
54339         * m4/getnline.m4: New file.
54340
54341 2003-07-17  Bruno Haible  <bruno@clisp.org>
54342
54343         * m4/Makefile.am.in: Remove file.
54344         * m4/Makefile.am: Remove file.
54345         * m4/Makefile.in: Remove file.
54346
54347 2003-07-17  Bruno Haible  <bruno@clisp.org>
54348
54349         * lib/getnline.h: New file.
54350         * lib/getnline.c: New file.
54351         * lib/getndelim2.c: New file, extracted from getline.c.
54352         (getndelim2): Renamed from getdelim2, with added nmax argument.
54353         * lib/getline.c: Include getndelim2.c.
54354         (getdelim2): Moved out to getndelim2.c.
54355         (getline, getdelim): Update.
54356
54357 2003-07-17  Bruno Haible  <bruno@clisp.org>
54358
54359         * lib/Makefile.am: Remove file.
54360         * lib/Makefile.in: Remove file.
54361
54362 2003-07-17  Bruno Haible  <bruno@clisp.org>
54363
54364         * configure.in: Remove file.
54365         * Makefile.in: Remove file.
54366
54367 2003-07-17  Bruno Haible  <bruno@clisp.org>
54368
54369         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54370
54371 2003-07-16  Karl Berry  <karl@gnu.org>
54372
54373         * config/srclist-update: was running fixlicense twice, which caused
54374                 texinfo.tex to be nullified for some reason.  Simplify,
54375                 $gplsrc is no longer needed as far as I can see?
54376
54377 2003-07-16  Jim Meyering  <jim@meyering.net>
54378
54379         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54380
54381 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54382
54383         * config/srclist.txt: Get the following files from gettext-runtime/intl
54384         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54385         ref-del.sin.  From Bruno Haible.
54386         * config/srclist-update (fixfile): Change grep pattern again, since the
54387         previous fix didn't work (there was another trailing $).  Use
54388         '[$]' to escape the $s.
54389
54390 2003-07-15  Karl Berry  <karl@gnu.org>
54391
54392         * lib/vasnprintf.c: update from gettext.
54393
54394 2003-07-15  Karl Berry  <karl@gnu.org>
54395
54396         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54397         gets expanded when surrounded by '$'.
54398
54399 2003-07-15  Jim Meyering  <jim@meyering.net>
54400
54401         * modules/save-cwd: Don't depend on error.  From Derek Price.
54402
54403 2003-07-15  Jim Meyering  <jim@meyering.net>
54404
54405         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54406
54407 2003-07-14  Simon Josefsson  <jas@extundo.com>
54408
54409         * modules/mempcpy: New file.
54410         * MODULES.html.sh (func_all_modules): Add mempcpy.
54411
54412 2003-07-14  Simon Josefsson  <jas@extundo.com>
54413
54414         * m4/mempcpy.m4: New file.
54415
54416 2003-07-14  Simon Josefsson  <jas@extundo.com>
54417
54418         * lib/mempcpy.h: New file.
54419         * lib/mempcpy.c: New file.
54420
54421 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54422
54423         * modules/getdate, modules/posixtm: Depend on mktime.
54424
54425 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54426
54427         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
54428         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
54429         unicodeio.c, unicodeio.h, unlocked-io.h:
54430         Switch from LGPL to GPL.
54431
54432 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54433
54434         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
54435         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
54436         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
54437         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
54438         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
54439         updated automatically by ../config/srclist-update.  This changes
54440         their license from LPGL to GPL.
54441
54442 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54443
54444         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
54445         assumed to refer to the root of the most recent stable gettext version.
54446         * config/srclistvars.sh: Add defaults for eggert.
54447         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
54448         Match "This program" as well as "The program".  This is needed
54449         for gettext.
54450
54451 2003-07-14  Jim Meyering  <jim@meyering.net>
54452
54453         Don't emit diagnostics.  Let callers do that.
54454         * lib/save-cwd.c: Don't include "error.h".
54455         (save_cwd): Don't call error.  Ensure that errno is valid
54456         when returning nonzero.
54457
54458         * lib/save-cwd.h (restore_cwd): Update prototype.
54459         * lib/save-cwd.c (restore_cwd): Remove two parameters.
54460         Simplify.  Don't call error upon failure.  Let callers do that.
54461         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
54462         when auditing is enabled.  But don't bother updating the #if.
54463
54464 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
54465
54466         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
54467         it breaks C++ compilation.
54468         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
54469
54470 2003-07-10  Simon Josefsson  <jas@extundo.com>
54471
54472         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54473
54474 2003-07-10  Jim Meyering  <jim@meyering.net>
54475
54476         * m4/clock_time.m4: Remove trailing blank.
54477         * m4/intmax_t.m4: Likewise.
54478
54479 2003-07-10  Jim Meyering  <jim@meyering.net>
54480
54481         * lib/vasnprintf.c: Remove trailing blanks.
54482         Make cpp indentation consistent.
54483
54484 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54485
54486         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
54487         posixver.c, strftime.c, strnlen.c, strverscmp.c:
54488         Switch from LGPL to GPL.
54489
54490 2003-07-09  Paul Eggert  <eggert@twinsun.com>
54491
54492         * config/srclist.txt: Sort sublists.  Add
54493         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
54494         that differ from gnulib for one reason or another; we'd like this list
54495         to be smaller but for now let's document what we have.
54496
54497 2003-07-08  Paul Eggert  <eggert@twinsun.com>
54498
54499         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
54500         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
54501         and sweeter "eval x=$x".
54502         * config/srclist.txt: Get lib/argp* from glibc.
54503
54504 2003-07-07  Paul Eggert  <eggert@twinsun.com>
54505
54506         * lib/mktime.c: Fix some boundary cases and remove need for floating
54507         point.
54508
54509         Issue a compile-time diagnostic if time_t is floating point, or if
54510         two's complement arithmetic is not in effect, or if arithmetic
54511         right shift does not propagate the sign.  These assumptions were
54512         all in the original code but they weren't checked.
54513
54514         (TIME_T_MIDPOINT, verify): New macros.
54515         (__isleap): Remove; it has integer overflow problems.
54516         (leapyear): New function, without those problems.
54517         (ydhms_tm_diff): Remove; splitting into two parts.
54518         (ydhms_diff): New function, containing the arithmetic part of
54519         the old ydhms_tm_diff function.  Issue a compile-time
54520         diagnostic if we are not using C99 integer division.
54521         Avoid casts when possible.
54522         (guess_time_tm): New function, containing the checking part of
54523         the old ydhms_tm_diff function.  Return the new value, rather than
54524         the difference between it and the old.  Accept a new argument T
54525         so that *T specifies the old value.  Check for overflow in the result.
54526
54527         (__mktime_internal): Use a time_t offset, not a long int offset.
54528         This undoes the 2003-06-04 change, which is no longer needed now
54529         that we have better overflow checking.
54530         (localtime_offset): Likewise.
54531
54532         (__mktime_internal): Avoid harmful overflow on hosts where time_t
54533         and long are 64-bit but int is only 32-bit.
54534         (ydhms_diff): Use long int to store year1 and yday1.
54535         Issue a compile-time diagnostic if long int is not wide enough.
54536
54537         (__mktime_internal): Use long int to store adjusted year and yday.
54538         Use plain C rather than preprocessor commands, if that doesn't
54539         affect efficiency.
54540         Check for overflow (and try to repair) after each probe
54541         rather than checking only at the very end.  This avoids some bugs
54542         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
54543         does not equal GMT offset at maximum time).
54544         Use integer to check for overflow rather than floating point; this
54545         is more portable to non-IEEE hosts, and is a tad faster.
54546         When we detect that we are oscillating between two values,
54547         don't check whether tm_isdst has the requested value, since
54548         we already know the answer.  When tm_isdst has the wrong value,
54549         use a different heuristic to find the right one, based on the
54550         extreme values actually observed in practice in tz2003a,
54551         rather than the (overly optimistic) "previous 3 calendar quarters".
54552
54553         (not_equal_tm, print_tm, check_result): Use "const T" rather than
54554         "T const" to accommodate glibc style.
54555         (check_result): Use less-confusing report format.  "long" -> "long int.
54556         (main): Likewise.
54557         Don't loop if the iteration overflows time_t.
54558         Allow a negative step in the iteration.
54559
54560 2003-07-06  Karl Berry  <karl@gnu.org>
54561
54562         * config/depcomp: update from automake.
54563         * config/config.sub: update from prep.
54564
54565 2003-07-03  Karl Berry  <karl@gnu.org>
54566
54567         * config/config.guess: update from prep.
54568
54569 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54570
54571         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
54572         xreadlink.c now includes it unconditionally.
54573
54574 2003-07-01  Paul Eggert  <eggert@twinsun.com>
54575
54576         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
54577         having it depend on HAVE_SYS_TYPES_H.
54578
54579 2003-07-01  Bruno Haible  <bruno@clisp.org>
54580
54581         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
54582         <sys/types.h> should be sufficient.
54583         Reported by Paul Eggert.
54584
54585 2003-06-26  Karl Berry  <karl@gnu.org>
54586
54587         * config/depcomp: update from automake.
54588
54589 2003-06-26  Bruno Haible  <bruno@clisp.org>
54590
54591         * modules/human: Depend on module stdbool.
54592
54593 2003-06-25  Bruno Haible  <bruno@clisp.org>
54594
54595         * modules/readlink: New file.
54596         * modules/xreadlink: Depend on it.
54597         * MODULES.html.sh (func_all_modules): Add readlink.
54598
54599 2003-06-25  Bruno Haible  <bruno@clisp.org>
54600
54601         * m4/readlink.m4: New file.
54602
54603 2003-06-25  Bruno Haible  <bruno@clisp.org>
54604
54605         * lib/readlink.c: New file.
54606
54607 2003-06-22  Karl Berry  <karl@gnu.org>
54608
54609         * config/srclist.txt: update mkinstalldirs from automake.
54610         * config/mkinstalldirs: update.
54611
54612 2003-06-22  Bruno Haible  <bruno@clisp.org>
54613
54614         Portability to mingw32.
54615         * m4/ssize_t.m4: New file, from GNU gettext.
54616         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
54617         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
54618
54619 2003-06-22  Bruno Haible  <bruno@clisp.org>
54620
54621         * modules/safe-read: Add m4/ssize_t.m4.
54622         * modules/xreadlink: Add m4/ssize_t.m4.
54623
54624 2003-06-20  Bruno Haible  <bruno@clisp.org>
54625
54626         Assume C89, so PARAMS isn't needed.
54627         * lib/unicodeio.h (PARAMS): Remove.
54628         * lib/unicodeio.c: Don't use PARAMS.
54629
54630 2003-06-18  Karl Berry  <karl@gnu.org>
54631
54632         * config/config.{guess,sub}: update from prep.
54633
54634 2003-06-18  Jim Meyering  <jim@meyering.net>
54635
54636         Merge changes from coreutils.
54637         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
54638         Remove explicit declarations of xmalloc and realloc.
54639         Include xalloc.h.
54640         (read_utmp): Remove anachronistic cast of xmalloc.
54641
54642 2003-06-17  Paul Eggert  <eggert@twinsun.com>
54643
54644         Assume C89, so PARAMS isn't needed.
54645         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
54646         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
54647         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
54648         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
54649         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
54650         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
54651         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
54652         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
54653         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
54654         lib/xstrtod.h, lib/xstrtol.h: Likewise.
54655         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
54656         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
54657         no longer needed. Anyway, config.h should always be included before any
54658         other file.
54659
54660 2003-06-11  Simon Josefsson  <jas@extundo.com>
54661
54662         * modules/sysexits: New file.
54663         * MODULES.html.sh (func_all_modules): Add sysexits.
54664
54665 2003-06-11  Simon Josefsson  <jas@extundo.com>
54666
54667         * lib/sysexit_.h: New file.
54668
54669 2003-06-11  Derek Price  <derek@ximbiot.com>
54670
54671         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
54672         necessary.
54673
54674 2003-06-11  Bruno Haible  <bruno@clisp.org>
54675
54676         * m4/sysexits.m4: New file.
54677
54678 2003-06-10  Simon Josefsson  <jas@extundo.com>
54679
54680         * lib/argp.h: New file, from glibc.
54681         * lib/argp-ba.c: New file, from glibc.
54682         * lib/argp-eexst.c: New file, from glibc.
54683         * lib/argp-fmtstream.c: New file, from glibc.
54684         * lib/argp-fmtstream.h: New file, from glibc.
54685         * lib/argp-fs-xinl.c: New file, from glibc.
54686         * lib/argp-help.c: New file, from glibc.
54687         * lib/argp-namefrob.h: New file, from glibc.
54688         * lib/argp-parse.c: New file, from glibc.
54689         * lib/argp-pv.c: New file, from glibc.
54690         * lib/argp-pvh.c: New file, from glibc.
54691         * lib/argp-xinl.c: New file, from glibc.
54692
54693 2003-06-10  Simon Josefsson  <jas@extundo.com>
54694
54695         * modules/strchrnul: New file.
54696
54697 2003-06-10  Simon Josefsson  <jas@extundo.com>
54698
54699         * modules/argp: New file.
54700
54701 2003-06-10  Simon Josefsson  <jas@extundo.com>
54702
54703         * m4/strchrnul.m4: New file.
54704
54705 2003-06-10  Simon Josefsson  <jas@extundo.com>
54706
54707         * lib/strchrnul.h: New file.
54708         * lib/strchrnul.c: New file.
54709
54710 2003-06-10  Bruno Haible  <bruno@clisp.org>
54711
54712         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
54713
54714 2003-06-07  Karl Berry  <karl@gnu.org>
54715
54716         * config/config.{guess,sub}: update from prep.
54717
54718 2003-06-07  Jim Meyering  <jim@meyering.net>
54719
54720         * modules/strtod: Use $(...) notation, not @...@ for
54721         AC_REPLACE'd variables.
54722         * modules/localcharset: Likewise.
54723
54724 2003-06-07  Jim Meyering  <jim@meyering.net>
54725
54726         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
54727         in place of my name in the copyright comment.
54728         Remove definition and uses of __P.
54729
54730         From coreutils.
54731         * lib/stat.c: Don't declare xmalloc explicitly.
54732         Instead, include "xalloc.h".
54733         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
54734         xrealloc, and xcalloc return values.
54735         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
54736         Improve comment.
54737         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
54738
54739 2003-06-07  Bruno Haible  <bruno@clisp.org>
54740
54741         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
54742         avoid AC_CONFIG_LINKS.
54743         * modules/fnmatch (Makefile.am): Use explicit creation rule for
54744         fnmatch.h, to avoid AC_CONFIG_LINKS.
54745         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
54746
54747 2003-06-07  Bruno Haible  <bruno@clisp.org>
54748
54749         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
54750         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
54751         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54752         directory.
54753         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
54754         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
54755         directory.
54756
54757 2003-06-06  Jim Meyering  <jim@meyering.net>
54758
54759         Merge from coreutils.
54760         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
54761         Consolidate declarations and initializations of *_base* locals.
54762
54763         Merge from coreutils.
54764         This avoids a core dump on systems without GNU putenv,
54765         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
54766         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
54767         (unsetenv): New static function, from GNU libc.
54768         (rpl_putenv): Use it.
54769
54770         * lib/modechange.c: Remove trailing blanks.
54771
54772         Merge from coreutils.
54773         * lib/fsusage.c: Remove declaration of statfs.
54774         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
54775
54776         * lib/posixtm.c: Include <stdbool.h> unconditionally.
54777
54778 2003-06-06  Jim Meyering  <jim@meyering.net>
54779
54780         * lib/stdbool_.h: Renamed from stdbool.h.in.
54781
54782 2003-06-06  Jim Meyering  <jim@meyering.net>
54783             Bruno Haible  <bruno@clisp.org>
54784
54785         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
54786         Adjust Makefile.am snippet not to redirect directly to target.
54787         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
54788
54789 2003-06-05  Paul Eggert  <eggert@twinsun.com>
54790
54791         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
54792         mismatch, look in future quarters as well as past.  This fixes a
54793         bug when processing fall-backwards gaps immediately after a long
54794         period of daylight-saving time.
54795
54796         * lib/mktime.c: Assume freestanding C89 or better.
54797         (HAVE_LIMITS_H): Remove.  Assume it's 1.
54798         (__P): Remove; not used.
54799         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
54800         (mktime, not_equal_tm, print_tm, check_result,
54801         main): Use prototypes.  Use const * where appropriate.
54802         (main): Fix typo in testing code that uncovered by above changes.
54803         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
54804
54805 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54806
54807         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
54808         locale.h, localeconv.  This merges changes from coreutils.
54809
54810         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
54811         It can be removed after the next Autoconf is released.
54812         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
54813         needed.
54814
54815 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54816
54817         * lib/mktime.c: Fix Debian bug 177940
54818         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
54819         (localtime_offset): Now long int, not time_t, because we want it
54820         to be guaranteed to be signed.  All uses changed.
54821         (__mktime_internal): If overflow would occur when adding offset,
54822         don't add it.
54823
54824         Merge 'human' changes from coreutils.  Rewrite to support
54825         locale-specific notations like thousands separators.
54826         * lib/human.c: Simplify authorship notice.
54827         Include human.h immediately after config.h.
54828         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
54829         <limits.h>: Do not include, since human.h does.
54830         (SIZE_MAX, UINTMAX_MAX): New macros.
54831         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
54832         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
54833         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
54834         (power_letter): Renamed from suffixes.
54835         (generate_suffix_backwards): Remove.
54836         (adjust_value): Now takes int style (because of human.h changes)
54837         and long double value (for greater precision on some platforms).
54838         (group_number): New function.
54839         (human_readable): Use it.  Use integer options, not enum.
54840         Put the options before the sizes in the arg list.
54841         Support all the new options.
54842         The old human_readable function has been removed;
54843         use inttostr.h instead.
54844         (human_readable, default_block_size, humblock):
54845         Use uintmax_t, not int, for block sizes.
54846         (human_readable_inexact, block_size_types): Remove.
54847         (block_size_opts): New constant.
54848         (human_options): Renamed from human_block_size, with new signature
54849         that allows block sizes up to UINTMAX_MAX.  All callers changed.
54850         * lib/human.h: Add copyright and authorship notice.
54851         Include <limits.h> and <stdbool.h> unconditionally.
54852         (PARAMS): Remove.  All uses removed.
54853         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
54854         (enum human_inexact_style): Remove tag; now a nameless enum.
54855         (human_floor, human_ceiling, human_round_to_even): Now have
54856         values 2, 0, 1 rather than -1, 1, 0.
54857         (human_group_digits, human_suppress_point_zero, human_autoscale,
54858         human_base_1024, human_SI, human_B): New constants.
54859         (human_readable_inexact, human_block_size): Remove.
54860         (human_readable): Size args are now uintmax_t, not int.
54861         (human_options): New decl.
54862
54863         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
54864         unnecessary now that we assume C89 or better.  This change
54865         imported from coreutils.
54866
54867         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54868         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
54869         in the 2003-05-30 sync from glibc.
54870
54871         .h files should stand alone, but we shouldn't include <sys/types.h>
54872         if we can get away with just <stddef.h>.
54873
54874         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
54875         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
54876         rather than <sys/types.h>, as we merely need size_t.
54877         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
54878         to get size_t.
54879         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
54880         Include <stdio.h>, to get FILE.
54881         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
54882         memcasecmp.h has included <stddef.h> and all we need is size_t.
54883         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
54884         our interface, instead of including <sys/types.h>
54885
54886 2003-06-04  Paul Eggert  <eggert@twinsun.com>
54887
54888         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
54889         now, as glibc mktime is buggy on non-glibc systems.
54890
54891 2003-06-03  Karl Berry  <karl@gnu.org>
54892
54893         * config/config.sub: update from prep.
54894
54895 2003-06-02  Paul Eggert  <eggert@twinsun.com>
54896
54897         [from coreutils]
54898         Fix some minor time-related bugs with POSIX time arguments.
54899         Some valid time stamps were being rejected (notably -1, and
54900         time stamps before 1900 on 64-bit hosts).  And some invalid
54901         time stamps were being accepted, e.g. September 31.
54902
54903         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
54904         that we can return (time_t) -1 successfully.
54905         * lib/posixtm.c: Likewise.
54906         [HAVE_STDBOOL_H]: Include <stdbool.h>.
54907         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
54908         (t): Remove static var.
54909         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
54910         of static var.  All uses changed.
54911         (year): Do not reject years before 1900; they can occur with
54912         64-bit time_t.
54913         (posix_time_parse): Do not check for out-of-range components;
54914         that is now the caller's responsibility, since our checks were
54915         only approximations.
54916         (posixtime): Use mktime to check for out-of-range components,
54917         since it knows them exactly.
54918         If mktime returns (time_t) -1, check whether an error actually occurred
54919         by invoking localtime on -1.
54920         (main) [TEST_POSIXTIME]: Check for input data errors, and report
54921         posixtime failures better.
54922         Improve the test data (in comments only).
54923
54924 2003-06-02  Karl Berry  <karl@gnu.org>
54925
54926         * config/mkinstalldirs (version): new variable.
54927         (--version): new option.
54928         (usage): improve message.
54929
54930 2003-05-30  Karl Berry  <karl@gnu.org>
54931
54932         * lib/mktime.c: update from libc.
54933
54934 2003-05-30  Bruno Haible  <bruno@clisp.org>
54935
54936         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
54937         * config/config.rpath: Upgrade to gettext-0.12.1.
54938
54939 2003-05-30  Bruno Haible  <bruno@clisp.org>
54940
54941         * m4/gettext.m4: Upgrade to gettext-0.12.1.
54942         * m4/nls.m4: New file, from gettext-0.12.1.
54943         * m4/po.m4: New file, from gettext-0.12.1.
54944         * m4/progtest.m4: Upgrade to gettext-0.12.1.
54945
54946 2003-05-30  Bruno Haible  <bruno@clisp.org>
54947
54948         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
54949         * lib/localcharset.h: Likewise.
54950         * lib/localcharset.c: Likewise.
54951
54952 2003-05-29  Karl Berry  <karl@gnu.org>
54953
54954         * config/config.rpath: update from gettext.
54955
54956 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54957
54958         Assume the headers required for C89 freestanding compilers.
54959         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
54960         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
54961         * m4/human.m4 (gl_HUMAN): Likewise.
54962         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
54963         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
54964         * m4/userspec.m4 (gl_USERSPEC): Likewise.
54965         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
54966         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
54967         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
54968
54969 2003-05-28  Paul Eggert  <eggert@twinsun.com>
54970
54971         Assume the headers required for C89 freestanding compilers.
54972         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
54973         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
54974         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
54975         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
54976         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
54977         define, since <limits.h> is guaranteed to do that.
54978         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
54979         * lib/exclude.c: Include <stdbool.h> unconditionally.
54980         * lib/tempname.c: Include <stddef.h> unconditionally.
54981         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
54982         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
54983         <stddef.h> does that.
54984         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
54985         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
54986         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
54987         needed.
54988         * lib/xstrtol.c: Likewise.
54989         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
54990         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
54991
54992         * lib/addext.c (addext): Use assignment rather than cast, to avoid
54993         warnings on some platforms.
54994
54995         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
54996         arbitrarily.
54997
54998 2003-05-26  Jim Meyering  <jim@meyering.net>
54999
55000         Merge in a change from coreutils:
55001         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
55002         that is guaranteed to be `no'.  Use `no_such_member' to indicate
55003         that condition, rather than `-1' which is slightly misleading.
55004         Change the name of the cache variable to have the gl_ prefix.
55005         Prompted by a patch from Richard Dawe for DJGPP.
55006
55007 2003-05-24  Karl Berry  <karl@gnu.org>
55008
55009         * config/config.guess: update from prep.
55010
55011 2003-05-22  Karl Berry  <karl@gnu.org>
55012
55013         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
55014
55015 2003-05-20  Karl Berry  <karl@gnu.org>
55016
55017         * config/config.guess: update from prep.
55018
55019 2003-05-18  Karl Berry  <karl@gnu.org>
55020
55021         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
55022         might actually be set by the user.
55023
55024         * config/depcomp, install-sh, mdate-sh: update from automake.
55025
55026 2003-05-17  Bruno Haible  <bruno@clisp.org>
55027
55028         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
55029         invalid expansion for AC_EGREP_CPP.
55030         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
55031         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
55032         Suggested by Akim Demaille <akim@epita.fr> in
55033         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
55034
55035 2003-05-12  Jim Meyering  <jim@meyering.net>
55036
55037         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
55038         the space-padded-by-default conversion specifiers, %e, %k, %l.
55039
55040 2003-05-12  Bruno Haible  <bruno@clisp.org>
55041
55042         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
55043         the string is longer than 4 KB.
55044
55045 2003-05-11  Karl Berry  <karl@gnu.org>
55046
55047         * config/config.{guess,sub}: update from prep.
55048
55049 2003-05-09  Bruno Haible  <bruno@clisp.org>
55050
55051         * modules/error: Add m4/strerror_r.m4 to file list.
55052
55053 2003-05-03  Bruno Haible  <bruno@clisp.org>
55054
55055         Upgrade to Unicode-4.0.
55056         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
55057         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
55058         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
55059         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
55060         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
55061         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
55062         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
55063         Change width of U+E0100..U+E01EF from 1 to 0.
55064
55065 2003-04-25  Jim Meyering  <jim@meyering.net>
55066
55067         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
55068         of type size_t, not int.
55069
55070 2003-04-25  Bruno Haible  <bruno@clisp.org>
55071
55072         * lib/copy-file.c: Include <stddef.h>, for size_t.
55073
55074 2003-04-21  Paul Eggert  <eggert@twinsun.com>
55075
55076         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
55077         code which expansion is under static control.  Patch imported from
55078         Akim Demaille's patch to Bison; see
55079         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
55080
55081 2003-04-14  Bruno Haible  <bruno@clisp.org>
55082
55083         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
55084
55085 2003-04-11  Jim Meyering  <jim@meyering.net>
55086
55087         Merge changes from Coreutils.
55088
55089         2003-03-22  Jim Meyering  <jim@meyering.net>
55090
55091         * lib/strftime.c (widen): Cast alloca return value to proper type.
55092
55093         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
55094
55095         From GNU libc.
55096         * lib/strftime.c (my_strftime): Handle very large width
55097         specifications for numeric values correctly.  Improve checks for
55098         overflow.
55099
55100         2003-01-19  Jim Meyering  <jim@meyering.net>
55101
55102         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
55103         definitions.
55104         (nl_get_alt_digit) [! defined my_strftime]: Define.
55105         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
55106         _nl_get_alt_digit and _nl_get_walt_digit.
55107
55108         * lib/strftime.c (my_strftime): Merge in locale-related changes from
55109         libc. These changes have no effect outside of _LIBC.
55110
55111 2003-04-10  Bruno Haible  <bruno@clisp.org>
55112
55113         * modules/findprog: New file.
55114         * MODULES.html.sh (func_all_modules): Add it.
55115
55116 2003-04-10  Bruno Haible  <bruno@clisp.org>
55117
55118         * m4/findprog.m4: New file.
55119         * m4/eaccess.m4: New file.
55120
55121 2003-04-10  Bruno Haible  <bruno@clisp.org>
55122
55123         * lib/findprog.h: New file, from GNU gettext.
55124         * lib/findprog.c: New file, from GNU gettext.
55125
55126 2003-04-05  Jim Meyering  <jim@meyering.net>
55127
55128         Merge changes from Coreutils.
55129
55130         * lib/exclude.h (PARAMS): Remove definition and uses.
55131         * lib/exclude.c: Remove uses of `PARAMS'.
55132
55133         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
55134         Add test-cases for DOS filenames. Declare program_name.
55135         (main): Set up program_name.  Patch by Rich Dawe.
55136
55137         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55138         error from mntctl.
55139         Use mntctl's return value to drive the entry-processing loop, since
55140         we can't rely on the value of the vmt_length member in the last
55141         entry.  On some systems doing so could result in exhausting
55142         virtual memory.  Based in part on a patch from Mike Jetzer.
55143
55144 2003-04-04  Bruno Haible  <bruno@clisp.org>
55145
55146         * modules/linebreak: New file.
55147         * MODULES.html.sh (func_all_modules): Add it.
55148
55149 2003-04-04  Bruno Haible  <bruno@clisp.org>
55150
55151         * m4/linebreak.m4: New file.
55152
55153 2003-04-04  Bruno Haible  <bruno@clisp.org>
55154
55155         * lib/linebreak.h: New file, from GNU gettext.
55156         * lib/linebreak.c: New file, from GNU gettext with slight
55157         modifications.
55158         * lib/lbrkprop.h: New file, from GNU gettext.
55159
55160 2003-04-03  Bruno Haible  <bruno@clisp.org>
55161
55162         * modules/utf8-ucs4: New file.
55163         * modules/utf16-ucs4: New file.
55164         * modules/ucs4-utf8: New file.
55165         * modules/ucs4-utf16: New file.
55166         * MODULES.html.sh (func_all_modules): Add them.
55167
55168 2003-04-03  Bruno Haible  <bruno@clisp.org>
55169
55170         * m4/utf-ucs4.m4: New file.
55171         * m4/ucs4-utf.m4: New file.
55172
55173 2003-04-03  Bruno Haible  <bruno@clisp.org>
55174
55175         * lib/utf8-ucs4.h: New file, from GNU gettext.
55176         * lib/utf16-ucs4.h: New file, from GNU gettext.
55177         * lib/ucs4-utf8.h: New file, from GNU gettext.
55178         * lib/ucs4-utf16.h: New file, from GNU gettext.
55179
55180 2003-04-02  Bruno Haible  <bruno@clisp.org>
55181
55182         * modules/binary-io: New file.
55183         * MODULES.html.sh (func_all_modules): Add it.
55184
55185 2003-04-02  Bruno Haible  <bruno@clisp.org>
55186
55187         * lib/binary-io.h: New file, from GNU gettext.
55188
55189 2003-04-01  Bruno Haible  <bruno@clisp.org>
55190
55191         * modules/pathname: New file.
55192         * MODULES.html.sh (func_all_modules): Add it.
55193
55194 2003-04-01  Bruno Haible  <bruno@clisp.org>
55195
55196         * lib/pathname.h: New file, from GNU gettext.
55197         * lib/concatpath.c: New file, from GNU gettext.
55198
55199 2003-03-30  Bruno Haible  <bruno@clisp.org>
55200
55201         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
55202
55203 2003-03-30  Bruno Haible  <bruno@clisp.org>
55204
55205         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
55206         function chown() doesn't exist.
55207
55208 2003-03-28  Bruno Haible  <bruno@clisp.org>
55209
55210         * modules/copy-file: New file.
55211         * MODULES.html.sh (func_all_modules): Add it.
55212
55213 2003-03-28  Bruno Haible  <bruno@clisp.org>
55214
55215         * m4/copy-file.m4: New file.
55216
55217 2003-03-28  Bruno Haible  <bruno@clisp.org>
55218
55219         * lib/copy-file.h: New file, from GNU gettext.
55220         * lib/copy-file.c: New file, from GNU gettext.
55221
55222 2003-03-18  Jim Meyering  <jim@meyering.net>
55223
55224         * lib/quote.c (quote_n): Fix typo in comment.
55225
55226 2003-03-18  Bruno Haible  <bruno@clisp.org>
55227
55228         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
55229         checking.
55230         * m4/onceonly_2_57.m4: Likewise.
55231
55232 2003-03-17  Bruno Haible  <bruno@clisp.org>
55233
55234         * m4/onceonly.m4: Require autoconf 2.54 or newer.
55235         (m4_quote): Remove macro.
55236         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
55237
55238 2003-03-14  Jim Meyering  <jim@meyering.net>
55239
55240         Merge changes from Coreutils.
55241         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
55242         to be const, in order to avoid warnings.
55243         (obstack_room): Likewise.
55244         (obstack_empty_p): Likewise.
55245
55246 2003-03-14  Bruno Haible  <bruno@clisp.org>
55247
55248         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
55249         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
55250
55251 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55252
55253         Merge changes from Bison.
55254         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
55255         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
55256         when compiling Bison 1.875's `bitset bset = obstack_alloc
55257         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
55258         * lib/hash.c: Include <stdbool.h> unconditionally.
55259
55260 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55261
55262         * m4/onceonly.m4 (m4_quote): New macro.
55263         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
55264         Quote AC_FOREACH variable-expansions properly.
55265
55266 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55267
55268         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
55269
55270 2003-03-09  Paul Eggert  <eggert@twinsun.com>
55271
55272         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
55273         Reported by Bruce Becker; see:
55274         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
55275
55276 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55277             Bruno Haible  <bruno@clisp.org>
55278
55279         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55280         Reported by John Hughes, see
55281         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55282
55283 2003-02-20  Bruno Haible  <bruno@clisp.org>
55284
55285         * MODULES.html.sh (func_all_modules): Add poll.
55286
55287 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55288
55289         * modules/poll: New file.
55290
55291 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55292
55293         * lib/poll_.h: New file.
55294         * lib/poll.c: New file.
55295
55296 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55297
55298         * m4/poll.m4: New file.
55299
55300 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55301
55302         * modules/mathl: New file.
55303
55304 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55305
55306         * lib/mathl.h: New file.
55307         * lib/acosl.c: New file.
55308         * lib/asinl.c: New file.
55309         * lib/atanl.c: New file.
55310         * lib/ceill.c: New file.
55311         * lib/cosl.c: New file.
55312         * lib/expl.c: New file.
55313         * lib/floorl.c: New file.
55314         * lib/frexpl.c: New file.
55315         * lib/ldexpl.c: New file.
55316         * lib/logl.c: New file.
55317         * lib/sincosl.c: New file.
55318         * lib/sinl.c: New file.
55319         * lib/sqrtl.c: New file.
55320         * lib/tanl.c: New file.
55321         * lib/trigl.c: New file.
55322         * lib/trigl.h: New file.
55323
55324 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55325
55326         * m4/mathl.m4: New file.
55327
55328 2003-02-18  Bruno Haible  <bruno@clisp.org>
55329
55330         * MODULES.html.sh (func_all_modules): Add mathl.
55331
55332 2003-02-17  Bruno Haible  <bruno@clisp.org>
55333
55334         * modules/mkdtemp: New module.
55335         * MODULES.html.sh (func_all_modules): Add it.
55336
55337 2003-02-17  Bruno Haible  <bruno@clisp.org>
55338
55339         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55340
55341 2003-02-17  Bruno Haible  <bruno@clisp.org>
55342
55343         * lib/mkdtemp.h: New file, from GNU gettext.
55344         * lib/mkdtemp.c: New file, from GNU gettext.
55345
55346 2003-02-02  Jim Meyering  <jim@meyering.net>
55347
55348         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55349         e.g. glibc-2.2.93.
55350
55351 2003-01-31  Bruno Haible  <bruno@clisp.org>
55352
55353         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55354         'rpl_rename'.
55355         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55356         'rpl_strnlen'.
55357         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55358         'rpl_strtod'.
55359         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55360         'rpl_utime'.
55361
55362 2003-01-31  Bruno Haible  <bruno@clisp.org>
55363
55364         * lib/rename.c: #undef rename before defining rpl_rename.
55365         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55366
55367 2003-01-30  Bruno Haible  <bruno@clisp.org>
55368
55369         * modules/vasnprintf, modules/vasprintf: New modules.
55370         * MODULES.html.sh (func_all_modules): Add them.
55371
55372 2003-01-30  Bruno Haible  <bruno@clisp.org>
55373
55374         * m4/signed.m4: New file, from GNU gettext.
55375         * m4/longdouble.m4: New file, from GNU gettext.
55376         * m4/wchar_t.m4: New file, from GNU gettext.
55377         * m4/wint_t.m4: New file, from GNU gettext.
55378         * m4/vasnprintf.m4: New file.
55379         * m4/vasprintf.m4: New file.
55380
55381 2003-01-30  Bruno Haible  <bruno@clisp.org>
55382
55383         * lib/printf-args.h: New file, from GNU gettext.
55384         * lib/printf-args.c: New file, from GNU gettext.
55385         * lib/printf-parse.h: New file, from GNU gettext.
55386         * lib/printf-parse.c: New file, from GNU gettext.
55387         * lib/vasnprintf.h: New file, from GNU gettext.
55388         * lib/vasnprintf.c: New file, from GNU gettext.
55389         * lib/asnprintf.c: New file, from GNU gettext.
55390         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55391         * lib/vasprintf.c: New file, from GNU gettext.
55392         * lib/asprintf.c: New file, from GNU gettext.
55393
55394 2003-01-29  Bruno Haible  <bruno@clisp.org>
55395
55396         * modules/stpncpy: New module.
55397         * MODULES.html.sh (func_all_modules): Add it.
55398
55399 2003-01-29  Bruno Haible  <bruno@clisp.org>
55400
55401         * m4/stpncpy.m4: New file.
55402
55403 2003-01-29  Bruno Haible  <bruno@clisp.org>
55404
55405         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55406         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55407
55408 2003-01-28  Bruno Haible  <bruno@clisp.org>
55409
55410         * modules/c-ctype: New module.
55411         * MODULES.html.sh (func_all_modules): Add it.
55412
55413 2003-01-28  Bruno Haible  <bruno@clisp.org>
55414
55415         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55416         Paul Eggert.
55417         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55418         Paul Eggert.
55419
55420 2003-01-27  Bruno Haible  <bruno@clisp.org>
55421
55422         * modules/xsetenv: New module.
55423         * MODULES.html.sh (func_all_modules): Add it.
55424
55425 2003-01-27  Bruno Haible  <bruno@clisp.org>
55426
55427         * lib/xsetenv.h: New file, from GNU gettext.
55428         * lib/xsetenv.c: New file, from GNU gettext.
55429
55430 2003-01-23  Jim Meyering  <jim@meyering.net>
55431
55432         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
55433         from working on systems without dirfd (at least Irix and OSF1/Tru64).
55434
55435 2003-01-23  Bruno Haible  <bruno@clisp.org>
55436
55437         * modules/minmax: New module.
55438         * MODULES.html.sh (func_all_modules): Add it.
55439
55440 2003-01-23  Bruno Haible  <bruno@clisp.org>
55441
55442         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
55443         Eggert.
55444
55445 2003-01-22  Bruno Haible  <bruno@clisp.org>
55446
55447         * modules/exit: New module.
55448         * MODULES.html.sh (func_all_modules): Add it.
55449
55450 2003-01-22  Bruno Haible  <bruno@clisp.org>
55451
55452         * lib/exit.h: New file, from GNU gettext.
55453
55454 2003-01-19  Bruno Haible  <bruno@clisp.org>
55455
55456         * gnulib-tool: Recognize option --extract-maintainer.
55457         (func_get_maintainer): New function.
55458         * modules/*: Add Maintainer entry.
55459
55460 2003-01-16  Jim Meyering  <jim@meyering.net>
55461
55462         * m4/regex.m4: The `regex' struct is both input and output.
55463         Initialize it before each use.  Patch by Tim Waugh.
55464
55465 2003-01-16  Bruno Haible  <bruno@clisp.org>
55466
55467         * MODULES.html.sh: Add a table of contents. Add the module name as
55468         leftmost column. Add hyperlinks.
55469
55470 2003-01-15  Bruno Haible  <bruno@clisp.org>
55471
55472         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
55473
55474 2003-01-15  Bruno Haible  <bruno@clisp.org>
55475
55476         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
55477         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
55478         suffix.
55479
55480 2003-01-15  Bruno Haible  <bruno@clisp.org>
55481
55482         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
55483
55484 2003-01-15  Bruno Haible  <bruno@clisp.org>
55485
55486         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
55487         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
55488
55489 2003-01-14  Jim Meyering  <jim@meyering.net>
55490
55491         * lib/same.c (same_name): Tweak a comment.
55492
55493 2003-01-14  Bruno Haible  <bruno@clisp.org>
55494
55495         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
55496         when a string comparison is sufficient.
55497
55498 2003-01-14  Bruno Haible  <bruno@clisp.org>
55499
55500         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
55501         'unsigned int'.
55502
55503 2003-01-14  Bruno Haible  <bruno@clisp.org>
55504
55505         * lib/hash-pjw.c: Add comment about low quality of this function.
55506
55507 2003-01-13  Bruno Haible  <bruno@clisp.org>
55508
55509         * modules/stpcpy: Distribute lib/stpcpy.h.
55510         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
55511
55512 2003-01-13  Bruno Haible  <bruno@clisp.org>
55513
55514         * modules/*: Add a description.
55515         * modules/strpbrk: Fix Makefile.am snippet.
55516         * modules/strtoimax: Fix dependencies.
55517         * modules/strtoumax: Likewise.
55518
55519 2003-01-13  Bruno Haible  <bruno@clisp.org>
55520
55521         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
55522         * modules/alloca (Makefile.am): All object files depend on alloca.h.
55523         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
55524
55525 2003-01-13  Bruno Haible  <bruno@clisp.org>
55526
55527         * gnulib-tool (func_create_testdir): Store config/* files in the main
55528         directory.
55529         * config.rpath: Move to ...
55530         * config/config.rpath: ... here.
55531         * modules/gettext: Contains config/config.rpath, not config.rpath.
55532         * modules/iconv: Likewise.
55533
55534 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55535
55536         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55537         to avoid collisions with libcurses and libreadline.
55538
55539         * m4/getstr.m4: Remove.
55540         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
55541
55542 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55543
55544         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55545         to avoid collisions with libcurses and libreadline.
55546
55547         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
55548         * lib/getstr.h, getstr.c: Remove.
55549         * lib/getline.c: Include "getline.h", to check interface.
55550         Move body of old getstr.c here: this defines MIN_CHUNK and
55551         declares getdelim2, which is renamed from getstr.
55552         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
55553
55554         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
55555         All uses changed.
55556         * lib/linebuffer.h: Likewise.
55557         (readline): Remove backward-compatibility macro.
55558
55559 2003-01-12  Paul Eggert  <eggert@twinsun.com>
55560
55561         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
55562         to avoid collisions with libcurses and libreadline.
55563         * getstr: Remove.
55564         * MODULES.html.sh: Remove getstr.
55565         * modules/getline: Depend on unlocked-io, not getstr.
55566
55567 2003-01-12  Jim Meyering  <jim@meyering.net>
55568
55569         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
55570
55571 2003-01-10  Bruno Haible  <bruno@clisp.org>
55572
55573         * modules/alloca: Change Makefile.am requirements. Simplify Include
55574         requirements. Add lib/alloca_.h to file list.
55575
55576 2003-01-10  Bruno Haible  <bruno@clisp.org>
55577
55578         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
55579
55580 2003-01-10  Bruno Haible  <bruno@clisp.org>
55581
55582         * lib/alloca_.h: New file.
55583         * lib/getdate.y: Unconditionally include alloca.h.
55584         * lib/makepath.c: Likewise.
55585         * lib/setenv.c: Likewise.
55586         * lib/userspec.c: Likewise.
55587
55588 2003-01-09  Karl Berry  <karl@gnu.org>
55589
55590         * MODULES.html.sh: include `dirname $0` in PATH, to find
55591         gnulib-tool.
55592
55593 2003-01-09  Bruno Haible  <bruno@clisp.org>
55594
55595         * modules/stdbool: Change configure.ac, Makefile.am requirements.
55596         Simplify Include requirements. Add lib/stdbool.h.in to file list.
55597
55598 2003-01-09  Bruno Haible  <bruno@clisp.org>
55599
55600         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
55601
55602 2003-01-09  Bruno Haible  <bruno@clisp.org>
55603
55604         * lib/stdbool.h.in: New file.
55605
55606 2003-01-09  Bruno Haible  <bruno@clisp.org>
55607
55608         * gnulib-tool (func_all_modules): Ignore files ending in ~.
55609         * MODULES.html.sh: Likewise.
55610
55611 2003-01-08  Jim Meyering  <jim@meyering.net>
55612
55613         * lib/full-write.c: Undefine and define-away `const' after inclusion
55614         of errno.h, not before.  Suggestion from Bruno Haible.
55615
55616 2003-01-08  Bruno Haible  <bruno@clisp.org>
55617
55618         * modules/full-read: Depend on full-write.
55619
55620 2003-01-08  Bruno Haible  <bruno@clisp.org>
55621
55622         * lib/safe-read.c: Include specification header first, to ensure its
55623         selfcontainedness.
55624         * lib/full-write.c: Likewise.
55625
55626 2003-01-07  Jim Meyering  <jim@meyering.net>
55627
55628         * lib/full-write.c: Rework so that it may serve to define full_read,
55629         too.
55630         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
55631
55632 2003-01-07  Bruno Haible  <bruno@clisp.org>
55633
55634         * lib/strtoimax.c: Include <stdint.h> as an alternative to
55635         <inttypes.h>.
55636         * lib/xstrtol.h: Likewise.
55637         * lib/xstrtoimax.c: Likewise.
55638         * lib/xstrtoumax.c: Likewise.
55639         * lib/human.h: Likewise.
55640
55641         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
55642         on systems that have <inttypes.h> but not <stdint.h>.
55643
55644 2003-01-07  Bruno Haible  <bruno@clisp.org>
55645
55646         * MODULES.html.sh: Add copyright notice.
55647         (missed_files): Omit CVS directory entries.
55648         (func_module): Make it work with sed-3.02.
55649         * MODULES.txt: Remove file.
55650
55651 2003-01-06  Jim Meyering  <jim@meyering.net>
55652
55653         * lib/version-etc.c: Update year in translatable copyright string.
55654
55655 2003-01-03  Karl Berry  <karl@gnu.org>
55656
55657         * config/config.{guess,sub}: update from prep.
55658
55659 2003-01-02  Karl Berry  <karl@gnu.org>
55660
55661         * doc/COPYING.DOC: belatedly updated to 1.2.
55662
55663 2003-01-01  Karl Berry  <karl@gnu.org>
55664
55665         * gnulib-tool (func_verify_module): report module name $module in
55666         error message, not $1.
55667         * gnulib-tool (create-testdir): don't complain if destdir couldn't
55668         be created, only if it doesn't exist.
55669         * gnulib-tool (last_checkin_date): don't expand the $Date here.
55670
55671 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55672
55673         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
55674
55675 2002-12-31  Paul Eggert  <eggert@twinsun.com>
55676
55677         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
55678         memcmp if strcoll doesn't work.
55679
55680 2002-12-31  Bruno Haible  <bruno@clisp.org>
55681
55682         * lib/utime.c (utime_null): No need to call ftruncate if the file was
55683         nonempty.
55684
55685 2002-12-31  Bruno Haible  <bruno@clisp.org>
55686
55687         * lib/memcoll.c (STRCOLL): New macro.
55688         (memcoll): Use it.
55689
55690 2002-12-31  Bruno Haible  <bruno@clisp.org>
55691
55692         * lib/localcharset.h: New file.
55693         * lib/localcharset.c: Include it.
55694         * lib/unicodeio.c: Likewise.
55695
55696 2002-12-31  Bruno Haible  <bruno@clisp.org>
55697
55698         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
55699         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
55700
55701 2002-12-31  Bruno Haible  <bruno@clisp.org>
55702
55703         * lib/getline.h: Include <stddef.h>, for size_t.
55704
55705         * lib/unicodeio.h: Include <stddef.h>, for size_t.
55706         * lib/unicodeio.c: Don't include <stddef.h>.
55707
55708 2002-12-31  Bruno Haible  <bruno@clisp.org>
55709
55710         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
55711         HAVE_TM_ZONE.
55712
55713 2002-12-24  Karl Berry  <karl@gnu.org>
55714
55715         * config/config.guess: update from prep.
55716
55717 2002-12-24  Bruno Haible  <bruno@clisp.org>
55718
55719         General infrasructure.
55720         * m4/README: Rewritten.
55721         * m4/onceonly.m4: New file.
55722         * m4/onceonly_2_57.m4: New file.
55723
55724         Module atexit.
55725         * m4/atexit.m4: New file.
55726
55727         Module strtod.
55728         * m4/strtod.m4: New file.
55729
55730         Module strtol.
55731         * m4/strtol.m4: New file.
55732
55733         Module strtoul.
55734         * m4/strtoul.m4: New file.
55735
55736         Module memchr.
55737         * m4/memchr.m4: New file.
55738
55739         Module memcmp.
55740         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
55741         (jm_FUNC_MEMCMP): Invoke it.
55742
55743         Module memcpy.
55744         * m4/memcpy.m4: New file.
55745
55746         Module memmove.
55747         * m4/memmove.m4: New file.
55748
55749         Module memset.
55750         * m4/memset.m4: New file.
55751
55752         Module strcspn.
55753         * m4/strcspn.m4: New file.
55754
55755         Module strpbrk.
55756         * m4/strpbrk.m4: New file.
55757
55758         Module strstr.
55759         * m4/strstr.m4: New file.
55760
55761         Module strerror.
55762         * m4/strerror.m4: New file.
55763
55764         Module mktime.
55765         * m4/mktime.m4: Renamed from jm-mktime.m4.
55766         (gl_PREREQ_MKTIME): New macro.
55767         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
55768
55769         Module malloc.
55770         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
55771         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
55772         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
55773
55774         Module realloc.
55775         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
55776         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
55777         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
55778
55779         Module strftime.
55780         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
55781         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
55782         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
55783         gl_TM_GMTOFF.
55784         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
55785
55786         Module xalloc.
55787         * m4/xalloc.m4: New file.
55788
55789         Module alloca.
55790         * m4/alloca.m4: New file.
55791
55792         Module putenv.
55793         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
55794         (jm_FUNC_PUTENV): Invoke it.
55795
55796         Module setenv.
55797         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
55798         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
55799         when invoked twice.
55800         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
55801         gt_FUNC_SETENV.
55802
55803         Module memrchr.
55804         * m4/memrchr.m4: New file.
55805
55806         Module stpcpy.
55807         * m4/stpcpy.m4: New file.
55808
55809         Module strcase.
55810         * m4/strcase.m4: New file.
55811
55812         Module strdup.
55813         * m4/strdup.m4: New file.
55814
55815         Module strnlen.
55816         * m4/strnlen.m4: New file.
55817
55818         Module strndup.
55819         * m4/strndup.m4: New file.
55820
55821         Module xstrtod.
55822         * m4/xstrtod.m4: New file.
55823
55824         Module xstrtol.
55825         * m4/xstrtol.m4: New file.
55826
55827         Module getdate.
55828         * m4/getdate.m4: New file.
55829
55830         Module unlocked-io.
55831         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
55832         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
55833         * m4/jm-glibc-io.m4n: Remove file.
55834
55835         Module long-options.
55836         * m4/long-options.m4: New file.
55837
55838         Module md5.
55839         * m4/md5.m4: New file.
55840
55841         Module sha.
55842         * m4/sha.m4: New file.
55843
55844         Module getstr.
55845         * m4/getstr.m4: New file.
55846
55847         Module getline.
55848         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
55849         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
55850         <sys/types.h>, for size_t. Use the function name gnu_getline, not
55851         simply getline. Infoke gl_PREREQ_GETLINE.
55852
55853         Module obstack.
55854         * m4/obstack.m4: New file.
55855
55856         Module hash.
55857         * m4/hash.m4: New file.
55858
55859         Module readtokens.
55860         * m4/readtokens.m4: New file.
55861
55862         Module strverscmp.
55863         * m4/strverscmp.m4: New file.
55864
55865         Module stdbool.
55866         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
55867         OSF/1.
55868
55869         Module strtoll.
55870         * m4/strtoll.m4: New file.
55871
55872         Module strtoull.
55873         * m4/strtoull.m4: New file.
55874
55875         Module strtoimax.
55876         * m4/strtoimax.m4: New file.
55877
55878         Module strtoumax.
55879         * m4/strtoumax.m4: New file.
55880
55881         Module xstrtoimax.
55882         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
55883         jm_AC_PREREQ_XSTRTOIMAX.
55884         Moved the strtol prerequisites to strtol.m4.
55885         Moved the strtoll prerequisites to strtoll.m4.
55886         Moved the strtoimax prerequisites to strtoimax.m4.
55887
55888         Module xstrtoumax.
55889         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
55890         jm_AC_PREREQ_XSTRTOUMAX.
55891         Moved the strtoul prerequisites to strtoul.m4.
55892         Moved the strtoull prerequisites to strtoull.m4.
55893         Moved the strtoumax prerequisites to strtoumax.m4.
55894
55895         Module chown.
55896         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
55897         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
55898
55899         Module dup2.
55900         * m4/dup2.m4: New file.
55901
55902         Module ftruncate.
55903         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
55904         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
55905
55906         Module getgroups.
55907         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
55908         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
55909
55910         Module gettimeofday.
55911         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
55912         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
55913         gl_PREREQ_GETTIMEOFDAY.
55914
55915         Module mkdir.
55916         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
55917         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
55918
55919         Module mkstemp.
55920         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
55921         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
55922         jm_AC_TYPE_UINTMAX_T.
55923         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
55924
55925         Module stat.
55926         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
55927         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
55928
55929         Module lstat.
55930         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
55931         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
55932
55933         Module timespec.
55934         * m4/timespec.m4 (gl_TIMESPEC): New macro.
55935         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
55936         * m4/st_mtim.m4: Indentation.
55937
55938         Module nanosleep.
55939         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
55940         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
55941         gl_PREREQ_NANOSLEEP.
55942
55943         Module regex.
55944         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
55945         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
55946         (gl_REGEX): New macro.
55947
55948         Module rename.
55949         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
55950         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
55951
55952         Module rmdir.
55953         * m4/rmdir.m4: New file.
55954
55955         Module utime.
55956         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
55957         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
55958         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
55959
55960         Module dirname.
55961         * m4/dirname.m4: New file.
55962
55963         Module getopt.
55964         * m4/getopt.m4: New file.
55965
55966         Module unistd-safer.
55967         * m4/unistd-safer.m4: New file.
55968
55969         Module fnmatch.
55970         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
55971         declaration.
55972         (gl_PREREQ_FNMATCH_EXTRA): New macro.
55973         (gl_FUNC_FNMATCH_POSIX): New macro.
55974         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
55975         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
55976         simply fnmatch.
55977
55978         Module exclude.
55979         * m4/exclude.m4: New file.
55980
55981         Module human.
55982         * m4/human.m4: New file.
55983
55984         Module acl.
55985         * m4/acl.m4: Nop.
55986
55987         Module backupfile.
55988         * m4/backupfile.m4: New file.
55989         * m4/d-ino.m4: Indentation.
55990
55991         Module fsusage.
55992         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
55993         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
55994         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
55995
55996         Module dirfd.
55997         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
55998         requirements.
55999
56000         Module euidaccess.
56001         * m4/euidaccess.m4: New file.
56002
56003         Module file-type.
56004         * m4/file-type.m4: New file.
56005
56006         Module fileblocks.
56007         * m4/fileblocks.m4: New file.
56008
56009         Module filemode.
56010         * m4/filemode.m4: New file.
56011
56012         Module isdir.
56013         * m4/isdir.m4: New file.
56014
56015         Module lchown.
56016         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
56017         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
56018
56019         Module makepath.
56020         * m4/makepath.m4: New file.
56021
56022         Module modechange.
56023         * m4/modechange.m4: New file.
56024
56025         Module mountlist.
56026         * m4/mountlist.m4: New file.
56027         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
56028         Indentation.
56029
56030         Module path-concat.
56031         * m4/path-concat.m4: New file.
56032
56033         Module pathmax.
56034         * m4/pathmax.m4: New file.
56035
56036         Module same.
56037         * m4/same.m4: New file.
56038
56039         Module save-cwd.
56040         * m4/save-cwd.m4: New file.
56041
56042         Module savedir.
56043         * m4/savedir.m4: New file.
56044
56045         Module xgetcwd.
56046         * m4/xgetcwd.m4: New file.
56047         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
56048
56049         Module xreadlink.
56050         * m4/xreadlink.m4: New file.
56051
56052         Module safe-read.
56053         * m4/safe-read.m4: New file.
56054
56055         Module safe-write.
56056         * m4/safe-write.m4: New file.
56057
56058         Module closeout.
56059         * m4/closeout.m4: New file.
56060
56061         Module stdio-safer.
56062         * m4/stdio-safer.m4: New file.
56063
56064         Module getpass.
56065         * m4/getpass.m4: New file.
56066
56067         Module getugroups.
56068         * m4/getugroups.m4: New file.
56069
56070         Module group-member.
56071         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
56072         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
56073
56074         Module idcache.
56075         * m4/idcache.m4: New file.
56076
56077         Module userspec.
56078         * m4/userspec.m4: New file.
56079
56080         Module gettime.
56081         * m4/clock_time.m4: New file.
56082         * m4/gettime.m4: New file.
56083
56084         Module settime.
56085         * m4/settime.m4: New file.
56086
56087         Module posixtm.
56088         * m4/posixtm.m4: New file.
56089
56090         Module gethostname.
56091         * m4/gethostname.m4: New file.
56092
56093         Module canon-host.
56094         * m4/canon-host.m4: New file.
56095
56096         Module gettext.
56097         * m4/codeset.m4: New file, from gettext-0.11.5.
56098         * m4/gettext.m4: New file, from gettext-0.11.5.
56099         * m4/glibc21.m4: New file, from gettext-0.11.5.
56100         * m4/iconv.m4: New file, from gettext-0.11.5.
56101         * m4/intdiv0.m4: New file, from gettext-0.11.5.
56102         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
56103         * m4/inttypes.m4: New file, from gettext-0.11.5.
56104         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
56105         * m4/isc-posix.m4: New file, from gettext-0.11.5.
56106         * m4/lcmessage.m4: New file, from gettext-0.11.5.
56107         * m4/lib-ld.m4: New file, from gettext-0.11.5.
56108         * m4/lib-link.m4: New file, from gettext-0.11.5.
56109         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
56110         * m4/progtest.m4: New file, from gettext-0.11.5.
56111         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
56112         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
56113         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
56114
56115         Module localcharset.
56116         * m4/localcharset.m4: New file.
56117
56118         Module hard-locale.
56119         * m4/hard-locale.m4: New file.
56120
56121         Module mbswidth.
56122         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56123         onceonly macros.
56124         * m4/mbrtowc.m4: Add comment.
56125
56126         Module memcasecmp.
56127         * m4/memcasecmp.m4: New file.
56128
56129         Module memcoll.
56130         * m4/memcoll.m4: New file.
56131
56132         Module unicodeio.
56133         * m4/unicodeio.m4: New file.
56134
56135         Module rpmatch.
56136         * m4/rpmatch.m4: New file.
56137
56138         Module yesno.
56139         * m4/yesno.m4: New file.
56140
56141         Module exitfail.
56142         * m4/exitfail.m4: New file.
56143
56144         Module c-stack.
56145         * m4/c-stack.m4 (gl_C_STACK): New macro.
56146         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
56147
56148         Module error.
56149         * m4/error.m4 (gl_ERROR): New macro.
56150         (jm_PREREQ_ERROR): Use onceonly macros.
56151
56152         Module fatal.
56153         * m4/fatal.m4: New file.
56154
56155         Module getloadavg.
56156         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
56157         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
56158
56159         Module getpagesize.
56160         * m4/getpagesize.m4: New file.
56161
56162         Module getusershell.
56163         * m4/getusershell.m4: New file.
56164
56165         Module physmem.
56166         * m4/physmem.m4: New file.
56167
56168         Module posixver.
56169         * m4/posixver.m4: New file.
56170
56171         Module quotearg.
56172         * m4/quotearg.m4: New file.
56173
56174         Module quote.
56175         * m4/quote.m4: New file.
56176
56177         Module readutmp.
56178         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
56179
56180         Module sig2str.
56181         * m4/sig2str.m4: New file.
56182
56183         Other.
56184         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
56185         ulonglong.m4.
56186         * m4/intmax_t.m4: New file.
56187         * m4/d-type.m4: Indentation.
56188         * m4/jm-macros.m4: Update.
56189         * m4/prereq.m4 (jm_PREREQ): Update.
56190         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
56191         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
56192         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
56193         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
56194         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
56195         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
56196         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
56197         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
56198         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
56199         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
56200         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
56201         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
56202         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
56203         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
56204         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
56205         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
56206         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
56207         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
56208         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
56209
56210 2002-12-24  Bruno Haible  <bruno@clisp.org>
56211
56212         * MODULES.txt: Update according to m4/ changes.
56213
56214         Module gettext.
56215         * config.rpath: New file, from gettext-0.11.5.
56216
56217         * modules/*: New module descriptions.
56218         * gnulib-tool: New file.
56219         * MODULES.html.sh: New file.
56220
56221 2002-12-21  Karl Berry  <karl@gnu.org>
56222
56223         * doc/fdl.texi: update to version 1.2.
56224
56225 2002-12-19  Karl Berry  <karl@gnu.org>
56226
56227         * config/config.guess: update from prep.
56228
56229 2002-12-18  Bruno Haible  <bruno@clisp.org>
56230
56231         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
56232         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
56233
56234 2002-12-17  Bruno Haible  <bruno@clisp.org>
56235
56236         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
56237         stdlib.h, string.h.
56238
56239 2002-12-17  Bruno Haible  <bruno@clisp.org>
56240
56241         * lib/canon-host.c (strdup): Remove unused declaration.
56242
56243         * lib/fsusage.c: Include full_read.h.
56244         (get_fs_usage): Use full_read instead of safe_read.
56245
56246         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
56247
56248 2002-12-12  Karl Berry  <karl@gnu.org>
56249
56250         * config/config.guess: update from prep.
56251
56252 2002-12-11  Bruno Haible  <bruno@clisp.org>
56253
56254         * m4/setenv.m4: New file, from gettext-0.11.5.
56255
56256 2002-12-11  Bruno Haible  <bruno@clisp.org>
56257
56258         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
56259         not unsetenv().
56260         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
56261         modifications:
56262
56263         2002-12-11  Bruno Haible  <bruno@clisp.org>
56264
56265                 * setenv.c (alloca): Fall back to malloc.
56266                 (freea): New macro.
56267                 (setenv): Use freea() to free memory allocated with alloca().
56268
56269         2002-11-13  Bruno Haible  <bruno@clisp.org>
56270
56271                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
56272                 function declarations.
56273                 * unsetenv.c (unsetenv): Likewise.
56274
56275         2002-03-04  Bruno Haible  <bruno@clisp.org>
56276
56277                 Portability to AIX 4.3.3.
56278                 * unsetenv.c: New file, extracted from setenv.c.
56279                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56280
56281         2001-12-20  Bruno Haible  <bruno@clisp.org>
56282
56283                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56284                 use malloc instead. For SunOS 4.
56285
56286         2001-12-11  Bruno Haible  <bruno@clisp.org>
56287
56288                 * setenv.c: Declare alloca.
56289                 (compar_fn_t): New typedef.
56290                 (KNOWN_VALUE, STORE_VALUE): Use it.
56291
56292         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56293         setenv.h.
56294
56295 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56296
56297         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56298         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56299         Choose values that are less likely to collide with system fnmatch
56300         options.
56301         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56302         defined (e.g., a pure POSIX system).
56303         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56304         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56305
56306 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56307
56308         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56309         a pain in practice to deal with generated m4 files.  This change
56310         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56311
56312         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56313         and jm-glibc-io.m4, as they are no longer a special case.
56314         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56315         kludge and the auto-generation stuff.  Check only whether the
56316         functions are declared, not whether they exist, since older hosts
56317         that don't declare the functions can't use the optimization anyway.
56318
56319 2002-12-06  Jim Meyering  <jim@meyering.net>
56320
56321         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56322
56323         Merge in changes from libc's misc/error.c, in preparation
56324         for the merge of gnulib's changes back into libc.
56325
56326         * lib/error.c (_): Define only if not already defined.
56327         Move definition to follow all #include directives.
56328         Include unlocked-io.h only if !_LIBC.
56329         [_LIBC]: Include <libio/libioP.h>.
56330         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56331         (fflush): Tweak definition to use INTUSE.
56332         (putc): Define.
56333
56334 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56335
56336         * lib/alloca.c [defined emacs]: Include "lisp.h".
56337         (xalloc_die) [defined emacs]: New macro.
56338         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56339         [! defined emacs]: Include <xalloc.h>.
56340         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56341         (pointer): Typedef to POINTER_TYPE *.
56342         (malloc): Remove decl; we now always use xmalloc.
56343         (alloca): Use old-style definition, since Emacs needs this.
56344         Check for arithmetic overflow when computing combined size.
56345
56346 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56347
56348         Do not generate unlocked-io.h automatically, since it's easier to
56349         maintain it by hand.
56350
56351         * lib/unlocked-io.h: New file, from GNU diffutils,
56352         but with proper copyright notice and attribution.
56353         * lib/gen-uio: Remove.
56354         * lib/Makefile.am: Add copyright notice.
56355         (libfetish_a_SOURCES): Add unlocked-io.h.
56356         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56357         (DISTCLEANFILES, io_functions): Remove macros.
56358         (EXTRA_DIST): Remove gen_uio.
56359         (unlocked-io.h): Remove rule.
56360
56361 2002-12-04  Jim Meyering  <jim@meyering.net>
56362
56363         Reflect the fact that stat.c and lstat.c are no longer generated.
56364         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56365         (DISTCLEANFILES): Likewise.
56366         (EXTRA_DIST): Likewise.
56367         (all_local): Don't depend on stat.c or lstat.c.
56368         (stat.c, lstat.c): Remove rules.
56369         (EXTRA_DIST): Remove xstat.in.
56370
56371         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56372         * lib/stat.c: New file.  Contents mostly from xstat.in.
56373         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56374         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56375
56376         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56377         too.
56378         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56379
56380 2002-12-03  Jim Meyering  <jim@meyering.net>
56381
56382         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56383         but not semantics, to minimize the differences between these two files.
56384         (safe_read): Change comment to mention SAFE_READ_ERROR.
56385
56386         * lib/safe-read.c (IS_EINTR): Define.
56387         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56388
56389 2002-12-02  Jim Meyering  <jim@meyering.net>
56390
56391         * lib/safe-read.c (EINTR): Define.
56392         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56393         (INT_MAX): Provide fallback.
56394         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56395
56396         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56397
56398 2002-12-02  Bruno Haible  <bruno@clisp.org>
56399
56400         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56401         Define, taken from safe-read.c.
56402         (INT_MAX): Provide fallback.
56403         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56404         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56405
56406         * lib/safe-read.c (EINTR): Remove definition.
56407         (safe_read): Don't use EINTR if it is absent.
56408
56409 2002-12-01  Jim Meyering  <jim@meyering.net>
56410
56411         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56412         zero.
56413         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56414
56415 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56416
56417         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56418         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56419         with `if (! (value < limit)) abort ();', for readability.
56420
56421 2002-11-26  Karl Berry  <karl@gnu.org>
56422
56423         * lib/strdup.c: copy from libc again, with jim's ok.
56424         * lib/.cppi-disable: re-add strdup.c
56425
56426 2002-11-25  Karl Berry  <karl@gnu.org>
56427
56428         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
56429         instead of "strtol.c".
56430
56431 2002-11-25  Karl Berry  <karl@gnu.org>
56432
56433         * config/install-sh: update from automake for variable quoting, $0 in
56434         error msgs, etc.
56435
56436         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
56437         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
56438         entry.
56439
56440 2002-11-25  Jim Meyering  <jim@meyering.net>
56441
56442         * lib/mktime.c: Sync from libc, now that it has the latest fix.
56443
56444 2002-11-24  Karl Berry  <karl@gnu.org>
56445
56446         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
56447         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
56448
56449 2002-11-24  Jim Meyering  <jim@meyering.net>
56450
56451         Update from coreutils:
56452
56453         * lib/mktime.c: Merge in changes from libc.
56454
56455         Avoid a link-time failure on some Linux systems.
56456         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
56457         (otherwise).
56458         (__mon_yday): Declare with the STATIC attribute.
56459         (__mktime_internal): Likewise.
56460         Based on a report from Greg Schafer.
56461
56462 2002-11-23  Jim Meyering  <jim@meyering.net>
56463
56464         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
56465         Use `unsigned', not `int', as type of index.
56466
56467         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
56468
56469         * lib/fsusage.c: Remove unneeded parentheses around operands of
56470         `defined'.
56471
56472 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56473
56474         * lib/quotearg.h: Allow multiple inclusion by surrounding with
56475         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
56476         so that we can be included first.
56477         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
56478         * lib/quotearg.c: Include quotearg.h immediately after config.h.
56479         No need to include stddef.h or sys/types.h any more.
56480         Surround local include files with "", not "<>".
56481         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
56482         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
56483         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
56484         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
56485         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
56486         (ISPRINT): Remove; no longer needed now that we assume C89.
56487
56488         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
56489         Preserve errno.
56490
56491         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
56492         quotearg_char): Use SIZE_MAX rather than
56493         (size_t) -1 when we are talking about "infinity".
56494
56495         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
56496
56497 2002-11-22  Paul Eggert  <eggert@twinsun.com>
56498
56499         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
56500         hint that one should use `if (! x) abort ();' rather than `assert
56501         (x);', and anyway it's one less thing to worry about configuring.
56502         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
56503         hash_rehash, hash_insert): Use abort rather than assert.
56504
56505 2002-11-22  Bruno Haible  <bruno@clisp.org>
56506
56507         * lib/safe-read.h: Assume C89. Add comments.
56508         (safe_read): Change return type to size_t.
56509         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
56510         byte counts > SSIZE_MAX correctly.
56511         * lib/safe-write.h: New file.
56512         * lib/safe-write.c: New file.
56513         * lib/full-read.h: New file.
56514         * lib/full-read.c: New file.
56515         * lib/full-write.h: Assume C89. Add comments.
56516         * lib/full-write.c: Include safe-write.h.
56517         (full_write): Rewritten to use safe_write.
56518         Suggested by Jim Meyering and Paul Eggert.
56519
56520 2002-11-21  Jim Meyering  <jim@meyering.net>
56521
56522         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
56523
56524         Merge in changes from the coreutils.
56525
56526         2002-09-25  Paul Eggert  <eggert@twinsun.com>
56527         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
56528         <stdint.h>.
56529         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
56530         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
56531         int.  Work more efficiently if X is the same width as uintmax_t.
56532         Do not compare X to -1, to avoid bogus compiler warning.
56533         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
56534         Don't assume that f_frsize and f_bsize are the same type.
56535
56536         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
56537         warning on FreeBSD.
56538
56539         * lib/makepath.c (make_path): Restore umask *before* creating the final
56540         component.
56541         (make_path): Minor reformatting.
56542
56543         * lib/xmalloc.c: Adjust to work with new autoconf macros,
56544         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
56545         HAVE_MALLOC/HAVE_REALLOC.
56546
56547         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
56548         dummy ones.  At least on GNU/Linux systems, `auto' means something
56549         else.
56550         From Michael Stone.
56551
56552 2002-11-21  Bruno Haible  <bruno@clisp.org>
56553
56554         Remove case insensitive option matching.
56555         * lib/argmatch.h (argcasematch): Remove declaration.
56556         (ARGCASEMATCH): Remove macro.
56557         (__xargmatch_internal): Remove case_sensitive argument.
56558         (XARGMATCH): Update.
56559         (XARGCASEMATCH): Remove macro.
56560         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
56561         case_sensitive argument.
56562         (argcasematch): Remove function.
56563         (__xargmatch_internal): Remove case_sensitive argument.
56564         (main): Use XARGMATCH instead of XARGCASEMATCH.
56565
56566         * lib/xmalloc.c: Change compile-time error message. Add comment about
56567         required autoconf version.
56568
56569 2002-11-20  Paul Eggert  <eggert@twinsun.com>
56570
56571         Merge argmatch cleanups from Bison.  Assume C89.
56572
56573         * lib/argmatch.c: Include config.h here, not in argmatch.h.
56574         Include stdlib.h, for EXIT_FAILURE.
56575         Always include <string.h>, since we assume C89.
56576         (EXIT_FAILURE): Remove pre-C89 bug workaround.
56577         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
56578         Include <stddef.h> instead, since it's all we need for size_t.
56579         (PARAMS): Remove.  All uses removed.
56580         (ARRAY_CARDINALITY): Do not bother to #undef.
56581         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
56582         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56583         Remove unnecessary parentheses.
56584         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
56585         Insert necessary parentheses.
56586         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
56587         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
56588
56589 2002-11-19  Bruno Haible  <bruno@clisp.org>
56590
56591         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
56592         * lib/mbswidth.h: Include <stddef.h>, for size_t.
56593
56594         * lib/mbswidth.h (PARAMS): Remove macro.
56595         (mbswidth, mbsnwidth): Use ANSI C function declarations.
56596         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
56597
56598         * lib/gcd.h (PARAMS): Remove macro.
56599         (gcd): Use ANSI C function declarations.
56600         * lib/gcd.c (gcd): Likewise.
56601
56602 2002-11-15  Bruno Haible  <bruno@clisp.org>
56603
56604         * lib/strcspn.c: Include <stddef.h>.
56605         (strcspn): Use ANSI C function declaration. Change return type to
56606         size_t. Use NULL.
56607         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
56608         (strpbrk): Use NULL.
56609         * lib/strpbrk.h (PARAMS): Remove macro.
56610         (strpbrk): Use ANSI C function declaration.
56611         * lib/strstr.c: Don't include <sys/types.h>.
56612         * lib/strstr.h (PARAMS): Remove macro.
56613         (strstr): Use ANSI C function declarations.
56614
56615 2002-11-14  Karl Berry  <karl@gnu.org>
56616
56617         * config/mkinstalldirs: `do' on separate line, instead of
56618         `for var; do'.
56619
56620 2002-11-06  Bruno Haible  <bruno@clisp.org>
56621
56622         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
56623         * lib/gcd.c (gcd): Likewise.
56624
56625 2002-11-05  Bruno Haible  <bruno@clisp.org>
56626
56627         * lib/gcd.h: New file, from gettext-0.11.5.
56628         * lib/gcd.c: New file, from gettext-0.11.5.
56629
56630 2002-11-05  Bruno Haible  <bruno@clisp.org>
56631
56632         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56633         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56634         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56635         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
56636
56637         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
56638         <libintl.h>.
56639         * lib/makepath.c: Include gettext.h instead of <locale.h> and
56640         <libintl.h>.
56641
56642         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
56643         * lib/human.c: Include gettext.h instead of <libintl.h>.
56644         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
56645         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
56646         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
56647         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
56648         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
56649         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
56650         (textdomain): Remove definition.
56651         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
56652
56653         * lib/long-options.c: Remove include of <libintl.h> and definition of
56654         _.
56655         * lib/same.c: Remove include of <libintl.h> and definition of _.
56656
56657 2002-11-04  Owen Taylor  <otaylor@redhat.com>
56658
56659         * lib/config.charset: A few additions for Solaris.
56660
56661 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56662
56663         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
56664         * lib/localcharset.c (locale_charset): Declare as extern "C".
56665
56666 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
56667
56668         * lib/config.charset: msdos in uk_UA uses CP1125.
56669
56670 2002-11-04  Bruno Haible  <bruno@clisp.org>
56671
56672         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
56673         * lib/strcase.h: New file, from GNU gettext-0.11.5.
56674         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
56675         * lib/strstr.h: New file, from GNU gettext-0.11.5.
56676         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
56677
56678 2002-11-04  Bruno Haible  <bruno@clisp.org>
56679
56680         * lib/localcharset.c (locale_charset): Don't return an empty string.
56681
56682 2002-11-04  Bruno Haible  <bruno@clisp.org>
56683
56684         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
56685         aliases.
56686
56687 2002-11-04  Bruno Haible  <bruno@clisp.org>
56688
56689         * lib/config.charset: Update for newest glibc. Add canonical names
56690         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
56691
56692 2002-11-04  Bruno Haible  <bruno@clisp.org>
56693
56694         * lib/config.charset: Add support for NetBSD.
56695
56696 2002-11-04  Bruno Haible  <bruno@clisp.org>
56697
56698         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
56699
56700 2002-11-01  Bruno Haible  <bruno@clisp.org>
56701
56702         * configure.in: Add AC_CONFIG_AUX_DIR call.
56703         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
56704         test/Makefile.
56705         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
56706
56707 2002-09-28  Karl Berry  <karl@gnu.org>
56708
56709         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
56710         installed automake until the next release, since changes have been
56711         made.
56712
56713 2002-09-25  Karl Berry  <karl@gnu.org>
56714
56715         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
56716         * lib/getopt*: copy from libc/posix.
56717         * lib/gettext.h: copy from gettext.
56718         * lib/.cppi-disable: add strdup.c, gettext.h.
56719
56720 2002-09-25  Karl Berry  <karl@gnu.org>
56721
56722         * config/srclist.txt: enable gettext.h check.
56723         * config/config.{guess,sub}: update from prep.
56724         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
56725                 from automake 1.6.3.
56726         See srclist*.
56727
56728 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
56729
56730         * regex.c (PATFETCH): Remove the translating fetch.
56731         (PATFETCH_RAW): Rename to PATFETCH.
56732         (set_image_of_range): New fun.
56733         (SET_RANGE_TABLE_WORK_AREA): Use it.
56734         (regex_compile): Don't translate the pattern chars so eagerly.
56735         Only do it when inserting an `exactn' bytecode or when handling
56736         a char-range.
56737         (mutually_exclusive_p): Avoid empty statement.
56738
56739 2002-07-06  Jim Meyering  <meyering@lucent.com>
56740
56741         * m4/README: Don't mention Makefile.am.in.
56742         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
56743
56744 2002-07-01  Jim Meyering  <meyering@lucent.com>
56745
56746         * lib/c-stack.c: Include sys/time.h.
56747         From Volker Borchert.
56748
56749 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56750
56751         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
56752
56753 2002-06-26  Paul Eggert  <eggert@twinsun.com>
56754
56755         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
56756         New macro.  Use it uniformly instead of
56757         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
56758         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
56759         reported by Vin Shelton.
56760
56761 2002-06-22  Paul Eggert  <eggert@twinsun.com>
56762
56763         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
56764         Do not assume SA_SIGINFO behavior.
56765         Bug reported by Jim Meyering on NetBSD 1.5.2.
56766
56767 2002-06-22  Jim Meyering  <meyering@lucent.com>
56768
56769         * m4/c-stack.m4: New file, from diffutils-2.8.2.
56770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
56771
56772         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
56773         now that configure.ac uses AC_GNU_SOURCE.
56774         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
56775         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
56776
56777         Update to latest tools.  Suggestions from Paul Eggert.
56778         * m4/stdbool.m4: New file, from diffutils-2.8.2.
56779         * m4/gnu-source.m4: Update from diffutils-2.8.2.
56780         * m4/fnmatch.m4: Likewise.
56781         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
56782         to AC_HEADER_STDBOOL
56783
56784 2002-06-22  Jim Meyering  <meyering@lucent.com>
56785
56786         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
56787         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
56788
56789 2002-06-22  Jim Meyering  <meyering@lucent.com>
56790
56791         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
56792
56793         * lib/exitfail.c, exitfail.h: Likewise.
56794         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
56795
56796         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
56797         of fnmatch.h.
56798         (EXTRA_DIST): Add fnmatch_loop.c.
56799         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
56800
56801         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
56802         * lib/fnmatch.c: Update from diffutils-2.8.2.
56803         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
56804         * lib/fnmatch.h: Remove file.
56805
56806 2002-06-21  Jim Meyering  <meyering@lucent.com>
56807
56808         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
56809         * m4/mbrtowc.m4: Likewise.
56810
56811         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
56812         * m4/mbswidth.m4: Reflect name change:
56813         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
56814         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
56815
56816         * m4/lib-link.m4: Update from gettext-0.11.2.
56817         * m4/gettext.m4: Likewise.
56818
56819         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
56820         From Alfred M. Szmidt.
56821
56822 2002-06-18  Paul Eggert  <eggert@twinsun.com>
56823
56824         * lib/file-type.h: Report an error if neither S_ISREG nor
56825         S_IFREG is defined, instead of using a test specific to glibc
56826         2.2.  This should be safe, since POSIX requires S_ISREG and
56827         Unix Version 7 had S_IFREG.  We don't need to check for
56828         <sys/types.h> since we don't use any symbols that it defines.
56829
56830 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
56831
56832         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
56833         $@-t, so that each temporary file name is unique and valid in the first
56834         8 characters, for operation under DOS.
56835
56836 2002-06-15  Paul Eggert  <eggert@twinsun.com>
56837
56838         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
56839
56840 2002-06-15  Jim Meyering  <meyering@lucent.com>
56841
56842         Work even with DJGPP 2.03, which lacks support for symlinks.
56843         From Richard Dawe.
56844         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
56845         is defined.
56846         * lib/lchown.c (S_ISLNK): Likewise.
56847
56848 2002-06-15  Jim Meyering  <meyering@lucent.com>
56849
56850         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
56851         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
56852         have been included before this file.
56853
56854 2002-06-14  Jim Meyering  <meyering@lucent.com>
56855
56856         * lib/file-type.h: Use the version from diffutils-2.8.2.
56857         * lib/file-type.c: Likewise.
56858
56859 2002-06-07  Jim Meyering  <meyering@lucent.com>
56860
56861         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
56862         They're needed at least for NetBSD 1.5.2.
56863         ($statxfs_includes): Include those same headers.
56864         ($statxfs_includes): Include sys/vfs.h if available.
56865         ($statxfs_includes): Likewise for sys/statvfs.h.
56866         Check for the following members in both structs statfs and statvfs:
56867         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
56868
56869 2002-06-01  Jim Meyering  <meyering@lucent.com>
56870
56871         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
56872         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
56873
56874 2002-05-28  Jim Meyering  <meyering@lucent.com>
56875
56876         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
56877         Reported by Volker Borchert.
56878
56879 2002-05-27  Jim Meyering  <meyering@lucent.com>
56880
56881         Fix a problem seen only on nonconforming systems whereby ls.c's
56882         use of localtime, and then of gettimeofday would cause trouble:
56883         the localtime call used to initialize rpl_gettimeofday's save
56884         mechanism would clobber ls's current local time information so
56885         that in any long listing the first file would always be listed
56886         with date 1970-01-01.  Analysis by Volker Borchert.
56887
56888         * lib/gettimeofday.c (localtime): Undefine.
56889         (rpl_localtime): New function.
56890
56891 2002-05-27  Jim Meyering  <meyering@lucent.com>
56892
56893         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
56894         localtime.
56895
56896         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
56897         use the replacement function; it wouldn't resolve at link time.
56898         Reported by Volker Borchert.
56899
56900 2002-05-22  Jim Meyering  <meyering@lucent.com>
56901
56902         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
56903         file-type.h.
56904         * lib/file-type.h: New file.
56905         * lib/file-type.c (file_type): New file/function.  Extracted from
56906         diffutils.
56907
56908 2002-04-30  Jim Meyering  <meyering@lucent.com>
56909
56910         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
56911
56912 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56913
56914         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
56915
56916 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56917
56918         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
56919         Do not check for alloca.h (no longer used) or stdbool.h (was never
56920         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
56921
56922 2002-04-29  Paul Eggert  <eggert@twinsun.com>
56923
56924         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
56925
56926 2002-04-29  Jim Meyering  <meyering@lucent.com>
56927
56928         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
56929         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
56930         Use AC_FUNC_STRNLEN here instead.
56931
56932         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
56933         With autoconf-2.53a, it's part of AC_PROG_CC.
56934
56935 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56936
56937         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
56938         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
56939
56940 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56941
56942         * lib/sig2str.h, lib/sig2str.c: New files.
56943         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
56944
56945 2002-04-28  Paul Eggert  <eggert@twinsun.com>
56946
56947         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
56948         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
56949         of 127, since 64 is the largest conceivable number for ancient
56950         nonstandard hosts.
56951         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
56952
56953 2002-04-28  Jim Meyering  <meyering@lucent.com>
56954
56955         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
56956
56957 2002-04-24  Jim Meyering  <meyering@lucent.com>
56958
56959         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
56960         (jm_PREREQ): Use it.
56961
56962         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
56963         mach/mach.h fcntl.h.
56964         Check for this function: setlocale.
56965
56966 2002-04-24  Jim Meyering  <meyering@lucent.com>
56967
56968         * lib/gettext.h: New file, from Gettext.
56969         * lib/Makefile.am (INCLUDES): Remove -I../intl.
56970         (libfetish_a_SOURCES): Add gettext.h.
56971
56972 2002-04-16  Jim Meyering  <meyering@lucent.com>
56973
56974         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
56975         ut_pid, ut_id, ut_exit.
56976
56977 2002-04-16  Jim Meyering  <meyering@lucent.com>
56978
56979         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
56980         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
56981         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
56982
56983 2002-04-12  Jim Meyering  <meyering@lucent.com>
56984
56985         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
56986         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
56987         existence of the getmntinfo function.  Needed for Darwin 5.3.
56988
56989         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
56990         This is necessary at least on Darwin 5.3.
56991
56992         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
56993         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
56994         strnlen.o in the library, and that makes some versions of ranlib
56995         object.
56996
56997 2002-04-12  Jim Meyering  <meyering@lucent.com>
56998
56999         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
57000
57001 2002-04-09  Jim Meyering  <meyering@lucent.com>
57002
57003         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
57004         to be more precise.  Rather than saying we're checking whether the
57005         function `works', say what we're testing.
57006         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
57007         Reported by Bruno Haible.
57008
57009 2002-03-10  Jim Meyering  <meyering@lucent.com>
57010
57011         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
57012         Suggestion from Santiago Vila.
57013
57014 2002-03-08  Jim Meyering  <meyering@lucent.com>
57015
57016         * lib/rename.c: Mention that this wrapper is needed also on
57017         mips-dec-ultrix4.4 systems.
57018
57019 2002-03-02  Jim Meyering  <meyering@lucent.com>
57020
57021         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
57022         not HAVE_CLOCK_SETTIME.
57023
57024 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57025
57026         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
57027         Check for clock_settime.
57028
57029 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57030
57031         * lib/nanosleep.h: Rename to....
57032         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
57033
57034         * lib/gettime.c: New file.
57035         * lib/settime.c: New file.
57036         * lib/stime.c: Remove.
57037
57038         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
57039         timespec.h.  Remove nanosleep.h.
57040
57041 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57042
57043         * m4/acl.m4: New file.
57044         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
57045         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
57046
57047 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57048
57049         * lib/acl.c, lib/acl.h: New files.
57050         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
57051
57052 2002-02-24  Jim Meyering  <meyering@lucent.com>
57053
57054         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
57055         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
57056         cause trouble.  Reported by Nelson Beebe.
57057
57058 2002-02-23  Paul Eggert  <eggert@twinsun.com>
57059
57060         * lib/path-concat.c (xpath_concat): Reorder code to pacify
57061         compilers that don't know that xalloc_die never returns.
57062
57063 2002-02-20  Jim Meyering  <meyering@lucent.com>
57064
57065         * lib/getdate.c: Regenerate using bison-1.33.
57066
57067 2002-02-17  Jim Meyering  <meyering@lucent.com>
57068
57069         * config/config.guess (main): Don't use `head -1'; it's no longer
57070         portable. Use `sed 1q' instead.
57071
57072 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
57073
57074         * m4/codeset.m4: Upgrade to gettext-0.11.
57075         * m4/gettext.m4: Upgrade to gettext-0.11.
57076         * m4/glibc21.m4: Upgrade to gettext-0.11.
57077         * m4/iconv.m4: Upgrade to gettext-0.11.
57078         * m4/isc-posix.m4: Upgrade to gettext-0.11.
57079         * m4/lcmessage.m4: Upgrade to gettext-0.11.
57080         * m4/lib-ld.m4: New file, from gettext-0.11.
57081         * m4/lib-link.m4: New file, from gettext-0.11.
57082         * m4/lib-prefix.m4: New file, from gettext-0.11.
57083         * m4/progtest.m4: Upgrade to gettext-0.11.
57084
57085 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57086
57087         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
57088         (jm_PREREQ): Use it.
57089
57090 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57091
57092         * lib/posixver.c, lib/posixver.h: New files.
57093         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57094
57095 2002-02-02  Paul Eggert  <eggert@twinsun.com>
57096             Bruno Haible  <bruno@clisp.org>
57097
57098         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
57099         (fwrite_success_callback): New declaration.
57100         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
57101         print_unicode_char. Call failure callback instead of error.
57102         (fwrite_success_callback): New function.
57103         (exit_failure_callback): New function.
57104         (fallback_failure_callback): New function.
57105         (print_unicode_char): Call unicode_to_mb.
57106
57107 2002-01-26  Jim Meyering  <meyering@lucent.com>
57108
57109         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
57110         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
57111
57112 2002-01-26  Jim Meyering  <meyering@lucent.com>
57113
57114         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
57115
57116 2002-01-22  Paul Eggert  <eggert@twinsun.com>
57117
57118         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
57119
57120 2002-01-22  Jim Meyering  <meyering@lucent.com>
57121
57122         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57123         Otherwise, some versions of automake would omit the rule that makes
57124         Makefile from Makefile.in.
57125
57126 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57127
57128         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57129         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57130         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
57131         (memcoll): Set errno to zero if there is no error.
57132
57133         * lib/quotearg.c (quotearg_buffer_restyled):
57134         Fix bug with quoting buffers containing NUL when backslashing escapes.
57135         This bug was exposed by the other changes in this patch.
57136         (quotearg_n_options): New arg ARGSIZE.
57137         All callers changed.
57138         (quoting_options_from_style): New function.
57139         (quotearg_n_style): Use it.
57140         (quotearg_n_style_mem): New function.
57141
57142         * lib/quotearg.h (quotearg_n_style_mem): New function.
57143
57144 2002-01-19  Jim Meyering  <meyering@lucent.com>
57145
57146         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
57147         Remove useless quotes: DF_PROG="df".
57148         * m4/strnlen.m4: New file.
57149
57150 2002-01-16  Paul Eggert  <eggert@twinsun.com>
57151
57152         * lib/backupfile.c (ISDIGIT): Comment fix.
57153         * lib/getdate.y (ISDIGIT): Likewise.
57154         * lib/posixtm.c (ISDIGIT, year): Likewise.
57155         * lib/strverscmp.c (ISDIGIT): Likewise.
57156         * lib/userspec.c (ISDIGIT): Likewise.
57157
57158 2002-01-16  Jim Meyering  <meyering@lucent.com>
57159
57160         * lib/getdate.y: Add three semicolons, each just before a closing
57161         brace. Bison (as of version 1.31) no longer papers over that mistake.
57162
57163 2002-01-05  Jim Meyering  <meyering@lucent.com>
57164
57165         * lib/version-etc.c (version_etc_copyright): Update copyright year.
57166
57167 2001-12-19  Paul Eggert  <eggert@twinsun.com>
57168
57169         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
57170         not silently exit merely because the output buffer happens to
57171         have nothing pending.
57172
57173 2001-12-18  Paul Eggert  <eggert@twinsun.com>
57174
57175         See the big note in ../ChangeLog.
57176         * lib/human.c (suffixes): Prefer K to k for 1024.
57177         (generate_suffix_backwards): New function.
57178         (human_readable_inexact): Use it.
57179         * lib/xstrtol.c (__xstrtol): If there is no number but there
57180         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
57181         Accept 'K' as well as 'k'.
57182
57183 2001-12-15  Jim Meyering  <meyering@lucent.com>
57184
57185         * lib/regex.h (__restrict_arr): Update from libc.
57186
57187         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
57188         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
57189         (STREQ): Define.
57190
57191 2001-12-14  Jim Meyering  <meyering@lucent.com>
57192
57193         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
57194         Suggestion from Bruno Haible.
57195
57196 2001-12-10  Jim Meyering  <meyering@lucent.com>
57197
57198         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
57199         xrealloc, Instead, include "xalloc.h".
57200         (initbuffer): Don't cast xmalloc return value to char*.
57201         (readline): Reword comment.
57202         Don't cast xrealloc return value to char*
57203         Return NULL, not 0.
57204
57205 2001-12-09  Jim Meyering  <meyering@lucent.com>
57206
57207         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
57208         about `signed and unsigned type in conditional expression'.
57209         * lib/posixtm.c (posix_time_parse): Likewise.
57210
57211         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
57212
57213         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
57214         to avoid a pedantic warning.
57215
57216         * lib/getstr.c: Don't include assert.h.
57217         (getstr): Remove warning-evoking assertions.
57218         Return -1 if offset parameter is out of bounds.
57219         Change the type of a local from int to size_t.
57220
57221         * lib/strftime.c (my_strftime_localtime_r): Include this function
57222         definition in the `#if ! HAVE_TM_GMTOFF' block.
57223
57224         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
57225         Include xalloc.h instead.
57226
57227 2001-12-02  Jim Meyering  <meyering@lucent.com>
57228
57229         * lib/tempname.c: Don't declare getenv, thus reverting the change of
57230         2001-11-18.  It's no longer necessary, now that stdlib.h is always
57231         included.
57232
57233         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
57234         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
57235
57236 2001-11-30  Akim Demaille  <akim@epita.fr>
57237
57238         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
57239         before being defined.
57240
57241 2001-11-27  Paul Eggert  <eggert@twinsun.com>
57242
57243         * lib/quotearg.h (quotearg_n, quotearg_n_style):
57244         First arg is int, not unsigned.
57245         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
57246         (SIZE_MAX, UINT_MAX): New macros.
57247         (quotearg_n_options): Abort if N is negative.
57248         Avoid overflow check on hosts where size_t is 64 bits and int
57249         is 32 bits, as overflow is impossible there.
57250         Fix off-by-one typo that caused unnecessary reallocation.
57251
57252 2001-11-27  Jim Meyering  <meyering@lucent.com>
57253
57254         * lib/tempname.c: Merge with version from libc.
57255         * lib/regex.c: Likewise.
57256
57257         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
57258         systems for which STDC_HEADERS is 0, it was not included, resulting in
57259         a warning about an integer-to-pointer conversion problem with getenv.
57260         Reported by Volker Borchert.
57261
57262 2001-11-26  Jim Meyering  <meyering@lucent.com>
57263
57264         * lib/gtod.h: Remove file.
57265         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
57266         * lib/gettimeofday.c: Don't include gtod.h.
57267         (GTOD_init): Remove function.
57268         (rpl_gettimeofday): Do its job here instead, rather than aborting.
57269         Suggestion from Volker Borchert.
57270
57271 2001-11-23  Jim Meyering  <meyering@lucent.com>
57272
57273         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
57274         it.
57275         * lib/hash.c (struct hash_table): Define it here instead.
57276
57277 2001-11-22  Jim Meyering  <meyering@lucent.com>
57278
57279         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57280
57281 2001-11-20  Jim Meyering  <meyering@lucent.com>
57282
57283         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57284         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57285
57286 2001-11-19  Jim Meyering  <meyering@lucent.com>
57287
57288         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57289         directory.  Use "conftestXXXXXX" as the template.
57290         Suggestion from Paul Eggert.
57291
57292         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57293         immediately, so the test doesn't mistakenly hit the max-open-files
57294         limit.
57295
57296 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57297
57298         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57299         (TEMPORARIES): New macro.
57300         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57301         removes an artificial limitation (e.g. HP-UX 10.20, where
57302         TMP_MAX is 17576).
57303
57304 2001-11-18  Jim Meyering  <meyering@lucent.com>
57305
57306         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57307
57308 2001-11-18  Jim Meyering  <meyering@lucent.com>
57309
57310         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57311         on SunOS 4.
57312
57313         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57314         files will be created before anything else.
57315
57316 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57317
57318         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57319         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57320
57321 2001-11-17  Jim Meyering  <meyering@lucent.com>
57322
57323         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57324         Prompted by a report from Bob Proulx.
57325
57326         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57327         Instead, require UTILS_FUNC_MKSTEMP.
57328
57329 2001-11-17  Jim Meyering  <meyering@lucent.com>
57330
57331         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57332         Now, that's done as part of AC_FUNC_STRTOD.
57333
57334 2001-11-17  Jim Meyering  <meyering@lucent.com>
57335
57336         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57337         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57338         rather than group writable.  Patch by Juan F. Codagnone.
57339
57340         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57341         xrealloc, Instead, include "xalloc.h".
57342
57343         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57344         Remove explicit declarations of xmalloc, xrealloc,
57345         and xstrdup.  Instead, include "xalloc.h".
57346
57347         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57348         unlocked-io.h.
57349         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57350         Likewise.
57351         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57352
57353         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57354         Reported by Padraig Brady.
57355
57356         * lib/mkstemp.c: #undef mkstemp.
57357         Include config.h.
57358         (rpl_mkstemp): Rename from mkstemp.
57359         Protoize.
57360
57361 2001-11-16  Jim Meyering  <meyering@lucent.com>
57362
57363         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57364         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57365         determine the amount of total physical memory, use pstat_getstatic.
57366         HPUX-11 doesn't define _SC_PHYS_PAGES.
57367         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57368         If sysconf couldn't be used to determine the amount of available
57369         physical memory, use both pstat_getstatic and pstat_getdynamic.
57370         Based on a patch from Bob Proulx.
57371
57372 2001-11-10  Jim Meyering  <meyering@lucent.com>
57373
57374         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57375         (jm_PREREQ): Use it.
57376
57377 2001-11-09  Jim Meyering  <meyering@lucent.com>
57378
57379         * m4/jm-macros.m4: Require autoconf-2.52f.
57380         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57381         Use these AC_-prefixed names, not the AM_-prefixed ones.
57382
57383         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57384
57385 2001-11-05  Jim Meyering  <meyering@lucent.com>
57386
57387         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57388
57389 2001-11-04  Jim Meyering  <meyering@lucent.com>
57390
57391         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57392         $DEFS.
57393
57394 2001-11-03  Jim Meyering  <meyering@lucent.com>
57395
57396         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57397         of AC_DEFUN.
57398
57399         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57400         know the name of the variable in the macro definition.
57401
57402 2001-11-03  Jim Meyering  <meyering@lucent.com>
57403
57404         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57405         in argmatch_to_argument call.
57406
57407         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57408         argument.
57409
57410         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57411         e.g., a fault due to an attempt to free a NULL pointer.
57412
57413 2001-11-01  Jim Meyering  <meyering@lucent.com>
57414
57415         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57416         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57417
57418 2001-11-01  Jim Meyering  <meyering@lucent.com>
57419
57420         * lib/dirfd.c, lib/dirfd.h: New files.
57421         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57422
57423         * lib/hash.c (hash_print) [TESTING]: Clean up.
57424
57425 2001-10-22  Paul Eggert  <eggert@twinsun.com>
57426
57427         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
57428         to avoid a warning if -Wall.
57429
57430 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
57431
57432         * README: New file
57433         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
57434         (per RMS's instructions, this is now the canonical source)
57435         * lgpl/, gpl/: New directories.
57436
57437 2001-10-21  Paul Eggert  <eggert@twinsun.com>
57438
57439         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
57440
57441 2001-10-21  Jim Meyering  <meyering@lucent.com>
57442
57443         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
57444         this code would end up calling gettext even in packages built
57445         with --disable-nls.
57446         * lib/getopt.c (_): Likewise.
57447         * lib/regex.c (_): Likewise.
57448
57449 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57450
57451         * m4/error.m4 (jm_PREREQ_ERROR):
57452         Do not invoke AC_CHECK_FUNCS with strerror_r, as
57453         AC_FUNC_STRERROR_R does that.
57454         Check for strerror declaration.
57455
57456         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
57457         are supposed to have them these days.
57458         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
57459         Merge changes from latest Autoconf CVS.
57460         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
57461         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
57462         POSIX decided to standardize on the int flavor of strerror_r.
57463
57464 2001-10-20  Paul Eggert  <eggert@twinsun.com>
57465
57466         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
57467         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
57468         Use strerror_r that is only a macro, even if it is not a function.
57469         (strerror): Check for HAVE_DECL_STRERROR before declaring.
57470         (private_strerror): Use prototypes, not old-style function definition.
57471         (print_errno_message): New function.
57472         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
57473         char*-flavored one.
57474         (error_tail, error, error_at_line): Use it.
57475
57476 2001-10-11  Jim Meyering  <meyering@lucent.com>
57477
57478         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
57479         and quote_n (1, ... to avoid clobbering a buffer.
57480
57481 2001-10-05  Jim Meyering  <meyering@lucent.com>
57482
57483         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
57484         hash-pjw.h.
57485         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
57486         * lib/hash-pjw.h: New file.
57487
57488 2001-09-30  Jim Meyering  <meyering@lucent.com>
57489
57490         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
57491         `struct fsstat' has the `f_fstypename' member.
57492         Use that to define FS_TYPE, which is now used to make
57493         the getfsstat link test tighter.
57494
57495 2001-09-30  Jim Meyering  <meyering@lucent.com>
57496
57497         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
57498         Include <sys/ucred.h>, for Apple Darwin.
57499         Include sys/mount.h and sys/fs_types.h only if available.
57500         (FS_TYPE): Define.
57501         (read_filesystem_list): Use FS_TYPE.
57502
57503 2001-09-29  Paul Eggert  <eggert@twinsun.com>
57504
57505         * lib/exclude.c (excluded_filename): 0 -> false, since it's
57506         a boolean context.
57507
57508 2001-09-29  Jim Meyering  <meyering@lucent.com>
57509
57510         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57511         [one-argument getmntent function]): Include stdio.h before mntent.h.
57512         SunOS 4.1.x needs it for the declaration of `FILE'.
57513         Patch by Volker Borchert.
57514
57515         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
57516         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
57517         sys/fs_types.h, and make the link-test for getfsstat guard #include
57518         directives with appropriate #if HAVE_*_H tests so that we can
57519         detect getfsstat on Apple Darwin1.3.7 systems.
57520         Reported by Nelson Beebe.
57521         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
57522
57523 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57524
57525         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57526         #defines strtoimax.  Also treat the other strto* functions
57527         like strtoimax.
57528
57529         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57530         Check for strtoul and strtoumax,
57531         as those declarations are made even in the signed case.
57532         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
57533         Likewise, for strtol and strtoimax.
57534
57535 2001-09-28  Paul Eggert  <eggert@twinsun.com>
57536
57537         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
57538         #defines strtoimax.  Also treat the other strto* functions
57539         like strtoimax.
57540
57541         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
57542         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
57543         (strtoimax, strtoumax): Do not declare if already defined as a macro.
57544
57545 2001-09-26  Jim Meyering  <meyering@lucent.com>
57546
57547         Most macros in unlocked-io.h had the wrong number of arguments.
57548         * lib/gen-uio: New script.
57549         (USE_UNLOCKED_IO): Define to 1 if not already defined.
57550         * lib/unlocked-io.hin: Remove file.
57551         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
57552         rather than trying to embed it here.
57553         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
57554         Reported by Padraig Brady.
57555
57556 2001-09-25  Volker Borchert  <bt@teknon.de>
57557
57558         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
57559         `result'.
57560
57561 2001-09-24  Jim Meyering  <meyering@lucent.com>
57562
57563         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
57564
57565 2001-09-23  Jim Meyering  <meyering@lucent.com>
57566
57567         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
57568         instead of the mere test for existence of mntent.h.  The latter
57569         would get a false-positive on AIX 3.4 systems.
57570         In the outer getmntent if-block, don't die if neither of the getmntent
57571         tests succeeds.  Instead, just fall through and continue with the
57572         remaining tests.
57573
57574 2001-09-23  Jim Meyering  <meyering@lucent.com>
57575
57576         * lib/mountlist.c: Remove useless parentheses in #if directives.
57577         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
57578         the deprecated MOUNTED symbol is no longer defined in mntent.h.
57579
57580 2001-09-22  Jim Meyering  <meyering@lucent.com>
57581
57582         * m4/gettext.m4: New file.  From gettext.
57583         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
57584         * m4/progtest.m4: Likewise
57585         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
57586         * m4/glibc21.m4: Likewise.
57587
57588         * m4/libintl.m4: Remove.  No longer used.
57589
57590 2001-09-22  Jim Meyering  <meyering@lucent.com>
57591
57592         * lib/localcharset.c: Update from latest gettext.
57593         * lib/config.charset: Likewise.
57594
57595 2001-09-20  Jim Meyering  <meyering@lucent.com>
57596
57597         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
57598         strtoimax.
57599         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
57600         strtoumax.
57601
57602 2001-09-20  Jim Meyering  <meyering@lucent.com>
57603
57604         * lib/xstrtol.c (strtoimax): Guard declaration with
57605         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
57606         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
57607         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
57608         (strtoumax): Likewise, for completeness (it wasn't necessary).
57609
57610 2001-09-17  Paul Eggert  <eggert@twinsun.com>
57611
57612         * lib/strtoimax.c (HAVE_LONG_LONG):
57613         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
57614         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
57615         to work around bug in IBM C compiler.
57616
57617 2001-09-17  Jim Meyering  <meyering@lucent.com>
57618
57619         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
57620         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
57621         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
57622         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
57623         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
57624         whenever the right hand side need not be expanded by the shell.
57625
57626 2001-09-16  Paul Eggert  <eggert@twinsun.com>
57627
57628         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
57629         library.  It's not correct, as some older glibcs are buggy.
57630         fnmatch wasn't fixed until glibc 2.2.
57631
57632         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
57633         special shell magic here.
57634
57635 2001-09-16  Jim Meyering  <meyering@lucent.com>
57636
57637         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
57638         * m4/jm-macros.m4: Require it.
57639
57640 2001-09-16  Jim Meyering  <meyering@lucent.com>
57641
57642         * lib/mkdir.c: New file.
57643
57644 2001-09-15  Jim Meyering  <meyering@lucent.com>
57645
57646         * m4/jm-macros.m4: Check for help2man.
57647
57648 2001-09-11  Jim Meyering  <meyering@lucent.com>
57649
57650         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
57651         The body, by Paul Eggert, was moved here from configure.in.
57652         * m4/jm-macros.m4: Require UTILS_HOST_OS.
57653
57654 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57655
57656         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
57657         (jm_PREREQ): Use it.
57658
57659 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57660
57661         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
57662         Use ssize_t, not int, to store result of readlink.
57663         Check for ssize_t overflow as well as size_t overflow,
57664         as POSIX says the result of readlink is implementation-defined
57665         when ssize_t overflows.
57666         Remove unnecessary cast to char*.
57667         Use free+malloc instead of realloc, as the storage doesn't need
57668         to be preserved and it's clearer and can be more efficient that way.
57669         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
57670         * lib/xreadlink.h (xreadlink): Update prototype.
57671
57672 2001-09-04  Paul Eggert  <eggert@twinsun.com>
57673
57674         * lib/xgetcwd.c: Revert some of the previous change; intead,
57675         fix the HAVE_GETCWD_NULL code to behave more like the
57676         !HAVE_GETCWD_NULL code used to.
57677
57678         Include "xalloc.h".
57679         (xgetcwd): Do not return NULL when memory is exhausted; instead,
57680         invoke xalloc_die.
57681
57682 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57683
57684         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
57685         sys/param.h, as pathmax.h includes them.
57686
57687 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57688
57689         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
57690         (jm_PREREQ_XGETCWD): New macro.
57691
57692         * m4/getcwd.m4: New file.
57693
57694 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57695
57696         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
57697         like the HAVE_GETCWD_NULL code.
57698         Include pathmax.h if not HAVE_GETCWD.
57699         Do not include xalloc.h.
57700         (INITIAL_BUFFER_SIZE): New symbol.
57701         Do not use xmalloc / xrealloc, since the caller is responsible for
57702         handling errors.  Preserve errno around `free' during failure.
57703         Do not overrun buffer when using getwd.
57704
57705 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57706
57707         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
57708         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
57709         getcwd (NULL, 0).
57710
57711 2001-09-03  Paul Eggert  <eggert@twinsun.com>
57712
57713         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
57714         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
57715         spotted by Jim Meyering.
57716
57717 2001-09-03  Jim Meyering  <meyering@lucent.com>
57718
57719         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
57720         failure.
57721
57722 2001-09-02  Jim Meyering  <meyering@lucent.com>
57723
57724         * lib/error.c: Update from GNU libc.
57725
57726 2001-09-01  Jim Meyering  <meyering@lucent.com>
57727
57728         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
57729         Used by df.
57730
57731 2001-09-01  Jim Meyering  <meyering@lucent.com>
57732
57733         * lib/xreadlink.c: New file.
57734         * lib/xreadlink.h: New file.
57735         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
57736         xreadlink.h.
57737
57738         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
57739         doesn't conflict with sparc Solaris 7's definition in
57740         /usr/include/sys/int_types.h.
57741
57742         * lib/exclude.c: Use `""', not `<>' to #include non-system header
57743         files.
57744         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
57745         and strncasecmp as r-values.  Unixware didn't have declarations.
57746
57747 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57748
57749         * lib/xstrtol.h: Add copyright notice.
57750         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
57751         LONGINT_INVALID_SUFFIX_CHAR.
57752
57753 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57754
57755         * lib/xstrtol.c (strtoimax): New decl.
57756
57757 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57758
57759         * lib/xgetcwd.c: Don't include pathmax.h.
57760         Include stdlib.h and unistd.h if available.
57761         Include xalloc.h.
57762         (xmalloc, xstrdup, free): Remove decls.
57763         (xgetcwd): Don't assume sizes fit in unsigned.
57764         Check for overflow when computing sizes.
57765         Simplify reallocation code.
57766
57767 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57768
57769         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
57770         a directory's st_size can have an arbitrary value, so the old
57771         usage could waste an arbitrary amount of memory.  All uses
57772         changed.
57773         * lib/savedir.h: Update prototype.
57774
57775 2001-08-31  Paul Eggert  <eggert@twinsun.com>
57776
57777         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
57778
57779         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
57780         old strtoimax.c.
57781
57782         Also, make the following further changes to make this file's
57783         configuration more similar to that of strtol.c:
57784         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
57785         (strtoumax, uintmax_t, strtoull, strtol): Remove.
57786         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
57787         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
57788         changed to signed values.
57789
57790         And make the following changes as well:
57791         Fix copyright notice, as 1999 was missing.
57792         (verify): New macro.
57793         (strtoimax): Check sizes at compile-time, not run-time.
57794         Prefer strtol to strtoll if both work.
57795         (main): Remove; it was not that useful and was a pain to maintain.
57796
57797         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
57798
57799 2001-08-31  Jim Meyering  <meyering@lucent.com>
57800
57801         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
57802         Use an initial, malloc'd, buffer of length 128 rather than
57803         a statically allocated one of length 1024.
57804
57805 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57806
57807         Simplify code, partly by assuming autoconf 2.52 semantics.
57808
57809         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
57810
57811         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
57812         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
57813         All uses removed.
57814         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
57815         Move AC_REQUIRE to next-to-top level, to avoid confusion.
57816         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
57817         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
57818         jm_AC_HEADER_INTTYPES_H.
57819         * m4/jm-macros.m4 (jm_MACROS): Likewise.
57820
57821         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
57822
57823         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
57824         Quote first arg of AC_DEFUN.
57825         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
57826         since they are needed to parse the include file even if we need
57827         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
57828         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
57829         but with opposite signedness.
57830
57831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57832
57833         Merge 'exclude' changes from tar 1.13.22.
57834         This fixes one or two unlikely storage allocation overflow bugs,
57835         but doesn't change user-visible behavior otherwise.
57836
57837 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57838
57839         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
57840         (jm_PREREQ_EXCLUDE): New macro.
57841
57842 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57843
57844         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
57845         tm to be declared.
57846
57847 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57848
57849         * lib/hash.c: Remove '2001' from copyright notice.
57850
57851 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57852
57853         * lib/full-write.h: New file.
57854         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
57855         * lib/full-write.c: Correct credits, as cccp.c no longer
57856         exists and anyway it was so heavily changed from the old cccp
57857         code as to be unrecognizable.  Include full-write.h.
57858         (full_write) Return size_t, with short writes meaning failure.
57859         All callers changed.  This fixes a bug with large buffers
57860         on 64-bit hosts.
57861         * lib/utime.c: Include full-write.h.
57862
57863 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57864
57865         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
57866         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
57867         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
57868         Include if available.
57869         (<xalloc.h>): Include
57870         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
57871         (verify): New macro.  Use it to verify that EXCLUDE macros do not
57872         collide with FNM macros.
57873         (struct patopts): New struct.
57874         (struct exclude): Use it, as exclude patterns now come with options.
57875         (new_exclude): Support above changes.
57876         (new_exclude, add_exclude_file):
57877         Initial size must now be a power of two to simplify overflow checking.
57878         (free_exclude, fnmatch_no_wildcards): New function.
57879         (excluded_filename): No longer requires options arg, as the options
57880         are determined by add_exclude.  Now returns bool, not int.
57881         (excluded_filename, add_exclude):
57882         Add support for the fancy new exclusion options.
57883         (add_exclude, add_exclude_file): Now takes int options arg.
57884         Check for arithmetic overflow when computing sizes.
57885         (add_exclude_file): xrealloc might modify errno, so don't
57886         realloc until after errno might be used.
57887
57888         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
57889         New macros.
57890         (free_exclude): New decl.
57891         (add_exclude, add_exclude_file): Now takes int options arg.
57892         (excluded_filename): No longer requires options arg, as the options
57893         are determined by add_exclude.  Now returns bool, not int.
57894
57895 2001-08-30  Paul Eggert  <eggert@twinsun.com>
57896
57897         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
57898
57899 2001-08-27  Jim Meyering  <meyering@lucent.com>
57900
57901         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
57902
57903         * lib/version-etc.c (N_): Remove definition.
57904         Revert most of last change.
57905         Instead, simply don't mark the `Copyright...' string for translation.
57906         Based on advice from Paul Eggert.
57907
57908         * lib/strtoxmax.c: Tweak comment.
57909
57910 2001-08-26  Jim Meyering  <meyering@lucent.com>
57911
57912         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
57913
57914         * m4/xstrtoimax.m4: New file.
57915         * m4/xstrtoumax.m4: Add comments explaining why we
57916         AC_REPLACE_FUNCS(strtol).
57917
57918 2001-08-26  Jim Meyering  <meyering@lucent.com>
57919
57920         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
57921         of copyright with `%s' so translators don't get an untranslated
57922         message in 2002.
57923         (COPYRIGHT_YEAR): Define.
57924         (version_etc): Use fprintf rather than fputs.
57925         Suggestion from Ulrich Drepper.
57926
57927         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
57928
57929         * lib/strtoll.c: New file, from GNU libc.
57930         * lib/xstrtoimax.c: New file.
57931
57932         * lib/xstrtol.h: Add xstrtoimax.
57933         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
57934         * lib/strtoimax.c: New file.  Likewise, but first define
57935         STRTOUXMAX_SIGNED.
57936
57937         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
57938         ...
57939         * lib/strtoxmax.c: ... then renamed to this.
57940
57941 2001-08-18  Paul Eggert  <eggert@twinsun.com>
57942
57943         * m4/inttypes.m4: Add AC_PREREQ(2.13).
57944         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
57945         (jm_AC_TYPE_INTMAX_T): New macro.
57946         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
57947
57948         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
57949
57950         * m4/longlong.m4: Renamed from ulonglong.m4.
57951         * m4/inttypes.m4: Renamed from inttypes_h.m4.
57952         * m4/uintmax_t.m4: Removed.
57953
57954 2001-08-13  Paul Eggert  <eggert@twinsun.com>
57955
57956         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
57957         Port to Solaris 8, where 'sed' requires a space after the 'r'
57958         command, and where sh dislikes "$/".  Clean up the spacing a bit.
57959         Redirect output to $tmp just once.
57960
57961 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
57962
57963         * lib/addext.c (<errno.h>): Include.
57964         (errno): Declare if not defined.
57965         (addext): Work correctly when pathconf returns -1 and leaves
57966         errno alone because there is no limit.  Also, work even if
57967         pathconf returns a value greater than SIZE_MAX.
57968
57969 2001-08-12  Jim Meyering  <meyering@lucent.com>
57970
57971         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
57972         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
57973         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
57974         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
57975         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
57976         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
57977         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
57978         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
57979         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
57980         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
57981         utime.m4, utimes.m4, xstrtoumax.m4:
57982         Quote the first argument in each use of AC_DEFUN.
57983
57984 2001-08-12  Jim Meyering  <meyering@lucent.com>
57985
57986         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
57987         Simply `return getcwd (NULL, 0);'.
57988         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
57989         Use 1300 as initial value for length, not PATH_MAX.
57990
57991         * lib/pathmax.h: Clean up cpp syntax.
57992
57993 2001-08-12  Jim Meyering  <meyering@lucent.com>
57994
57995         * lib/gettimeofday.c: New file.
57996         * lib/gtod.h: New file.
57997         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
57998
57999 2001-08-05  Jim Meyering  <meyering@lucent.com>
58000
58001         * m4/jm-macros.m4: Require autoconf-2.52.
58002
58003 2001-08-04  Jim Meyering  <meyering@lucent.com>
58004
58005         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
58006         stmt, to get in sync with glibc.
58007
58008 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58009
58010         The following changes are from gettext 0.10.39 as maintained by
58011         Bruno Haible.
58012
58013         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
58014         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
58015         with inverted sense.  All uses changed.
58016
58017         * lib/mbswidth.c: Don't include <limits.h>.
58018         Include <stdlib.h> and <string.h> unconditionally.
58019         (iswcntrl, mbsinit, ISCNTRL): New macros.
58020         (mbsnwidth): Use K&R style function declarations.
58021         Don't bother checking for MB_LEN_MAX == 1, since the compiler
58022         can optimize it when MB_CUR_MAX == 1.
58023         The width of control characters is zero, not 1.
58024
58025 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58026
58027         The following changes are from gettext 0.10.39 as maintained by
58028         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
58029
58030         * m4/codeset.m4: Upgrade to serial AM1.
58031         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
58032         all uses changed.  Quote first arg of AC_DEFUN.
58033         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
58034
58035         * m4/iconv.m4: Upgrade to serial AM2.
58036         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
58037         Add --with-libconv-prefix.
58038         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
58039         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
58040         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
58041         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
58042         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
58043
58044         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
58045         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
58046         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
58047         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
58048         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
58049         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
58050         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
58051         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
58052         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
58053
58054         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
58055         string.h any more.
58056
58057         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
58058         not the default value.
58059
58060         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
58061         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
58062         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
58063         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
58064         Also check for iswcntrl, used for wcwidth fallback.
58065         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
58066         to Autoconf 2.13.
58067
58068 2001-08-03  Jim Meyering  <meyering@lucent.com>
58069
58070         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
58071         as it was in the original.  Reported by Paul Eggert.
58072
58073 2001-07-16  Jim Meyering  <meyering@lucent.com>
58074
58075         * m4/gettimeofday.m4: New file.
58076         Prompted by a report from Bernhard Baehr.
58077
58078 2001-07-15  Jim Meyering  <meyering@lucent.com>
58079
58080         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
58081         stuff. Now it's in ../Makefile.cfg.
58082
58083 2001-07-15  Jim Meyering  <meyering@lucent.com>
58084
58085         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
58086         (BUILT_SOURCES): Add unlocked-io.h.
58087         (io_functions): Define.
58088         (unlocked-io.h): New rule.
58089         (DISTCLEANFILES): Add unlocked-io.h.
58090         (all-local): Depend on unlocked-io.h, to ensure it is created.
58091
58092         * lib/unlocked-io.hin: New file
58093
58094         * lib/regex.c: Update from glibc.
58095
58096 2001-07-05  Jim Meyering  <meyering@lucent.com>
58097
58098         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
58099         recommendation.
58100         (libfetish_a_SOURCES): Put all .h files here instead.
58101         Remove a thus-exposed (better checks in automake) duplicate and
58102         two unnecessary .h files.
58103
58104 2001-07-04  Jim Meyering  <meyering@lucent.com>
58105
58106         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
58107         that generates jm-glibc-io.m4 so that it doesn't trigger any make
58108         distcheck failure.
58109
58110 2001-07-02  Jim Meyering  <meyering@lucent.com>
58111
58112         The following changes were prompted by suggestions from Bruno Haible.
58113
58114         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
58115         is now generated.
58116         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
58117         definition of EXTRA_DIST.
58118         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
58119         ensure that the generated file is created/updated whenever the list
58120         of $(unlocked_functions) is changed.
58121         (jm-glibc-io.m4): New rule.
58122         (unlocked-io.h): New rule -- currently unused.
58123
58124 2001-06-24  Jim Meyering  <meyering@lucent.com>
58125
58126         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58127         unmatched right bracket, rather than kludging it with an extra,
58128         falsely-matching quote in a comment.  Patch by Akim Demaille.
58129
58130 2001-06-11  Jim Meyering  <meyering@lucent.com>
58131
58132         * lib/regex.c: Update from GNU libc.
58133
58134 2001-05-27  Jim Meyering  <meyering@lucent.com>
58135
58136         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
58137         Check for ut_type in struct utmp.
58138
58139 2001-05-27  Jim Meyering  <meyering@lucent.com>
58140
58141         * lib/readutmp.h (UT_TYPE): Define.
58142
58143 2001-05-24  Jim Meyering  <meyering@lucent.com>
58144
58145         * lib/argmatch.c: Include "quote.h".
58146         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
58147         quote function.  Reported by Göran Uddeborg.
58148
58149 2001-05-22  Jim Meyering  <meyering@lucent.com>
58150
58151         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
58152         now that we use the package-supplied version unconditionally.
58153         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
58154
58155 2001-05-21  Jim Meyering  <meyering@lucent.com>
58156
58157         * m4/regex.m4: Change a couple backticks to single quotes to avoid
58158         shell syntax errors.
58159
58160 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58161
58162         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
58163
58164 2001-05-20  Paul Eggert  <eggert@twinsun.com>
58165
58166         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
58167         Don't bother to check library strftime, since
58168         we'll be using our own my_strftime function anyway.
58169         Define my_strftime instead of strftime.
58170
58171 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
58172
58173         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
58174         which is not yet declared.
58175
58176 2001-05-15  Jim Meyering  <meyering@lucent.com>
58177
58178         * m4/regex.m4: Use proper quoting so brackets appear in the test
58179         program.
58180         Reported by, and with help from, Bruno Haible.
58181
58182 2001-05-13  Jim Meyering  <meyering@lucent.com>
58183
58184         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
58185         undefined.
58186
58187 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58188
58189         dirname code cleanup.  base_name now behaves more compatibly
58190         with POSIX basename when given file names that have trailing
58191         slashes, and similarly for dir_name.  Add new primitives
58192         base_len and dir_len.  Put the directory-name-related decls
58193         into dirname.h.
58194
58195         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
58196         * lib/backupfile.c (base_name): Likewise.
58197         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
58198         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
58199         * lib/makepath.c (strip_trailing_slashes): Likewise.
58200         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
58201         ISSLASH): Likewise.
58202         * lib/rename.c (strip_trailing_slashes): Likewise.
58203         * lib/same.c (base_name): Likewise.
58204         * lib/stripslash.c (ISSLASH): Likewise.
58205
58206         * lib/addext.c: Include <dirname.h> after size_t is defined.
58207         * lib/backupfile.c: Likewise.
58208
58209         * lib/addext.c (addext): Use base_len to trim redundant
58210         trailing slashes instead of doing it ourselves.
58211         But do not trim the last slash if it is not redundant.
58212
58213         * lib/backupfile.c (find_backup_file_name,
58214         max_backup_version): Use base_len instead of rolling it ourselves.
58215         Handle the case of "" and (on DOS) "C:" correctly.
58216
58217         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
58218         needed. Include <string.h>, <dirname.h>.
58219         (base_name): Allow file names ending in slashes, other than names
58220         that are all slashes.  In this case, return the basename followed
58221         by the slashes.  This is more general, and can be used in places
58222         where the original base_name purposely had an assertion failure.
58223         (base_len): New function.
58224
58225         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
58226         Do not include <assert.h>; no longer needed.
58227         Include xalloc.h.
58228         (memrchr): Remove decl.
58229         (dir_name_r): Remove.
58230         (dir_len): Renamed from dirlen.  All callers changed.
58231         Rewrite in terms of base_name, for simplicity and consistency.
58232         (dir_name): Never return NULL.  All callers changed.
58233         Do not include <stdlib.h> in test program; no longer needed.
58234         return 0; is fine for test program.
58235
58236         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
58237         New macros.
58238         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
58239
58240         * lib/path-concat.c (path_concat): Use base_len to compute
58241         base length, not strlen; this means we cannot rely on memcpy
58242         to null-terminate.
58243
58244         * lib/same.c (STREQ): Remove.
58245         (same_name): Handle the case where the basename ends in trailing '/'.
58246
58247         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
58248         a slash was stripped.  Do not strip the last slash after a
58249         file system prefix.
58250
58251 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58252
58253         * lib/Makefile.am (libfetish_a_SOURCES):
58254         Add strftime.c, since we now compile it on all hosts.
58255
58256         * lib/strftime.c (my_strftime):
58257         Define to nstrftime if emacs, but only if my_strftime is not defined.
58258         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
58259         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
58260         Add one more extra argument: a nanoseconds value.
58261         All uses changed.
58262         (ns): New macro.
58263         (my_strftime function): Add %N format.
58264         (emacs_strftimeu): Renamed from emacs_strftime,
58265         with extra ut argument.
58266
58267 2001-05-09  Paul Eggert  <eggert@twinsun.com>
58268
58269         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
58270
58271 2001-04-21  Jim Meyering  <meyering@lucent.com>
58272
58273         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
58274         doesn't interfere.
58275
58276 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58277
58278         * m4/ftruncate.m4: Check for chsize.
58279         Link with ftruncate.o unconditionally if ftruncate is missing.
58280         This was required when cross-compiling to i586-mingw32msvc.
58281
58282 2001-04-08  Jim Meyering  <meyering@lucent.com>
58283
58284         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58285         recomputed; that's necessary when the offset spans a DST transition.
58286         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58287
58288 2001-04-02  Jim Meyering  <meyering@lucent.com>
58289
58290         * lib/regex.h, regex.c: Update from GNU libc.
58291
58292 2001-03-24  Jim Meyering  <meyering@lucent.com>
58293
58294         * m4/jm-macros.m4: Require autoconf-2.49d.
58295
58296 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58297
58298         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58299
58300 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58301
58302         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58303
58304 2001-03-17  Jim Meyering  <meyering@lucent.com>
58305
58306         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58307         now that the version in autoconf is equivalent.
58308         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58309
58310         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58311         Suggestion from Akim Demaille.
58312
58313         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58314         (jm_PREREQ_TEMPNAME): New function.
58315
58316 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58317
58318         * lib/tempname.c (uint64_t): Define to uintmax_t if
58319         not defined, and if UINT64_MAX is not defined.
58320         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58321         Reported by John David Anglin.
58322
58323 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58324
58325         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58326         resolve alias if codeset is empty.
58327         * lib/config.charset (BeOS): Use wildcard syntax.
58328
58329 2001-03-13  Jim Meyering  <meyering@lucent.com>
58330
58331         * lib/path-concat.c (path_concat)
58332         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58333         concatenating e.g., `C:' and `foo'.
58334         From Bruno Haible.
58335
58336 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58337
58338         * lib/localcharset.c (locale_charset): Don't use
58339         setlocale(LC_CTYPE,NULL). Don't return NULL.
58340         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58341
58342 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58343
58344         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58345         support for DOS/DJGPP.
58346
58347 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58348
58349         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58350         lacks mkstemp.  Compile our own tempname.c if we compile our own
58351         mkstemp.c, as mkstemp relies on tempname.
58352
58353 2001-03-01  Jim Meyering  <meyering@lucent.com>
58354
58355         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58356         AH_VERBATIM really does output its argument verbatim.
58357
58358 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58359
58360         * lib/Makefile.am (libfetish_a_SOURCES):
58361         Add dup-safer.c, fopen-safer.c.
58362         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58363
58364         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58365         * lib/unistd-safer.h: New files.
58366
58367 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58368
58369         The mkstemp replacement is taken from glibc 2.2.2, with some
58370         portability fixes for use outside glibc, as follows:
58371
58372         * lib/tempname.c (struct_stat64): New macro.
58373         (direxists, __gen_tempname): Use it.
58374         This avoids a portability problem with Solaris 8.
58375
58376         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58377         (<stddef.h>, <stdint.h>, <string.h>):
58378         Include only if STDC_HEADERS || _LIBC.
58379         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58380         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58381         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58382         (__set_errno): Define this macro if <errno.h> doesn't.
58383         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58384         Define these macros if <stdio.h> doesn't.
58385         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58386         Define these macros if <sys/stat.h>
58387         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58388         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58389         __xstat64): Define if not _LIBC.
58390         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58391         (__gen_tempname): Invoke gettimeofday only if
58392         HAVE_GETTIMEOFDAY || _LIBC;
58393         otherwise, fall back on plain "time".
58394         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58395
58396         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58397
58398         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58399
58400 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58401
58402         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58403
58404 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58405
58406         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58407         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58408         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58409         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58410
58411 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58412
58413         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58414         Remove workaround macros for hosts that have mbrtowc but not
58415         mbstate_t, as we now insist on proper declarations for both
58416         before using mbrtowc.
58417
58418 2001-02-17  Jim Meyering  <meyering@lucent.com>
58419
58420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58421         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58422         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58423         UnixWare 7.1.1.
58424
58425         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
58426         rather than AC_CACHE_VAL.
58427
58428 2001-02-17  Jim Meyering  <meyering@lucent.com>
58429
58430         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
58431         around included file name.
58432
58433         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
58434
58435         * lib/strftime.c: Update from GNU libc (the only changes were to
58436         comments).
58437
58438 2001-02-17  Jim Meyering  <meyering@lucent.com>
58439
58440         * lib/regex.c: Update from libc.
58441
58442 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
58443
58444         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
58445         clash.
58446
58447 2001-02-16  Paul Eggert  <eggert@twinsun.com>
58448
58449         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
58450         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
58451         Reported by Mark Hounschell via Paul Eggert.
58452
58453 2001-02-07  Jim Meyering  <meyering@lucent.com>
58454
58455         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
58456
58457 2001-02-05  Jim Meyering  <meyering@lucent.com>
58458
58459         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
58460         it includes the patch required for `large file' support with at least
58461         HP-UX's 10.20 /bin/cc.
58462
58463 2001-02-03  Jim Meyering  <meyering@lucent.com>
58464
58465         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
58466         AS_IF, now that it works once again (mysteriously).
58467         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58468
58469 2001-01-30  Jim Meyering  <meyering@lucent.com>
58470
58471         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
58472         * m4/chown.m4: Rename conftestchown to conftest.chown.
58473         * m4/rename.m4: s/conftestdir/conftest.d1/ and
58474         s/conftestdir2/conftest.d2/.
58475         * m4/utimes.m4: s/conftestdata/conftest.data/
58476         Inspired by Pavel Roskin's change in autoconf.
58477
58478 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
58479
58480         * lib/config.charset: Update for FreeBSD 4.2.
58481
58482 2001-01-27  Jim Meyering  <meyering@lucent.com>
58483
58484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
58485         a use of AS_IF.
58486         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
58487
58488 2001-01-26  Jim Meyering  <meyering@lucent.com>
58489
58490         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
58491         quotearg.c includes it.
58492
58493 2001-01-26  Jim Meyering  <meyering@lucent.com>
58494
58495         * lib/quotearg.c: Include stddef.h.
58496         * lib/quote.c: Include stddef.h.
58497         Reported by Axel Kittenberger.
58498
58499         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
58500         line in double quotes so that it evokes a better diagnostic.
58501         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
58502         Reported by Axel Kittenberger.
58503
58504 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
58505
58506         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
58507         as if it was a `charset'.
58508
58509 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58510
58511         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
58512         has const.
58513
58514 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
58515
58516         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
58517         to avoid a warning.  Add back 'const' to inptr.
58518
58519 2001-01-20  Jim Meyering  <meyering@lucent.com>
58520
58521         Be sure that headers are checked before used in code compiled
58522         for the type checks.
58523         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
58524         In place of that, invoke jm_CHECK_ALL_TYPES.
58525         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
58526         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
58527         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
58528         The check for ssize_t was mistakenly run before the test for unistd.h.
58529
58530         The configure-time check for stdbool.h was missing.
58531         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
58532         (jm_PREREQ_HASH): New function.
58533
58534 2001-01-17  Jim Meyering  <meyering@lucent.com>
58535
58536         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
58537         for autoconf-2.49c.
58538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
58539
58540 2001-01-16  Jim Meyering  <meyering@lucent.com>
58541
58542         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
58543         From Bruno Haible.
58544
58545 2001-01-14  Jim Meyering  <meyering@lucent.com>
58546
58547         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
58548         foo and bar.  Create conftestdir/ in the script, not in the C code.
58549         Remove directories in the script, not in the C code.
58550         Remove conftestdir{,2} before trying to create the directory.
58551         Make the entire configure script fail if the mkdir fails.
58552
58553 2001-01-14  Jim Meyering  <meyering@lucent.com>
58554
58555         * lib/rename.c: New file.  From Volker Borchert.
58556         Include stdlib.h, string.h or strings.h, and xalloc.h.
58557         Use strip_trailing_slashes rather than open-coding it.
58558
58559 2001-01-03  Paul Eggert  <eggert@twinsun.com>
58560
58561         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
58562
58563 2001-01-03  Jim Meyering  <meyering@lucent.com>
58564
58565         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
58566         of local `inptr' to avoid warning with some system declarations of
58567         iconv.
58568
58569 2001-01-02  Volker Borchert  <bt@teknon.de>
58570
58571         * m4/rename.m4: New file.
58572         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
58573
58574 2001-01-01  Jim Meyering  <meyering@lucent.com>
58575
58576         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
58577         even on systems with utmpx.h.  It's necessary for the declaration of
58578         utmp's ut_user member.  Reported by Andreas Jaeger.
58579
58580         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
58581         available. They are required for the declarations of getgrgid and
58582         getpwuid resp.
58583         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
58584         Reported by Andreas Jaeger.
58585
58586 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
58587
58588         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
58589         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
58590         so `make install' also works in VPATH builds.
58591
58592 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
58593
58594         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
58595         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
58596         can be used in subdirectories.
58597
58598 2000-12-29  Paul Eggert  <eggert@twinsun.com>
58599
58600         * lib/modechange.c: Do not assume that mode_t uses the
58601         traditional octal encoding.  E.g. "chmod 1 FOO" should set
58602         the other-execute bit of FOO even if S_IXOTH != 1.
58603
58604         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
58605         WOTH, XOTH, ALLM): New macros.
58606         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
58607          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
58608         Use them.
58609         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
58610         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
58611         (mode_compile):
58612         No need to use uintmax_t; unsigned long is long enough.
58613         Don't bother to get suffix since we don't use it.
58614
58615 2000-12-26  Jim Meyering  <meyering@lucent.com>
58616
58617         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
58618         better with autoheader.
58619
58620 2000-12-24  Jim Meyering  <meyering@lucent.com>
58621
58622         * lib/hash.c (is_prime): Return explicit boolean values.
58623         (hash_get_first): Return NULL to appease Irix5.6's 89.
58624         Reported by Nelson Beebe.
58625
58626 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
58627
58628         * lib/localcharset.c (locale_charset): Add support for Win32.
58629
58630 2000-12-18  Paul Eggert  <eggert@twinsun.com>
58631
58632         * lib/physmem.h, lib/physmem.c: New files.
58633
58634         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
58635         (noinst_HEADERS): Add physmem.h.
58636
58637         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
58638         't' for compatibility with Solaris 8 sort.
58639
58640 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
58641
58642         * lib/config.charset: Add support for BeOS.
58643
58644 2000-12-17  Jim Meyering  <meyering@lucent.com>
58645
58646         * m4/dos.m4 (jm_AC_DOS): New file and macro.
58647         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
58648
58649 2000-12-16  Jim Meyering  <meyering@lucent.com>
58650
58651         This bug had a serious impact on chown: `chown N:M FILE' (for integer
58652         N and M) would have treated it like `chown N:N FILE'.
58653
58654         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
58655
58656 2000-12-16  Jim Meyering  <meyering@lucent.com>
58657
58658         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
58659         SHELLS_FILE to a file name that's useful on djgpp systems.
58660         Include stdlib.h.
58661         (ADDITIONAL_DEFAULT_SHELLS): Define.
58662         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
58663         Based mostly on a patch from Prashant TR.
58664
58665 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
58666
58667         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
58668         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
58669         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
58670
58671 2000-12-08  Andreas Schwab  <schwab@suse.de>
58672
58673         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
58674         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
58675
58676 2000-12-07  Jim Meyering  <meyering@lucent.com>
58677
58678         * lib/stripslash.c (ISSLASH): Define.
58679         (strip_trailing_slashes): Use ISSLASH rather than comparing against
58680         `/'.
58681         From Prashant TR.
58682
58683         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
58684         (dir_name_r): Declare this function as static.
58685         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
58686         manifest itself on a name containing a mix of slashes and
58687         backslashes.
58688         Make this function work with names starting with a DOS-style
58689         drive letter and colon prefix.
58690         (dir_name): Append `.' if necessary.
58691         Based mostly on patches from Prashant TR and Eli Zaretskii.
58692
58693         * lib/dirname.h (dir_name_r): Remove prototype.
58694
58695 2000-12-06  Paul Eggert  <eggert@twinsun.com>
58696
58697         * m4/off_t-format.m4: Remove this file.
58698         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
58699
58700 2000-12-06  Jim Meyering  <meyering@lucent.com>
58701
58702         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
58703         replacement strtoull, we may well need the replacement strtoul, too.
58704         Check for declarations of strtoul and strtoull.
58705         Check for strtol.  Mainly as a cue to cause automake to include
58706         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
58707         Check for limits.h -- strtol.c needs it.
58708
58709 2000-12-05  Jim Meyering  <meyering@lucent.com>
58710
58711         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
58712
58713 2000-12-04  Jim Meyering  <meyering@lucent.com>
58714
58715         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
58716         Also include memory.h, stdlib.h, unistd.h if appropriate.
58717         Reported by Andreas Jaeger (conflicting declaration of malloc).
58718
58719 2000-12-02  Jim Meyering  <meyering@lucent.com>
58720
58721         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
58722         * m4/jm-macros.m4 (jm_MACROS): require it.
58723
58724 2000-12-02  Jim Meyering  <meyering@lucent.com>
58725
58726         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
58727
58728 2000-12-01  Paul Eggert  <eggert@twinsun.com>
58729
58730         * lib/memrchr.c: Include <config.h> before any system include file.
58731
58732 2000-11-30  Jim Meyering  <meyering@lucent.com>
58733
58734         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
58735
58736 2000-11-30  Jim Meyering  <meyering@lucent.com>
58737
58738         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
58739
58740 2000-11-29  Paul Eggert  <eggert@twinsun.com>
58741
58742         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
58743
58744 2000-11-26  Jim Meyering  <meyering@lucent.com>
58745
58746         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
58747
58748 2000-11-22  Paul Eggert  <eggert@twinsun.com>
58749
58750         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
58751         size of (size_t) -1; it's not portable.
58752
58753 2000-11-17  Jim Meyering  <meyering@lucent.com>
58754
58755         * lib/strstr.c: Update from GNU libc.
58756
58757 2000-11-17  Akim Demaille  <akim@epita.fr>
58758
58759         * lib/obstack.h: Formatting changes.
58760         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
58761         prevent type checking.
58762         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
58763         cast the value to (void *): assigning a `foo *' to a `void *'
58764         variable is valid.
58765         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
58766
58767 2000-11-16  Jim Meyering  <meyering@lucent.com>
58768
58769         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
58770
58771 2000-11-11  Jim Meyering  <meyering@lucent.com>
58772
58773         * lib/error.c: Add a couple #includes, merging from GNU libc version.
58774
58775 2000-11-10  Jim Meyering  <meyering@lucent.com>
58776
58777         * lib/obstack.h: Update from GNU libc.
58778         * lib/obstack.c: Likewise.
58779
58780 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
58781
58782         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
58783
58784 2000-11-06  Paul Eggert  <eggert@twinsun.com>
58785
58786         * lib/getusershell.c (setusershell): Use rewind rather than
58787         fseek/fseeko, to avoid configuration hassles with fseeko.
58788         Don't bother opening SHELLS_FILE if shellstream is NULL;
58789         it's not necessary.
58790
58791 2000-11-05  Jim Meyering  <meyering@lucent.com>
58792
58793         * lib/makepath.h (make_dir): Declare.
58794         * lib/makepath.c (make_dir): Remove `static' attribute.
58795         Tweak a comment.
58796
58797 2000-11-04  Jim Meyering  <meyering@lucent.com>
58798
58799         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
58800
58801 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
58802
58803         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
58804         last one in a bucket, advance to the next bucket.
58805
58806 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
58807
58808         * lib/fnmatch.c: Do not comment out all the code if we are using
58809         the GNU C library, because in some cases we are replacing buggy
58810         code in the GNU C library itself.
58811
58812 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
58813
58814         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
58815         (regex_compile): Catch bogus \(\1\).
58816
58817 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58818
58819         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
58820         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
58821         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
58822
58823 2000-10-30  Paul Eggert  <eggert@twinsun.com>
58824
58825         * lib/error.h, getline.h, modechange.h:
58826         Remove "2000" from Copyright line, as the file hasn't been
58827         changed this year other than in the copyright notice.
58828
58829         * lib/xalloc.h: Add "2000" to Copyright line, as this file
58830         was changed this year.
58831
58832 2000-10-29  Jim Meyering  <meyering@lucent.com>
58833
58834         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
58835         renaming.
58836         * m4/ls-mntd-fs.m4: Likewise
58837
58838 2000-10-29  Jim Meyering  <meyering@lucent.com>
58839
58840         * lib/xstat.in: Fix grammar in comment.
58841
58842 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
58843
58844         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
58845         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
58846         doesn't define __restrict_arr.
58847
58848 2000-10-28  Jim Meyering  <meyering@lucent.com>
58849
58850         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
58851         (jm_PREREQ_MEMCHR): New function.
58852
58853 2000-10-28  Jim Meyering  <meyering@lucent.com>
58854
58855         * lib/memchr.c: Update from libc.
58856         Adjust for portability:
58857         [HAVE_STDLIB_H]: Include stdlib.h.
58858         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
58859         Undef __memchr, too.
58860         [!weak_alias]: Define __memchr to memchr.
58861
58862         * lib/regex.c: Update from libc.
58863         * lib/regex.h: Likewise.
58864         * lib/getopt1.c: Likewise.
58865         * lib/memcmp.c: Likewise.
58866
58867         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
58868         Avoid using fseek, when possible -- it's broken by design.
58869         Patch by Ulrich Drepper.
58870
58871 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
58872
58873         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
58874         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
58875         Giving in to popular pressure to shut up the compiler with casts.
58876
58877 2000-10-26  Jim Meyering  <meyering@lucent.com>
58878
58879         * lib/strftime.c: Update from libc.
58880
58881 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
58882
58883         * regex.c: More `unsigned char' -> `re_char' changes.
58884         Also change several `int' into `re_wchar_t'.
58885         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
58886         (PUSH_FAILURE_POINTER): Don't cast any more.
58887         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
58888         We want GCC to complain, since this piece of code makes
58889         re_match non-reentrant, which *should* be fixed.
58890         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
58891         (EXTEND_BUFFER): Use RETALLOC.
58892         (SET_LIST_BIT): Don't cast.
58893         (re_wchar_t): New type.
58894         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
58895         that those two functions will always properly return.
58896         (IMMEDIATE_QUIT_CHECK): Cast to void.
58897         (analyse_first): Use recursion rather than an explicit stack.
58898         (re_compile_fastmap): Can't fail anymore.
58899         (re_search_2): Don't check re_compile_fastmap for failure.
58900         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
58901         Now also sets the new value (passed in a new argument).
58902         (re_match_2_internal): Use it.
58903         Also, use a new var `reg' of type size_t when looping through regs
58904         rather than reuse the inappropriate `mcnt'.
58905
58906 2000-10-25  Jim Meyering  <meyering@lucent.com>
58907
58908         * lib/obstack.c: Update from libc.
58909
58910 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
58911
58912         * regex.c (regex_compile): Change the way of handling a range from
58913         a char less than 256 to a char not less than 256.
58914
58915 2000-10-24  Andrew Innes  <andrewi@gnu.org>
58916
58917         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
58918         NT-Emacs only.
58919         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
58920         so that re_search functions only quit when callers expect them to.
58921
58922 2000-10-23  Jim Meyering  <meyering@lucent.com>
58923
58924         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
58925         wrong.  That set_locale call must not have any side effects.
58926         From Paul Eggert.
58927
58928 2000-10-22  Jim Meyering  <meyering@lucent.com>
58929
58930         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
58931         [CYCLIC]: Remove now-unused definition.
58932
58933         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
58934         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
58935         Suggestion from Ulrich Drepper.
58936
58937 2000-10-21  Jim Meyering  <meyering@lucent.com>
58938
58939         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
58940         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
58941         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
58942
58943 2000-10-21  Jim Meyering  <meyering@lucent.com>
58944
58945         * lib/dirname.c (memrchr): Declare if necessary.
58946         (dir_name): Remove the restriction that there be no
58947         trailing slashes.  Now, this code skips past them, effectively
58948         ignoring them.
58949         [TEST_DIRNAME] (main): New unit tests.
58950
58951         * lib/memrchr.c: New file from GNU libc.
58952         Undef __memrchr, too.
58953         [!weak_alias]: Define __memrchr to memrchr.
58954         Guard weak_alias use with `#ifdef weak_alias'.
58955
58956 2000-10-21  Jim Meyering  <meyering@lucent.com>
58957
58958         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
58959         (dir_name): Use dir_name_r.
58960         * lib/dirname.h (dir_name_r): Declare it.
58961
58962 2000-10-17  Jim Meyering  <meyering@lucent.com>
58963
58964         * lib/quote.h (PARAMS): Define and use.
58965         Reported by Akim Demaille.
58966
58967         * lib/getopt.c: Update from libc.
58968
58969 2000-10-16  Jim Meyering  <meyering@lucent.com>
58970
58971         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
58972         setlocale.
58973         From Jan Fedak.
58974
58975 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
58976
58977         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
58978
58979 2000-09-25  Jim Meyering  <meyering@lucent.com>
58980
58981         * lib/md5.h (rol): Define (from GnuPG).
58982
58983         * lib/sha.c: Give credit (GnuPG) where due.
58984         (M): Use rol rather than open-coding it.
58985         Add a FIXME comment.
58986
58987 2000-09-21  Jim Meyering  <meyering@lucent.com>
58988
58989         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
58990         Reported by Michael Stone.
58991
58992 2000-09-20  Jim Meyering  <meyering@lucent.com>
58993
58994         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
58995         (noinst_HEADERS): Add sha.h.
58996         Based on code from Scott G. Miller and from GnuPG.
58997
58998 2000-09-18  Jim Meyering  <meyering@lucent.com>
58999
59000         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
59001         LIBS. Otherwise, everyone ends up linking with -lelf for some
59002         configurations.
59003         Reported by Mike Stone.
59004
59005 2000-09-15  Jim Meyering  <meyering@lucent.com>
59006
59007         * lib/regex.c: Update from libc.
59008
59009 2000-09-10  Jim Meyering  <meyering@lucent.com>
59010
59011         * lib/getopt.c (_getopt_internal): Update from glibc.
59012
59013 2000-09-09  Jim Meyering  <meyering@lucent.com>
59014
59015         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
59016         think it should be used as a general replacement for isascii.
59017         * lib/fnmatch.c: Likewise.
59018         * lib/mbswidth.c: Likewise
59019         * lib/regex.c: Likewise.
59020
59021         Don't use atoi.
59022         * lib/userspec.c: Include sys/param.h and limits.h.
59023         Include xstrtol.h.
59024         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59025         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
59026         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
59027         UID, GID.  Check range.
59028
59029 2000-09-06  Jim Meyering  <meyering@lucent.com>
59030
59031         * lib/getopt.c (_getopt_internal): Update from glibc.
59032
59033 2000-08-30  Jim Meyering  <meyering@lucent.com>
59034
59035         * lib/strftime.c: Merge in changes from GNU libc.
59036
59037 2000-08-26  Jim Meyering  <meyering@lucent.com>
59038
59039         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
59040         * m4/fpending.m4: New file.
59041
59042 2000-08-26  Jim Meyering  <meyering@lucent.com>
59043
59044         * lib/closeout.c: Include "__fpending.h".
59045         (close_stdout_status): Return right away if there's nothing to flush.
59046
59047         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
59048         * lib/__fpending.c: New file.
59049         * lib/__fpending.h: New file.
59050
59051 2000-08-20  Jim Meyering  <meyering@lucent.com>
59052
59053         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
59054         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
59055         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
59056
59057 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
59058
59059         Improve fileutils installation on systems where running
59060         programs (like install) can't be unlinked.
59061         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
59062         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
59063
59064 2000-08-07  Paul Eggert  <eggert@twinsun.com>
59065
59066         Standardize on "memory exhausted" instead of "Memory exhausted"
59067         or "virtual memory exhausted".
59068         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
59069         "virtual memory exhausted".
59070         * lib/same.c (same_name): Invoke xalloc_die instead of printing
59071         our own message.
59072         * lib/userspec.c (parse_user_spec): Likewise.
59073         * lib/bumpalloc.h: comment fix
59074         * lib/same.c, userspec.c: Include xalloc.h.
59075
59076         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
59077         not char *const and pointing to a constant array.
59078         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
59079         (xrealloc): Comment fix.
59080
59081         * lib/userspec.c (parse_user_spec):
59082         Don't translate a message until just before returning,
59083         to avoid unnecessary translation.
59084
59085 2000-08-07  Jim Meyering  <meyering@lucent.com>
59086
59087         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
59088         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
59089         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
59090         getgroups.c, gethostname.c, getopt.h, group-member.c,
59091         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
59092         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
59093         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
59094         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
59095         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
59096         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
59097         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
59098         yesno.c: Back out Copyright date changes for each file with no change
59099         this year.  This eases coordination with other programs using the same
59100         source code modules.  From Paul Eggert.
59101
59102 2000-08-06  Paul Eggert  <eggert@twinsun.com>
59103
59104         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
59105         not char, for compatibility with glibc 2.1.3 strftime.c.
59106
59107 2000-08-03  Greg McGary  <greg@mcgary.org>
59108
59109         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
59110         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
59111         (EXTEND_BUFFER): Use them.
59112
59113 2000-08-01  Jim Meyering  <meyering@lucent.com>
59114
59115         * lib/dirname.c (ISSLASH): Define.
59116         (BACKSLASH_IS_PATH_SEPARATOR): Define.
59117         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
59118         both `\' and `/' may be use as path separators.
59119         Based on a patch from Prashant TR.
59120
59121 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59122
59123         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59124         slot vector a constant, since it might get modified.
59125
59126 2000-07-31  Jim Meyering  <meyering@lucent.com>
59127
59128         * lib/xmalloc.c: Use `virtual memory exhausted', not
59129         `Memory exhausted'.
59130         * lib/obstack.c (print_and_abort): Likewise.
59131
59132 2000-07-30  Paul Eggert  <eggert@twinsun.com>
59133
59134         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
59135         buffer, so that the caller can always quote one small
59136         component of a "memory exhausted" message in slot 0.
59137         From a suggestion by Jim Meyering.
59138
59139 2000-07-30  Jim Meyering  <meyering@lucent.com>
59140
59141         * lib/makepath.c (make_path): Quote the other instance, too.
59142
59143         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
59144         (STATIC_BUF_SIZE): Define.
59145         (quotearg_n_options): Use only statically allocated storage when
59146         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
59147         than STATIC_BUF_SIZE.
59148
59149 2000-07-29  Jim Meyering  <meyering@lucent.com>
59150
59151         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
59152         * lib/dirname.c (dir_name): Likewise.
59153
59154         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
59155         `/'.
59156
59157         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
59158         (dir_name): Assert that there are no trailing slashes.
59159
59160 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
59161
59162         * lib/mbswidth.h (mbswidth): Add a flags argument.
59163         (mbswidth): New declaration.
59164         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
59165         * lib/mbswidth.c (mbswidth): Add a flags argument.
59166         (mbsnwidth): New function.
59167
59168 2000-07-24  Jim Meyering  <meyering@lucent.com>
59169
59170         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
59171
59172 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59173
59174         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
59175
59176 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59177
59178         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
59179         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
59180         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
59181         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
59182         invoke multibyte primitives.
59183
59184 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59185
59186         * lib/quotearg.c:
59187         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
59188         so that mbstate_t is always defined.
59189
59190         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
59191         be 1 in at least one GCC installation, and this configuration
59192         error is likely to be common.  Ignoring MB_LEN_MAX hurts
59193         performance on hosts that have mbrtowc but have only unibyte
59194         locales, but I assume these hosts are rare.
59195
59196 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59197
59198         * lib/mbswidth.c (_XOPEN_SOURCE):
59199         Don't define; this causes problems on Solaris 7.
59200         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
59201
59202 2000-07-23  Jim Meyering  <meyering@lucent.com>
59203
59204         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
59205         too: getgrgid, getpwuid, getuid.
59206
59207 2000-07-23  Jim Meyering  <meyering@lucent.com>
59208
59209         * lib/basename.c (base_name): Add an assertion.
59210
59211 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
59212
59213         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
59214         shadow its mbsinit function.
59215
59216 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59217
59218         * lib/mbswidth.h: New file.
59219         * lib/mbswidth.c: New file.
59220         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
59221         (noinst_HEADERS): Add mbswidth.h.
59222
59223 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59224
59225         * lib/config.charset: Add support for FreeBSD. Improve support for
59226         HP-UX and IRIX 6.
59227
59228 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
59229
59230         * m4/mbswidth.m4: New file.
59231         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
59232
59233 2000-07-15  Jim Meyering  <meyering@lucent.com>
59234
59235         * lib/makepath.c: Include quote.h.
59236         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
59237         corresponding argument in a `quote (...)' call.
59238         Give better diagnostics.
59239
59240         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
59241         (noinst_HEADERS): Add quote.h.
59242
59243         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
59244         from tar's src/misc.c.
59245         * lib/quote.h: New file.  Prototypes for same.
59246
59247 2000-07-14  Paul Eggert  <eggert@twinsun.com>
59248
59249         From a suggestion by Bruno Haible.
59250         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
59251         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
59252         to decide whether to define the BeOS workaround macro;
59253         this adjusts to the change to AC_MBSTATE_T.
59254
59255 2000-07-14  Jim Meyering  <meyering@lucent.com>
59256
59257         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
59258         jm_AC_TYPE_UINTMAX_T.
59259
59260 2000-07-13  Paul Eggert  <eggert@twinsun.com>
59261
59262         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
59263
59264         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
59265         quotearg_buffer_restyled): Add support for
59266         clocale_quoting_style.  Undo previous change to
59267         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
59268         and "{RIGHT QUOTATION MARK}" msgids.
59269
59270 2000-07-10  Paul Eggert  <eggert@twinsun.com>
59271
59272         From a suggestion by Bruno Haible.
59273         * m4/mbstate_t.m4 (AC_MBSTATE_T):
59274         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
59275         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59276         and mbstate_t, to a single-part test that simply defines mbstate_t.
59277         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59278         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59279
59280 2000-07-10  Jim Meyering  <meyering@lucent.com>
59281
59282         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59283
59284         * m4/gnu-source.m4: Output to confdefs.h directly.
59285         Suggestion from Akim Demaille.
59286
59287 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59288
59289         The old behavior of quoting `like this' doesn't look good with
59290         newer, ISO-style fonts.  See:
59291         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59292
59293         Instead, quote "like this" by default.  Let the translator
59294         tailor the locale-specific quoting behavior by providing
59295         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59296
59297         * lib/quotearg.c (N_): New macro.
59298         (gettext_default): New function.
59299         (quotearg_buffer_restyled): Use
59300         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59301         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59302
59303 2000-07-09  Jim Meyering  <meyering@lucent.com>
59304
59305         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59306         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59307
59308         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59309         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59310
59311 2000-07-09  Jim Meyering  <meyering@lucent.com>
59312
59313         * lib/Most files: Update copyright dates to include 2000.
59314
59315 2000-07-08  Jim Meyering  <meyering@lucent.com>
59316
59317         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59318         if not defined.
59319         (xgethostname): Remove now-unnecessary #ifdef.
59320         Move declaration of `err' into loop where it's used.
59321
59322 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59323         and Bruno Haible  <haible@clisp.cons.org>
59324
59325         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59326         only if the test for an object-type mbstate_t fails.  This
59327         prevents us from mistakenly reporting that mbstate_t is a
59328         system object type after we "#define mbstate_t int" to work
59329         around its lack.
59330
59331 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59332         and Bruno Haible  <haible@clisp.cons.org>
59333
59334         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59335
59336 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59337
59338         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59339         to strerror_r.
59340         Include <ctype.h> for use of isalpha.
59341
59342 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59343
59344         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59345         by allocating a larger buffer. Test the gethostname return value for
59346         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59347         returns an error and ENAMETOOLONG isn't defined.
59348
59349 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59350
59351         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59352         dimension.
59353
59354 2000-07-04  Jim Meyering  <meyering@lucent.com>
59355
59356         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59357         of the deprecated AC_CHECKING.
59358
59359 2000-07-04  Jim Meyering  <meyering@lucent.com>
59360
59361         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59362         Reported by Bruno Haible.
59363
59364 2000-07-04  Jim Meyering  <meyering@lucent.com>
59365
59366         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59367         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59368         lacks mbrtowc.
59369
59370 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59371
59372         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59373         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59374
59375 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59376         and Bruno Haible  <haible@clisp.cons.org>
59377
59378         * lib/quotearg.c (mbrtowc):
59379         Assign to *pwc, and return 1 only if result is nonzero.
59380         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59381
59382 2000-07-03  Jim Meyering  <meyering@lucent.com>
59383
59384         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59385
59386 2000-07-03  Jim Meyering  <meyering@lucent.com>
59387
59388         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59389         This is necessary to get a definition of e.g., UTMP_FILE on
59390         HP-UX 10.20.
59391         From Bob Proulx.
59392
59393 2000-07-02  Jim Meyering  <meyering@lucent.com>
59394
59395         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59396
59397         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59398         AC_LIBOBJ(function_name).
59399         * m4/chown.m4: Likewise.
59400         * m4/fnmatch.m4: Likewise.
59401         * m4/ftruncate.m4: Likewise.
59402         * m4/getgroups.m4: Likewise.
59403         * m4/getline.m4: Likewise.
59404         * m4/group-member.m4: Likewise.
59405         * m4/jm-macros.m4: Likewise.
59406         * m4/lstat.m4: Likewise.
59407         * m4/malloc.m4: Likewise.
59408         * m4/memcmp.m4: Likewise.
59409         * m4/nanosleep.m4: Likewise.
59410         * m4/putenv.m4: Likewise.
59411         * m4/realloc.m4: Likewise.
59412         * m4/regex.m4: Likewise.
59413         * m4/stat.m4: Likewise.
59414         * m4/strftime.m4: Likewise.
59415
59416 2000-07-02  Jim Meyering  <meyering@lucent.com>
59417
59418         * lib/quotearg.c (mbstate_t): Don't define here.
59419
59420 2000-07-02  Jim Meyering  <meyering@lucent.com>
59421
59422         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59423
59424 2000-07-01  Jim Meyering  <meyering@lucent.com>
59425
59426         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
59427
59428 2000-07-01  Jim Meyering  <meyering@lucent.com>
59429
59430         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
59431         problem.
59432
59433 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59434
59435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
59436         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
59437
59438 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
59439
59440         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
59441         per change in ../m4/ls-mntd-fs.m4.
59442         (read_filesystem_list): Ignore symbolic links.
59443
59444 2000-06-29  Jim Meyering  <meyering@lucent.com>
59445
59446         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
59447         for declaration of strcmp.
59448
59449         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
59450
59451         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
59452         Avoid warning by casting result to `char *' to remove `const'.
59453
59454 2000-06-28  Jim Meyering  <meyering@lucent.com>
59455
59456         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
59457         included by quotearg.c, for which we perform this test.  From
59458         Bruno Haible.
59459
59460 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59461
59462         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
59463         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
59464         <utmpx.h> exists, put readutmp.o into LIBOBJS.
59465
59466 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
59467
59468         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
59469
59470 2000-06-26  Paul Eggert  <eggert@twinsun.com>
59471
59472         savedir now sets errno on failure and invokes xmalloc to get memory.
59473         Fix a couple of other minor bugs while we're at it.
59474
59475         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
59476         (NAMLEN): Remove macro.
59477         (malloc, realloc): Remove decls.
59478         (stpcpy): Likewise.
59479         ("xalloc.h"): Include.
59480         (NAME_SIZE_DEFAULT): New macro.
59481         (savedir): Use xmalloc / xrealloc to allocate memory.
59482         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
59483         Skip "" directory entries.
59484         Use strlen to calculate directory entry length, since the old method
59485         is rarely used these days and isn't worth supporting.
59486         Don't use a pointer after freeing it.
59487         Check for integer overflow when calculating allocation size.
59488         Use memcpy to copy entries, instead of stpcpy.
59489         Set errno properly when returning NULL.
59490         Check for readdir error.
59491
59492 2000-06-26  Jim Meyering  <meyering@lucent.com>
59493
59494         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
59495
59496 2000-06-25  Jim Meyering  <meyering@lucent.com>
59497
59498         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
59499         Linux header bug when _XOPEN_SOURCE is defined to 500.
59500
59501 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59502
59503         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
59504         deficiency.
59505
59506 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
59507
59508         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
59509         Include xalloc.h.
59510         Don't include <stdlib.h>.  Don't declare malloc, realloc.
59511
59512 2000-06-24  Jim Meyering  <meyering@lucent.com>
59513
59514         * m4/strerror_r.m4: Revive this file -- to try out an experimental
59515         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
59516         for which strerror does return char*, but which lacks a conveniently
59517         accessible declaration of the function.  If the compile-test says
59518         strerror_r doesn't work, then resort to a `run'-test that works on
59519         BeOS and segfaults on DEC Unix.
59520
59521 2000-06-24  Jim Meyering  <meyering@lucent.com>
59522
59523         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
59524
59525 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59526
59527         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
59528         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
59529
59530 2000-06-23  Paul Eggert  <eggert@twinsun.com>
59531
59532         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
59533         (mbrtowc, mbstate_t): Define substitutes if
59534         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
59535         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
59536         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
59537
59538 2000-06-23  Jim Meyering  <meyering@lucent.com>
59539
59540         * m4/afs.m4: Add missing AC_MSG_RESULT.
59541         Reported by Bruno Haible.
59542
59543         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
59544         Suggestion from Bruno Haible.
59545
59546 2000-06-23  Jim Meyering  <meyering@lucent.com>
59547
59548         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
59549
59550 2000-06-21  Jim Meyering  <meyering@lucent.com>
59551
59552         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
59553
59554 2000-06-21  Jim Meyering  <meyering@lucent.com>
59555
59556         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
59557         (noinst_HEADERS): Add getstr.h.
59558
59559         * lib/getline.c (getstr): Move into a separate file.
59560         * lib/getstr.c (getstr): New file, extracted from getline.c, with
59561         the following changes: new parameter, delim2; both delim[12]
59562         parameters have type `int', not `char'.  The latter would lose
59563         with 8-bit delimiters.
59564         * lib/getstr.h: New file.
59565
59566 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59567
59568         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
59569         than 1024, return a memory chunk of least possible size, instead
59570         of size PATH_MAX + 2. In the loop, increment the size proportionally.
59571         Use free/xmalloc instead of xrealloc to avoid copying for very long
59572         paths.
59573
59574 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59575
59576         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
59577         the empty string.
59578
59579 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
59580
59581         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
59582         address, not strdup.  Include <stdlib.h> and don't declare free().
59583
59584 2000-06-19  Jim Meyering  <meyering@lucent.com>
59585
59586         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
59587
59588 2000-06-18  Jim Meyering  <meyering@lucent.com>
59589
59590         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
59591
59592         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
59593         `checking whether...' message to be consistent with that of the
59594         lstat test.
59595
59596 2000-06-18  Jim Meyering  <meyering@lucent.com>
59597
59598         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
59599         Besides, these days every porting target provides a mkdir function.
59600
59601         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
59602         needed. (this snippet comes from src/system.h).
59603
59604 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
59605
59606         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
59607
59608 2000-06-15  Paul Eggert  <eggert@twinsun.com>
59609
59610         * lib/human.c (adjust_value): New function.
59611         (human_readable_inexact): Apply rounding style even when
59612         printing approximate values.
59613
59614 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59615
59616         * lib/human.c (human_readable_inexact): Allow an input block
59617         size that is not a multiple of the output block size, and vice versa.
59618         Reported by Piergiorgio Sartor.
59619
59620 2000-06-14  Paul Eggert  <eggert@twinsun.com>
59621
59622         * lib/getdate.y (get_date): Apply relative times after time
59623         zone indicator, not before.  Reported by Todd A. Jacobs.
59624
59625 2000-06-13  Jim Meyering  <meyering@lucent.com>
59626
59627         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
59628
59629         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
59630
59631 2000-06-12  Paul Eggert  <eggert@twinsun.com>
59632
59633         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
59634
59635 2000-06-12  Jim Meyering  <meyering@lucent.com>
59636
59637         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
59638         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
59639         optional argument.
59640         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
59641         the optional argument, `lib'.
59642
59643 2000-06-08  Jim Meyering  <meyering@lucent.com>
59644
59645         * m4/largefile.m4: Remove file (now that it's part of autoconf).
59646
59647 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59648
59649         Rewrite largefile configuration so that we don't need to run
59650         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
59651         AC_CANONICAL_HOST in configure.in -- jmm]
59652
59653         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
59654         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
59655         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
59656         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
59657         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
59658         All uses changed.
59659         Instead of inspecting the output of getconf, try to compile the
59660         test program without and with the macro definition.
59661         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
59662         for getconf.  Instead, check for the needed flags by compiling
59663         test programs.
59664
59665 2000-06-04  Paul Eggert  <eggert@twinsun.com>
59666
59667         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
59668
59669 2000-06-04  Jim Meyering  <meyering@lucent.com>
59670
59671         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
59672         SunOS 4.1.4 for which gid_t is an unsigned type.
59673
59674 2000-06-03  Jim Meyering  <meyering@lucent.com>
59675
59676         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
59677         now that autoconf requires that.
59678
59679         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
59680         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
59681         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
59682
59683 2000-06-03  Jim Meyering  <meyering@lucent.com>
59684
59685         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
59686
59687 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59688
59689         * m4/glibc21.m4: New file.
59690         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
59691
59692 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
59693
59694         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
59695         newer, don't install charset.alias.
59696         * lib/config.charset: Change the Linux/glibc rules so they become empty
59697         on glibc-2.1 or newer.
59698
59699 2000-06-02  Jim Meyering  <meyering@lucent.com>
59700
59701         * lib/mountlist.c: Back out last change.  Instead, do this...
59702         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
59703         me_dummy member using the same `ignore'-testing code.
59704         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
59705         fs_type strings.
59706         From Mark D. Roth.
59707
59708 2000-05-29  Jim Meyering  <meyering@lucent.com>
59709
59710         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
59711         mounts with the `ignore' attribute.  Based on a patch from
59712         Mark D. Roth.
59713
59714 2000-05-28  Jim Meyering  <meyering@lucent.com>
59715
59716         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
59717         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59718         * m4/stat.m4: Likewise.
59719         * m4/lstat.m4: Likewise.
59720         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
59721
59722         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
59723         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
59724
59725 2000-05-26  Jim Meyering  <meyering@lucent.com>
59726
59727         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
59728
59729 2000-05-24  Jim Meyering  <meyering@lucent.com>
59730
59731         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
59732         autoconf requires that.
59733         * m4/lib-check.m4: Likewise.
59734         * m4/jm-macros.m4: Likewise.
59735         * m4/strftime.m4: Likewise.
59736
59737         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
59738         AC_CHECK_DECLS, now that autoconf requires that.
59739
59740 2000-05-22  Jim Meyering  <meyering@lucent.com>
59741
59742         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
59743         * m4/lstat.m4: Likewise.
59744
59745 2000-05-22  Jim Meyering  <meyering@lucent.com>
59746
59747         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
59748
59749 2000-05-20  Jim Meyering  <meyering@lucent.com>
59750
59751         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
59752         (jm_PREREQ): Use it.
59753
59754 2000-05-18  Jim Meyering  <meyering@lucent.com>
59755
59756         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
59757         back, too, since it may have been modified by allocate_entry.
59758         (hash_delete): Rewrite to use neither the assignment operator
59759         nor the comma operator in an if-expression.
59760
59761 2000-05-15  Paul Eggert  <eggert@twinsun.com>
59762
59763         * lib/closeout.c:
59764         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
59765         Remove; no longer needed.
59766         "quotearg.h": Add include.
59767         (file_name): Do not bother to explicitly initialize to NULL; it's less
59768         efficient on some hosts.
59769         (close_stdout_status): Remove test as to whether stdout was already
59770         closed; it breaks for the case "echo x | sort >&-".
59771         Quote file name colons.
59772         Do not assume that _("write error") lacks format strings.
59773
59774 2000-05-15  Jim Meyering  <meyering@lucent.com>
59775
59776         * lib/version-etc.c (version_etc_copyright): Update the copyright
59777         string used in all --version output.
59778
59779 2000-05-14  Jim Meyering  <meyering@lucent.com>
59780
59781         * lib/closeout.c (close_stdout_set_file_name): New function.
59782         (close_stdout_status): Use new file-scoped global.
59783         Return right away if fstat says the stdout file descriptor is invalid.
59784         * lib/closeout.h (close_stdout_set_file_name): Declare.
59785
59786 2000-05-10  Jim Meyering  <meyering@lucent.com>
59787
59788         * lib/closeout.c [default_exit_status]: New file-scoped variable.
59789         (close_stdout_set_status): New function.
59790         * lib/closeout.h (close_stdout_set_status): Declare.
59791
59792 2000-05-09  Jim Meyering  <meyering@lucent.com>
59793
59794         * m4/gettext.m4: Rename this...
59795         * m4/libintl.m4: ...to this.
59796
59797 2000-05-08  Jim Meyering  <meyering@lucent.com>
59798
59799         * lib/long-options.c: Don't include closeout.h.
59800         (parse_long_options): Don't call close_stdout for --version.
59801
59802 2000-05-06  Paul Eggert  <eggert@twinsun.com>
59803
59804         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
59805         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
59806         2.1.3 bug.  This avoids a clash when files like regex.c define
59807         _GNU_SOURCE.
59808
59809 2000-05-06  Jim Meyering  <meyering@lucent.com>
59810
59811         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
59812         (AC_REPLACE_FUNCS): Add strnlen.
59813
59814         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
59815         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
59816
59817         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
59818         AC_SEARCH_LIBS call for nanosleep.
59819         (LIB_NANOSLEEP): Set and AC_SUBST.
59820
59821 2000-05-06  Jim Meyering  <meyering@lucent.com>
59822
59823         * lib/strnlen.c: Undefine __strnlen and strnlen.
59824         [!weak_alias]: Define __strnlen to strnlen.
59825
59826         * lib/atexit.c: New file, from libiberty.
59827
59828 2000-05-06  Jim Meyering  <meyering@lucent.com>
59829
59830         * lib/closeout.c (close_stdout_status): Also check for errors on the
59831         stderr stream.
59832
59833 2000-05-05  Jim Meyering  <meyering@lucent.com>
59834
59835         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
59836         AC_SEARCH_LIBS call for clock_gettime.
59837         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
59838
59839         * m4/search-libs.m4: Update from autoconf.
59840
59841         su doesn't work on Solaris 2.6.
59842         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
59843         <shadow.h>.  Reported by Dragos Harabor.
59844
59845 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
59846
59847         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
59848         memcpy instead of xmalloc, xrealloc, path_concat.
59849         (locale_charset): Treat empty environment variables as absent.
59850         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
59851
59852 2000-05-04  Jim Meyering  <meyering@lucent.com>
59853
59854         * lib/getopt.c: Update from glibc.
59855         * lib/obstack.c: Likewise.
59856         * lib/obstack.h: Likewise.
59857         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
59858         file
59859
59860         * lib/regex.h: Likewise.
59861         * lib/strndup.c: Likewise.
59862         * lib/strnlen.c: New file, from glibc.
59863
59864 2000-05-03  Jim Meyering  <meyering@lucent.com>
59865
59866         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
59867
59868 2000-05-02  Paul Eggert  <eggert@twinsun.com>
59869
59870         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
59871         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
59872         compile-time test, rather than inspecting host and OS, to
59873         decide whether to define _LARGEFILE_SOURCE.
59874
59875 2000-05-01  Jim Meyering  <meyering@lucent.com>
59876
59877         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
59878
59879         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
59880         Based on a patch from Bruno Haible.
59881
59882 2000-05-01  Jim Meyering  <meyering@lucent.com>
59883
59884         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
59885
59886 2000-04-29  Jim Meyering  <meyering@lucent.com>
59887
59888         * lib/path-concat.c: Declare strdup only if it's not defined.
59889         * lib/canon-host.c: Likewise.
59890
59891 2000-04-28  Jim Meyering  <meyering@lucent.com>
59892
59893         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
59894         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
59895         is included first, then limits.h is included by locale.h by libintl.h.
59896         From John David Anglin.
59897
59898 2000-04-25  Jim Meyering  <meyering@lucent.com>
59899
59900         * lib/makepath.c (S_IRWXUGO): Define.
59901         (make_path): Always perform explicit chmod if MODE specifies any
59902         of the `special' permission bits.  Prompted by a bug report against
59903         install from Mate Wierdl and Joost van Baal.
59904
59905 2000-04-18  Jim Meyering  <meyering@lucent.com>
59906
59907         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
59908         (jm_PREREQ): Use it.
59909
59910 2000-04-18  Jim Meyering  <meyering@lucent.com>
59911
59912         * lib/README: New file.
59913
59914         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
59915         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
59916
59917 2000-04-17  Jim Meyering  <meyering@lucent.com>
59918
59919         Get it right :-)
59920         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
59921         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
59922         Suggestion from Akim Demaille.
59923
59924 2000-04-17  Jim Meyering  <meyering@lucent.com>
59925
59926         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
59927         the definition of it to rpl_strftime also defined-away the system's
59928         declaration.
59929
59930 2000-04-15  Jim Meyering  <meyering@lucent.com>
59931
59932         Use `C' to denote so-called `contiguous' files, the same way
59933         that tar does.
59934         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
59935         (ftypelet): Use S_ISCTG.
59936         From Michael Deutschmann.
59937
59938 2000-04-14  Jim Meyering  <meyering@lucent.com>
59939
59940         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
59941         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
59942         clobbered.
59943
59944 2000-04-14  Jim Meyering  <meyering@lucent.com>
59945
59946         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
59947
59948 2000-04-13  Jim Meyering  <meyering@lucent.com>
59949
59950         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
59951         AH_VERBATIM to insert required #ifndef into config.h.in.
59952         Suggestion from Akim Demaille.
59953
59954 2000-04-12  Jim Meyering  <meyering@lucent.com>
59955
59956         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
59957         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
59958         Christian Krackowizer.
59959
59960         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
59961         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
59962         (AC_SYS_LARGEFILE): Require.
59963         (AM_C_PROTOTYPES): Require.
59964
59965 2000-04-08  Jim Meyering  <meyering@lucent.com>
59966
59967         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
59968         names don't conflict.  Reported by Eli Zaretskii.
59969
59970 2000-04-07  Jim Meyering  <meyering@lucent.com>
59971
59972         * lib/putenv.c: Move inclusion of errno.h so it follows that of
59973         sys/types.h, to work around system header problems on AIX 3.2.5.
59974         From Bruno Haible.
59975
59976 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
59977
59978         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
59979         bug.  Deal with the different error behavior of Irix iconv.
59980
59981 2000-04-05  Paul Eggert  <eggert@twinsun.com>
59982
59983         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
59984         IRIX if the installer said otherwise.
59985
59986 2000-04-05  Jim Meyering  <meyering@lucent.com>
59987
59988         Portability tweaks required for ultrix4.3.
59989         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
59990         (jm_CHECK_DECLS): Add getutent to the list of functions.
59991         (_jm_DECL_HEADERS): Add utmpx.h.
59992         From John David Anglin.
59993
59994         * m4/strftime.m4: Back out the 2000-04-02 change.
59995         Instead of that change, simply undefine putenv in the test program.
59996
59997 2000-04-05  Jim Meyering  <meyering@lucent.com>
59998
59999         Portability tweaks required for ultrix4.3.
60000         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
60001         getutent.
60002         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
60003         * lib/canon-host.c: Declare strdup.
60004         * lib/path-concat.c: Likewise.
60005         From John David Anglin.
60006
60007 2000-04-04  Jim Meyering  <meyering@lucent.com>
60008
60009         Be more DOS 8.3-friendly.
60010         * lib/ref-add.sin: Renamed from ref-add.sed.in.
60011         * lib/ref-del.sin: Renamed from ref-del.sed.in.
60012         * lib/Makefile.am: Reflect renaming.
60013         Reported by Eli Zaretskii.
60014
60015         Use a temporary file name that won't clash with `charset.alias'
60016         in the DOS 8.3 name space.
60017         * lib/Makefile.am (charset_tmp): Define.
60018         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60019         (uninstall-local): Likewise.
60020         Reported by Eli Zaretskii.
60021
60022 2000-04-03  Jim Meyering  <meyering@lucent.com>
60023
60024         * m4/gettext.m4: Fix typo in comment.
60025
60026         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
60027         textutils/configure.in).  Suggestion from Paul Eggert.
60028         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
60029
60030 2000-04-02  Paul Eggert  <eggert@twinsun.com>
60031
60032         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
60033         variable in the shell rather than using putenv, which isn't
60034         portable.  This avoids the configure-time inter-test dependency
60035         on the potentially-renamed putenv function.
60036
60037 2000-03-30  Paul Eggert  <eggert@twinsun.com>
60038
60039         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
60040         before checking struct stat.st_blksize, so that
60041         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
60042
60043 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60044
60045         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
60046         since strftime.c uses HAVE_STRFTIME to decide whether to use
60047         the underlying strftime.
60048
60049 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60050
60051         * lib/time/strftime.c (my_strftime): Make sure we call the system
60052         strftime, not ourselves, when invoking the underlying strftime.
60053
60054 2000-03-24  Jim Meyering  <meyering@lucent.com>
60055
60056         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
60057         (charset_alias): Define.
60058         (install-exec-local): Factor out common code.
60059         (uninstall-local): Split lines longer than 80.
60060         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
60061         (SUFFIXES): Define.
60062         (.sed.in.sed): New rule.  Don't redirect directly to $@.
60063         (CLEANFILES): Add ref-add.sed and ref-del.sed.
60064
60065 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
60066
60067         * lib/config.charset: Output a line containing "Packages using this
60068         file".
60069         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
60070         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
60071         ref-del.sed): New rules.
60072
60073 2000-03-17  Jim Meyering  <meyering@lucent.com>
60074
60075         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
60076         Otherwise, include <strings.h>
60077
60078 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
60079
60080         * lib/unicodeio.c (utf8_wctomb): New function.
60081         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
60082         format instead of in UCS-4 with platform dependent endianness.
60083
60084 2000-03-10  Jim Meyering  <meyering@lucent.com>
60085
60086         * m4/lib-check.m4: Look for getspnam in -lgen, too.
60087         From Marco Franzen.
60088
60089 2000-03-07  Paul Eggert  <eggert@twinsun.com>
60090
60091         * lib/savedir.c (savedir): Work even if directory size is
60092         negative; this can happen with some screwy NFS configurations.
60093
60094 2000-03-06  Jim Meyering  <meyering@lucent.com>
60095
60096         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
60097         if it's NULL (because we ran out of memory).  From Bruno Haible.
60098
60099 2000-03-05  Jim Meyering  <meyering@lucent.com>
60100
60101         * lib/localcharset.c ("path-concat.h"): Include.
60102         (get_charset_aliases): Use path_concat instead of ANSI string
60103         concatenation.
60104
60105         * lib/unicodeio.h (PARAMS): Define.
60106         Use it to guard prototype.
60107
60108 2000-03-04  Jim Meyering  <meyering@lucent.com>
60109
60110         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
60111         for lib/localcharset.c.
60112
60113 2000-03-04  Jim Meyering  <meyering@lucent.com>
60114
60115         * lib/Makefile.am (install-exec-local): Create $(libdir) before
60116         installing into it.
60117         (uninstall-local): Uncomment this rule so `make distcheck' works
60118         once again.
60119
60120         * lib/unicodeio.c (<errno.h>): Include it.
60121         (errno): Declare if not defined.
60122
60123         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60124
60125         * lib/config.charset: New version, incorporating remarks from a linux
60126         i18n mailing list.  From Bruno Haible.
60127
60128 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60129
60130         * m4/codeset.m4: New file.
60131         * m4/iconv.m4: New file.
60132         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
60133
60134 2000-03-03  Jim Meyering  <meyering@lucent.com>
60135
60136         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
60137
60138 2000-03-02  Jim Meyering  <meyering@lucent.com>
60139
60140         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
60141         the messages come out on separate lines.
60142
60143         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
60144         rather than jm_CHECK_DECLARATIONS.
60145         * m4/decl.m4: Remove now-unused file.
60146
60147         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
60148         geteuid.
60149
60150 2000-03-02  Jim Meyering  <meyering@lucent.com>
60151
60152         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
60153
60154 2000-03-01  Jim Meyering  <meyering@lucent.com>
60155
60156         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
60157         * lib/unicodeio.c: Likewise.
60158
60159 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
60160
60161         * lib/config.charset: New file.
60162         * lib/localcharset.c: New file.
60163         * lib/unicodeio.h, lib/unicodeio.c: New files.
60164         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
60165         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
60166         (noinst_HEADERS): Add unicodeio.h.
60167         (all-local, install-exec-local, charset.alias): New targets.
60168
60169 2000-02-28  Paul Eggert  <eggert@twinsun.com>
60170
60171         * lib/quotearg.c (ALERT_CHAR): New macro.
60172         (quotearg_buffer_restyled): Use it.
60173
60174 2000-02-27  Jim Meyering  <meyering@lucent.com>
60175
60176         * m4/check-decl.m4: Add getenv to the list.
60177
60178 2000-02-27  Jim Meyering  <meyering@lucent.com>
60179
60180         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
60181         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
60182
60183         * lib/backupfile.c: Guard inclusion of stdlib.h with
60184         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
60185         Declare malloc if needed.
60186
60187         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
60188         `#ifndef HAVE_DECL..'
60189         now that autoconf always defines the HAVE_DECL_ symbols.
60190         * lib/human.c: Likewise.
60191         * lib/same.c: Likewise.
60192         * lib/strtoumax.c: Likewise.
60193
60194         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
60195         declaration check was not run.
60196         * lib/hash.c: Likewise.
60197         * lib/human.c: Likewise.
60198         * lib/same.c: Likewise.
60199         * lib/strtoumax.c: Likewise.
60200
60201         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
60202         `.', then first look up the entire `.'-containing string as a login
60203         name.
60204
60205 2000-02-23  Jim Meyering  <meyering@lucent.com>
60206
60207         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
60208         in place of my hack.
60209
60210 2000-02-18  Paul Eggert  <eggert@twinsun.com>
60211
60212         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
60213         (textint): New typedef.
60214         (parser_control): Member year changed from int to textint.
60215         All uses changed.
60216         (YYSTYPE): Removed; replaced by %union with int and textint members.
60217         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
60218         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
60219         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
60220         (tSNUMBER, tUNUMBER): Now of type <textintval>.
60221         (date, number, to_year): Use width of number in digits, not its value,
60222         to determine whether it's a 2-digit year, or a 2-digit time.
60223         (yylex): Store number of digits of numeric tokens.
60224         Reported by John Kendall.
60225
60226         (parser_control): Changed from struct parser_control to typedef (for
60227         consistency).  All uses changed.
60228
60229         (tID): Removed; not used.
60230         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
60231
60232 2000-02-14  Paul Eggert  <eggert@twinsun.com>
60233
60234         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
60235         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
60236
60237 2000-02-12  Jim Meyering  <meyering@lucent.com>
60238
60239         * lib/userspec.c (ISDIGIT): Define it.
60240         (isdigit): Remove definition.
60241         (is_number): Use ISDIGIT, not isdigit.
60242         <libintl.h>: Include.
60243         (_ and N_): Define.
60244         (parse_user_spec): Mark translatable strings.
60245
60246 2000-02-10  Jim Meyering  <meyering@lucent.com>
60247
60248         With these changes, nanosleep.[ch] are finally enough like the other
60249         lib/* replacement files to compile on a few more losing systems.
60250
60251         * lib/nanosleep.h: Don't include config.h.
60252         Remove prototype from declaration of nanosleep.
60253         (PARAMS): Remove now-unneeded definition.
60254         * lib/nanosleep.c: #undef nanosleep.
60255         (rpl_nanosleep): Rename from nanosleep.
60256
60257 2000-02-10  Jim Meyering  <meyering@lucent.com>
60258
60259         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
60260         gnu_nanosleep to rpl_nanosleep.
60261
60262 2000-02-09  Jim Meyering  <meyering@lucent.com>
60263
60264         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
60265         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
60266
60267 2000-02-08  Akim Demaille  <akim@epita.fr>
60268
60269         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
60270         `[' and `]' and remove uses of `changequote'.
60271         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
60272         (AC_SYS_LARGEFILE): Likewise.
60273         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
60274         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
60275         of changequote.
60276         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60277         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60278         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60279         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60280
60281 2000-02-05  Jim Meyering  <meyering@lucent.com>
60282
60283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60284         Remove explicit use of AC_HEADER_TIME.  It is required by
60285         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60286         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60287         in autoconf whereby the expansion of the latter ended up preceding
60288         the expansion of its prerequisite, AC_HEADER_TIME.
60289         Reported by Volker Borchert.
60290
60291 2000-02-03  Jim Meyering  <meyering@lucent.com>
60292
60293         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60294
60295 2000-02-03  Jim Meyering  <meyering@lucent.com>
60296
60297         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60298         rather than with `#if HAVE_UTMPNAME'.
60299
60300 2000-02-02  Jim Meyering  <meyering@lucent.com>
60301
60302         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60303         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60304         Reported by Eli Zaretskii.
60305
60306 2000-02-01  Jim Meyering  <meyering@lucent.com>
60307
60308         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60309
60310 2000-01-31  Jim Meyering  <meyering@lucent.com>
60311
60312         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60313         functions.  Add the time.h and sys/time.h headers along with the
60314         AC_REQUIRE'ment of AC_HEADER_TIME.
60315
60316 2000-01-31  Jim Meyering  <meyering@lucent.com>
60317
60318         * lib/nanosleep.h (nanosleep): Guard declaration with
60319         `#if ! HAVE_DECL_NANOSLEEP'.
60320         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60321         the declaration in that vendor's sys/timers.h.
60322         Reported by Christian Krackowizer.
60323
60324         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60325         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60326         (ISPRINT): Likewise.
60327         Reported by Tom Tromey.
60328
60329 2000-01-30  Jim Meyering  <meyering@lucent.com>
60330
60331         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60332
60333         * m4/prereq.m4 (utmp_includes): Define.
60334         Check for ut_user and ut_name members in both struct utmpx
60335         and struct utmp.
60336
60337 2000-01-30  Jim Meyering  <meyering@lucent.com>
60338
60339         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60340         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60341         header files where only utmpx.ut_user is declared.
60342
60343         * lib/readutmp.h (UT_USER): Define.
60344
60345 2000-01-29  Jim Meyering  <meyering@lucent.com>
60346
60347         * m4/lib-check.m4: New file containing library-related checks from
60348         fileutils and sh-utils (textutils had none).
60349
60350 2000-01-28  Jim Meyering  <meyering@lucent.com>
60351
60352         * m4/perl.m4: Change format of warning message to look more like that
60353         from the missing script.  Suggestion from François Pinard.
60354
60355 2000-01-25  Jim Meyering  <meyering@lucent.com>
60356
60357         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60358         well as time.h in the compile check.
60359         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60360         Fix typo in cross-compiling case: s/yes/no/.
60361
60362 2000-01-23  Jim Meyering  <meyering@lucent.com>
60363
60364         * m4/jm-macros.m4: Move df-related tests here from
60365         fileutils/configure.in
60366
60367         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60368         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60369
60370         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60371         s/space/ac_fsusage_space/.
60372         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60373
60374         * m4/ftruncate.m4: New file (derived from part of
60375         fileutils/configure.in).
60376         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60377         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60378
60379         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60380         AC_SUBST these here, rather than just in sh-util/configure.in, so
60381         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60382         all the same.
60383         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60384         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60385         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60386         (AC_SUBST(POW_LIBM)): Likewise.
60387         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60388
60389 2000-01-23  Jim Meyering  <meyering@lucent.com>
60390
60391         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60392         obstack.c.
60393
60394 2000-01-22  Jim Meyering  <meyering@lucent.com>
60395
60396         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60397
60398         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60399
60400         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60401         configure.in
60402         (AC_CHECK_HEADERS): Likewise for sh-utils.
60403         (AC_CHECK_HEADERS): Likewise for textutils.
60404         Merge the three lists of headers.
60405
60406         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60407         from fileutils' configure.in.
60408
60409         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60410         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60411         check-decl.m4.
60412
60413         * m4/check-decl.m4: Use #if rather than #ifdef.
60414         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60415         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60416         (_jm_DECL_HEADERS): Define new function.
60417         (jm_CHECK_DECLARATIONS): Require it.
60418
60419 2000-01-22  Jim Meyering  <meyering@lucent.com>
60420
60421         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60422         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60423         Required for some AIX systems.  Reported by Christian Krackowizer.
60424         [TESTING] (main): New function.
60425
60426         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
60427         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
60428         letters.
60429
60430         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
60431         iswprint.
60432
60433         * lib/strverscmp.c (ISDIGIT): Define.
60434         (strverscmp): Use ISDIGIT, not isdigit.
60435
60436 2000-01-19  Jim Meyering  <meyering@lucent.com>
60437
60438         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
60439         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
60440         defines `struct timespec' in <sys/time.h>
60441
60442         * m4/c-bs-a.m4: Remove uses of changequote altogether.
60443         Thanks to Akim for explaining.
60444
60445 2000-01-17  Paul Eggert  <eggert@twinsun.com>
60446
60447         * lib/nanosleep.c (nanosleep):
60448         Don't use SA_INTERRUPT to decide whether to call sigaction, as
60449         POSIX.1 doesn't require SA_INTERRUPT and some systems
60450         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
60451         it's been part of POSIX.1 since day 1 (in 1988).
60452
60453 2000-01-17  Jim Meyering  <meyering@lucent.com>
60454
60455         * lib/interlock: Remove unused file.  Reported by François Pinard.
60456
60457 2000-01-16  Paul Eggert  <eggert@twinsun.com>
60458
60459         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
60460         alert, backslash, formfeed, and vertical tab unnecessarily in
60461         shell quoting style.
60462
60463 2000-01-16  Jim Meyering  <meyering@lucent.com>
60464
60465         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
60466         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
60467         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
60468         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
60469
60470 2000-01-16  Jim Meyering  <meyering@lucent.com>
60471
60472         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
60473         because the latter didn't work.
60474
60475 2000-01-15  Jim Meyering  <meyering@lucent.com>
60476
60477         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
60478         (AC_REPLACE_FUNCS): Add memcpy and memset.
60479         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
60480         Add strpbrk.
60481         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
60482
60483 2000-01-12  Jim Meyering  <meyering@lucent.com>
60484
60485         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
60486         (jm_PREREQ): Use it.
60487         (jm_PREREQ_READUTMP): New macro.
60488         (jm_PREREQ): Use it.
60489
60490 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60491
60492         Quote multibyte characters correctly.
60493         * m4/c-bs-a.m4: New file.
60494         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
60495         (jm_PREREQ): Use it.
60496
60497 2000-01-11  Paul Eggert  <eggert@twinsun.com>
60498
60499         * m4/uintmax_t.m4: Port to autoconf 2.13.
60500
60501 2000-01-08  Jim Meyering  <meyering@ascend.com>
60502
60503         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
60504         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
60505
60506 2000-01-04  Jim Meyering  <meyering@ascend.com>
60507
60508         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
60509         jm_STRUCT_DIRENT_D_TYPE.
60510         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
60511         jm_STRUCT_DIRENT_D_INO.
60512         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
60513         jm_STRUCT_UTIMBUF.
60514         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
60515         renamings.
60516         * m4/utime.m4: Likewise.
60517
60518         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
60519         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
60520
60521 2000-01-03  Paul Eggert  <eggert@twinsun.com>
60522
60523         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
60524         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
60525
60526 2000-01-02  Jim Meyering  <meyering@ascend.com>
60527
60528         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
60529         remember if this is necessary.
60530
60531 1999-12-26  Jim Meyering  <meyering@ascend.com>
60532
60533         * m4/jm-macros.m4: Use it here.
60534         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
60535
60536 1999-12-23  Jim Meyering  <meyering@ascend.com>
60537
60538         * m4/jm-macros.m4: Check for clock_gettime (moved from
60539         fileutils/configure.in)
60540         Check for gettimeofday.
60541
60542 1999-12-20  Jim Meyering  <meyering@ascend.com>
60543
60544         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
60545         autoconf-2.14a-1999-12-20.
60546
60547 1999-12-19  Jim Meyering  <meyering@ascend.com>
60548
60549         * m4/lstat-slash.m4: New file.
60550         * m4/jm-macros.m4: Use the new macro:
60551         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60552
60553 1999-12-07  Jim Meyering  <meyering@ascend.com>
60554
60555         * m4/perl.m4: Require that File::Compare be available, too.
60556         Too many systems seem to lack it.
60557
60558         * m4/strftime.m4: Add checks for most of the cpp macros tested in
60559         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
60560
60561 1999-11-18  Paul Eggert  <eggert@twinsun.com>
60562
60563         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
60564         problem with the QNX 4.25 shell, which doesn't propagate exit
60565         status of failed commands inside shell assignments.
60566
60567 1999-11-17  Jim Meyering  <meyering@ascend.com>
60568
60569         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
60570
60571 1999-11-07  Jim Meyering  <meyering@ascend.com>
60572
60573         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
60574
60575 1999-11-06  Jim Meyering  <meyering@ascend.com>
60576
60577         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
60578         * m4/jm-macros.m4 (jm_MACROS): Use it here.
60579
60580 1999-11-05  Jim Meyering  <meyering@ascend.com>
60581
60582         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
60583         configure.in of textutils, fileutils, and sh-utils into this one
60584         (shared between those packages) file.
60585         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
60586         AC_STRUCT_ST_BLKSIZE.
60587
60588 1999-11-03  Jim Meyering  <meyering@ascend.com>
60589
60590         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
60591         of AC_CHECK_TYPE checks includes unistd.h.
60592         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
60593         Suggestion from Akim Demaille.
60594
60595 1999-10-30  Jim Meyering  <meyering@ascend.com>
60596
60597         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
60598         m4-quoted string.
60599         * m4/ls-mntd-fs.m4: Likewise.
60600         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
60601         * m4/jm-winsz1.m4: Likewise.
60602
60603         * m4/const.m4: Remove file, since the fix made it into the experimental
60604         version of autoconf.
60605         * m4/mktime.m4: Likewise.
60606
60607         * m4/check-type.m4: Remove file, now that the latest version of
60608         AC_CHECK_TYPE takes a third arg to specify additional #includes.
60609
60610         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
60611         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
60612         AC_CHECK_TYPE.
60613
60614 1999-10-04  Jim Meyering  <meyering@ascend.com>
60615
60616         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
60617
60618 1999-09-22  Paul Eggert  <eggert@twinsun.com>
60619
60620         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
60621         2.95.1 bug with HP-UX 10.20.
60622
60623 1999-09-17  Jim Meyering  <meyering@ascend.com>
60624
60625         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
60626         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
60627         due to missing strdup (against sh-utils-2.0).
60628
60629 1999-08-29  Jim Meyering  <meyering@ascend.com>
60630
60631         * m4/jm-macros.m4: Require jm_BISON.
60632         * m4/bison.m4: New file.
60633
60634 1999-08-17  Paul Eggert  <eggert@twinsun.com>
60635
60636         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
60637         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
60638
60639 1999-08-05  Jim Meyering  <meyering@ascend.com>
60640
60641         * m4/getline.m4: Rename test file from conftestdata to conftest.data
60642         to avoid conflicts with `conftest' on 8+3 filesystems.
60643         Suggestion from Eli Zaretskii.
60644
60645 1999-08-04  Jim Meyering  <meyering@ascend.com>
60646
60647         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
60648         fileutils and sh-utils (textutils's getline test was inadequate).
60649         (AM_FUNC_GETLINE): Run this test.
60650         (AC_CHECK_FUNCS): Check for getdelim.
60651         Reported by Bob Proulx.
60652
60653 1999-08-02  Jim Meyering  <meyering@ascend.com>
60654
60655         * m4/jm-macros.m4: Add a comment.
60656
60657 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60658
60659         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
60660         <inttypes.h> defines strtoumax as a macro (and not as a
60661         function).
60662
60663 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60664
60665         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
60666         that we can shift, multiply and divide unsigned long long
60667         values; Ultrix cc can't do it.
60668
60669 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60670
60671         * m4/mktime.m4: New file, which is a preview of what should appear
60672         in the next public autoconf release.
60673
60674 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60675
60676         * m4/lfs.m4: Remove this file.
60677         * m4/largefile.m4: New file.  It contains the old contents of
60678         lfs.m4, except that all names with prefix AC_LFS have been
60679         changed to use the prefix AC_SYS_LARGEFILE instead, to be
60680         compatible with future autoconf versions.  Also, some minor m4
60681         quoting problems have been fixed.
60682
60683 1999-08-01  Paul Eggert  <eggert@twinsun.com>
60684
60685         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
60686         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
60687         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
60688         and simplify the shell code.
60689
60690 1999-08-01  Jim Meyering  <meyering@ascend.com>
60691
60692         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
60693         m4.
60694
60695 1999-07-20  Jim Meyering  <meyering@ascend.com>
60696
60697         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
60698
60699 1999-07-15  Jim Meyering  <meyering@ascend.com>
60700
60701         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
60702
60703 1999-05-22  Jim Meyering  <meyering@ascend.com>
60704
60705         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
60706
60707 1999-05-20  Jim Meyering  <meyering@ascend.com>
60708
60709         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
60710         Add a colon after each `then' in case $4 is empty.
60711
60712 1999-05-16  Jim Meyering  <meyering@ascend.com>
60713
60714         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
60715
60716 1999-05-10  Jim Meyering  <meyering@ascend.com>
60717
60718         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
60719
60720         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
60721         AC_FUNC_MKTIME.
60722
60723 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60724
60725         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
60726
60727 1999-05-04  Paul Eggert  <eggert@twinsun.com>
60728
60729         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
60730         not CPPFLAGS, so that linking works correctly in IRIX.
60731
60732 1999-04-30  Paul Eggert  <eggert@twinsun.com>
60733
60734         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
60735
60736 1999-04-20  Paul Eggert  <eggert@twinsun.com>
60737
60738         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
60739         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
60740         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
60741         jm_AC_TYPE_UNSIGNED_LONG_LONG.
60742         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
60743
60744         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
60745
60746 1999-04-20  Jim Meyering  <meyering@ascend.com>
60747
60748         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
60749         AC_REPLACE xstroull if necessary.  From Paul Eggert.
60750         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
60751
60752 1999-04-18  Jim Meyering  <meyering@ascend.com>
60753
60754         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
60755         * m4/jm-macros.m4: Use it.
60756
60757 1999-04-06  Jim Meyering  <meyering@ascend.com>
60758
60759         * m4/strftime.m4: Remove test for %f.
60760
60761 1999-03-29  Jim Meyering  <meyering@ascend.com>
60762
60763         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
60764         superset of the AC_TYPE_* checks in the textutils, fileutils,
60765         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
60766         AC_TYPE_PID_T.
60767
60768 1999-03-28  Jim Meyering  <meyering@ascend.com>
60769
60770         * m4/jm-macros.m4: Define GNU_PACKAGE here.
60771         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
60772         replaced e.g., in the *.sh files of the sh-utils.
60773
60774 1999-03-20  Jim Meyering  <meyering@ascend.com>
60775
60776         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
60777         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
60778         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
60779
60780 1999-03-19  Jim Meyering  <meyering@ascend.com>
60781
60782         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
60783
60784 1999-03-12  Jim Meyering  <meyering@ascend.com>
60785
60786         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
60787
60788 1999-03-07  Jim Meyering  <meyering@ascend.com>
60789
60790         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
60791         declared.
60792
60793 1999-02-17  Jim Meyering  <meyering@ascend.com>
60794
60795         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
60796         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
60797
60798 1999-02-07  Jim Meyering  <meyering@ascend.com>
60799
60800         * m4/group-member.m4: New file -- extracted from sh-utils'
60801         configure.in.
60802
60803         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
60804         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
60805
60806 1999-02-06  Jim Meyering  <meyering@ascend.com>
60807
60808         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
60809         * m4/fnmatch.m4: Likewise.
60810         * m4/getgroups.m4: Likewise.
60811         * m4/lstat.m4: Likewise.
60812         * m4/malloc.m4: Likewise.
60813         * m4/putenv.m4: Likewise.
60814         * m4/realloc.m4: Likewise.
60815         * m4/regex.m4: Likewise.
60816         * m4/stat.m4: Likewise.
60817         * m4/strftime.m4: Likewise.
60818         Suggestion from Alain Magloire.
60819
60820         * m4/chown.m4: Use `.$ac_objext', not `.o'.
60821         * m4/fnmatch.m4: Likewise.
60822         * m4/getgroups.m4: Likewise.
60823         * m4/getline.m4: Likewise.
60824         * m4/lstat.m4: Likewise.
60825         * m4/malloc.m4: Likewise.
60826         * m4/memcmp.m4: Likewise.
60827         * m4/putenv.m4: Likewise.
60828         * m4/realloc.m4: Likewise.
60829         * m4/regex.m4: Likewise.
60830         * m4/stat.m4: Likewise.
60831         * m4/strftime.m4: Likewise.
60832         Suggestion from Alain Magloire.
60833
60834         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
60835         an argument.
60836
60837         * m4/regex.m4: Add a run-time Test for proper operation of
60838         re_compile_pattern.
60839
60840 1999-01-31  Jim Meyering  <meyering@ascend.com>
60841
60842         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
60843
60844 1999-01-30  Jim Meyering  <meyering@ascend.com>
60845
60846         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
60847
60848         * m4/jm-mktime.m4: Make this a wrapper around the official
60849         AM_FUNC_MKTIME rather than my private copy, now that the official one
60850         is up to date.
60851         * m4/mktime.m4: Remove file.
60852
60853         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
60854         * m4/uptime.m4: Likewise.
60855         * m4/uintmax_t.m4: Likewise.
60856
60857 1999-01-28  Jim Meyering  <meyering@ascend.com>
60858
60859         * m4/jm-macros.m4: Use jm_AFS.
60860         * m4/afs.m4: New file (from fileutils' configure.in).
60861
60862         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
60863         * m4/chown.m4: Likewise.
60864         * m4/d-ino.m4: Likewise.
60865         * m4/d-type.m4: Likewise.
60866         * m4/fnmatch.m4: Likewise.
60867         * m4/getgroups.m4: Likewise.
60868         * m4/gettext.m4: Likewise.
60869         * m4/jm-mktime.m4: Likewise.
60870         * m4/jm-winsz2.m4: Likewise.
60871         * m4/lcmessage.m4: Likewise.
60872         * m4/ls-mntd-fs.m4: Likewise.
60873         * m4/malloc.m4: Likewise.
60874         * m4/memcmp.m4: Likewise.
60875         * m4/putenv.m4: Likewise.
60876         * m4/realloc.m4: Likewise.
60877         * m4/st_mtim.m4: Likewise.
60878         * m4/strftime.m4: Likewise.
60879
60880 1999-01-16  Jim Meyering  <meyering@ascend.com>
60881
60882         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
60883         (ARGMATCH_DIE_DECL): Define.
60884
60885 1999-01-12  Jim Meyering  <meyering@ascend.com>
60886
60887         * m4/Makefile.am.in: Rewrite to avoid using fmt.
60888         Reported by Lars Hecking.
60889
60890 1999-01-10  Jim Meyering  <meyering@ascend.com>
60891
60892         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
60893         gross kludge.
60894         * m4/inttypes_h.m4: Likewise.
60895         * m4/lstat.m4: Likewise.
60896         * m4/malloc.m4: Likewise.
60897         * m4/readdir.m4: Likewise.
60898         * m4/realloc.m4: Likewise.
60899         * m4/st_dm_mode.m4: Likewise.
60900         * m4/stat.m4: Likewise.
60901         * m4/utimbuf.m4: Likewise.
60902         * m4/utimes.m4: Likewise.
60903
60904         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
60905         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
60906         comments in config.h.in are meaningful.
60907
60908         * m4/jm-macros.m4: Require autoconf-2.13 here.
60909
60910         * m4/regex.m4: By default, don't use the included regex.c on systems
60911         with glibc 2.  Suggestion from Uli Drepper.
60912
60913 1999-01-02  Jim Meyering  <meyering@ascend.com>
60914
60915         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
60916
60917 1998-12-18  Jim Meyering  <meyering@ascend.com>
60918
60919         * m4/Makefile.am.in (Makefile.am): Simplify rule.
60920         Based on a suggestion from Lars Hecking.
60921
60922 1998-11-16  Paul Eggert  <eggert@twinsun.com>
60923
60924         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
60925
60926 1998-11-16  Jim Meyering  <meyering@ascend.com>
60927
60928         * m4/lfs.m4: Double-quote the `uname...` expression.
60929
60930 1998-11-14  Jim Meyering  <meyering@ascend.com>
60931
60932         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
60933         * m4/stat.m4: Likewise.
60934
60935 1998-11-03  Jim Meyering  <meyering@ascend.com>
60936
60937         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
60938         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
60939
60940 1998-10-18  Jim Meyering  <meyering@ascend.com>
60941
60942         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
60943
60944 1998-10-17  Jim Meyering  <meyering@ascend.com>
60945
60946         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
60947         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
60948         calls for those previously hard-coded headers.  Instead, take a new
60949         parameter.
60950         (jm_CHECK_DECLARATIONS): Reflect interface change.
60951         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
60952         (jm_CHECK_DECL_LOCALTIME_R): New macro.
60953
60954         * m4/mktime.m4: Test for spring-forward gap before long-running test.
60955
60956 1998-10-14  Jim Meyering  <meyering@ascend.com>
60957
60958         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
60959         instead of "TZ=America/Vancouver".  From Paul Eggert.
60960
60961 1998-10-11  Jim Meyering  <meyering@ascend.com>
60962
60963         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
60964         This adds a test for a recently added compatibility fix for mktime.c.
60965         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
60966
60967 1998-09-27  Jim Meyering  <meyering@ascend.com>
60968
60969         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
60970
60971         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
60972         ../configure.in, including a change from Gordon Matzigkeit to allow
60973         cross-compiling for the Hurd.
60974
60975         * m4/glibc.m4: New file/macro to test for the GNU C Library
60976         versions 1 and 2.  From Gordon Matzigkeit.
60977         Indent.
60978
60979 1998-09-21  Jim Meyering  <meyering@ascend.com>
60980
60981         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
60982
60983 1998-08-18  Paul Eggert  <eggert@twinsun.com>
60984
60985         Port nanosecond-resolution times to UnixWare 2.1.2 and
60986         pedantic Solaris 2.6.
60987
60988         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
60989         AC_STRUCT_ST_MTIM.
60990         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
60991         Generate name of ns member, instead of just 1 or undef.
60992         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
60993
60994 1998-08-15  Jim Meyering  <meyering@ascend.com>
60995
60996         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
60997         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
60998         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
60999         instead of jm_TYPE_SSIZE_T.
61000
61001 1998-08-12  Jim Meyering  <meyering@ascend.com>
61002
61003         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
61004
61005 1998-08-02  Jim Meyering  <meyering@ascend.com>
61006
61007         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
61008         in acconfig.h manually.
61009
61010 1998-07-31  Paul Eggert  <eggert@twinsun.com>
61011
61012         * m4/st_mtim.m4: New file.
61013
61014 1998-07-28  Jim Meyering  <meyering@ascend.com>
61015
61016         * m4/utimes.m4: Undef stat.
61017
61018 1998-07-25  Jim Meyering  <meyering@ascend.com>
61019
61020         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
61021         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
61022
61023 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
61024
61025         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
61026         uid and gid actually remain unchanged.
61027
61028 1998-07-07  Jim Meyering  <meyering@ascend.com>
61029
61030         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
61031
61032 1998-07-04  Jim Meyering  <meyering@ascend.com>
61033
61034         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
61035         to prove that this macro can be used in packages without regex.c.
61036
61037 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
61038
61039         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
61040         is to be used.
61041
61042 1998-07-03  Jim Meyering  <meyering@ascend.com>
61043
61044         * m4/gettext.m4: Add -lintl if it's found to be necessary.
61045
61046         * m4/gettext.m4: New file -- from gettext-0.10.35.
61047         * m4/lcmessage.m4: Likewise.
61048         * m4/progtest.m4: Likewise.
61049
61050         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
61051         * m4/jm-macros.m4: Require the new macro.
61052
61053 1998-06-29  Jim Meyering  <meyering@ascend.com>
61054
61055         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
61056         for the definition of NGROUPS (used in a system header included
61057         by sys/mount.h).
61058
61059 1998-06-28  Jim Meyering  <meyering@ascend.com>
61060
61061         * m4/ls-mntd-fs.m4: New file.
61062         * m4/fstypename.m4: New file.
61063
61064         * m4/jm-macros.m4: Require the new macro.
61065         * m4/jm-glibc-io.m4: New file.
61066
61067 1998-05-19  Jim Meyering  <meyering@ascend.com>
61068
61069         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
61070         * m4/lchown.m4: New file.
61071
61072         * m4/Makefile.am.in: New file.
61073         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
61074
61075 1998-05-14  Jim Meyering  <meyering@ascend.com>
61076
61077         * m4/Makefile.am (EXTRA_DIST): Add them.
61078         * m4/jm-macros.m4: New file.
61079         * m4/utimbuf.m4: New file.
61080
61081 1998-05-12  Jim Meyering  <meyering@ascend.com>
61082
61083         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
61084
61085 1998-05-11  Jim Meyering  <meyering@ascend.com>
61086
61087         * m4/isc-posix.m4: New file.
61088
61089 1998-05-10  Jim Meyering  <meyering@ascend.com>
61090
61091         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
61092
61093 1998-05-09  Jim Meyering  <meyering@ascend.com>
61094
61095         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
61096         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61097         with automake.
61098
61099         * m4/ssize_t.m4: New file.
61100         * m4/mktime.m4: Remove file -- the new automake has this now.
61101
61102 1998-04-26  Jim Meyering  <meyering@ascend.com>
61103
61104         * m4/assert.m4: New file.
61105         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
61106
61107 1998-04-05  Jim Meyering  <meyering@ascend.com>
61108
61109         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
61110         (jm_PREREQ): Use it here.
61111
61112 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
61113
61114         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
61115         in acconfig.h.
61116
61117 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
61118
61119         * m4/prereq.m4: New file.
61120         * m4/error.m4: New file.
61121         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61122
61123 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61124
61125         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61126         cache-check for the same variable -- that defeated the purpose of
61127         the test; the test program was never run.  This was a problem only
61128         on systems with losing getline functions -- HP-UX 10.20 is one.
61129         Reported by Bjorn Helgaas.
61130
61131 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
61132
61133         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
61134
61135 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
61136
61137         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
61138
61139         * m4/const.m4: New file.  Use an initializer in this declaration
61140         typedef int charset[2]; const charset x;
61141         Reported by Bob Glickstein.
61142
61143 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
61144
61145         * m4/chown.m4: Fix reversed types on -1 args to chown.
61146         From Kaveh Ghazi.
61147
61148 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61149
61150         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
61151         Add lseek and memchr.
61152
61153         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
61154         T.E.Dickey <dickey@clark.net> said that some older preprocessors
61155         have a 20-character limit on names.
61156
61157 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
61158
61159         * m4/inttypes_h.m4: New file.
61160         * m4/uintmax_t.m4: New file.
61161         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
61162
61163
61164         -----
61165
61166         Local Variables:
61167         coding: utf-8
61168         End:
61169
61170         Copyright (C) 1997-2010 Free Software Foundation, Inc.
61171
61172         Copying and distribution of this file, with or without
61173         modification, are permitted provided the copyright notice
61174         and this notice are preserved.